Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 7.13 KB

webhook.md

File metadata and controls

15 lines (12 loc) · 7.13 KB

Webhook

Fields

Field Type Required Description Example
webhook_id str ✔️ Unique identifier for this webhook. ec7e1848-dc80-4ab0-8827-dd7fc0737b43
url str ✔️ The URL of the webhook endpoint. Event payloads will be delivered to this URL.
status models.Status ✔️ The status of the resource.
event_types List[str] ✔️ The list of event types that the webhook is subscribed to.
["*"] indicates the webhook is subscribed to all current and future event types.
created_on date ✔️ N/A
updated_on date ✔️ N/A
description Optional[str] An optional description of what the webhook is used for.
last_used_on date N/A