Update existing lead via API
Valentine
Last Update 5 tháng trước
This API endpoint allows you to update already exported lead record with your custom CRM object id and description.
Endpoint
<profile_id> - your unique profile identifier from the Profile settings.
<lead_id> - lead record id, which appears in the webhook payload.
Note: all API calls with current <profile_id> are valid for the corresponding teamspace only.
Request body
PATCH request can contain <crm_id> for the exported lead and optional <crm_meta> text field.
<crm_id> - reference to your CRM object id;
If you patch custom lead with your own CRM object id, you can track its state changes via webhooks using your internal reference.