Uploads/adds a single contact to an existing contact list (tag/contact list ID) for partner broadcast.
POST https://business.me-mate.net/partners/broadcast/uploadsinglecontact
This endpoint requires an auth token.
Use the existing token variable: {{auth token}}
Send it in the request exactly as your API expects (for example, as an Authorization header or another required header in your workspace/collection).
Note: This request currently references
{{auth token}}as its authentication token variable. Ensure it is set in your active environment or globals before sending.
(Plus any auth header required by your backend, using _{{auth token}}_.)
Content-Type: application/json
Exact error payloads may vary.
400 Bad Request — Missing/invalid fields (e.g., tag, number, name).
401 Unauthorized — Missing/invalid/expired auth token ({{auth token}}).
403 Forbidden — Auth token valid but not permitted to add contacts to the specified list.
404 Not Found — List/tag not found.
409 Conflict — Contact already exists in the list (if applicable).
422 Unprocessable Entity — Validation failure (number format, etc.).
429 Too Many Requests — Rate-limited.
500 Internal Server Error — Server-side error.
503 Service Unavailable — Temporary outage/maintenance.