# Sequences

Use sequences to automatically send follow up / delay messages to customers. You can send multiple messages with different delays.

# Create Sequence

sequence

Follow steps 1 to 3 and you will see this:

sequence

5 steps to create a sequence:

  1. give a sequence name
  2. click "Add Message"
  3. edit the settings (see Message Settings below)
  4. choose the sub flow to send
  5. repeat steps 2-4 to add more messages then click "Save"

# Message Settings

This is how does the setting window look like:

sequence

# 1. The countdown to send the message

  • Messages are sent by order.
  • For the first message, the countdown begins when users subscribed to the sequence.
  • For other messages, the countdown begins when the previous message is sent.

# 2. Send anytime or between a time range

  • For "send anytime", the message will be sent immediately at the end of the countdown.
  • For "send between", if the countdown ends outside the time range, the message will be kept until the next available time.
  • Remember to check the timezone issue below.

e.g. You don't want to bother users at night so you set a message to send between 9 am and 6 pm. If there is a message that should be sent at 8 pm, the system will hold the message until 9 am tomorrow.

This can affect the next message because the countdown of the next message begins when the previous one is sent.

# 3. Send on which days of the week

  • Similarly, if you don't want to bother users at weekend, deselect Saturday and Sunday. See the example in the "send between" above.
  • Remember to check the timezone issue below.

# 4. Choose corresponding content type (IMPORTANT)

  • See "Content Type" introduction below.
  • If you are not sure about which type you should use, keep it default. Although the message might not be sent due to the 24 hours rule, the system will at least help you avoid being banned by Facebook.

# 5. Pick a notification type

# About Timezone

If a channel has a timezone in the user's profile like Facebook, when the system check "send between time range" and "send on Monday to Sunday" settings, it's based on users' timezone first. If the user doesn't have a timezone or the channel doesn't support timezone in user profiles, then it's based on the timezone of the workspace.

# Content Type

Any message sent over 24 hours after a subscriber’s last interaction must have a content type that matches its purpose (in accordance with Facebook Policy- Message Tags (opens new window)

Messages with type “Other” or without a content type will NOT be delivered to subscribers who interacted with you via Messenger more than 24 hours ago.

Note

Sending messages that do not match the assigned content type may result in your page being suspended or banned by Facebook.

# Default / Other

Can contain promotions and it will only send to users who interacted with your bot in the last 24 hours.

# Confirmed Event Update

Send the user reminders or updates for an event they have registered for (e.g., RSVP'ed, purchased tickets). This tag may be used for upcoming events and events in progress.

# Post Purchased Update

Notify the user of an update on a recent purchase such as confirmation of transactions(invoice, receipt) and notifications of shipment status(product in-transit, shipped, delivered, delayed).

# Account Update

Notify the user of a non-recurring change to their application or account.

# Send Multiple Messages

sequence

When you send more than 1 message in your sequence, note that all the messages are sent in order.

In the above screenshot, for example, the "Booked" sub flow will be sent "Immediately" once the user subscribes to this "Appointment Follow Up" sequence. Because the first message begins the count down once the user subscribes.

The next message begins the count down once the previous is sent. Thus, the "Appointment Follow Up" sub flow will be sent 1 day after the "Booked" sub flow is sent.

# Send Sub Flow

Make some sub flows to send specifically for your sequences. Please note that each Send Message step has its own "Message Tag". The tag is set to "Other" by default.

Let's say, now it is over 24 hours since the user last interacted with your bot. You choose a non-default content type for a message in your sequence. This setting automatically changes the message tag of the first Send Message step in the sub flow you send.

Later, if the user responds, you are then able to send messages normally with the "default" content type. So, usually, you won't need to change any message tag in your sub flow.

# Subscribe / Unsubscribe Sequence

Go "Flow Actions", and you can find the 2 sequence operations.

sequence

There are a couple of examples to use sequence, such as

  • "Event Follow Up" - send confirm message immediately once user registers and follow-up message as reminder or helper
  • "Get Feedback" - ask for feedback like 2 hours after the user talked to your bot
  • "Send Coupon" - send coupons when user put something in the cart but doesn't make an order for a long time
Last Updated: 10/22/2021, 10:22:57 AM