How to send After confirmation message after Creating or Updating a new contact?
-
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 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘How to send After confirmation message after Creating or Updating a new contact?’ is closed to new replies.