This article describes how to set up the Postmark connector in your Customer Data Hub account.
In this article"
Table of Contents Placeholder
Connector Actions
Action Name |
AudienceStream |
EventStream |
Send Email |
✓ |
✓ |
Send Email With Template |
✓ |
✓ |
Configure Settings
Go to the Connector Marketplace and add a new connector. Read the Connector Overview article for general instructions on how to add a connector.
After adding the connector, configure the following settings:
- Server Token
- Used for requests that require server level privileges.
- This token can be found on the Credentials tab under your Postmark server.
- For more information, see: Postmark: Developer's API Overview
Action Settings - Parameters and Options
Click Next or go to the Actions tab. This is where you configure connector actions.
This section describes how to set up parameters and options for each action.
Action - Send Email
Parameters
Parameter |
Description |
From |
|
To |
- Recipient email address.
- Maximum number of addresses is 50.
|
CC |
- CC recipient email address.
- Maximum number of addresses is 50.
|
BCC |
- BCC recipient email address.
- Maximum number of addresses is 50.
|
Subject |
|
Tag |
- Email tag that allows you to categorize outgoing emails and get detailed statistics.
|
HTML Body |
- Required if no Text Body is specified.
|
Text Body |
- Required if no HTML Body is specified.
|
Reply To |
- Reply To override email address.
- Defaults to the Reply To set in the sender signature.
|
Headers |
- List of custom headers to include.
|
Track Opens |
- True or false.
- Activate open tracking for this email.
|
Track Links |
- Activate link tracking for links in the HTML or Text bodies of this email.
- Possible options: None, HtmlAndText, HtmlOnly, TextOnly.
|
Metadata |
- Custom metadata key/value pairs.
|
Action - Send Email With Template
Parameters
Parameter |
Description |
Template ID |
|
Template Alias |
- The alias of a template to use when sending this message.
- Required if Template ID is not specified.
|
Template Model |
- The model to be applied to the specified template to generate HTML Body, Text Body, and Subject.
|
Inline CSS |
- True or false.
- By default, if the specified template contains an HTML Body, the style blocks will be applied as inline attributes to the rendered HTML content.
- You may opt out of this behavior by passing
false for this request field.
|
From |
- The sender email address.
- Must have a registered and confirmed Sender Signature.
|
To |
- Recipient email address.
- Maximum number of addresses is 50.
|
CC |
- CC recipient email address.
- Maximum number of addresses is 50.
|
BCC |
- BCC recipient email address.
- Maximum number of addresses is 50.
|
Tag |
- Email tag that allows you to categorize outgoing emails and get detailed statistics.
|
Reply To |
- Reply To override email address.
- Defaults to the Reply To set in the sender signature.
|
Headers |
- List of custom headers to include.
|
Track Opens |
- True or false.
- Activate open tracking for this email.
|
Track Links |
- Activate link tracking for links in the HTML or Text bodies of this email.
- Possible options: None, HtmlAndText, HtmlOnly, TextOnly.
|