Clarityflow API
  • Clarityflow Developer API
  • Authentication
  • Webhooks
    • Webhook Event for Conversation Created
    • Webhook Event for Message Created
    • Webhook Event for Message Viewed
    • Webhook Event for Appointment Scheduled
    • Webhook Event for Product Purchased
    • Webhook Event for Form Submission
  • API Reference
    • Conversations
    • Messages
Powered by GitBook
On this page
  1. Webhooks

Webhook Event for Form Submission

This event fires when a form has been submitted using Clarityflow's Forms feature.

Here is an example request body:

{
  "type": "form_submission",
  "id": "abfe656b-cb51-4540-af32-a8e8b954221b",
  "occurred_at": "2022-04-01T14:25:48.585+00:00",
  "payload": {
    "form_submission": {
      "id": 283,
      all form submission data...
    }
  }
}
PreviousWebhook Event for Product PurchasedNextConversations

Last updated 5 months ago