A target defines who should get a notification and how it should be categorized. It typically consists of: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.
- Channel: Broad category (e.g.,
posts) - Topic: Subcategory or specific resource (e.g.,
post_id_123,any, ornone) - Event: What happened (e.g.,
new_comment)
any and none have special meaning:
anymeans all topics under this channel/event.nonemeans only the base channel/event.anyis not a validtopicwhen sending a notification, but both are valid for preferences.
posts:any:new_comment will match a notification with target posts:post_id_123:new_comment, but a preference with the target posts:none:new_comment will only match a notification with target posts:none:new_comment.