Marks an escalated interaction as resolved. This operation can only be performed on an interaction that is currently in an 'ESCALATED' state.The endpoint performs the following actions:
1.
Verifies the client's JWT to authorize access to the outlet associated with the interaction.
2.
Checks if the interaction exists and its status is 'ESCALATED'.
3.
Updates the interaction's status to 'ESCALATED_RESOLVED' and sets its end time.
Request
Path Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://staging-api.formi.co.in/interactions//resolve'