Skip to main content

Event Configuration

Event Rules let you trigger jobs from content service calls. For example, if a file is updated in a source system, an event can be set up to trigger an index.


Field Options

  • Name: The name of the document.
  • Content Length: The size of the document.
  • Content Type: The content type (mimetype) of the document.
Limitations

The previous three field options will currently only work for the following endpoints. This may change in future releases.

  • /file
  • /properties
  • /contentStream
  • Content Connector: The connectorId which was used. Can trigger on any endpoint.
  • Event Type: The type of action. See the table below for the action for each end point.

Creating an Event Job

Event Job Tutorial - A walkthrough tutorial on how to create an event job.

Job Event Configuration

Event Types and Endpoints

Event TypeEndpointMethod
FILE_DOWNLOAD/fileGET
FILE_DOWNLOAD/inlinefileGET
CREATE_DOCUMENT/filePOST
UPDATE_DOCUMENT/updatePUT
UPDATE_CONTENT/updateContentPUT
UPDATE_PROPERTIES/updatePropertiesPUT
CREATE_FOLDER/folderPOST
DELETE_OBJECT/deleteDELETE
STREAM_CONTENT/contentStreamHEAD
STREAM_CONTENT/contentStreamGET
FIND_PROPERTES/propertiesGET
DELETE_ACL/aclsDELETE
GET_ACL/aclsGET
EDIT_ACL/aclsPOST
VERSION_DOWNLOAD/version/contentGET
FIND_VERSION_PROPERTIES/version/propertiesGET
CREATE_VERSION/versionPUT
REVERT_VERSION/version/revertPOST
DELETE_VERSION/versionDELETE
LIST_VERSIONS/listversionsGET

Related Articles:
Simflofy Integrations Overview
Integration Job Configurations