Forum Discussion

tk42's avatar
tk42
New Contributor III
8 years ago

Is there a way to include the bearer token as a query string param?

We are trying to integrate with an external app’s WebHook event system, but they currently do not allow for the setting of HTTP headers to include in the POST request. This makes it impossible for us to use a triggered Task’s URL directly for the web hook.

Is there another way to include the auth. bearer token? such as in the URL as query string param?

Thanks,
TK

4 Replies

  • tstack's avatar
    tstack
    Former Employee

    You can use the bearer_token query parameter to pass the token.

    • tk42's avatar
      tk42
      New Contributor III

      I found that elsewhere in the forum after I posted. Thanks @tstack for verifying. We were able to test it out and it works.

      This information needs to be added to the documentation on Running pipelines via URL

      Thanks,TK

      • dmiller's avatar
        dmiller
        Former Employee

        We’ll submit a ticket to our doc team.