Create contact
missive_create_contactCreate a contact in the given contact book. Missive: POST /contacts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| infos | No | Contact info entries (email/phone/etc. objects). | |
| starred | No | Whether the contact is starred. | |
| last_name | No | Last name. | |
| first_name | No | First name. | |
| memberships | No | Group/organization membership objects. | |
| contact_book | Yes | The contact book id to create the contact in (required). |