We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I don't find the call to reconfirm someone that unsubscribed to our newsletter: https://github.com/twisted1919/mailwizz-php-sdk/blob/master/MailWizzApi/Endpoint/ListSubscribers.php
Something like that? 'url' => $this->getConfig()->getApiUrl(sprintf('lists/%s/subscribers/%s/subscribe', (string)$listUid, (string)$subscriberUid)),
?
The text was updated successfully, but these errors were encountered:
@twisted1919 maybe I can do a PR, but before doing that would it be possible for you to confirm this ^
Sorry, something went wrong.
No branches or pull requests
Hi,
I don't find the call to reconfirm someone that unsubscribed to our newsletter:
https://github.com/twisted1919/mailwizz-php-sdk/blob/master/MailWizzApi/Endpoint/ListSubscribers.php
Something like that?
'url' => $this->getConfig()->getApiUrl(sprintf('lists/%s/subscribers/%s/subscribe', (string)$listUid, (string)$subscriberUid)),
?
The text was updated successfully, but these errors were encountered: