Rather than generating pdfs and sending complex emails in Shapediver, I was thinking of sending them to Zapier and then doing some magic to place them in Google Sheets, generating quotes with Google Docs, sending emails, etc.
How would you suggest I send a few data elements from a Shapediver model to a Zapier webhook? Options are form-encoded, JSON, and XML.
You can use Direct Data Output components in Grasshopper to output data including JSON objects for example. You can then retrieve this data using the viewer API and send it to a Zapier webhook according to their documentation.