What capability should an Integration Architect consider if there is a need to synchronize data changed in Salesforce to a 3rd party with a JSON-based API endpoint?
A.
Use an outbound Message with the record's data.
B.
Use lightning connect to save the data to an external object.
C.
Use an Apex class to perform the REST callout asynchronously.
D.
use the REST API with the content-Type headerset to "JSON."
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit