cURL
curl --request POST \ --url https://pub-api.conversion.ai/api/v1/recipients/batch \ --header 'Content-Type: application/json' \ --data ' { "batch": [ { "email": "<string>", "status": "<string>" } ] } '
{ "data": true, "httpStatus": 123, "message": "<string>" }
Batch upsert recipients from public api. We only allow swapping between NO_STATUS and SUBSCRIBED.
the request
Show child attributes
success
If success data is populated otherwise it's empty
Was this page helpful?