Follow Up Template App & Flows
You can implement a system in Podio to automate follow-up sequences, using pre-built templates for SMS and email with dynamic content replacement (e.g., names, dates).
To do so, you can use a 'Contacts' App and a 'Templates' App in Podio, combined with flows in Podio Workflow Automation (PWA), to send personalized SMS or email messages dynamically.
Example:
- From your 'Contacts' App, add a category field for "Start Sequence" and a hidden date field for "Sequence Started".
- In your 'Templates' add fields for the communication
- Communication name
- Type (SMS, Email, etc)
- Subject Line
- Body
- Create a flow to update the "Sequence Started" date to the current date when the "Start Sequence" button is clicked.
- With the current date now set, you can leverage additional workflows to call your templates at specific date intervals.
- You will need a "By Date" flow for each of the follow up sequence steps you wish to send.
- You will also want a mechanism to stop or pause the sequences if the Contact status changes, if the contact responds, etc.
Template Token Replacement - str_replace("[Date]", [(Variable) date],)