cURL
curl --request POST \ --url https://api.veryfront.com/projects/{project_reference}/channels/bindings/{binding_id}/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 platform-native test message using a specific channel binding.
Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.
Project ID or slug
1 - 255
1 - 4000
Test message sent
true