1
0
mirror of synced 2025-12-22 11:31:02 -05:00
Files
airbyte/docs/integrations/sources/incident-io.md

4.0 KiB

Incident.io

This is the Incident.io source connector which ingests data from the incident API. The important streams are incidents, follow-ups and severities

Prerequisites

An API key is required for authentication and using this connector. In order to obtain an API key, you must first create an Incident.io account. You can create an account here https://incident.io/ Once you create an account and log in , you will find your API keys section in the settings sidebar under the extends heading. Make sure to provide all of the appropriate permissions. You can find more about their API here https://api-docs.incident.io/

Set up the Adjust source connector

  1. Click Sources and then click + New source.
  2. On the Set up the source page, select Incdient.io from the Source type dropdown.
  3. Enter a name for your new source.
  4. For API Key, enter your API key obtained in the previous step.
  5. Click Set up source.

Supported sync modes

The source connector supports the following sync modes:

  • Full Refresh

Configuration

Input Type Description Default Value
api_key string API Key. API key to use. Find it at https://app.incident.io/settings/api-keys

Streams

Stream Name Primary Key Pagination Supports Full Sync Supports Incremental
actions id No pagination
catalog_types id No pagination
custom_fields id No pagination
follow-ups id No pagination
incident_roles id No pagination
incident_timestamps id No pagination
incident_updates id DefaultPaginator
incident_statuses id No pagination
workflows id No pagination
users id DefaultPaginator
severities id No pagination
schedules id DefaultPaginator
incidents id DefaultPaginator

Changelog

Expand to review
Version Date Pull Request Subject
0.0.14 2025-03-01 54780 Update dependencies
0.0.13 2025-02-22 54316 Update dependencies
0.0.12 2025-02-15 53844 Update dependencies
0.0.11 2025-02-08 53299 Update dependencies
0.0.10 2025-02-01 52718 Update dependencies
0.0.9 2025-01-25 52221 Update dependencies
0.0.8 2025-01-18 51782 Update dependencies
0.0.7 2025-01-11 51186 Update dependencies
0.0.6 2024-12-28 50648 Update dependencies
0.0.5 2024-12-21 50137 Update dependencies
0.0.4 2024-12-14 49218 Update dependencies
0.0.3 2024-12-11 48989 Starting with this version, the Docker image is now rootless. Please note that this and future versions will not be compatible with Airbyte versions earlier than 0.64
0.0.2 2024-11-04 47842 Update dependencies
0.0.1 2024-10-03 Initial release by @aazam-gh via Connector Builder