Authorizations
Body
application/json · object
The request body of the webhook.
Response
OK
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.
Trigger a board webhook execution.
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.
The request body of the webhook.
OK