cURL
curl --request POST \ --url https://openapi.genesy.ai/v1/add-contact-to-campaign \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "campaignId": 123, "contactId": 123 } '
{ "status": "success", "message": "<string>", "data": { "conversationId": 123, "conversationStatus": "<string>", "campaignStatus": "<string>" } }
Creates a new conversation by adding a contact to 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 to add the contact to
ID of the contact to add to the campaign
Contact successfully added to campaign
success
Show child attributes
ID of the created conversation
Status of the conversation
Status of the campaign