Convert Lead

POST {{api-domain}}/crm/v3/Leads/{{lead_id}}/actions/convert

To convert a lead into a contact or an account. For more details, refer to the documentation.

Request Body

{"data"=>[{"overwrite"=>true, "notify_lead_owner"=>true, "notify_new_entity_owner"=>true, "Accounts"=>{"id"=>"4876876000001036013"}, "Deals"=>{"Deal_Name"=>"test", "Closing_Date"=>"2020-10-20", "Stage"=>"Negotiation/Review", "Amount"=>20000000, "Pipeline"=>"Standard (Standard)"}, "carry_over_tags"=>{"Contacts"=>["tag1", "tag2"], "Accounts"=>["tag1"], "Deals"=>["tag1"]}}]}

RESPONSES

status: OK

{"data":[{"code":"SUCCESS","details":{"Contacts":{"name":"Briane Dolan","id":"4876876000001236004"},"Deals":{"name":"test","id":"4876876000001236009"},"Accounts":{"name":"Villa Margarita","id":"4876876000001236001"}},"message":"The record has been converted successfully","status":"success"}]}