Attach recipients to a campaign
WhatsApp Campaigns Endpoints
Attach Recipients
Append recipients to a draft or scheduled campaign
POST
Attach recipients to a campaign
This endpoint appends new recipients to the existing list.
- Phone numbers already on the campaign are skipped.
- Duplicates within the same request are deduplicated.
- A campaign can have a maximum of 1000 recipients total. If appending would exceed this limit, a
400error is returned. - If every number in your request already exists on the campaign, a
400error is returned.
Authorizations
Project API key (sk_live… or sk_dev…). Send it as Authorization: Bearer <api_key>.
Path Parameters
Campaign MongoDB id returned on create
Pattern:
^[a-fA-F0-9]{24}$Body
application/json
Required array length:
1 - 1000 elements