Hi All,
Are we any nearer to having simple single solution to integrate ZOHO Forms and Tadabase without needing to still depend on Zapier/Make/etc. to deal with it.
The request is a simple one, in ZOHO, when you submit a form, it has 3 Webhook types as detailed here: https://help.zoho.com/portal/en/kb/forms/integrations/webhooks/articles/response-format-for-content-type
On a form you can have data, subform data & attachments.
The “application/json” allows to send Data & Subform Data but not attachments, BUT if you setup another Integration to send the attachments to OneDrive for example, then the Webhook gives the Data & Subform Data and the URL to the attachments, giving all 3 pieces of information.
The application/x-www-form-encoded only allows sending the Data (No Subform Data or Attachments).
The “multipart/form-data” can send Data & Attachments, but not Sub Form Data.
So the only option to handle all 3 is the first one with json and using another storage integration.
This then sends the Data, Subform Data & URL’s for the attachments pointing to the storage service through the webhook.
But currently it then fails with “Can’t open file from url ######”
It didnt before so I assume it is an upgrade on authentication that I am missing now (Might be resolved with a custom connection: https://help.zoho.com/portal/en/kb/forms/adminguide/articles/connections-control-panel#Creating_a_Service).
And then after this if resolved, previously it would then just put the links into Tadabase pointng to the file(s) on the storage service, not transfer a copy to Tadabases storage.
The ideal would be just to transfer all 3 data types and not need the other storage service, I will also push ZOHO on this.
Thanks
Dan