-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
When creating a contact with an invalid email address - the API returns a success state, however this should be an error state.
Eg. Result is
{
"result_code": 0,
"result_message": "Contact Email Address is not valid.",
"result_output": "json"
}
The response should be an error.
Use:
activeCampaignApiHelper
.subscribe({
email: "invalidemail@3.4"
}, {
listIds: [2]
})
Metadata
Metadata
Assignees
Labels
No labels