Using the <<EmailResponseLink>> Shortcut
LAST UPDATED: JAN 8, 2025
<<EmailResponseLink>>
is shortcut used to embed a link within an email body to gather responses. Follow the steps below to create a result similar to the example shown in the image above.
Add a Send Email utility command to the playbook editor.
Fill in the necessary input parameter fields (email body skipped).
Input the destination email addresses.
Enter an email subject line.
Select a reply mode (required).
Input, in minutes, the reply due time.
READER NOTE
For more information on input parameters of the Send Email command, click here.
Click on the button to render the Edit Data Formatter popup.
Input the following HTML code:
HTML<!DOCTYPE html> <html> <body> <p>Hi,</p> <p>Please take the required action by clicking the link below:</p> <a href="<<EmailResponseLink>>" style=" display: inline-block; padding: 12px 24px; background: #0f0c29 !important; background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29) !important; background: linear-gradient(to right, #24243e, #302b63, #0f0c29) !important; color: #ffffff !important; text-decoration: none; border-radius: 10px; font-weight: bold; text-align: center; font-family: Arial, sans-serif; font-size: 16px; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); transition: all 0.3s ease; " > CLICK HERE TO RESPOND </a> <p>If the button above does not function, please use the following link:</p> <p> <a data-link="<<EmailResponseLink>>" href="<<EmailResponseLink>>"><<EmailResponseLink>></a> </p> <p> Regards,<br /> [Your Team/Organization Name] </p> </body> </html>
READER NOTE
Customize the styling as required.
Click on the Save button.
Ensure that the Auto Run option in enabled.
Click on the button.
Test run the playbook.
Click on the Test Playbook button.
Click on the Run Test button.
Instruct the respondent to:
Click on the call-to-action button provided in the email.
Write a reply, then click on the Reply button.
Ensure that a confirmation banner renders.
This will trigger the Send Email playbook task to complete.