SendEmailWithLookup

SendEmailWithLookup api is used to send email which customized with customer specific member data.

Body Params
string
required

Id if the member which will be used to customise every email.

string

It's an optional parameter and if not set, system will assign a Guid value. This parameter is used to keep track of messages.

string
required

Html content of email.

string
required

Subject of the email.

integer
required

This field is used to set which 'From Address' is going to be used for email delivery. This Id can be gathered by calling configuration/send-params API.

integer
required

This field is used to set which IP pool is going to be used for email delivery. IP pools are pre-configured through the admin panel. Please use configuration/send-params API to get all these configured

integer
required

This field is used to set which 'Reply Address' is going to be used for email delivery. This Id can be gathered by calling configuration/send-params API.

attachmentList
array

FileName and Base64String of file binaries for email attachments.

attachmentList
Headers
string
required

The access token from Login function

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

403

Please login again to get new token.

Language
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
BAD REQUEST 1
BAD REQUEST 2
BAD REQUEST 3