We have almost customized our CRM to the way we needed, but we need to export our completed deals data to a small proprietary database hosted on amazon.
Which is the correct / easiest way to do this on Zoho's end?
- Use a webhook (in zoho CRM) to send the completed deals on Zoho CRM's recordid info to our amazon host.
- which will then trigger the zoho api (hosted on amazons server) to pull the data from zoho?
Webhooks at first seemed like it would be the easiest way to send data, without the need for zoho crm api, but its limited to pushing 10 fields at max. I need to send about 60 fields.