| Package | Description |
|---|---|
| com.mailslurp.apis | |
| com.mailslurp.models |
| Modifier and Type | Method and Description |
|---|---|
WebhookDto |
WebhookControllerApi.createWebhook(UUID inboxId,
CreateWebhookOptions webhookOptions)
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 webhookOptions,
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 webhookOptions,
ApiCallback _callback)
Build call for createWebhook
|
ApiResponse<WebhookDto> |
WebhookControllerApi.createWebhookWithHttpInfo(UUID inboxId,
CreateWebhookOptions webhookOptions)
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.name(String name) |
CreateWebhookOptions |
CreateWebhookOptions.url(String url) |
Copyright © 2021. All rights reserved.