Conversation

With the conversation webhook, you can listen to conversation events.

Topics available:

  • message.sent

  • message.received

Example data:

{
  "id": "db043c7d-5e9f-4cdc-975a-eeedcfa9069e",
  "event": "message.sent",
  "data": {
    "author_id": "29c33283-af94-475e-a228-95d335f7d237",
    "account_id": "dd1df056-5554-47de-a3bc-ae5b08cfdbcd",
    "inline_attachments": [],
    "body": "Hello World!
\n",
    "from": [
      {
        "name": "John Doe",
        "profile_picture": "someserver/john_doe.png"
      }
    ],
    "snippet": "Hello world!\n",
    "conversation_id": "db043c7d-5e9f-4cdc-975a-eeedcfa9069e",
    "id": "9eb7b5a5-cad9-48a5-8f87-508cfabda544",
    "modified_at": 1751365754,
    "date": 1751365754,
    "type": "linkedin",
    "metadata": [],
    "attachments": [],
    "is_sent": true,
    "is_hidden": false,
    "is_event": false,
    "event_type": null
  },
  "idempotency_key": "6db043c7d665e9f1234cdc90975a7eeedcfa9069e
"
}

Last updated