Create multiple contacts for the organization in bulk.
curl --request POST \
--url https://api.useinvent.com/orgs/{org_id}/contacts/bulk \
--header 'Content-Type: application/json' \
--data '
{
"channels": [
{
"user_id": "<string>",
"name": "<string>",
"email": "<string>",
"phone": "<string>",
"contact_id": "<string>"
}
],
"segment_ids": [
"<string>"
]
}
'{
"created_ids": [
"<string>"
],
"updated_ids": [
"<string>"
]
}The ID of the org
Was this page helpful?
curl --request POST \
--url https://api.useinvent.com/orgs/{org_id}/contacts/bulk \
--header 'Content-Type: application/json' \
--data '
{
"channels": [
{
"user_id": "<string>",
"name": "<string>",
"email": "<string>",
"phone": "<string>",
"contact_id": "<string>"
}
],
"segment_ids": [
"<string>"
]
}
'{
"created_ids": [
"<string>"
],
"updated_ids": [
"<string>"
]
}