cURL
Call monitoring
Update Customer Interaction
Set custom field values on the given customer interaction.
Custom fields must be created in your Alpharun dashboard before you can set them. This performs a partial upsert: only keys that match a Customer interaction custom field definition are applied; unrecognized keys are ignored.
PATCH
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the customer interaction to update
Body
application/json
Custom field values to set on the customer interaction. Each key must match the field_name of a Customer interaction custom field defined in your Alpharun dashboard.
Response
Customer interaction updated