Event Pusher Component

Enhance your SAIL interfaces with dynamic event handling powered by Pusher. You can use this component, which attaches to the Event Pusher Connected System Plug-in, to listen to events on any channel that has been registered with pusher.com. You can use this to have a SAIL report or form respond to any asynchronous event. For example, use a!startProcess to kick off a process, do some work that may take some time, then use the Event Pusher Connected System Plug-in to call an integration which will push an event to the channel you define this component to subscribe to.

Provides an invisible component that subscribes to a channel and listens for events using Pusher. Can respond to two types of events:

  • OnUpdate
  • OnComplete

Note: This component requires the use of the pusher.com service, which offers both free and paid usage plans. See https://pusher.com for more details.

Anonymous