Cloudwaitress multiple accounts with same webhook
Status: Closed · Asked by tecqify on · 0 views
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
Hey @tecqify
I am trying to create workflows which will work differently for each cloudwaitress account. For exampleRestaurant 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.

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