Use this method to get details of the email with statuses such as injected, ok, softbounce, hardbounce, spambounce, deffered and dropped. By default, you can only access data from the last week
The number of items omitted from the beginning of the list. Default ‘0’.
0
The maximum number of items returned by request. Default ‘100’. Maximum ‘1000’.
100
The smtp account name.
1.test.smtp
The unique ID of the message.
test0001@domena.pl
The email address the email was sent to.
test@email.pl
Search with date. The farthest date is specified by the TTL of your account (which is 1 week by default).
Search with date.
Send new email through transactional API which means that you can send email to a single email address or an array of email addresses. You can send the message to a maximum of 200 recipients. The entire query should not exceed 10 MB, and should not exceed 10 000 elements. If you want to send email to a group created through Create group method please use Send email campaign. Link tracking is enabled by default, you can disable it by adding a header {"X-TRACKING-OFF":1}
Object passed when sending emails.
The subject of the message.
Test email subject
The smtp account name the email will be sent from.
1.test.smtp
The values to tag the message with. Tags can be non-unique.
test-tag
The body of the message. If you choose templateId html and text can be omitted.
The array of recipients who will receive a blind carbon copy of your email.
The array of recipients who will receive a copy of your email.
The details of sender.
The details of who the recipient can reply to.
The extra key/value pair of the headers you can add to the message. Property name can contain max of 100 signs.
{"X-TEST-HEADER":"val"}
The extra variables you can use in your e-mial template. You can find more information on how to use this feature in this section.
{"sex":"unknown","hasNewsletter":false,"promos":{"1":{"name":"test40","value":300},"2":{"name":"test800","value":3008}},"footer":"<div><strong>crazy footer</strong></div>"}
The details of the recipients.
The details of the attachments. The entire query should not exceed 10 MB.