Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents:

Table of Contents
minLevel2


Info

It is recommended to peruse the parent intro section Automation Rules before reviewing the examples below.

Update Field Examples

Responding to any change in a given list field

Use-case: Let's say you have an offering, where your customers can change their package level from your website. At that point you might want to send them a Transactional message confirming the package change. Here's how to implement that with any change in a list field value.

  1. Rule Settings
    1. Rule Trigger: assuming this is for existing customers, you'll choose the 'Contact created or edited' option as this will be an edit.
    2. Rule Frequency: Always – as you want to send this every time a customer changes their package level.
    3. Trigger Source: Choose API call update from your Website, or from Ongage platform, in the case of manual update by customer service personnel.

  2. Rule Criteria: choose the field which contains the value, and select either 'Changed To' 'any value' or 'Changed From' 'any value'.


  3. Rule Action: Choose Transactional
    1. You'll typically want to check: 'Check Contact Status' (i.e., don't send to inactive: unsubscribed/hard bounced/complained) and 'Check Suppression' (i.e., check against relevant suppression lists).

Update a list field with the IP of the last open

By capturing the IP and storing it in a list field, you can then use the Ongage feature 'Send by Timezone'.  For details about that feature see the Campaigns help page.

...

  • Do the exact same setup as above, except in Rule Settings choose Contact clicked on a link.

Transactional Message Examples

Info

 Note: in the parent section Automation Rules you'll find an example of how to send a transactional message immediately after an Open.

How to Setup a Drip Welcome Series

This example will send 3 emails after a contact has been created at an interval of 5 mins, 1 day and 2 days after Created Date (aka sign-up date).

  1. Rule Settings
    1. Rule Trigger: select: Contact create.
    2. Rule Frequency: select: Once.
    3. Trigger Source: Currently the API call and Ongage Platform (manual add) option is available for this scenario.
  2. Rule Criteria: No rule criteria needs to be selected here for setting up Drip welcome series for every contact being added into the list.
  3. Rule Action: Create 3 Transactional Actions and select Delay Send (Minutes) as shared below along with the desired connection in each action.
    1. Transactional Action 1 with 5 minutes Delay.
    2. Transactional Action 2 with 1440 minutes Delay.
    3. Transactional Action 3 with 2880 minutes Delay.

How to Setup a Confirmation Unsubscribe SMS Text Message

In order to send confirmation unsubscribe SMS Text Message, please follow the steps given below. 

  1. Rule Settings
    1. Rule Trigger: select: Contact Unsubscribed
    2. Rule Frequency: select: Always
  2. Rule Criteria: In ESP Select: Sinch - As this feature works only with Sinch ESP. Please find the screenshot below:
    Image Added
  3. Rule Action:  Set up Transactional Action with SMS type message. By doing so, A Confirmation SMS will be sent to all the contacts.

Send a welcome message via a different vendor connection 

Ongage has a built-in welcome message as detailed in List Settings General. That setting only allows for sending a welcome message via one vendor connection. If you'd like to send your welcome messages for a given segment via a different vendor connection, here's how you can do that.

...

  1. You can use this method to implement your welcome messages instead of the built-in one in Ongage which only allows sending via one vendor.
  2. You can use this in conjunction with the built-in welcome message function, if you're using there the segmented welcome, make sure not to double target the segment you're also setting up here.

Webhook Example

Send open related data back to your CRM

  1. Rule settings
    1. Rule Trigger: select: Contact opened a message.
    2. Rule Frequency: select: Always (aka Ongoing).
  2. Rule Criteria
    1. None / Empty
  3. Rule Action: choose Webhook 
    1. Enter Action Name
    2. Enter Endpoint URL
    3. Select the data points (List FieldsSystem Fields, and Behavioral Event data) associated with the open, that you'd like to send to your CRM.


      (info) For example you might want to send the: Email, the system Create Date of the contact, the Campaign ID of the open, and the Timestamp of the open.


Appendix 

Automation Rule System Fields

Following are a new set of system fields, created for use in Automation Rules, that all start with the prefix ocxbe_(where 'be' stands for behavioral event).

Typically you can use these for updating a list field value, when using the 'Update Field' Action option or when sending Webhook.

NameTitle
ocxbe_typeBehavioral Type
ocxbe_mailing_idCampaign ID
ocxbe_email_message_idEmail Message ID
ocxbe_timestampTimestamp
ocxbe_esp_idESP ID
ocxbe_connection_idESP Connection ID
ocxbe_link_idLink ID
ocxbe_ipIP
ocxbe_country_codeCountry Code
ocxbe_browserBrowser
ocxbe_osOS
ocxbe_trigger_idTrigger ID
ocxbe_segment_idSegment ID

...