Could someone clarify why the outbound webhook from Architect is returning a 401 Unauthorized error when calling the ServiceNow REST API? The Basic Auth credentials are identical to the working Postman collection, yet the integration fails consistently.
- Architect flow triggers on conversation end.
- HTTP Request node sends POST to
https://instance.service-now.com/api/now/table/incident. - Payload contains JSON body with
short_descriptionandcaller_id. - Response returns
401 Unauthorizedwith no additional details in the logs.