Listening for POST Webhook

Hi, I’m having an issue with my webhook flow.

I’m trying to send the name of a user from Elevenlabs and write it in a google sheet. I know Elevenlabs is gathering the data correctly, but I’m unclear if the POST is working correctly or how to set Gumloop to always be ‘listening’ for the POST from Elevenlabs to run its flow.


Google Sheet: Webhook Test - Google Sheets

Gumloop: https://www.gumloop.com/pipeline?workbook_id=sbMsYDiCJDtV3cgbpKAYNf

Elevenlabs:



Hey @Nik! 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 @Nik – Since this is a webhook call, technically the Gumloop flow should be “always listening” once you’ve set up the webhook trigger properly.

1. Setup: You configure Elevenlabs to send data to Gumloop’s webhook URL whenever an event happens (like a user interaction).

2. Trigger: When the event occurs, Elevenlabs automatically sends a POST request with the user data to your Gumloop webhook endpoint.

3. Action: Gumloop receives this data instantly and runs your flow to write the user’s name to your Google Sheet - no manual triggering needed, it happens automatically in real-time.

You should be checking for webhook triggered runs here: https://www.gumloop.com/history or on the Previous Runs Tab:

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