Email Templates

Integrate BigRadar transactional email service with your app to start delivering email to inboxes with higher delivery score.

Send Email

POST https://app.bigradar.io/api/templates/{template-name}/send

This API endpoint allows you to send email to individual users one by one.

Path Parameters

Name
Type
Description

template-name

string

email template name

Headers

Name
Type
Description

Authentication

string

Authentication token to track down who is emptying our stocks.

Request Body

Name
Type
Description

data

object

custom data for the contacts

phone

string

phone number of the contact

name

string

name of the contact

email

string

email address of the contact

"name": "HTTP/1.1 200 OK
    {
        "status": "ok",
        "message": "Email has been sent to [email protected]"
    }

Last updated

Was this helpful?