Skip to main content
WEBHOOK
messages.create
{
  "message": {
    "uuid": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "content": "<unknown>",
    "replied_to_message_uuid": "<string>",
    "room_uuid": "<string>",
    "created_by_user_uuid": "<string>",
    "created_by_user_email": "<string>",
    "created_by_user_first_name": "<string>",
    "created_by_user_last_name": "<string>",
    "created_by_user_profile_image_url": "<string>",
    "partnership_uuid": "<string>",
    "partnership_name": "<string>",
    "company_name": "<string>",
    "attachments": [
      {
        "uuid": "<string>",
        "file_name": "<string>",
        "file_size": 123,
        "mime_type": "<string>",
        "file_url": "<string>"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

API key authentication. Use "Bearer <api_key>" or "Api-Key <api_key>".

Body

application/json
message
object
required

Response

200

Webhook received