Create contact
keap_create_contactCREATE a new contact in the Keap CRM. Provide any of given_name, family_name, email_addresses, phone_numbers, company_id, plus an optional extra object of any other Keap fields. Keap: POST /contacts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| extra | No | Any other Keap fields to merge into the request body verbatim. | |
| company_id | No | Id of the company to associate the contact with. | |
| given_name | No | The contact's first name. | |
| family_name | No | The contact's last name. | |
| phone_numbers | No | Phone numbers to set on the contact. | |
| email_addresses | No | Email addresses to set on the contact. |