Overview

Commenda’s webhooks support multiple topics. Whenever a topic is triggered, an event payload is sent to the URL specified in your webhook. This payload provides detailed information about the event.

Topic-Specific Data

Every event corresponds to a specific topic. While the structure of an event payload remains consistent, the data field within the payload varies depending on the topic.

A comprehensive list of data fields for each topic will be available soon.

Sample Event Payload

{
  "id": "b252d757-a286-4508-b538-41ad676e8305",
  "topic": "INCORPORATION_REQUEST.COMPLETED",
  "triggered_at": 1727284490,
  "webhook_id": "2535af08-a139-4d0c-9827-1651e46dfbcf",
  "data": {
    "corporation_id": "a093d086-19e8-48c8-82d6-aba51f82eafc",
    "incorporation_request_id": "a093d086-19e8-48c8-82d6-aba51f82eafc"
  },
  "api_version": "v1.0"
}