How do I send a request from Postman to create or update Phone call records in Vtiger CRM?
Once you configure a Generic gateway for phone calls, you must send a request from Postman to create or update Phone call records.Follow these steps to send a request from Postman to your Vtiger instance: - Log in to your Postman account.
- Click Send an API Request.
- Select the POST method from the drop-down.
- Enter the Endpoint as follows - (https://your_vtiger_domain/modules/PhoneCalls/callbacks/Generic.php)
- Click the Header tab.
- Enter or select information for the following -
- Key: Enter the key as (X-VTIGER-SECRET).
- Value: Paste the copied Vtiger Secret Key.
- Click the Params tab.
- Enter the required parameters depending on the request. Refer to the Request examples in the next section.
- Click Send.