Exam OmniStudio-Developer Topic 5 Question 105 Discussion
Actual exam question for Salesforce's OmniStudio-Developer exam
Question #: 105
Topic #: 5
Question #: 105
Topic #: 5
An Integration Procedure that calls an external REST service via an HTTP Action fails with an authorization error, for example HTTP 401, when executed by a standard user. The OmniStudio Developer confirms the service API key is correct. Which security setting is the most probable cause of the failure?
Suggested Answer: C Vote an answer
The intended answer is C, but the wording is sloppy. A true HTTP 401 normally comes from the external service and usually means authentication headers, tokens, or credentials are rejected. However, OmniStudio
/Salesforce outbound HTTP calls also require the target endpoint to be allowed through Remote Site Settings or an equivalent named credential setup. If the API key is confirmed correct and the available choices focus on Salesforce configuration, the most probable platform-side cause is that the external URL is not trusted in Remote Site Settings. API Access permission on the user profile does not authorize an external endpoint.
Chainable execution does not cause endpoint authorization failure. Missing Set Values would affect input construction, not Salesforce's permission to call the URL.
/Salesforce outbound HTTP calls also require the target endpoint to be allowed through Remote Site Settings or an equivalent named credential setup. If the API key is confirmed correct and the available choices focus on Salesforce configuration, the most probable platform-side cause is that the external URL is not trusted in Remote Site Settings. API Access permission on the user profile does not authorize an external endpoint.
Chainable execution does not cause endpoint authorization failure. Missing Set Values would affect input construction, not Salesforce's permission to call the URL.
by Matthew at Aug 20, 2026, 12:11 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).