• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Seeking Assistance for Recurrence Issue in Monthly MMS Campaign Subscription Workflow

Hi Everyone,

I am looking for a solution to my particular case. I run a marketing agency, and my customer signs up for an MMS campaign package subscription via Stripe. The customer's record hits my Airtable with all the information. I have all the data to filter and put into Twilio to send a message, but I cannot solve the issue with the recurrence. It is a monthly subscription, which means my client wants to send those MMS every month, but the records of the payment can appear only once in Airtable(when he/she signs up). The Pabbly scheduler does not work if it is the second part of the workflow. If I put the scheduler first, it will delay the whole process of sending for the next 30 days. Do you have any suggestions on how I can solve the issue with the recurrence? I was thinking about putting an extra cell in Airtable to be able to measure the time, but I cannot even schedule messages inside Twilio.

The initial idea of workflow looks like that:

Workflow:
1. Triger, when new record appears
2. Pull information:
-User Name
-Google Sheets ID and Name (Campaings sheet)
-created date
-messaging level
-owner’s message
-desirable image url
3. Route A
Filter: if level is 100= value 100
Get Rows A:100;I100
Itterator(Simple Response)
Twilio Send Messages (Map info from step 2)

3. Route B

Filter: if level is 200= value 200
Get Rows A:200;I200
Itterator(Simple Response)
Twilio Send Messages (Map info from step 2)

3. Route C.

Filter: if level is 300= value 300
Get Rows A:300;I300
Itterator(Simple Response)
Twilio Send Messages (Map info from step 2)

3. Route ETC.

*** With that setup, I am missing recurrence, I cannot put scheduler inside of the router or After record pulling. I cannot schedule sending date inside Twilio.
 
P

Pabblymember11

Guest
*** With that setup, I am missing recurrence, I cannot put scheduler inside of the router or After record pulling. I cannot schedule sending date inside Twilio.
Consider incorporating an additional column in your Google Sheets to denote the upcoming scheduled recurrence of a campaign. Within the router, use the "Delay Until" action step to send notifications at specified intervals.
 
Top