Send Email to particular emailid

sudeepg4
Rookie
0 Votes

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.

1 REPLY 1
Jimmy_D
Employee
0 Votes

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

{

}


Regards,
Jimmy D.
Tier II API Support Engineer
Resources
Developer Portal

View API documentation, code samples, get your API key.

Visit Page

Announcements

API Updates

Join our list to be notified of new features and updates to our V3 API.

Sign Up