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
{
}
Support Tips
"There's a multitude of ways to engage your audience through us using your social platforms - via ads, social post metrics, email links, and more! " - Will
See ArticleSupport Tips
"Target your most engaged contacts by creating a segment. Create a special offer or show your appreciation!" - Caitlin
See ArticleSupport Tips
"Greet new contacts with one or more automated Welcome Emails depending on their interests or your business goals." - Nick
See Article