create_contact
Create a new professional contact in your network, storing details like company, email, status, notes, and next actions. Track follow-ups, recommendations, and preferred channels.
Instructions
Create a new contact. Subject to quota limits (freemium: 20 max, premium: 30/day).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | JSON array of tags, e.g. ["tech", "startup"] | |
| No | Email address | ||
| notes | No | Free-text notes | |
| phone | No | Phone number | |
| status | No | Contact status (default: network) | |
| address | No | Postal address | |
| company | No | Company name | |
| birthday | No | Birthday (YYYY-MM-DD) | |
| lastName | Yes | Last name (required) | |
| firstName | Yes | First name (required) | |
| interests | No | JSON array of interests | |
| languages | No | JSON array of language codes, e.g. ["fr", "en"] | |
| nextAction | No | Next action to take | |
| profession | No | Job title / profession | |
| trustLevel | No | Trust level: 1=New, 2=Emerging, 3=Established, 4=Strong, 5=Total | |
| websiteUrl | No | Website URL | |
| meetingDate | No | When you met (ISO 8601 date-time) | |
| meetingPlace | No | Where you met this person | |
| nextActionDate | No | Deadline for next action (YYYY-MM-DD) | |
| isRecommendable | No | Whether this contact can be recommended | |
| potentialRevenue | No | Potential revenue in euros | |
| preferredChannel | No | Preferred communication channel | |
| opportunityStatus | No | 1=Opportunity, 2=To explore, 3=Not interesting | |
| recommendationNote | No | Note about recommendation |