System Notifications
An overview of all of the notifications that FixedAsset Pro sends
The primary notification methods in FixedAsset Pro are email notifications and Slack notifications. Most of the notifications can be turned on or off based on particular settings, but we thought it might be helpful to lay out all of the possible notifications the system generates.
Slack notifications will naturally only be sent if you have your Slack details added in Admin Settings > Slack.
New user welcome
user
Option on user creation/import
Password reset
user
Clicking on the forgotten password link
Checkin/Checkout
email, slack
user, admin
Set at the item category level
Require acceptance
user
Admin Settings > General
Expected checkin
user, admin
php artisan fixedassetpro:expected-checkin
Item expiration
admin
php artisan fixedassetpro:expiring-alerts
Low inventory alerts
admin
php artisan fixedassetpro:inventory-alerts
Audit
slack
admin
Auditing an asset
Audit Due / Overdue
admin
php artisan fixedassetpro:upcoming-audits
Asset requested
email, slack
admin
User requests an asset or asset model
Asset request canceled
email, slack
admin
User cancels a request for an asset or asset model
Slack test
slack
admin
Click on the Test Slack button in Settings
Test email
admin
Click on the Test Email button in Settings
📘New User Welcome EmailPlease note that the New User Welcome email cannot be resent after the user is created, as passwords are stored in a one-way hash. Since we cannot decrypt them, we cannot send a user their password after they've been created. The user can use the Forgotten Password link to reset their password instead.
Last updated