Forum Discussion

jfpelletier's avatar
jfpelletier
Contributor
2 years ago
Solved

Triggered task by webhook - authentication issue

Hello all, I have created a triggered task to receive the webhooks generated from another web application when changes are detected. This works well with Postman, I can use the task URL and the auth...
  • koryknick's avatar
    2 years ago

    jfpelletier - if you can't get the webhook to pass the Authorization Bearer token in the HTTP header parameters, you can always specify the bearer token as a query parameter.  See the Running a Triggered Task documentation and refer to the "Run a Pipeline using a Bearer token for authentication through the bearer_token query parameter" example.

    Hope this helps!