post
https://demo.yourmovement.org/api/targets/upsert
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)
{
"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"
}
