A notification is a message sent to a recipient about an event. Notifications can be:Documentation Index
Fetch the complete documentation index at: https://docs.bodhveda.com/llms.txt
Use this file to discover all available pages before exploring further.
- Direct: Sent to a specific recipient.
- Broadcast: Sent to all recipients subscribed to a target.
How does Bodhveda determine if a recipient should receive a broadcast notification or not?
Let’s assume a broadcast was sent for a new comment that was made on post with id12345. The target used for this broadcast is posts:12345:new_comment.
Bodhveda will lookup recipients who have subscribed to this target via either posts:12345:new_comment or via posts:any:new_comment target.
any has special behaviour in Bodhveda. Learn more about targets and preferences.