cURL
curl --request POST \ --url https://openapi.genesy.ai/v1/pause-contact-in-campaign \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "campaignId": 123, "contactId": 123 } '
{ "status": "success", "message": "<string>", "data": { "conversationId": 123 } }
Pauses an active conversation in a campaign.
Required scope: ALL Rate limit: 30 requests per minute
Required scope: ALL
ALL
Rate limit: 30 requests per minute
ID of the campaign
ID of the contact in the campaign
Conversation successfully paused
success
Show child attributes
ID of the paused conversation