Best answer

External Webhook into GoHighLevel

  • 23 December 2020
  • 3 replies
  • 1392 views

Userlevel 1

I want to get data from another zapier user and he created a webohook so my question is, can I set up a zap to get the data using his webhook that he created and feed that data inside my automation GoHighLevel? If it’s possible then how can I create a zap for that?

icon

Best answer by Troy Tessalone 23 December 2020, 23:36

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

3 replies

Userlevel 7
Badge +14

High Level has these available Zap actions: https://zapier.com/apps/highlevel/integrations#triggers-and-actions

Webhooks triggers/actions available: https://zapier.com/apps/webhook/integrations#triggers-and-actions

 

You can have a Zap triggered from a Webhook Catch Hook that your friend could send data to using the Webhooks app.

Your Zap could then send that data to HL.

 

Your Zap trigger:

NOTE: Give the webhook generated from your Zap trigger step to your friend to use as the URL in their Zap webhooks action.

 

Their Zap action:

 

RESOURCES

https://zapier.com/page/webhooks/

https://zapier.com/help/doc/how-get-started-webhooks-zapier

https://zapier.com/help/create/code-webhooks/trigger-zaps-from-webhooks

 

Userlevel 1

High Level has these available Zap actions: https://zapier.com/apps/highlevel/integrations#triggers-and-actions

Webhooks triggers/actions available: https://zapier.com/apps/webhook/integrations#triggers-and-actions

 

You can have a Zap triggered from a Webhook Catch Hook that your friend could send data to using the Webhooks app.

Your Zap could then send that data to HL.

 

Your Zap trigger:

NOTE: Give the webhook generated from your Zap trigger step to your friend to use as the URL in their Zap webhooks action.

 

Their Zap action:

 

RESOURCES

https://zapier.com/page/webhooks/

https://zapier.com/help/doc/how-get-started-webhooks-zapier

https://zapier.com/help/create/code-webhooks/trigger-zaps-from-webhooks

 

Thanks for the reply. Yeah, I know I can send my webhook to my friend and he can use it to send me data and then I can feed that data inside gohighlevel but in this case I need to use his webhook and from that webhook I need to feed the data into my ghl.

Userlevel 7
Badge +14

Check out this article about triggering multiple webhooks: https://zapier.com/help/create/code-webhooks/trigger-zaps-from-webhooks#trigger-multiple-zaps-with-webhooks

Concept: Whatever app is firing their Zap webhook would be updated to also fire your Zap webhook.

Does that help?