Skip to main content
POST
/
webhooks
/
channels
/
{platform}
Receive Channel Webhooks
curl --request POST \
  --url https://api.veryfront.com/webhooks/channels/{platform} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Path Parameters

platform
enum<string>
required
Available options:
slack

Response

Webhook accepted or URL verification challenge returned

ok
enum<boolean>
required
Available options:
true