Step-by-step: register a custom notification type by hooking mam_notification_list, define replacements and default channels, fire it from your plugin, and verify in the admin UI and outbox.
Register a cron task with mam-main’s setcron-manager via the mam_cron_manager filter. Backed by FastCron — runs on a fixed external schedule rather than wp-cron.php.
End-to-end recipe for adding a custom tab-bar action button: register the button definition (so admins can pick it), enable in admin, and implement the mam_main_add_tab_bar_item_{slug} filter for runtime population.
Can't find the answer you're looking for? Don't worry we're here to help!