• Hi,

    I use the excellent function addSubscriber($ajout, [$idListe], $options);
    However, if the subscriber is already present, the function raise an error. Is it possible to add to the API a function like “subscribersExists($email)” or a boolean to handle the error in the function addSubscriber?

    For the moment, I could wrap the function by a try catch, but it is not really a good pratice.

    Thanks,

    Jean-David

  • The topic ‘Public API – add Subscribers when subscriber is already in database’ is closed to new replies.