Add recipients manually (user IDs)
Campaigns
Add recipients manually (user IDs)
Add recipients manually.
POST
Add recipients manually (user IDs)
Authorizations
Your CometChat REST API Key.
Headers
Tenant application ID
Path Parameters
Body
application/json
Array of user IDs to add as recipients
Required array length:
1 - 10000 elementsPer-user variables, keyed by userId. Persisted on each CampaignRecipient.variables row at insert time. Renderer substitutes these into template content per recipient. Example: { "user_42": { "name": "Ajay" }, "user_43": { "name": "Sam" } }.
Example:
{ "user_42": { "name": "Ajay" } }Response
Recipients added