Execute custom script on specific AcyMailing actions
This page lists the most commonly used code triggers used in custom add-ons for AcyMailing
Triggers/hooks on specific actions
To be able to use AcyMailing triggers, you first need to create a custom add-on:
Making a custom add-onOnce created, you can add the following methods in the plugin.php file of your add-on. They will be automatically called by AcyMailing if your add-on is active.
When a user is created
You can use these methods to execute specific actions before/after a user is created.
When a user is modified
You can use these methods to execute specific actions before/after a user is modified.
When users are removed
You can use these methods to execute specific actions before/after one or several users are deleted.
When the user is confirmed
When the user subscribes to a list
This method is called after the user subscribes to one or several lists.
When the user unsubscribes from a list
This method is called after the user unsubscribes from one or several lists.
When importing users
These two methods are called before users are imported. The first one is called for each user that is imported.
Last updated