Test the APIs
Test the inbound message requests, the AgentWork requests for different capacity paths, and rep status syncing. Before distributing your managed package, develop and test your own connector using the demo connector as a reference.
- Clone the https://github.com/salesforce-misc/byo-demo-connector GitHub repo.
- To configure the
.envfile and start the demo app, follow the instructions in theREADME.mdfile. - To test the inbound message requests and rep status syncing, follow the instructions in the Interaction Service API guide to set up your environment and send sample API requests.
- After developing your own connector with the demo connector as a reference, test inbound message requests with Interaction Service API.
In the SCRT framework, the Interaction Service will be in read-only mode during org migrations. If you send a request during an org migration, the following message appears: “The service is in read-only mode because an org migration is in progress. Try again later.”
See Also
- GitHub Repo: Interaction Service APIs