How to re-send confirmation email via API

007

Member
Hello,
I'm handling subscribes/unsubscribes via PHP API. If I have a subscriber unsubscribe, then resubscribe, I'd like to resend the double-optin email to them. As of now, I can change their status from 'unsubscribed' to 'unconfirmed', but a double-option email isn't sent. I don't see an option for this in the API. How can I send the double-optin email to them?

I'd like this to be automated, I can't login to the UI and resend it every time. I'd also prefer not to have to delete the subscriber and re-create it, all just to send a double-optin email.

Any ideas?

Thanks!
 
@007 - You don't have to many options. When you unsubscribe and then resubscribe you are the same subscriber which already received the welcome email, only removing and adding the subscriber back to list will trigger sending the welcome email.
Since you are using the API you could use transactional emails to send a new email when a subscriber resubscribe.
 
Back
Top