Get an e-mail subject
Get an e-mail subject
Extracts the subject of an e-mail obtained by the Get e-mail from list action. Useful for recording, filtering or using the e-mail subject as part of the automation flow processing.
Options
E-mail
Select the Get e-mail from list action that references the e-mail whose subject will be extracted.
Returns
Custom code
js
actions["action-id"].subject // subject of the e-mail (Text)
Field selection
- subject — subject line of the e-mail (Text)
Rules and Conditions
- The E-mail field is required.
- The action referenced must be of the Get e-mail from list type.