Send a notification to a user

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The ID of the plug-in (not the plugin instance)

string
required

The unique ID of the plugin instance

Body Params
string

the email address of the notification recipient (required if recipientId is not set, but one of them can be set)

string

the internal user ID of the notification recipient (required if recipientEmail is not set, but only one of them can be set)

string

the notification message independent of user language (required if messages is not set, but only one of them can be set)

messages
object

map of language (lowercase, e.g. "en") to message (required if message is not set)

string

the excerpt of the notification (optional but mutually exclusive with excerpts)

excerpts
object

map of language (lowercase, e.g. "en") to excerpt (optional but mutually exclusive with excerpt)

string
enum
Defaults to ACTIVITY

the category of the notification (optional).

Allowed:
string
length ≤ 255
Responses
201

Created (notification will be sent asynchronously)

400

The provided data is invalid (includes non-existing references to users, plugins or plugin instances)

404

The notification feature is not available

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!