Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


Accounts frequently go dormant, especially when offering a free tier. In such instances, it becomes crucial to kickstart engagement and rekindle motivation among these inactive accounts.

Preliminary assumptions.

The concept revolves around initially identifying accounts becoming inactive, marking them as inactive, to then starting engagement again when they become active again. In journy.io, the following steps should be taken:

In general, we also recommend you to check out general information about playbooks and entry/goal conditions. See Anatomy of a Playbook and Playbook entry and goal conditions: use cases

Anatomy of the re-activation playbook.

We will be constructing a playbook designed to engage with promising trial accounts, addressing both converting and non-converting accounts. The final playbook will take on the following structure:

image-20240417-112909.png

Entry Condition.

The entry condition for this playbook, checking if an account has not been active for a while (e.g. 90 days), comes down to:

  • Checking if the account is in stage 'Free'.

  • Checking if the account property 'Last activity at' is before last given period of time. E.g. last 90 days.

image-20240417-113013.png

Main actions: Tag user as inactive.

Users that are getting inactive will be tagged so other playbooks can act on the inactivity state, set by a tag.

Tag user as inactive.

Press the add action icon (+) and choose Slack action 'Send a message'.

image-20240417-113032.png

A Systems popup will appear where you will be entering the tag.

image-20240417-113045.png

Goal Condition

The goal of this playbook is that the inactive account remains in the playbook, until it becomes active again. This comes down to:

  • Checking if account property 'Last activity at' is more recent than before the last period of time. This is be e.g. 'last 24 hours'.

  • Setting NO time-out for this playbook!!

The goal conditions should look like:

image-20240417-113059.png

Upon entering goal settings, you playbook framework should now look like this:

image-20240417-113110.png

You now can start defining actions when goal is reached (Inactive account is active again)

Goal-reached actions: Untag account and send its users an in-app 'Welcome Back' message in Intercom.

The moment you PQA became a customer, Goal-reached actions will be triggered. You here mainly want to clean up and notify your peers about a new customer.

Untag account, clear 'INACTIVE' tag.

Add an action called 'Remove tag'.

image-20240417-113131.png

Select tag to remove, in our case 'INACTIVE'.

image-20240417-113154.png

Start an in-app 'Welcome back' series in Intercom.

Now the account becomes active again, you can start motivating its users by sending them a welcome back message. These are the different steps:

Add a user action and select Intercom action 'Send event'. (This latter will send an event to Intercom to start an intercom 'welcome back' series.)

image-20240417-113212.png

cont.

image-20240417-113224.png

You can select 'All users' and simply type in the name of the event. In this case, 'Start_WelcomeBackSeries' is the name of the event.

image-20240417-113248.png

  • No labels