Publish syntax

Publish uses similar syntax as AwesomeDocs with HTML tags.

The standard Publish placeholders are:

  • The recipients full name ${recipient.name?:""}

  • The recipients first name${recipient.firstName?:""}

Use this link to the published document ${recipient.link} to create a clickable link.

Please note if using SendGrid as your mailer SendGrid syntax has to be used.

The standard SendGrid placeholders are:

  • The first name of the recipient: __recipient_firstName__

  • The Published document’s URL: __link__

  • If an option to opt out URL: __optoutLink__

  • The Bullhorn user’s name: __corporateUser_name__

  • The Bullhorn user’s phone: __corporateUser_phone__

Last updated

Was this helpful?