How to send a Postman request to update the Status field of the call in Vtiger CRM?
If a call is initiated and you want to update the Status field of the call as In progress and update Handled By field, you can send the request with the following parameters. Parameter | Description |
from | The number from which the call has come. |
to | The number to which the call has come, the system will search the Users module to find the user having this number in the Office Phone field. |
event | call_connected |
call_id | UUID of the phone call record |
This request will find existing phone call records using the Call ID, update the Status as In Progress, and update the Handled by field using the number in the To field.