Transactional email send (CSV)

Sends the campaign to contact list from a CSV file. The csv format is 'email' and optional 'externalCode' and'vars'.

With external code and vars:

  email, var1,..., varN
  [email protected], value1,...,valueN

Without vars:

  email
  [email protected], ext1

External code:

  externalCode
  ext1
Body Params
file
required

csv file

integer
required
string

cc emails. Comma separated values

string

bcc emails. Comma separated values

string | null

Schedule the email campaign to this time. The date format is ISO-8601.

The date must be greater than the current date

string | null

Activate the smart send functionality and set the day the send should be made.

The date must have an ISO-8601 format of the type YYYY-MM-DD.

If this property is set, it is mandatory to also specify the smartTimezone property.

string | null

Indicates the time zone that we must use to interpret the date indicated in the smartTime field.

https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

string

Comma-separated audience IDs to be used as blacklist (currently only one blacklist audience is supported)

string
enum

If 'true', allows sending duplicate emails to the same address. If not specified, the project configuration will be used. If not configured in the project, defaults to false (no duplicates allowed).

Allowed:
Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json