Setup Guides Archives - Sendtric https://www.sendtric.com/category/help/setup-guides/ Personal Portfolio Website Sat, 27 May 2023 05:32:47 +0000 en-US hourly 1 https://wordpress.org/?v=6.8.1 https://www.sendtric.com/wp-content/uploads/2023/10/android-chrome-192x192-1.png Setup Guides Archives - Sendtric https://www.sendtric.com/category/help/setup-guides/ 32 32 Add Dynamic Timers in Mailchimp https://www.sendtric.com/add-dynamic-timers-in-mailchimp/ Tue, 07 Mar 2023 08:30:15 +0000 https://www.sendtric.com/?p=2686 Add Dynamic Timers in Mailchimp Read more

]]>
Note: Dynamic Timers are only available in the Power and Enterprise plans in the Pro Edition.  Sign up for a plan today on our home page or upgrade your existing plan on the settings page.

This guide will cover integrating Sendtric Dynamic Timers in the Mailchimp platform.  To see our full list of setup guides, click here.

1. Create your Dynamic Timer in Sendtric.  See our tutorial about creating a Dynamic Timer.

2. Add your Dynamic Timer code to your Mailchimp template.  See our tutorial about adding a timer to your Mailchimp template.

3. Modify the code by replacing {UNIX TIMESTAMP} with the Mailchimp date tag “*|DATE:U|*”, followed by the amount of additional time for your Dynamic Timer.  This date tag represents the current time that the email is sent:

<img src=”http://gen.sendtric.com/countdown/vtkfdyi20u?to=*|DATE:U|*+86400” style=”display: block;” />

In this example, 86400 represents the number of additional seconds to count down, which is 24 hours in this case.

4. Enter Preview mode (press 1 on the keyboard, or click “Preview” at the top of the page) to confirm the timer is configured correctly.  Note that the editor preview does not evaluate the date tag in real-time, so entering preview mode is recommended to confirm the end time is correct:

]]>
Add Countdown Timers in Klaviyo https://www.sendtric.com/add-countdown-timers-in-klaviyo/ Tue, 07 Mar 2023 07:32:22 +0000 https://www.sendtric.com/?p=2682 Add Countdown Timers in Klaviyo Read more

]]>
This guide will cover integrating Sendtric countdown timers in the Klaviyo platform.  To see our full list of setup guides, click here.

1. Create your timer on Sendtric:

2. Create a Text Block using the Klaviyo drag and drop editor and click on the “Source” button. Paste in your timer code:

You can use the following code to help center your timer:

<table align=”center”>

  <tbody>

    <tr>

      <td>{your timer code goes here}</td>

    </tr>

  </tbody>

</table> 

]]>
Add Dynamic Timers in Iterable https://www.sendtric.com/add-dynamic-timers-in-iterable/ Tue, 07 Mar 2023 07:28:53 +0000 https://www.sendtric.com/?p=2680 Add Dynamic Timers in Iterable Read more

]]>
Note: Dynamic Timers are only available in the Power and Enterprise plans in the Pro Edition.  Sign up for a plan today on our home page or upgrade your existing plan on the settings page.

This guide will cover integrating Sendtric Dynamic Timers in the Iterable platform.  To see our full list of setup guides, click here.

1. Create your Dynamic Timer in Sendtric.  See our tutorial about creating a Dynamic Timer.

2. Add your Dynamic Timer code to your Iterable template.  See our tutorial about adding a timer to your Iterable template.

3. Modify the timer code by replacing {UNIX TIMESTAMP} with the Iterable timestamp variable “{{timestamp}}”, followed by the amount of additional time for your Dynamic Timer.  This timestamp variable represents the current time that the email is sent:

<img src=”http://gen.sendtric.com/countdown/vtkfdyi20u?to={{timestamp}}+86400″ style=”display: block;” />

In this example, 86400 represents the number of additional seconds to count down, which is 24 hours in this case.

]]>
Add Countdown Timers in Iterable https://www.sendtric.com/add-countdown-timers-in-iterable/ Tue, 07 Mar 2023 07:25:45 +0000 https://www.sendtric.com/?p=2674 Add Countdown Timers in Iterable Read more

]]>
This guide will cover integrating Sendtric countdown timers in the Iterable platform.  To see our full list of setup guides, click here.

1. Create your timer on Sendtric:

2. Open your Iterable template in the template editor and select the HTML option in the Content tab. Drag the box into your template where you would like the countdown timer to appear.

3. Copy the timer code from Sendtric and paste it in the Content Properties section for the HTML block you just added to your template. If you would like your timer to be centered, here is some additional code to help center the timer for all email clients:

<table align=”center”>

  <tbody>

    <tr>

      <td>{your timer code goes here}</td>

    </tr>

  </tbody>

</table> 

]]>
Add Countdown Timers in Mailchimp https://www.sendtric.com/add-countdown-timers-in-mailchimp/ Tue, 07 Mar 2023 07:20:56 +0000 https://www.sendtric.com/?p=2669 Add Countdown Timers in Mailchimp Read more

]]>
This guide will cover integrating Sendtric countdown timers in the Mailchimp platform.  To see our full list of setup guides, click here.

1. Create your timer on Sendtric:

2. Open your Mailchimp campaign in the template editor and select the “Code” option in the “Content” tab. Drag the box into your template where you would like the countdown timer to appear.  If you are using a “Code Your Own” template, navigate to the location in the HTML code where you would like the timer to appear.

3. Copy the timer code from Sendtric and paste it in the “Code” section for the Code block you just added to your template (or add to the appropriate location in your “Code Your Own” HTML template).  If you would like your timer to be centered, here is some additional code to help center the timer for all email clients:

<table align=”center”>

  <tbody>

    <tr>

      <td>{your timer code goes here}</td>

    </tr>

  </tbody>

</table> 

]]>
Add Countdown Timers in ActiveCampaign https://www.sendtric.com/add-countdown-timers-in-activecampaign/ Tue, 07 Mar 2023 07:10:58 +0000 https://www.sendtric.com/?p=2663 Add Countdown Timers in ActiveCampaign Read more

]]>
This guide will cover integrating Sendtric countdown timers in the ActiveCampaign platform.  To see our full list of setup guides, click here.

1. Create your timer on Sendtric:

2. Open your ActiveCampaign campaign in the template editor and select the “HTML Block” option in the “Insert” tab. Drag the box into your template where you would like the countdown timer to appear. 

3. Copy the timer code from Sendtric and paste it in the “Custom HTML” section for the HTML block you just added to your template.  If you would like your timer to be centered, here is some additional code to help center the timer specifically for the ActiveCampaign platform:

<center>{your timer code goes here}</center>

Enjoy your countdown timer from Sendtric!

]]>