WebhookDto
Properties
Name | Type | Description | Notes |
id | String | ID of the Webhook | |
user_id | String | User ID of the Webhook | |
basic_auth | bool | Does webhook expect basic authentication? If true it means you created this webhook with a username and password. MailSlurp will use these in the URL to authenticate itself. | |
name | Option<String> | Name of the webhook | [optional] |
inbox_id | Option<String> | The inbox that the Webhook will be triggered by. If null then webhook triggered at account level | [optional] |
url | String | URL of your server that the webhook will be sent to. The schema of the JSON that is sent is described by the payloadJsonSchema. | |
method | String | HTTP method that your server endpoint must listen for | |
payload_json_schema | String | Deprecated. Fetch JSON Schema for webhook using the getJsonSchemaForWebhookPayload method | |
created_at | String | When the webhook was created | |
updated_at | String | | |
event_name | Option<String> | | [optional] |
[Back to Model list] [Back to API list] [Back to ]