Hi,
Is it possible to send email using API to particular email id without scheduling it, I mean want to send email now using API.
If Yes then please guide.
Hi @sudeepg4,
You can send an email campaign with the "send now" option that we use in the UI; however you do still have to select a contact list to send to. The email campaign cannot be sent to just a single email address.
In order to replicate the "send now" option you will use the schedule endpoint and send an empty JSON body. You did not specify which version of the API you are using, so here is an example from our v3 API.
Post /emails/activities/{campaign_activity_id}/schedules
{
}
Announcements
Join our list to be notified of new features and updates to our V3 API.
Sign Up