Salesforce Certified Platform App Builder — Question 92
An app builder has been asked to integrate Salesforce with an external web service. The web service must be notified every time an Opportunity is Won.
Which two can satisfy this requirement? (Choose two.)
Answer options
- A. Use a workflow rule and an outbound message.
- B. Use Process Builder with an outbound message.
- C. Use a flow and an outbound message.
- D. Use Process Builder and Apex code.
Correct answer: A, C
Explanation
The correct answers are A and C because both options involve using outbound messages, which can effectively notify external systems when an Opportunity is Won. Option B, while it uses Process Builder, does not specifically mention the necessary outbound message integration, and option D introduces Apex code, which is unnecessary for this requirement.