wealthbox.contacts.create
Create a contact in Wealthbox CRM with name, email, phone, address, and tags, or use a raw body for custom fields.
Instructions
Create contact. Example: {"first_name":"Ada","last_name":"Lovelace"}. You can also provide a raw body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Raw API body. If provided, overrides field params. | |
| tags | No | ||
| type | No | e.g. 'Person' or 'Company' | |
| emails | No | ||
| phones | No | ||
| addresses | No | ||
| last_name | No | ||
| first_name | No |