Merge · Example Payload

Chat Api Message Example

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway

Chat Api Message Example is an example object payload from Merge, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idremote_idconversationauthorcontentcontent_htmlparent_messageattachmentsmentionssent_atremote_was_deletedcreated_atmodified_at

Example Payload

Raw ↑
{
  "id": "5f0e4f3e-8c2d-4b76-9c11-7a2c0b1c4321",
  "remote_id": "19384720483",
  "conversation": "b56b0f1a-1c54-4ad0-bc4a-1d7892f0a999",
  "author": "0a1ee2b5-1f02-4b16-913f-65b6f0d2a811",
  "content": "Heads up — deploy slot 3 is locked while we cut the 26.5 release. Reach out in #release-train if blocked.",
  "content_html": "<p>Heads up — deploy slot 3 is locked while we cut the 26.5 release. Reach out in <a>#release-train</a> if blocked.</p>",
  "parent_message": null,
  "attachments": [],
  "mentions": [],
  "sent_at": "2026-05-22T15:08:00Z",
  "remote_was_deleted": false,
  "created_at": "2026-05-22T15:08:01Z",
  "modified_at": "2026-05-22T15:08:01Z"
}