Webhook with OAuth 2.0 token for Servicenow event integration
WhiskeyJ
1
Reputation point
I've tried to pass an access token to the Webhook URI in various combinations but none of them work. I am trying to send the alert json payload to a servicenow event endpoint. The options seem to be no authentication and basic authentication. I am able to post the json to the same servicenow endpoint with OAuth tokens using postman with the bearer header but its seemingly impossible to pass the same token to the Webhook. Has anyone ever tried it? Thanks
Sign in to answer