Mailchimp Member Exists

Status: Open · Asked by apremierdj on · 0 views

apremierdj — Question ·

I have a workflow "Vendor Blog Mailchimp" that errors out because the member already exists in the list. If the member is already in the list, simply ignore running the task.
How do I accomplish this and stop receiving the error?

Task History ID: IjU3NjAwNTY0MDYzNzA0MzA1MjY1NTUzMDUxM2E1MTZhNTQzMSI_3D_pc
Step Name: MailChimp > Add New Member with Custom Fields
Connection Name: MailChimp #1
Task Error Detail:

{
"title": "Member Exists",
"status": 400,
"detail": "[EMAIL][email hidden][/EMAIL] is already a list member. Use PUT to insert or update list members.",
"instance": "3eb439f8-1b11-0a95-590c-b33edc67d799"
}

Arshil Ahmad — Reply ·

Hi @apremierdj,

You can use the Mailchimp 'Find Member' action event along with a Filter to ensure that the last step in your workflow is not executed if the member already exists.

youtube.com/watch?v=RVoCVvcdk4I

Back to all forum threads · Log in to reply