QuestionQ103
Develop integrationsYou are building an integration that sends newly created records from a custom Dataverse table to an exposed REST API.
When the REST API is unavailable, you must be able to retry when the response status code is 500.
You need to choose a solution that meets the requirement.
Solution: Register a webhook that uses the REST API as its endpoint. Wait for the webhook to retry automatically if a failure occurs.
Does this solution meet the goal?
- A Yes
- B No
Community Discussion