POST
/
organisations
/
{organisationId}
/
board-instances
/
{boardId}
/
incoming-webhooks
/
{nodeId}
curl --request POST \
  --url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/board-instances/{boardId}/incoming-webhooks/{nodeId} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{}'
This response does not have an example.

Authorizations

Authorization
string
header
required

Path Parameters

organisationId
string
required
boardId
string
required
nodeId
string
required

Body

application/json · object

The request body of the webhook.

Response

202
_mintlify/placeholder

OK