-
-
Create a timed Email sequence
-
Implement a payment form in Podio using Globiflow and Jotform
-
This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
How to create a timed Email Sequence from Podio
This is also known as an auto-responder.
For example, you have a leads app that captures new leads in Podio, and you want to send specific follow-up emails after 2 days, 7 days, and 18 days.
This is easily done with an additional date field, a number field, and a few flows in GlobiFlow.
The Setup
-
Add a date field and a number field to your Leads App to store the next date to send and the sequence number of the next email to send.

-
Next, we’ll need an App to store the email templates we’re going to send. We’ll call the app Auto Responder, and it will have the following fields:
- Response ID - to be able to find the relevant email
- Email Subject
- Email Message Content
-
Number of days to wait before sending the next email

-
Now, we can create our individual email messages that we’re going to send out to contacts over a period of time.

Notice that the individual email ID’s are:
- ar-msg-01
- ar-msg-02
- ar-msg-03
Initialize each Contact
When a new lead is created in our leads app, we now need to set the initial date and sequence number.
We’ll do this with a flow on create:

This flow is basically just setting all new leads to get the first email message in 2 days from when they were created.
Sending the Email Sequence
In order to send the actual email sequence, we need a date-based Flow on the lead’s next email date field.
This flow needs to:
- find the correct email to send
- make sure we found an email (and haven’t reached the end of the sequence)
- send the email
-
update the date field and number to the next value in the sequence

The formula for calculating the next date in the sequence may look a little complex, but it’s actually quite simple. Basically you want to end up with an expression like:
date("Y-m-d", strtotime("2015-07-12 +7 days"))
<!--NeedCopy-->
Warning: Sending unsolicited email is a punishable offence in most countries. Make sure you only send automated emails or text messages to people you know.
Note: If we receive spam complains, you may get your GlobiFlow account suspended. It is highly recommended to use your own SMTP server, which you can add on the Account page.
Share
Share
In this article
This Preview product documentation is Citrix Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Citrix Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Citrix product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.