Notifications
POST Inbound Notifications request.
Workday Resource Information
POST Inbound Notifications request.Secured by: Manage: Global Payroll Inbound Notifications
Scope: Global Payroll Connect
Aggregate Fields
The connector represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is. Fields marked with a hyphen are read-only and must not be included when calling stored procedures or when performing an INSERT or UPDATE.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
FeatureConfiguration_Properties_Aggregate
[{
id: Text /* The property id. */
value: Text /* The property value. */
}]
Message_Translations_Aggregate
[{
*body: Text /* The body of the Global Payroll Notification Translation. */
*languages: [{
id: Text /* Id of the instance */
}]
*title: Text /* The title of the Global Payroll Notification Translation. */
}]
Recipient_OrganizationRecipients_Aggregate
[{
*organization: { /* The Organization that will receive the Global Payroll Notification. */
id: Text /* Id of the instance */
}
*roles: [{
id: Text /* Id of the instance */
}]
}]
Recipient_WorkerRecipients_Aggregate
[{
id: Text /* Id of the instance */
}]
Input
| Name | Type | Description |
| FeatureConfiguration_Feature_Id | String | Unique identifier for the feature configuration related to the notification event. |
| FeatureConfiguration_Properties_Aggregate | String | Properties associated with the incoming Global Payroll Notification Event Feature. |
| Id | String | Unique identifier for the specific instance of the notification. |
| Message_Body | String | The content of the Global Payroll Notification message. |
| Message_Link | String | An external link associated with the Global Payroll Notification message. |
| Message_Title | String | The title of the Global Payroll Notification message. |
| Message_Translations_Aggregate | String | List of language translations available for the Global Payroll Notification message. |
| Recipient_OrganizationRecipients_Aggregate | String | List of organizations receiving the Global Payroll Notification. |
| Recipient_WorkerRecipients_Aggregate | String | List of workers receiving the Global Payroll Notification. |
Result Set Columns
| Name | Type | Description |
| FeatureConfiguration_Feature_Id | String | Unique identifier for the feature configuration related to the notification event. |
| FeatureConfiguration_Properties_Aggregate | String | Properties associated with the incoming Global Payroll Notification Event Feature. |
| Id | String | Unique identifier for the specific instance of the notification. |
| Message_Body | String | The content of the Global Payroll Notification message. |
| Message_Link | String | An external link associated with the Global Payroll Notification message. |
| Message_Title | String | The title of the Global Payroll Notification message. |
| Message_Translations_Aggregate | String | List of language translations available for the Global Payroll Notification message. |
| Recipient_OrganizationRecipients_Aggregate | String | List of organizations receiving the Global Payroll Notification. |
| Recipient_WorkerRecipients_Aggregate | String | List of workers receiving the Global Payroll Notification. |