batch create contacts
POST/org/:orgId/contact/batch
Create multiple contacts under the given organization. If an email address already exists, return the existing contact.
Request
Path Parameters
Organization ID
- application/json
Body
array
required
RequestBody
Array [
]
This is generated by Suger. When you create a new contact, do not provide.
info
object
Possible values: [``, ADYEN
, ALIBABA
, ANTHROPIC
, AWS
, AWS_CHINA
, AZURE
, CHARGEBEE
, DATABRICKS
, DOCUSIGN
, GCP
, GOOGLE
, HUBSPOT
, INTUIT
, LAGO
, MARKETO
, METRONOME
, MICROSOFT
, OPENAI
, ORACLE
, ORB
, REDHAT
, SALESFORCE
, SLACK
, SNOWFLAKE
, STRIPE
, ZOHO
]
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
items
object
This is generated by Suger. When you create a new contact, do not provide.
info
object
Possible values: [``, ADYEN
, ALIBABA
, ANTHROPIC
, AWS
, AWS_CHINA
, AZURE
, CHARGEBEE
, DATABRICKS
, DOCUSIGN
, GCP
, GOOGLE
, HUBSPOT
, INTUIT
, LAGO
, MARKETO
, METRONOME
, MICROSOFT
, OPENAI
, ORACLE
, ORB
, REDHAT
, SALESFORCE
, SLACK
, SNOWFLAKE
, STRIPE
, ZOHO
]
[
[
{
"creationTime": "string",
"emailAddress": "string",
"id": "string",
"info": {
"companyLocation": "string",
"companyName": "string",
"lastModifiedBy": "string",
"partner": "",
"phoneNumber": "string",
"role": "string"
},
"lastUpdateTime": "string",
"name": "string",
"organizationID": "string"
}
]
]
Bad request error
- application/json
- Schema
Schema
string
Internal server error
- application/json
- Schema
Schema
string