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