Send data to and get them from HubSpot straight into your workflow.
crm.objects.deals.read
Bearer HUBSPOT_API_KEY
$.properties.dealname
and for the contact association ID with the value of $.associations.contacts.results[0].id
https://api.hubapi.com/crm/v3/objects/contacts/{2. Get Deal - Integration step - contact_association_id (plain)}
The {VALUE} is a data reference to the Next Matter variable.
Bearer HUBSPOT_API_KEY
$.id
and for the contact email with the value of $.properties.email
, and for the contact’s first name with the value of $.properties.firstname
.
Bearer HUBSPOT_API_KEY
https://api.hubapi.com/crm/v3/objects/contacts/search
$.results[0].id
.
$.results[0].id
.https://api.hubapi.com/crm/v3/objects/tickets
Bearer HUBSPOT_API_KEY
ticketID
with the value of: $.id
.
Find HubSpot owner ID
https://api.hubapi.com/crm/v3/objects/tickets/{2.Create Ticket - Integration Step - TicketID(plain)}?hapikey=KEY
The {VALUE} is a data reference to the Next Matter variable. Make sure to replace the KEY variable with your HubSpot API key.
Bearer HUBSPOT_API_KEY