Skip to main content
POST
/
api
/
settings
/
channels
Connect channel
curl --request POST \
  --url https://api.agentixx.io/api/settings/channels \
  --header 'Content-Type: application/json' \
  --header 'x-tenant-id: <api-key>' \
  --cookie better-auth.session_token= \
  --data '
{
  "type": "whatsapp",
  "name": "Support Line"
}
'
{}

Authorizations

better-auth.session_token
string
cookie
required

Session cookie set by Better Auth on sign-in.

x-tenant-id
string
header
required

Tenant/workspace UUID. Required on all /api/* endpoints.

Body

application/json

Connect a new messaging channel. Channel credentials are configured through the Embedded Signup flow in the dashboard.

type
enum<string>
required
Available options:
whatsapp,
instagram,
messenger
name
string
required
Minimum string length: 1

Response

Channel connected

{key}
any