Salesforce Certified Integration Architect — Question 45
Northern Trail Outfitters (NTO) uses a custom mobile app to interact with its customers. One of the features of the app is Salesforce Chatter Feeds. NTO wants to automatically post a Chatter item to Twitter whenever the post includes the #thanksNTO hashtag.
Which API should an integration architect use to meet this requirement?
Answer options
- A. Connect REST API
- B. REST API
- C. Apex REST API
- D. Streaming API
Correct answer: A
Explanation
The Connect REST API is specifically designed to handle social interactions and can be used to post updates to external platforms like Twitter. The REST API and Apex REST API do not have this direct capability for social media integration, while the Streaming API is used for real-time updates and does not facilitate posting to external services.