Connecting multiple workflows.

Status: Closed · Asked by Cibi Mathai on · 0 views

Cibi Mathai — Question ·

Hi there I have a question I have multiple workflows and some of them are interdependent. For example my plumbers sales lead email workflow sends emails to potential clients while my paid members workflow is for registered members. How do I make sure the sales lead email in my first flow doesn't send email to someone who is already in my second flow or has converted to a paid client? I dont want to send sales pitch emails to people who have already signed up. Is there a way to stop automated email in one workflow if the same email appears in the other workflow? Thanks

Pabblymember11 — Reply ·

Hey @Cibi Mathai

Could you please tell us in which application you are having a record of your client? So that we can check up on the possibility to check the clients first before adding them to your account.

Cibi Mathai — Reply ·

Flow#1 "Plumbing google sheet to Facebook audience to email" is for potential clients from my google sheet list before they register.
Flow#2 "All paid business member initial email" is for paid new members after they register.
I want to make sure that there is no duplication of email address between Flow#1&2. If an email address appears in Flow#2 then that email address is unsubscribed from Flow#1

Paid new members are from Brilliant directories

Pabblymember11 — Reply ·

So do you save the information of all paid customer in a separate Google Sheets? Please confirm.

If your answer is Yes, then for the first workflow, you will be required to use Google Sheet lookup action which will check if the email is present on the list of paid customers Google Sheet or not.

youtube.com/watch?v=_2zfrxZ4C-U

Then based on the result whether the email if present in the sheet, you can conclude whether the user is an lead or paid user, and then send them email.

Cibi Mathai — Reply ·

No I do not have a list of paid members in a google sheet, I think I can set that in Pabbly.
So once a new member registers it updates this google sheet and then I can use the data in this registered member google sheet to ensure the Flow#1 "Plumbing google sheet to Facebook audience to email" does not send email to the same email address as in the registered member google sheet. Is that so? How do I set this IF condition. Thanks

Pabblymember11 — Reply ·

Hey @Cibi Mathai

How do I set this IF condition.

You can use the router action step to build the If else condition in your worklfow.

youtube.com/watch?v=6XDASZVv3tw

Back to all forum threads · Log in to reply