Page tree
Skip to end of metadata
Go to start of metadata

Description

Creates a new contact using the information provided in the contact object.

Check Contact_ for possible identifiers in the body.

Request path

POST [REST URL]/contact/create

Example bodies

{
  "emailAddress" : "testuser@dropmail.ecircle.com"
}

{
"emailAddress": "test20210203@dropmail.ecircle.com",
"attributes":
[
{"name": "FirstName", "value": "John"},
{"name": "LastName", "value": "Smith"},
{"name": "mobileNumber", "value": "33505606709"},
{"name": "user.ISOCountryCode", "value": "FR"}
]
}




  • No labels