Webhook Connection | how to connect webhook

Hi, I am currently stuck in webhook, due to my less knowledge about that, like I don’t know how to connect it properly. I am asking help from gummy but failed to understand it, one thing which I learned from gummie is for connecting webhook we will not be needing api.

So basically I want to connect Salesforge, which is a cold email platform, so basically they do have webhook option and I am sharing the screenshot, so I put all the data there but for URL I am confused what to put, or which URL here to grab that data, which I have selected.

Now the rest info is okay, what i want to share from Salesforge, but in the url which url to put, I click on webhook icon, and then I see some 5 tabs, and each tab is with different methods of code.

Also I want to know like which I learned from gummie, like I will be needing an input to get the value so what to or how to name it properly, and which URL to copy and paste.

I am beginner to all this, so maybe I am making some silly mistakes, guide me please.

Also in my Salesforge, I have some multiple fields, which I want to get into Gum loop, how to bring them all, like what will be the process, Please if anyone can guide me here, I am lost:

Hey @Nick1! If you’re reporting an issue with a flow or an error in a run, please include the run link and make sure it’s shareable so we can take a look.

  1. Find your run link on the history page. Format: https://www.gumloop.com/pipeline?run_id={your_run_id}&workbook_id={workbook_id}

  2. Make it shareable by clicking “Share” → ‘Anyone with the link can view’ in the top-left corner of the flow screen.
    GIF guide

  3. Provide details about the issue—more context helps us troubleshoot faster.

You can find your run history here: https://www.gumloop.com/history

Hey @Nick1 - These are good questions –

  1. The Webhook URL would be: https://api.gumloop.com/api/v1/start_pipeline

  2. You do need API credentials to use the webhook. API credentials are available on the starter plan and above and you can fetch them here: https://www.gumloop.com/settings/profile/credentials

More info on the webhook: https://docs.gumloop.com/api-reference/running-an-automation/start-automation

You can test using the playground feature: https://docs.gumloop.com/api-reference/running-an-automation/start-automation?playground=open

Let me know if this makes sense and works for you.

Hey Wasay, Thanks for the reply. Yeah I went to the API credential page and search for Salesforge, so it’s not there, it means I can’t connect to this platform via webhook. Can you please tell me like is there any way through which I can connect any platform to Gumloop, if it is not there in the API credentials list.

Hey @Nick1 - Under Add Credentials search for Gumloop API Key - you only need the API key for the webhook trigger authorization - no connection to the external service is needed.

Hi Wasay, I added Gumloop in Credentials and now my webhook contains the gumloop Api, but now can you pelase share what else i can do so I can connect it successfuly, Like I went there to Salesforge, and pasted the Curl, and now How to recieve the data in Gumloop. If you can guide me on that that wuld be really helpful.

Also this is the url from Salesforge, which talk about all the webhooks, if you can look into it that would be great:

If the webhook is setup properly then the workflow will be triggered based off the event the webhook is set on. At the moment we don’t have capacity to give very specific tailored advice for setting webhooks with external services but I’d recommend going through our API docs to see what format the payload is expected in and if all headers are set up properly in salesforge.

https://docs.gumloop.com/api-reference/running-an-automation/start-automation

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.