Create or Update RD Station CRM Contact
rdcrm_upsert_contactCreate a new contact or update an existing one matched by email. Provide at minimum a name and email, then add optional phone, job title, or notes to enrich the record and receive the contact ID.
Instructions
Create a contact, or update it if one already exists with the given email (matched by exact email).
Provide at least email and name. Phone, job title and notes are optional. Returns the contact id.
Use when: "add João (joao@acme.com) to the CRM", "update Maria's phone".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Contact full name | |
| Yes | Contact email. Used to find an existing contact before creating a new one | ||
| notes | No | Free-form notes about the contact | |
| phone | No | Phone number (e.g. '+55 48 99999-0000') | |
| title | No | Job title (e.g. 'Head of Sales') |