How to connect ZOHO Crm Deal via webhook?

The steps for setting up the Account Webhook are the same as those for Deal.

However, use the following steps specifically to make changes in the Deal modules:


Create Webhook with XTEN-AV for Deal:


Name: SendXtenavDeals (you can provide your own name)

Description: Send Deals to XTEN-AV (you can provide your own description)

Method: POST (mandatory)

URL to Notify: https://app.xtenav.com/webhook-zoho-deal/ (mandatory)


In the body section:

  • Set the type to raw
  • Choose JSON from the format options

Paste the following JSON as it is in the request body:


{

     "data": {

          "deal_id": "${Deals.Deal Id}",

          "user_id":"YOUR CUSTOMER ID"

}

}


Note: Please be careful. If you add JSON data, remember to use apostrophes (double quotes) around the customer ID.

Now, go to your XTEN-AV account, on Settings Page > Integrations tab > Zoho Integration and find your Customer ID. 




Updated on: 07/31/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!