ODBC guide

Insert a contact


Creates a single contact with the given email, first name, last name, and optional custom properties. Column names must match the contact property internal names.

INSERT INTO Contacts(email, firstname, lastname, custom_checkbox, custom_date, custom_number)
VALUES ('john.doe@abc.com', 'John', 'Doe', 'true', '2023-01-01', 100.55)