Post a test message to the webhook
cURL
curl --request POST \ --url https://{hostname}.gable.ai/v0/webhooks/test \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "eventType": "<string>" } '
{ "messageId": "<string>" }
The webhook event type to which the test message will be sent
Successful operation
The message id