rdstation_create_contact
Create a contact in RD Station CRM by submitting contact data with name, emails, phones, and organization.
Instructions
Create a contact in RD Station CRM. contact is the raw request body per the RD Station CRM API (e.g. { name, emails: [{ email }], phones: [{ phone, type }], organization_id, title }).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contact | Yes |