API Documentation

Explore and manage APIs


  • API Reference
  • Send Email
  • Send Bulk Emails
  • Send Scheduled Email
  • Send Recurring Email
  • Send Notification
  • Send Scheduled Notification
  • Send Recurring Notification
  • Send Bulk Notification

Resources

Send Email

Send emails to a single recipient using the CadaloCast API. (1 coin)

POST - https://cadalocast-open.cadalocast.com/api/v1/send-email
Headers
NameTypeDescription
x-api-keyStringAPI key for authentication.
Content-TypeStringSet to application/json.
Request Body
NameTypeDescriptionExampleRequired
templateIdStringUnique ID of the email template.1122-3333-4444-yyyy-ddddYes
toStringRecipient emailexample@cadalocast.comYes
variablesObjectTemplate variables such as subject, title, etc.{ "subject": "Hello", "title": "Welcome" }Yes

Need an API Key? Click here to get your API key.