Post a test message to the webhook
cURL
curl --request POST \ --url 'https://api-(organization).gable.ai/v0/webhooks/test' \ --header 'Content-Type: application/json' \ --data '{ "eventType": "<string>" }'
{ "messageId": "<string>" }
Successful operation
The response is of type object.
object