I've been able to successfully create new Contacts, Deals and Companies via Zapier. The current process looks like this:
- User submits a (Gravity Forms) form on my Wordpress website
- Zapier creates a new Contact
- Zapier creates a new Deal
- Zapier creates a new Company
- Zapier creates Associations between the 3 objects
When the user submits a form on my website, they are required to upload 3 documents, usually PDFs.
So far everything is working, except that I'm looking for a way to upload those 3 documents to the Deals -object's Attachment property. NOTE: Zapier is able to retrieve the 3 uploaded documents' URLs as a single string.
I'm hoping for some more details as well. I'm currently trying to upload a PDF quote from a third party software called sumo quote back into my hubspot deal using this method and I'm getting stuck
I am just planning to create a similar integration between JotForm, Zapier and HubSpot. How is the integration working for you so far, are you satisfied? Any key do's or donts? Have you found a solution for the attachments?
I've coded object attachments in HubSpot, from an external system, and I'd be really suprised if Zapier can handle it (no disrespect to Zapier) there's a lot of moving parts.
You can upload a File and set its permissions using the CMS Files API. Once you've uploaded the file you will get the response in which there will be an ID. Now using this ID you can process further and, associate the file to your deal (using the File ID returned from the CMS Files API) with the Create Engagement API.
Could you explain this in more detail please? I just started to use Hubspot and this is a crucial feature for our company and I really want to keep using Hubspot as our CRM