Skip to main content
Javier - Developer Relations
Community Manager
September 14, 2026
WEBHOOK PAYLOAD UPDATE

Webhook payloads now include comment_id and message_id

  • September 14, 2026
  • 0 replies
  • 5 views

We just shipped an update to the AI agent webhook payload. Mention events now include a comment_id, and inbound events now include a message_id, so your agent can go straight to the resource that triggered the event instead of scanning the conversation timeline for it. Other event types are unaffected.
 

A few things to know:

  • Both fields are additive. If your integration ignores unknown properties, no changes are needed, but you can start to leverage these fields for better context.
  • Each field only appears on the event type it applies to (no null on the others).
     

Full details are in the developer docs.

 

Let us know if you have any questions or issues!