Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
WebhookDto |
WebhookControllerApi.createAccountWebhook(CreateWebhookOptions createWebhookOptions)
Attach a WebHook URL to an inbox
Get notified of account level events such as bounce and bounce recipient.
|
okhttp3.Call |
WebhookControllerApi.createAccountWebhookAsync(CreateWebhookOptions createWebhookOptions,
ApiCallback<WebhookDto> _callback)
Attach a WebHook URL to an inbox (asynchronously)
Get notified of account level events such as bounce and bounce recipient.
|
okhttp3.Call |
WebhookControllerApi.createAccountWebhookCall(CreateWebhookOptions createWebhookOptions,
ApiCallback _callback)
Build call for createAccountWebhook
|
ApiResponse<WebhookDto> |
WebhookControllerApi.createAccountWebhookWithHttpInfo(CreateWebhookOptions createWebhookOptions)
Attach a WebHook URL to an inbox
Get notified of account level events such as bounce and bounce recipient.
|
WebhookDto |
WebhookControllerApi.createWebhook(UUID inboxId,
CreateWebhookOptions createWebhookOptions)
Attach a WebHook URL to an inbox
Get notified whenever an inbox receives an email via a WebHook URL.
|
okhttp3.Call |
WebhookControllerApi.createWebhookAsync(UUID inboxId,
CreateWebhookOptions createWebhookOptions,
ApiCallback<WebhookDto> _callback)
Attach a WebHook URL to an inbox (asynchronously)
Get notified whenever an inbox receives an email via a WebHook URL.
|
okhttp3.Call |
WebhookControllerApi.createWebhookCall(UUID inboxId,
CreateWebhookOptions createWebhookOptions,
ApiCallback _callback)
Build call for createWebhook
|
WebhookDto |
WebhookControllerApi.createWebhookForPhoneNumber(UUID phoneNumberId,
CreateWebhookOptions createWebhookOptions)
Attach a WebHook URL to a phone number
Get notified whenever a phone number receives an SMS via a WebHook URL.
|
okhttp3.Call |
WebhookControllerApi.createWebhookForPhoneNumberAsync(UUID phoneNumberId,
CreateWebhookOptions createWebhookOptions,
ApiCallback<WebhookDto> _callback)
Attach a WebHook URL to a phone number (asynchronously)
Get notified whenever a phone number receives an SMS via a WebHook URL.
|
okhttp3.Call |
WebhookControllerApi.createWebhookForPhoneNumberCall(UUID phoneNumberId,
CreateWebhookOptions createWebhookOptions,
ApiCallback _callback)
Build call for createWebhookForPhoneNumber
|
ApiResponse<WebhookDto> |
WebhookControllerApi.createWebhookForPhoneNumberWithHttpInfo(UUID phoneNumberId,
CreateWebhookOptions createWebhookOptions)
Attach a WebHook URL to a phone number
Get notified whenever a phone number receives an SMS via a WebHook URL.
|
ApiResponse<WebhookDto> |
WebhookControllerApi.createWebhookWithHttpInfo(UUID inboxId,
CreateWebhookOptions createWebhookOptions)
Attach a WebHook URL to an inbox
Get notified whenever an inbox receives an email via a WebHook URL.
|
Modifier and Type | Method and Description |
---|---|
CreateWebhookOptions |
CreateWebhookOptions.basicAuth(BasicAuthOptions basicAuth) |
CreateWebhookOptions |
CreateWebhookOptions.eventName(CreateWebhookOptions.EventNameEnum eventName) |
static CreateWebhookOptions |
CreateWebhookOptions.fromJson(String jsonString)
Create an instance of CreateWebhookOptions given an JSON string
|
CreateWebhookOptions |
CreateWebhookOptions.ignoreInsecureSslCertificates(Boolean ignoreInsecureSslCertificates) |
CreateWebhookOptions |
CreateWebhookOptions.includeHeaders(WebhookHeaders includeHeaders) |
CreateWebhookOptions |
CreateWebhookOptions.name(String name) |
CreateWebhookOptions |
CreateWebhookOptions.requestBodyTemplate(String requestBodyTemplate) |
CreateWebhookOptions |
CreateWebhookOptions.url(String url) |
CreateWebhookOptions |
CreateWebhookOptions.useStaticIpRange(Boolean useStaticIpRange) |
Copyright © 2023. All rights reserved.