cURL
curl --request POST \ --url https://api.veryfront.com/projects/{project_reference}/channels/{platform}/test \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "channel_id": "<string>", "text": "<string>" } '
{ "ok": true, "channel_id": "<string>", "ts": "<string>" }
Sends a test message through the platform compatibility route.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
slack
1 - 255
1 - 4000
Test message sent
true