Creates contact using Hubspot. Requires company and customer_email and customer_last_name and customer_first_name. Returns confirmation of creation, including the new record’s ID and details.
Creates ticket using Hubspot. Requires content and subject and user_id and hs_pipeline and hs_pipeline_stage. Returns confirmation of creation, including the new record’s ID and details.
Retrieves Company Associations for a Contact using Hubspot. Requires contact_id. Returns the requested data record(s) with all available details.
Retrieves contact by ID using Hubspot. Requires user_id. Returns the requested data record(s) with all available details.
Retrieves ticket by ID using Hubspot. Requires ticket_id. Returns the requested data record(s) with all available details.
Retrieves tickets associated with contact using Hubspot. Requires user_id. Returns the requested data record(s) with all available details.
Search contact by email using Hubspot. Requires customer_email. Returns results based on the executed action.