I need to update contact with empty value for email property:
{
“properties”: [
{
“property”: “email”,
“value”: “”
}
]
}
But get error: “Email address is invalid”.
How can I set email to empty value?
I need to update contact with empty value for email property:
{
“properties”: [
{
“property”: “email”,
“value”: “”
}
]
}
But get error: “Email address is invalid”.
How can I set email to empty value?
Welcome, @Bulat_Rinchinov.
It is not possible to clear a contact’s email property. The email property is used to deduplicate contact records. All contacts manipulated via the API must have a value.
Hey ! Try to send email: null. Works for me.