create_contact
Add new customer contacts to ChartMogul's CRM system to manage subscriber relationships and track business interactions.
Instructions
[ChartMogul API] Create new contact. REQUIRED: customer_uuid (string), data_source_uuid (string). OPTIONAL: first_name (string), last_name (string), position (integer), title (string), email (string), phone (string), linked_in (string: URL), twitter (string: URL), notes (string), custom (array: key-value objects). All fields in data dict. Returns created contact object.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes |