A simple yet effective play to gain a prospect or customer's trust is to send them a LinkedIn connection request as soon as they request a demo on your website or sign up to your platform. But, as your company grows, keeping this level of personalization becomes increasingly challenging. This article will walk you through the process of fully automating this play, and many others, with Amplemarket Inbound Workflows.
Requirements to follow the step-by-step guide:
- A CRM or data warehouse where new records are added to a table.
- Zapier or Hightouch.
You can also use other tools that allow you to send an HTTP POST request with new records from a table, but the steps won't be detailed in this guide.
1. Create a New Sequence
-
On Amplemarket's sidebar, select "Sequences" in the "Engage" section.
-
On the Sequences page, click "New Sequence".
- Add as many steps to your sequence as you'd like! Don't forget to test your sequence and save it when you're done.Name your sequence and customize its settings.
If you want to use dynamic fields, you should also use Liquid Syntax to handle incoming records that don't have a value for the field.
For instance, If you want to start your message with "Hi {{first_name}},", you can handle cases where the first_name is unavailable by starting with "Hi there,". This can be achieved with the Liquid Syntax below:
Hi{% if first_name %} {{first_name}}{% else %} there{% endif %},
2. Create an Inbound Workflow
- On Amplemarket's sidebar, select "Inbound Workflows" in the "Automate" section.
- Click "New Inbound Workflow" at the top-right corner of the page.
- Click the plus sign and select "Trigger sequence" as the action.
- Select your Sequence and review the remaining settings before saving.
- After saving your "Inbound Workflow", enable it by toggling the switch.
3. Trigger your Inbound Workflow
Option A: Using Zapier
- Create a new Zap.
- Set up your trigger.
This step will vary depending on where your data is stored and what you're trying to achieve. Most likely, you want it to be when a record is added to an object in your CRM or a new row is added to a table in your data warehouse.
Learn more about Zapier triggers.
CRM examples:
Data warehouse examples:
.
If your trigger works, you'll be able to select a recent record to use as a test.
- Click the plus sign to add a new step and choose Webhooks by Zapier as the action.
- Select POST in the event dropdown.
- Go back to Amplemarket and copy your Inbound Workflow URL.
- Paste the URL in the "URL" field in the "Action" tab.
- Change the Payload Type to "json".
- Add all fields you want to push to Amplemarket in "Data". In order for your sequence to be triggered, you need to push a value for "email". For each field, you'll need to map its name in the Amplemarket sequence to a field from a previous Zap step. You can read more about how to set up an Inbound Workflow here.
- Before you test it, note that the email you selected in the test step will be added to the inbound workflow sequence. You can prevent that from happening by temporarily replacing the value for "email" with an email of your choice, instead of using the one from the previous Zap step. Remember to switch it back to the right value after testing.
If your test is successful, the contact in Amplemarket will be added to your inbound workflow sequence.
Option B: Using Hightouch
- Follow this guide to create your Hightouch source and model. The end result should be a table with the records you want to sequence.
- Create a new destination. Select HTTP Request as the destination.
- Go back to Amplemarket and copy the URL for your inbound workflow.
- Select Basic Auth as the "Authentication method".
- Paste the endpoint URL to "Base URL".
- Hit "Continue" and "Finish".
- Add a new sync.
- Select your model and destination (HTTP Request).
Select "Rows added" as the trigger and use the settings below:
You can either use one column or multiple columns, as long as they're mapped correctly. Destination field should match the name of the dynamic fields in your Amplemarket sequence.
- Before you test it, note that the email you selected in the test step will be added to the inbound workflow sequence.
- Finally, select the schedule of your sync and save it.