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.
|
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.
|
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.
|
WebhookDto |
WebhookControllerApi.getWebhook(UUID webhookId)
Get a webhook
|
WebhookDto |
WebhookControllerApi.updateWebhookHeaders(UUID webhookId,
WebhookHeaders webhookHeaders)
Update a webhook request headers
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
List<WebhookDto> |
WebhookControllerApi.getWebhooks(UUID inboxId)
Deprecated.
|
ApiResponse<List<WebhookDto>> |
WebhookControllerApi.getWebhooksWithHttpInfo(UUID inboxId)
Deprecated.
|
ApiResponse<WebhookDto> |
WebhookControllerApi.getWebhookWithHttpInfo(UUID webhookId)
Get a webhook
|
ApiResponse<WebhookDto> |
WebhookControllerApi.updateWebhookHeadersWithHttpInfo(UUID webhookId,
WebhookHeaders webhookHeaders)
Update a webhook request headers
|
Modifier and Type | Method and Description |
---|---|
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.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.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.getWebhookAsync(UUID webhookId,
ApiCallback<WebhookDto> _callback)
Get a webhook (asynchronously)
|
okhttp3.Call |
WebhookControllerApi.getWebhooksAsync(UUID inboxId,
ApiCallback<List<WebhookDto>> _callback)
Deprecated.
|
okhttp3.Call |
WebhookControllerApi.updateWebhookHeadersAsync(UUID webhookId,
WebhookHeaders webhookHeaders,
ApiCallback<WebhookDto> _callback)
Update a webhook request headers (asynchronously)
|
Modifier and Type | Method and Description |
---|---|
WebhookDto |
WebhookDto.basicAuth(Boolean basicAuth) |
WebhookDto |
WebhookDto.createdAt(OffsetDateTime createdAt) |
WebhookDto |
WebhookDto.eventName(WebhookDto.EventNameEnum eventName) |
static WebhookDto |
WebhookDto.fromJson(String jsonString)
Create an instance of WebhookDto given an JSON string
|
WebhookDto |
WebhookDto.id(UUID id) |
WebhookDto |
WebhookDto.ignoreInsecureSslCertificates(Boolean ignoreInsecureSslCertificates) |
WebhookDto |
WebhookDto.inboxId(UUID inboxId) |
WebhookDto |
WebhookDto.method(WebhookDto.MethodEnum method) |
WebhookDto |
WebhookDto.name(String name) |
WebhookDto |
WebhookDto.payloadJsonSchema(String payloadJsonSchema) |
WebhookDto |
WebhookDto.phoneId(UUID phoneId) |
WebhookDto |
WebhookDto.requestBodyTemplate(String requestBodyTemplate) |
WebhookDto |
WebhookDto.requestHeaders(WebhookHeaders requestHeaders) |
WebhookDto |
WebhookDto.updatedAt(OffsetDateTime updatedAt) |
WebhookDto |
WebhookDto.url(String url) |
WebhookDto |
WebhookDto.userId(UUID userId) |
WebhookDto |
WebhookDto.useStaticIpRange(Boolean useStaticIpRange) |
Copyright © 2023. All rights reserved.