Getting Started

As we make changes to our API, we’ll publish below. Changes to the product itself will be published on Product Updates.

lead_id is now optional when creating a Contact or Opportunity

We have added the ability to create a contact without specifying an existing lead_id. Doing so will create a new lead, named after the contact, and associate the new contact with this new lead.

We have also added the ability to create an opportunity without specifying an existing lead_id. Doing so will create a new lead with no name (it will appear in the Close UI as “Untitled”), and associate the new opportunity with this new lead.

This allows integrations to create contacts and opportunities without needing to create leads first.