Skip to main content
POST
/
projects
/
{project_reference}
/
channels
/
{platform}
/
test
Send a test message
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>"
}

Authorizations

Authorization
string
header
required

Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.

Path Parameters

project_reference
string
required

Project ID or slug

platform
enum<string>
required
Available options:
slack

Body

application/json
channel_id
string
required
Required string length: 1 - 255
text
string
Required string length: 1 - 4000

Response

Test message sent

ok
enum<boolean>
required
Available options:
true
channel_id
string
required
ts
string | null
required