CallbackToMailOptions: { callId: string; data?: any }

Type declaration

  • callId: string

    Some mail events may require the app to return a response, in which case the callId will be included in that event data.

  • Optional data?: any

    The response data from apps

Generated using TypeDoc