Create a new contact in your address book. Works with Google Contacts, Outlook People, and Exchange.
The nylas contacts create command adds a new contact to your connected address book. Specify --name and --email at minimum.
When to use this command
Utility commands for CLI configuration, diagnostics, and updates. Run nylas doctor to diagnose connectivity issues, nylas config to manage settings.
Syntax
nylas contacts create --name NAME --email EMAIL [--phone PHONE] [--company COMPANY]
Example
nylas contacts create
When to Use This
Reach for nylas contacts create for CRM automation, contact lookups in scripts, or AI agent workflows. Combine with --json to pipe output into other tools.
How It Works
Contact data spans multiple providers and formats. Google Contacts uses its own People API, Outlook uses Microsoft Graph, and Exchange uses EWS. The CLI gives you a single interface across all of them.
Related Commands
-
nylas contacts sync— Sync contacts -
nylas contacts groups list— List contact groups and labels -
nylas contacts list— List all contacts from your address book -
nylas contacts search— Search contacts by name, email, or company
Related posts
Full docs: nylas contacts create reference — all flags, advanced examples, and troubleshooting.
All commands: Nylas CLI Command Reference
Get started: brew install nylas/nylas-cli/nylas — other install methods
Top comments (0)