You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hubspoot's Zapier integration allows you to create a deal from a form submission, but often contact forms submssions aren't deals yet, they're just something that needs an action to be taken - i.e. a task
The API allows this and the creation of the associated contact records, even in the Free HubSpot CRM tier.
Check for a company based on domain and create if !exists
Check for contact based on email and create one if !exists
Create a task containing the message body and contact details for a pre-determined Hubspot user.
I have a PHP script that does this but it would make more sense to extend what you have here already rather than create a separate script.
The text was updated successfully, but these errors were encountered:
Hubspoot's Zapier integration allows you to create a deal from a form submission, but often contact forms submssions aren't deals yet, they're just something that needs an action to be taken - i.e. a task
The API allows this and the creation of the associated contact records, even in the Free HubSpot CRM tier.
Check for a company based on domain and create if !exists
Check for contact based on email and create one if !exists
Create a task containing the message body and contact details for a pre-determined Hubspot user.
I have a PHP script that does this but it would make more sense to extend what you have here already rather than create a separate script.
The text was updated successfully, but these errors were encountered: