Skip to main content
Apollo sequences

Guide to use Userled assets in Apollo sequences

Updated over a week ago

Running sequences from Apollo is a very common use case and Userled makes it easy to include personalised content experiences in your outreach campaigns.

Quick campaigns

If you are looking to send emails to one or a few contacts, the quickest option is to manually export assets from the Assets tab.

Prerequisite

In order to automate using Userled assets in sequences with many contacts, you must first have exported the assets to your CRM. Follow our guide Exporting assets to your CRM for more information.

As your sales sequences target contacts in your CRM, we recommend generating assets based on contact lists already in your CRM and exporting the assets to those contacts.

Alternatively, you can export your assets in bulk via CSV and upload them to Apollo. To do this, must have created a Userled experience based on a Contact audience.

Once your assets are synced against the contacts in your CRM, or exported via CSV, you can follow the guide below to learn how to use these in an Apollo sequence.

Personalise sequences at scale

Step 1 - Create custom contact fields

These custom fields will be used to dynamically insert Userled assets into your email templates for personalised outreach.

Custom fields can be created in Apollo here.

Step 2 - Create a sequence and importing contacts

Start by importing your contacts into your sequence. If you are importing CRM contacts, ensure that these contacts have Userled assets generated for them and synced to their custom CRM fields (see prerequisites).

Alternatively, you can export your Userled assets via CSV and import those contacts into Apollo via CSV. Make sure to map the CSV columns to the custom contact properties you created in Apollo.

Step 3 - Setting up the email template

Before starting, it's good to visualise the end goal we're working towards. We recommend including multiple call to actions to would lead the user to click to open the page. In the example below, we include a hyperlink on the word Here and we render the thumbnail image. The thumbnail is also itself wrapped in a hyperlink so that if the recipient clicks on the thumbnail they will be redirected to the landing page.

Creating a hyperlink

Select the portion of text you want to turn into a hyperlink and click on the link icon in the toolbar at the bottom of the editor (or cmd+k) keyboard shortcut. Insert the custom field you created for the thumbnail.

Creating a clickable thumbnail

Copy the following piece of code. This is HTML code to render the thumbnail and wrap it in a clickable link that redirects to the landing page.

Note: If you named your custom fields differently to the example below, you'll need to update the snippet beneath with your own variable names.

<a href="{{Userled landing page URL}}"><img src="{{Userled thumbnail URL}}" alt="Landing page preview" width="400" height="225"></a>

You can click on the Edit Raw HTML icon in the tool bar < > and update the HTML to include the code above.

If it's setup correctly, you should see something like this.

You can now select the Eye icon to preview the email. If everything is setup and you preview from the perspective of a contact that has the custom fields populated with Userled assets then you should see a preview like below.

💡 You should always validate that your contacts have the customer fields populated with assets and test your sequence by enrolling yourself in it first and send yourself an email to your inbox to validate that everything looks and works as expected.

If you have any questions, we’re here to help! Please feel free to contact us at any time via support@userled.io.

Did this answer your question?