Publish notification
This activity publishes a notification event on the CloudLink platform. Internal or 3rd party subscribers will receive the event if they are subscribed to the event topic. Notify any internal or 3rd party subscriber application will receive the event based on the subscription settings.
| Parameters | Description |
|---|---|
|
Topic |
CloudLink Topic |
|
Method |
There are three types of notifications being sent:
|
|
Subject |
This identifies what is being updated |
|
Content |
The object of the content. |
|
PrincipleFilter |
A list of conditions that will be applied to the notification; only when true will the application receive the event. |
| Parameters | Description |
|---|---|
|
Success |
Indicates whether the activity was completed successfully (value = True) or not (value = False). |
|
Results |
The body that is being sent in the notification. |
↑