Connective offers a Public API to generate records via API calls. To generate a basic Person record use the attached payload as a starting point.
The API payload attached includes the following Person data.
Names
DOB
Formatted Address
Contact Information
NotePad example
Note: To categorise a new Contact as a Company record add the following to the payload.
"contactType": "company",
Note: Reference the swagger file for details on other available endpoints found here.
Notes are not currently available via the public API. Use the NotePad field for general notes in the payload.