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);