v1

latestOpenAPI 3.0.1Apache 2.02026-07-14521687.9 KB

post/v1/Assistants/{AssistantSid}/Webhooks

Path parameters

AssistantSidstring required

The SID of the Assistant that is the parent of the new resource.

Response

Created

account_sidstring nullable

The SID of the Account that created the Webhook resource.

assistant_sidstring nullable

The SID of the Assistant that is the parent of the resource.

date_createdstring date-time nullable

The date and time in GMT when the resource was created specified in RFC 2822 format.

date_updatedstring date-time nullable

The date and time in GMT when the resource was last updated specified in RFC 2822 format.

eventsstring nullable

The list of space-separated events that this Webhook is subscribed to.

sidstring nullable

The unique string that we created to identify the Webhook resource.

unique_namestring nullable

An application-defined string that uniquely identifies the resource. It can be used in place of the resource's sid in the URL to address the resource.

urlstring uri nullable

The absolute URL of the Webhook resource.

webhook_methodstring nullable

The method used when calling the webhook's URL.

webhook_urlstring uri nullable

The URL associated with this Webhook.