Table of Content
Actions
Create Campaign - Failed
I faced the error:
Error ID:43CA8536-36BD-11F0-BBBE-468253F45172. SZ150623-01 The contact list is empty. Probably they are unavailable.

Create Email Message - Improvement needed
Required props

All props

Improvement needed - Improve description for Subject
, Body
, Text Body
When the user wants to use substitution fields for these props:
- The user needs to use Pipedream Custom Expression
- In the Custom Expression, specify a string and add backsplash to escape the brackets. For example: Subject =
{{ "Welcome to Our Newsletter, \\{\\{Name\\}\\}!" }}
Expected Behaviors:
- Update description for Subject:
- String with the letter subject. It may include substitution fields. If you wish to use substitution fields, specify a string within a Pipedream Custom Expression and escape the curly brackets with a backslash. For example: {{ "Welcome to Our Newsletter, \{\{Name\}\}!" }}. The parameter is optional if Template Id is indicated.
- Update description for Body:
- HTML body of the letter. It may include substitution fields. If you wish to use substitution fields, specify an HTML string within a Pipedream Custom Expression and escape the curly brackets with a backslash. For example: {{ "<p>Hello \{\{Name\}\},</p><p>Here is your update.</p>" }}.
- Update description for Text Body:
- Text body of the letter. It may include substitution fields. If you wish to use substitution fields, specify a text string within a Pipedream Custom Expression and escape the curly brackets with a backslash. For example: {{ "Hello \{\{Name\}\},\nHere is your update." }}.