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.
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.
Find your run link on the history page. Format: https://www.gumloop.com/pipeline?run_id={{your_run_id}}&workbook_id={{workbook_id}}
Make it shareable by clicking “Share” → ‘Anyone with the link can view’ in the top-left corner of the flow screen.
Provide details about the issue—more context helps us troubleshoot faster.
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.