Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideNuGetDev CommunityOptimizely AcademySubmit a ticketLog In
API Reference

Send a transactional mail

Send a transactional mail. You can specify attachment token or recipient data.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Client ID

int64
required

Transactional mail ID

Form Data
string

Token of the attachment to be sent

string

Recipient data. Configure "data.[attribute]" according to the corresponding recipient list field.
Example:
data.firstname: John
data.lastname: Smith
data.email: [email protected] (only required if the email list field is not the address field)

Does not work with the "Try it out" feature.

string
required

Email address or telephone number (for SMS). In case the id field is the address field in the recipient list the recipientId is sufficient. If not you have to provide the address in the request body.

int64
required

Transactional recipient list to which the recipient will be added

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

400

The required recipientId/recipientListId is not provided and the recipient list is not assigned to the mailing. Add the required parameters and try again.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/vnd.optivo.broadmail.v1+json