Activity Callbacks¶
Activity callbacks are used to inject system-wide activities to perform additional operations when a certain type of activity occurs.
For example, if you have a custom notification system for mobile devices you may inject to work item assign type activities to send push notifications.
Is Enabled?¶
Specify whether the given activity callback is enabled or not.
Name¶
Name of integration to identify.
Callback code¶
Integration script for activity. The integration script called with a couple of predefined variables as follows;
Name of Variable | Description |
---|---|
$Targets | Array of target identities. |
$Activity | Activity JSON object |
Script content may vary depending on service definition but as an example the following script can be used;
1 2 3 4 5 6 7 8 9 10 11 12 13 |
|