nylas
    Preparing search index...

    Interface SendRsvpResponse

    Interface representing the response from sending RSVP to an event.

    interface SendRsvpResponse {
        flowId?: string;
        headers?: Record<string, string>;
        rawHeaders?: Record<string, string>;
        requestId: string;
        sendIcsError?: NylasApiErrorResponseData;
    }

    Hierarchy (View Summary)

    Index

    Properties

    flowId?: string

    The flow ID Provide this to Nylas support to help trace requests and responses

    headers?: Record<string, string>

    The response headers with camelCased keys (backwards compatible)

    Use rawHeaders instead

    rawHeaders?: Record<string, string>

    The raw response headers with original dashed lowercase keys

    requestId: string

    If the send-rsvp request succeeded but the ICS email could not be sent, this will contain the error.