b24_im_notify_personal
Send a personal notification directly to a specific user's notification center in Bitrix24. Returns the notification ID upon success.
Instructions
Send a personal notification to a user (im.notify.personal.add).
Appears in the recipient's notification center. Returns the notification id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Notification text. | |
| user_id | Yes | Recipient user id. | |
| webhook_url | No | Override the default incoming webhook for this call (https://<portal>/rest/<user_id>/<token>/). If omitted, uses personal_webhook, then the X-B24-Webhook HTTP header, then the BITRIX_WEBHOOK_URL env default. | |
| personal_webhook | No | Act as a specific user (their personal incoming webhook). Takes precedence over webhook_url. Required to write to the portal under that user's permissions. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |