This endpoint first uplaods a contact, then adds them to a campaign.
int): The ID of the campaign to which the contacts are being added.int): (Optional) The ID of the bot responsible for managing the contact’s email exchanges within the campaign.bool): A flag indicating whether the campaign should be started immediately after adding the contact. Default is False.ContactUpload): An object containing the contact details to be added to the campaign.X-API-Key: The API key for authenticating the request.
BaseItem: The ID of the newly inserted contact.
400 Bad Request: If the contact is already associated with the organisation or there are
no bots in the organisation.401 Unauthorized: If the API key is invalid.404 Not Found: If the campaign does not exist or is not associated with the organisation.1 - 631 - 631 - 631 - 63161 - 31Successful Response