Skip to main content

Simflofy Push Events

To use a push event you will need to create a job and set its type to be Event. Then just call the URL below, providing the necessary parameters.

Simflofy will then sync the content based on the source documentId.

Overview

Simflofy Push Events allow you to send events to event based jobs in Simflofy. This will tell the job to get and process a document. If the job is not already running, it will also start the job for you.

Push Event

URL:http://{HOST}:{PORT}/simflofy-admin/event/remoteservice/pushevent?jobId=[JOBID]&documentId=[documentId]

Parameters (Form Fields):

jobId: The Event Job you are pushing the notification to.

documentId: The id of the document in the source system.