IN THIS ARTICLE:
Azure Service Bus Integration
Emit tasks from Rosterfy into an Azure Service Bus subscription.
The message bus integration allow external publish / subscribe topology systems to publish messages to subscribers from the Rosterfy platform.
Rosterfy uses SNS to publish messages that are enabled. The messages contain a JSON payload with information about the event that triggered the message. Rosterfy can then subscribe many endpoints to the SNS messages, and filter specific tasks go to specific subscribers. These subscribers will be the key way that Rosterfy communicates content from the application to 3rd party systems.
Note: Please keep in mind that some integrations may require extra support or incur additional costs for implementation with your Rosterfy subscription.
What are the Limitations?
The following events are supported by the message bus : Create / Update / Delete / Completed
The Rosterfy modules supported for these events are:
User
Event
Shift
Role Offer
Role Offer User
Event Shift User
Training
Reference Check
Parental Consent
For more information on available integrations, check out the Integrations - Overview article.