<?php
add_hook('AddContactList',1, function($vars) {
// Your code here
});
<?php
add_hook('EditContactList',1, function($vars) {
// Your code here
});
<?php
add_hook('DeleteContactList',1, function($vars) {
// Your code here
});
<?php
add_hook('ImportList',1, function($vars) {
// Your code here
});
<?php
add_hook('ExportList',1, function($vars) {
// Your code here
});
<?php
add_hook('AddContact',1, function($vars) {
// Your code here
});
<?php
add_hook('EditContact',1, function($vars) {
// Your code here
});
<?php
add_hook('DeleteContact',1, function($vars) {
// Your code here
});
<?php
add_hook('AddCustomField',1, function($vars) {
// Your code here
});
<?php
add_hook('EditCustomField',1, function($vars) {
// Your code here
});
<?php
add_hook('DeleteCustomField',1, function($vars) {
// Your code here
});
<?php
add_hook('AddSegment',1, function($vars) {
// Your code here
});
<?php
add_hook('DeleteSegment',1, function($vars) {
// Your code here
});
<?php
add_hook('RecountSegment',1, function($vars) {
// Your code here
});
<?php
add_hook('ExportSegment',1, function($vars) {
// Your code here
});
<?php
add_hook('AddBroadcast',1, function($vars) {
// Your code here
});
<?php
add_hook('EditBroadcast',1, function($vars) {
// Your code here
});
<?php
add_hook('DeleteBroadcast',1, function($vars) {
// Your code here
});
<?php
add_hook('AddDripGroup',1, function($vars) {
// Your code here
});
<?php
add_hook('EditDripGroup',1, function($vars) {
// Your code here
});
<?php
add_hook('DeleteDripGroup',1, function($vars) {
// Your code here
});
<?php
add_hook('AddDrip',1, function($vars) {
// Your code here
});
<?php
add_hook('EditDrip',1, function($vars) {
// Your code here
});
<?php
add_hook('DeleteDrip',1, function($vars) {
// Your code here
});
<?php
add_hook('AddSplitTest',1, function($vars) {
// Your code here
});
<?php
add_hook('EditSplitTest',1, function($vars) {
// Your code here
});
<?php
add_hook('DeleteSplitTest',1, function($vars) {
// Your code here
});
<?php
add_hook('AddSpinTag',1, function($vars) {
// Your code here
});
<?php
add_hook('EditSpingTag',1, function($vars) {
// Your code here
});
<?php
add_hook('DeleteSpinTag',1, function($vars) {
// Your code here
});
<?php
add_hook('AddDynamicContentTag',1, function($vars) {
// Your code here
});
<?php
add_hook('EditDynamicContentTag',1, function($vars) {
// Your code here
});
<?php
add_hook('DeleteDynamicContentTag',1, function($vars) {
// Your code here
});
<?php
add_hook('ScheduleBroadcast',1, function($vars) {
// Your code here
});
<?php
add_hook('RescheduleBroadcast',1, function($vars) {
// Your code here
});
<?php
add_hook('StartBroadcast',1, function($vars) {
// Your code here
});
<?php
add_hook('PauseBroadcast',1, function($vars) {
// Your code here
});
<?php
add_hook('SystemPauseBroadcast',1, function($vars) {
// Your code here
});
<?php
add_hook('CompleteBroadcast',1, function($vars) {
// Your code here
});
<?php
add_hook('ResumeBroadcast',1, function($vars) {
// Your code here
});
<?php
add_hook('DeleteScheduledBroadcast',1, function($vars) {
// Your code here
});
<?php
add_hook('AddTrigger',1, function($vars) {
// Your code here
});
<?php
add_hook('EditTrigger',1, function($vars) {
// Your code here
});
<?php
add_hook('DeleteTrigger',1, function($vars) {
// Your code here
});
<?php
add_hook('ResortTriggers',1, function($vars) {
// Your code here
});
<?php
add_hook('AddBounceAddress',1, function($vars) {
// Your code here
});
<?php
add_hook('EditBounceAddress',1, function($vars) {
// Your code here
});
<?php
add_hook('DeleteBounceAddress',1, function($vars) {
// Your code here
});
<?php
add_hook('AddBounceRule',1, function($vars) {
// Your code here
});
<?php
add_hook('EditBounceRule',1, function($vars) {
// Your code here
});
<?php
add_hook('DeleteBounceRule',1, function($vars) {
// Your code here
});
<?php
add_hook('ResortBounceRule',1, function($vars) {
// Your code here
});
<?php
add_hook('AddSendingDomain',1, function($vars) {
// Your code here
});
<?php
add_hook('EditSendingDomain',1, function($vars) {
// Your code here
});
<?php
add_hook('DeleteSendingDomain',1, function($vars) {
// Your code here
});
<?php
add_hook('AddSendingNode',1, function($vars) {
// Your code here
});
<?php
add_hook('EditSendingNode',1, function($vars) {
// Your code here
});
<?php
add_hook('DeleteSendingNode',1, function($vars) {
// Your code here
});
<?php
add_hook('AddWebForm',1, function($vars) {
// Your code here
});
<?php
add_hook('EditWebForm',1, function($vars) {
// Your code here
});
<?php
add_hook('DeleteWebForm',1, function($vars) {
// Your code here
});
<?php
add_hook('AddFeebackLoop',1, function($vars) {
// Your code here
});
<?php
add_hook('EditFeebackLoop',1, function($vars) {
// Your code here
});
<?php
add_hook('DeleteFeebackLoop',1, function($vars) {
// Your code here
});
<?php
add_hook('AfterCron',1, function($vars) {
// Your code here
});