Pablo Oliva
New Member
We would like to add some custom code that executes once a campaign is successfully sent. Is there a hook that exists that can help us with this, or would you suggest another approach?
Thank you.
Thank you.
Yii::app()->hooks->addAction('console_command_send_campaigns_campaign_sent', function($campaign){
// do whatever with $campaign.
});