← Mailjet Add-On Übersicht
This flow sends bulk mails to multiple receivers with a filelist as attachement. Input source is a spreadsheet with the data to be sent.
Das sind die Optionen, mit denen man den Step konfigurieren kann.
| Name | Datentyp | Beschreibung | Pflichtfeld | Werte |
|---|
| account | ACCOUNT | mailjet account | Ja | |
| inputSpreadsheet | SPREADSHEET | | Ja | |
| mappingdefinition | STRING | The mapping definition JSON String | Ja | |
| Folgende Felder sind zu konfigurieren:
| Feld | Datentyp | Beschreibung | Pflichtfeld | Standardwert |
|---|
| FromEmail | SINGLE | | Ja | | | FromName | SINGLE | | Ja | | | ToEmail | MULTIPLEVALUE | semikolon separated list of email receiver email addresses | Ja | | | ToName | MULTIPLEVALUE | Semikolon separated list of email receiver names | Ja | | | CcEmail | MULTIPLEVALUE | comma separated list of receiver CC emails | Nein | | | CcName | MULTIPLEVALUE | comma separated list of receiver CC names | Nein | | | BccEmail | MULTIPLEVALUE | comma separated list of receiver BCC emails | Nein | | | BccName | MULTIPLEVALUE | comma separated list of receiver BCC names | Nein | | | Subject | SINGLE | | Ja | | | CustomID | SINGLE | | Nein | | | Text | SINGLE | | Ja | | | HTMLText | SINGLE | | Nein | | | Attachements | MULTIPLEVALUE | comma separated list of file names provided in the file list. | Nein | |
|
| attachements | FILELIST | a filelist of files that should be attached to the messages. add the filesnames to the according rows. the step picks the files if available and attaches them to the emails. | Nein | |
| batchSize | STRING | set number of messages per request | Nein | |
Outputs
Das sind die Ergebnisse des Steps, die von nachfolgenden Steps, nach der Ausführung verwendet werden können.
| Name | Datentyp | Beschreibung | Werte |
|---|
| responseSpreadsheet | SPREADSHEET | Spreadsheet with response data | |
| Folgende Felder sind im Output enthalten:
| Feld | Datentyp | Beschreibung | Standardwert |
|---|
| Status | SINGLE | | | | To_Email | SINGLE | | | | To_MessageUUID | SINGLE | | | | To_MessageID | SINGLE | | | | To_MessageHref | SINGLE | | | | CustomID | SINGLE | | | | Cc | SINGLE | | | | Bcc | SINGLE | | |
|