Trying to use the gumloop SDK

Hi there, I have a few questions about the SDK.

  1. How do I find my user_id? I think this is just my user email address right? (I’m running into a 403 authorization error - my flow id is dg98sAmWwb8tEDS8AH9LbP)
  2. How do I pass in an image link input into a flow that I wrote that takes in an image link? I’m using the JavaScript SDK.

Thanks!

Hey @lance! 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 @lance

  1. You can find the user_id and other webhook data from the webhook panel on the workflow builder

  1. You’d need to add an input to your workflow and then use that input in your payload to include the image link.

Let me know if this works for you.

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