FastComments.com
Here you can edit and run the code snippet from our documentation.
Example Code Snippet "Webhook 信封結構"
{ "event": "trigger.succeeded | trigger.failed | approval.requested | approval.decided", "eventType": 0 | 1 | 2 | 3, "tenantId": "string", "domain": "string - 此次傳遞匹配的網域", "agentId": "string", "agentInternalName": "string", "agentDisplayName": "string", "occurredAt": "string - ISO 8601 時間戳記", "data": { /* 事件特定,見下文 */ } }
Result