Explore our features, implementations and technical documentation.
do you still need help?
open a support ticket or chat with us online
Lead API: set CRM ID
Overview
This API endpoint allows you to update an already exported lead record by adding your custom CRM object ID and description.
Prerequisites
You must be familiar with the Teamfluence API (link to getting started guide).
Endpoint
Parameters:
– Your unique profile identifier, found in the Profile Settings.
– The lead record ID, which appears in the webhook payload.
Note: All API calls using a given apply only to the corresponding teamspace.
Request Body
Fields:
crm_id
(required) – A reference to your CRM object ID.crm_meta
(optional) – A text field for additional metadata, such as interaction history or notes.
Usage Notes
Updating a lead with your CRM object ID enables tracking of its status changes via webhooks using your internal reference.