Skip to content

CreateContactRequest

Standard CRM contact creation fields plus connector-specific submission data.

Properties

Property Type Required Description
phoneNumber string Yes Phone number for the new CRM record, normally in E.164 form.
newContactName string Yes Display name for the new CRM record.
newContactType string No Connector-defined CRM entity type, such as Contact, Lead, or Candidate.
additionalSubmission object of any No Connector-defined creation or association fields collected by App Connect.

Example

{
  "phoneNumber": "string",
  "newContactName": "string",
  "newContactType": "string",
  "additionalSubmission": {}
}