HTTP failure upon termination

Hello,
I’m creating a workflow that calls to an external endpoint upon termination. Ultimately, it will disable the account but for now I am having it return a user record. The same HTTP call works when I run from Postman, but it fails when I test the workflow. The error received is the following:

actionStep(HTTP Request) Err: task failed: activity error (type: sp:external:http:v2, scheduledEventID: 17, startedEventID: 18, identity: 65317fd7-4f1e-4276-94c1-354b76100593): request failed (type: HTTP Response Returned a Client Error, retryable: false): request failed: 403 - 403 Forbidden -

ERROR: The request could not be satisfied

403 ERROR

The request could not be satisfied.


Bad request. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner.
If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation.

Generated by cloudfront (CloudFront)
Request ID: GO0xQh0C2alpMO-owVAjLlRqcG1-pdU5nQNC_cdB26Uv44hStHdlOg==

Sanitized workflow is attached
workflow.json (2.3 KB)

Thanks

Hi,

What type of authentication do you use ?

You must verify your authentification.

Best regards.

Hello and thank you for the response. Using Custom Auth with a token.
image

403 forbidden error means the client are not allowed, the same authorization work with Postman ?

Same authentication as Postman.