Send Notification
Send an arbitrary notification in the user's feed
Parameters
Label (internal name) | Type | Default | Description |
---|---|---|---|
Title (title) | string | Title used for notification | |
Message (markdown) | textarea | Markdown message used to build notification. | |
Collect users from input (input-users) | boolean | Send notification to users collected in input | |
User Logins (targetLogins) | string | Set a comma-separated list of user logins to be used as recipient. | |
Attach input Node as [Object] (attachObject) | boolean | Replace [Object] in markdown with a link to the incoming node | |
Attach context user as [Actor] (attachActor) | boolean | Replace [Actor] in markdown with a link to the incoming contextual object |
Expected Input
StringBody of the LastOutput
Expected Input
Output.Success
Back to top