Docs

Create Webhook

Creates a new webhook in Seven.

POST

Query

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Body

Arguments
stringrequired

Destination address of your webhook

string

Custom headers to be sent to the webhook URL. Could contain multiple headers separated by a line break.

stringrequired

Type of event for which you would like to receive a webhook. Show events all - Sends all events rcs - RCS events and inbound RCS messages sms_mo - New inbound SMS dlr - Status reports of your SMS voice_call - Info about voice calls voice_status - Status updates of voice calls voice_dtmf - Incoming DTMF signals in voice calls tracking - Clicks or views of the Performance Tracking

string

Optional. Sends the webhook only if the filter applies. For example, for different webhooks with different inbound numbers.

string

Request method in which you would like to receive the webhook. POST - Data is sent as an HTTP POST request as application/x-www-form-urlencoded (default) GET - Data is sent as HTTP GET parameter JSON - Data is sent via HTTP POST as JSON payload

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.