Skip to main content
Question

Newbie - trying to fix an error "adding subscriber to email list"


I am receiving the error “adding subscriber to email list” 
When I access the error it is saying that my “keyword” for Manychat, m”NEW” is in the email field:
 

 

However, when I go in to try to edit this, I cannot find that anywhere, and the email field looks correct:

​​​​​​


This was working fine for a couple of months, then just started giving me an error message a week or so ago.
Thank you in advance for any help!​​​​​​​

Did this topic help you find an answer to your question?

2 replies

Troy Tessalone
Forum|alt.badge.img+14

Hi @kmb13 

The email field expects a valid email address.

A value of “NEW” is not a valid email address.

You can add a Filter step to check that the mapped variable value contains these:

  • @
  • .

 


  • Author
  • New
  • 1 reply
  • August 13, 2024

Thank you!