Webhooks
We’ve added two new mutations to manage your webhook subscriptions createWebhookSubscription
and deleteWebhookSubscription
. These mutations require a new scope api-management
that may not be granted to your API application, if this is something you would like to use thne please reach out to the API team.
Workflow Improvements
We’ve added some mutations to assist with more workflow automations, the first reworkCase
allows you to move a case from the READY_TO_REVIEW
or COMPLETED
status back to IN_PROGRESS
while the second updateIndividual
allows the updating of details of an individual on a case.