ZWeb.API.Hubspot.ContactsController (Portico/Z v0.1.0)

API endpoint for managing contacts in Hubspot

This is basically a thin wrapper for Library.Hubspot

Link to this section Summary

Functions

Update contact properties in Hubspot

Link to this section Functions

Link to this function

update(conn, map)

Update contact properties in Hubspot

Required parameters:

  • id (string) - (in the URL itself) - The email address of the HubSpot contact
  • properties - (object) - HS properties to change on the contact

See Library.Hubspot.update_contact/2 for more details.