Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

How to send After confirmation message after Creating or Updating a new contact?

$
0
0

Replies: 0

Like this option,

/ send a double opt-in email if the status is pending
    if($contact->status == 'pending') {
        $contact->sendDoubleOptinEmail();
    }

is there any way to send After confirmation message right after $contact = $contactApi->createOrUpdate($data);


Viewing all articles
Browse latest Browse all 59525

Trending Articles