Webhook
idstringrequired
Example:
wh_abc123xyzurlstring<uri>required
Example:
https://your-server.com/webhooks/huechateventsstring[]required
Example:
["message.received","conversation.created"]activeboolean
retry_policystring
Possible values: [exponential, linear]
signing_secretstring
Secret for verifying webhook signatures
created_atstring<date-time>
updated_atstring<date-time>
Webhook
{
"id": "wh_abc123xyz",
"url": "https://your-server.com/webhooks/huechat",
"events": [
"message.received",
"conversation.created"
],
"active": true,
"retry_policy": "exponential",
"signing_secret": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}