Webhook Event for Conversation Created

This event occurs when a new Clarityflow conversation is created. Conversations can be created in any of the following ways:

  • You or a teammate clicks "Create Conversation" in your Clarityflow account interface.

  • A guest submits a message via any of your intake page(s). This generates a new Conversation.

  • A Conversation can be created via Zapier.

  • A Conversation can be created via the API.

  • A Conversation can be creating by using our browser extensions.

Here is an example request body:

{
  "type": "conversation_created",
  "id": "f6689254-9d5f-43b0-9de1-125a6ca639f1",
  "occurred_at": "2022-04-01T14:23:59.799+00:00",
  "payload": {
    "conversation": {
      "id": 268,
      "created_at": "2022-04-01 14:23:1648823039",
      "title": "April 1st, 2022 Conversation",
      "slug": "april-1st-2022-conversation1",
      "url": "http://awesomecompany.clarityflow.com/c/april-1st-2022-conversation1",
      "embed_url": "http://awesomecompany.clarityflow.com/embeds/conversations/awesomecompany/april-1st-2022-conversation1",
      "public": true,
      "anyone_can_post": true,
      "allow_anonymous_messages": true,
      "allow_search_engines": false,
      "enable_registration_prompt": true,
      "subscriber_emails": [],
      "messages": [],
      "workflow": {}
    }
  }
}

Last updated

#52:

Change request updated