Add recipients manually (user IDs)
Campaigns
Add recipients manually (user IDs)
Add recipients manually.
POST
Add recipients manually (user IDs)
Documentation Index
Fetch the complete documentation index at: https://cometchat-22654f5b-docs-campaigns-service-rest-api.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Service-to-service basic auth
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