-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Closed
Labels
bugSomething isn't workingSomething isn't workingtriagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Description
Description
If email already exists update fails
AxiosError - Request failed with status code 400
{
"code": "duplicate_parameter",
"message": "Unable to create contact, email is already associated with another Contact",
"metadata": {
"duplicate_identifiers": [
"email"
]
}
}
Expected behavior
Expected behavior, the contact should be updated if it already exists in Brevo, and added only if it does not exist.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingtriagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Type
Projects
Status
Done