# Triggers

With the 'Triggers'-feature, the File System Connector service can monitor a folder for files matching a given pattern. It will, after a defined settling time, then move the newly found file to a defined folder and post an http request to the endpoint you have configured. It can use either basic http authentication or an API key when calling the http endpoint (or no authentication).  A common usage of this feature is in combination with the Integration Engine, defining an endpoint accepting the payload below and starting an integration based on the event.

Example of payload sent:

```json
{
  "FullName": "F:\\DROP\\FILENAME",
  "Length": 123,
  "Extension": ".txt",
  "LastModified": "2024-05-11T20:34:40.0444244Z"
}
```

Once a trigger has been defined, you can examine the logs of it, disable/enable and change other settings of it.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.novacuraflow.com/connectors/areas/utility/file-system/connector-service/triggers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
