• 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.

Cloudwaitress multiple accounts with same webhook

tecqify

Member
Hi,

I am trying to create workflows which will work differently for each cloudwaitress account. For example

Restaurant A on cloudwaitress will call phone number A from pabbly -> twillio.
Restaurant B on cloudwaitress will call phone number B from pabbly -> twillio.

Whenever I create a workflow on pabbly initiated by create order on Cloudwaitress, it gives me the same webhook url to be put into both Restaurant A and Restaurant B. How do I differentiate then in pabbly the create order webhook is triggered for which restaurant and then conditionally run their separate workflows in pabbly
 
P

Pabblymember11

Guest
Hey @tecqify

I am trying to create workflows which will work differently for each cloudwaitress account. For example

Restaurant A on cloudwaitress will call phone number A from pabbly -> twillio.
Restaurant B on cloudwaitress will call phone number B from pabbly -> twillio.

Whenever I create a workflow on pabbly initiated by create order on Cloudwaitress, it gives me the same webhook url to be put into both Restaurant A and Restaurant B. How do I differentiate then in pabbly the create order webhook is triggered for which restaurant and then conditionally run their separate workflows in pabbly
Webhook URLs are never the same. Look closely at the last part of the Webhook URL. They are always unique.

1709720793987.png


Moreover, instead of creating individual workflows, you can use the Router action step to manage responses from all restaurants by establishing route conditions.

 
Top