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 POST \ --url https://{appId}.api-{region}.cometchat.io/v3/campaigns/campaigns/{id}/schedule \ --header 'Content-Type: application/json' \ --header 'apikey: <api-key>' \ --header 'appid: <appid>' \ --data ' { "scheduledAt": 1714000000 } '
Schedule campaign send.
Your CometChat REST API Key.
Tenant application ID
Scheduled send time as Unix timestamp (seconds)
1714000000
Campaign scheduled
Was this page helpful?