Notifications don't send for bulk actions by default
When you do a single record action, notifications are published by default. However, when you do bulk actions, notifications are not published by default.
If you want notifications published for bulk actions, you have to add
To avoid putting it on all call sites, you can set this as a default option on your Domain's code interface function opts.
If you want notifications published for bulk actions, you have to add
bulk_options: [notify?: true]To avoid putting it on all call sites, you can set this as a default option on your Domain's code interface function opts.
