Webhook request

Hierarchy

  • WebhooksSchemaDefinition

Properties

id: string
timestamp: unknown
type: "customer.customer_group_changed" | "thread.thread_created" | "thread.thread_status_transitioned" | "thread.thread_assignment_transitioned" | "thread.email_received" | "thread.email_sent" | "thread.chat_sent" | "thread.note_created" | "thread.thread_labels_changed" | "thread.thread_priority_changed" | "customer.customer_created" | "customer.customer_updated" | "customer.customer_deleted" | "customer.customer_changed" | "customer.customer_group_memberships_changed" | "timeline.timeline_entry_changed"
webhookMetadata: {
    webhookDeliveryAttemptId: string;
    webhookDeliveryAttemptNumber: number;
    webhookDeliveryAttemptTimestamp: string;
    webhookTargetId: string;
}

Type declaration

  • webhookDeliveryAttemptId: string
  • webhookDeliveryAttemptNumber: number
  • webhookDeliveryAttemptTimestamp: string
  • webhookTargetId: string
workspaceId: string

Generated using TypeDoc