Event Stream
Collects workflow and alert events from your Tines tenant for automation visibility and monitoring.
Sync Type: Incremental
Requirements
Before you connect Monad to Tines, you need an API Key and a Tenant URL:
- Sign up for a Tines tenant to get a Tenant URL if you aren't already a customer.
- Follow the instructions in the following link from Tines to generate an API Key to allow API access to event data - https://www.tines.com/api/authentication/
Details
Monad uses the since filter on the API to determine which events to display. This field is updated every time a request to get events is successful with the last time a request to get events was initiated. If this was the first time requesting for data, a full sync of the data is performed.
Configuration
The following configuration defines the input parameters. Each field's specifications, such as type, requirements, and descriptions, are detailed below.
Settings
| Setting | Type | Required | Description |
|---|---|---|---|
| Tenant URL | string | Yes | Unique URL for your Tines instance. |
| Team ID | string | No | Filter by the given team. |
| Story ID | string | No | Filter by the given story. |
| Backfill Start Time | string | No | The date to start fetching data from. If not specified, no past records will be fetched. |
| API Rate Limit | object | No | Optional limit on the connector's outbound request rate to the source API. Leave blank to use the connector's default behavior. See API Rate Limiting for the field format, limits, and how to choose a value. |
Secrets
| Secret | Type | Required | Description |
|---|---|---|---|
| API Key | string | Yes | API Key for the Tines API. This is required to authenticate requests. |
Related Articles
https://www.tines.com/api/events/list/ https://www.tines.com/api/authentication/
Sample Record
Code
Sync frequency
By default this input polls approximately every 10 seconds, with each sync beginning after the previous one completes. A cron schedule configured on the pipeline overrides this cadence. See Input Sync Frequency for details.