Skip to main content

object

ConversationUpdatedWebhookEvent

LLM
View as Markdown
Open llms.txt

Properties

  • Name
    id
    Type
    string
    Description
    Event id. Matches the `webhook-id` header and is the consumer dedupe key.
  • Name
    type
    Type
    enum
    Description
    Required property. Allowed values: conversation.updated.
  • Name
    timestamp
    Type
    string
    Description
    Time when the source domain event happened.
  • Name
    data
    Type
    ConversationWebhookEventData
    Description
    Required property.

Related operations