seat
seat copied to clipboard
Please add sov being entosised to notifications
These are the only sov notifications currently implemented into the notifications system, Any chance of getting a notification added for when a sov structure is under attack?
Hello there,
Information might be available from esi under character notification as "StructureUnderAttack". You may put an eye into implemented notification in order to spawn one to handle that case.
- Configuration : https://github.com/eveseat/notifications/blob/master/src/Config/notifications.alerts.php (except specific case, key is the character notification type as per ESI specs)
- Mail formatters : https://github.com/eveseat/notifications/tree/master/src/Notifications/Structures/Mail
- Slack formatter : https://github.com/eveseat/notifications/tree/master/src/Notifications/Structures/Slack
The other point to note... Is if you are after immediate notifications, SeAT may not be the best platform for you.