Create CRM Contact
POST {{url}}/v2/crm/contacts
Request Body
{"email"=>"example@mail.com", "first_name"=>"contact name", "last_name"=>"contact last name", "description"=>"Any details about this person", "phone"=>{"number"=>"3333333333", "country_code"=>"US"}, "company"=>{"name"=>"Marvel company", "job_title"=>"CEO"}, "address"=>{"country"=>"US", "state"=>"New York", "city"=>"New york", "street"=>"5 avenue, 17", "apartment"=>"26", "zip_code"=>"11111"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | string |