ConversationsV1Webhook

Create a new webhook scoped to the conversation

Create a new webhook scoped to the conversation

post/v1/Conversations/{ConversationSid}/Webhooks

Path parameters

ConversationSidstring required

The unique ID of the Conversation for this webhook.

Response

Created

sidstring nullable

A 34 character string that uniquely identifies this resource.

account_sidstring nullable

The unique ID of the Account responsible for this conversation.

conversation_sidstring nullable

The unique ID of the Conversation for this webhook.

targetstring nullable

The target of this webhook: webhook, studio, trigger

urlstring uri nullable

An absolute API resource URL for this webhook.

{"stackTrail":"components:schemas:conversations.v1.conversation.conversation_scoped_webhook:properties:configuration","oasType":"schema","type":"unknown","description":"The configuration of this webhook. Is defined based on target.","nullable":true}
date_createdstring date-time nullable

The date that this resource was created.

date_updatedstring date-time nullable

The date that this resource was last updated.

Changes

Changed in 3 of the 51 revisions of this API.43

  • v192d1169c37c232See the full diff
    • removed the enum value GET of the request property Configuration.Method

      request-property-enum-value-removed

    • removed the enum value POST of the request property Configuration.Method

      request-property-enum-value-removed

    • the configuration response's property type/format changed from object/ to / for status 201

      response-property-type-changed

    • added the new get enum value to the request property Configuration.Method

      request-property-enum-value-added

    • added the new post enum value to the request property Configuration.Method

      request-property-enum-value-added

    • the configuration response's property type/format changed from / to object/ for status 201

      response-property-type-changed

    • api tag ConversationsV1Webhook added

      api-tag-added