11-28-2017 01:35 PM
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
11-28-2017 01:38 PM
You can use the bearer_token query parameter to pass the token.
11-28-2017 03:20 PM
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
12-01-2017 09:01 AM
We’ll submit a ticket to our doc team.
12-06-2017 03:34 PM
The documentation at https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1438189/How+to+Run+a+Pipeline+from+a+URL+T... has been updated.