Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PUT \ --url https://api.timelyai.com.br/v1/channels/{id}/config \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "phone_number": "<string>", "api_key": "<string>", "webhook_url": "<string>" } '
{ "data": { "phone_number": "<string>", "api_key": "<string>", "webhook_url": "<string>" } }
Updates channel-specific settings.
API key obtained from the dashboard
Channel ID
Configuration updated
Show child attributes