Upsert a single target record

The target is merged synchronously, and a JSON representation of the target is returned. See documentation for all fields supported.

See the ‘Uploading data’ guide for more details on importing data.

See [all supported columns](support.yourmovement.org/support/solutions/articles/55000027092-Supported-fields-for-uploading-data)

Example payload

{

"record":{
  "external_id": "MemNo12345",
  "first_name": "FirstName",
  "last_name": "LastName",
  "email": "[email protected]",
  "phone_number": "+441234567890",
  "custom_field_slug": "Custom field data"
},
"conflict_strategy": "reject"

}

Language
Credentials
Header
Click Try It! to start a request and see the response here!