Flow runs in the browser but not through the webhook

I have a flow that runs well on my desktop and from the web interface (I can open it, and run it, and it runs to completion).

The flow calls a request with a bearer access token as part of the header, but the endpoint inherits the authentication from the collection.

When I trigger the same flow from the webhook, it does not send the Bearer token with the request headers :frowning:

The environment is set on the flow for the step that does the call.

I also synced the token, in case that’s the issue.

Any help is appreciated.

I have exactly the same problem. When I start the webhook from the browser, the saved environment is not applied. Why?

I am taking a look to see how to replicate. If I need additional info I will follow up in a DM. There’s no obvious reason why inheriting auth from a collection shouldn’t work.