Beta. This endpoint is in beta. Behavior, parameters, and response shapes may change without notice.
Adds contacts to the specified contact list. This is a non-atomic operation: successfully added contacts are not rolled back if some fail. The response contains only the failed items with their error details.
Documentation Index
Fetch the complete documentation index at: https://docs.reply.io/llms.txt
Use this file to discover all available pages before exploring further.
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Authorization: Bearer <your-api-key>
Get your API key from the Reply dashboard: Settings → API Key.
Contact list ID
Array of contact IDs to add
Add operation completed. Response is a dictionary keyed by contact ID. Only failed items appear; missing IDs were added successfully.
Possible per-item error codes:
| error | Meaning |
|---|---|
| 8 | ContactNotProcessed — contact could not be added (e.g. access denied, invalid ID) |
Per-item error for non-atomic bulk operations. Only failed items are returned in the response dictionary. Items not present in the dictionary succeeded.