cURL
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" } '
{}
Connect a new messaging channel (WhatsApp, Instagram, or Messenger). Admin only.
Session cookie set by Better Auth on sign-in.
Tenant/workspace UUID. Required on all /api/* endpoints.
Connect a new messaging channel. Channel credentials are configured through the Embedded Signup flow in the dashboard.
whatsapp
instagram
messenger
1
Channel connected