• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

Router

guyseo

Member
Hi,

We have a landing page and send leads to an API post.

We want to use a router to separate leads from Google, Facebook, and organic sources.

We created this one and want to know if the rest should be under the same workflow as the new one.

 

Preeti Paryani

Well-known member
Staff member
Hello @guyseo,

Could you please elaborate on the exact use case you are trying to achieve? Are you adding the same webhook to multiple applications to capture leads from them?

Additionally, could you clarify what you mean by the third sentence of your query? It would help us better understand your setup and provide the right guidance.
We created this one and want to know if the rest should be under the same workflow as the new one.
 

guyseo

Member
We have one landing page with one webhook.

This landing page gets traffic and leads from Google Ads, Facebook Ads, and direct visits.

All leads are sent to our CRM under the correct source.

We want to separate each lead based on the landing page URL:

  • gclid = Google Ads
  • fbclid = Facebook Ads
  • no parameter = direct
How can I do this?

I started working on it in this workflow, but I'm stuck. 😊

 

Preeti Paryani

Well-known member
Staff member
Hello @guyseo,

You can achieve this within a single workflow. Start by capturing three different trigger responses—one for each source:
  • Google Ads (gclid present)
  • Facebook Ads (fbclid present)
  • Direct (no parameter)
Once you have captured these responses, you can set up routes with filters based on each case:
  • gclid = Google Ads
  • fbclid = Facebook Ads
  • gclid and fbclid both does not exist = Direct
After setting up the routes, you can add the required steps to process each lead accordingly.

Let us know if you need further guidance.
 
Top