object CreateWebhookOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
webhook | Webhook | Webhook returned by this operation. |
Referenced By
- webhook_create Mutation
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"webhook": {name: "Order Shipped Webhook", url: "https://example.com/webhooks/shiphero"}
}