Create Contact
neuron_create_contactCreate a new contact in the organization's address book. If notes are provided, they are saved as a structured note entry with source tracking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Full name of the contact | |
| tags | No | Tags to categorize the contact (e.g., ['vendor', 'lagos']) | |
| No | Email address of the contact | ||
| notes | No | Additional notes about the contact, saved as a structured entry | |
| phone | Yes | Contact phone number in E.164 format (e.g., +2348012345678) | |
| doNotBroadcast | No | If true, this contact is permanently excluded from all broadcasts | |
| doNotAutoRespond | No | If true, the bot will never auto-respond to this contact (manual/API and human sends still work) |