> ## Documentation Index
> Fetch the complete documentation index at: https://parabola.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# How do I find the flow associated with a webhook url?

> Users often have a webhook url that triggers a flow because they use that address as part of their workflows, but they don't know how to tie that webhook to the specific flow it triggers. This doc describes how users might be able to find the webhook link in the context of the flow in the Parabola app.

## Instructions

<Steps>
  <Step>
    Start by filtering on the flows page for "flows with triggers"
  </Step>

  <Step>
    Open the flow you want to check the webhook for
  </Step>

  <Step>
    Click the lightning-bolt icon in the top navigation bar to open the Schedules / Triggers pane
  </Step>

  <Step>
    If webhooks are enabled you should be able to see the webhook URL immediately, but you can also click the pencil icon to bring up the webhook configuration modal. The webhook url should be visible in both places!
  </Step>

  <Step>
    If you need additional assistance, reach out to [help@parabola.io](mailto:help@parabola.io) and include your webhook URLs
  </Step>
</Steps>
