Web service notifications
You can configure REST and SOAP web service notifications.
In this section:
- Preparing to send status to REST web servicesYou can use notification objects to send status to a REST web service for an application. For example, you can create a notification object to monitor when a job enters the RetainCompletedJobs step in a workflow that processes orders. When that event happens, the notification object can send the application information about the job, such as the order number and customer name.
- Preparing to send status to a SOAP web serviceYou can use notification objects to send status to a SOAP web service for an application. For example, you can create a notification object to monitor when a job enters the RetainCompletedJobs step in a workflow that processes orders. When that event happens, the notification object can send the application information about the job, such as the order number and customer name.
Parent topic: Notifications