Skip to main content

Pylon [ARCHIVED]

Sync overview

The Pylon source supports Full Refresh and Incremental syncs.

This source can sync data for the Pylon API.

Output schema

This Source is capable of syncing the following Streams:

  • Accounts
  • Contacts
  • Issues (Incremental)
  • Issue Messages
  • Issue Threads
  • Tags
  • Teams
  • Users
  • Custom Fields
  • Knowledge Bases
  • Knowledge Base Articles
  • Ticket Forms
  • User Roles
  • Activity Types
  • Issue Statuses

Features

FeatureSupported?(Yes/No)Notes
Full Refresh SyncYes
Incremental - Append SyncYesIssues stream only
NamespacesNo

Performance considerations

The Pylon API enforces rate limits. The connector uses exponential backoff to handle rate-limited responses (HTTP 429). Under normal usage volumes, the connector should not encounter sustained rate limiting.

Requirements

  • Pylon API token. Generate one in the Pylon dashboard under Settings > API. See the Pylon API docs for more details.

Configuration

ParameterTypeRequiredDescription
api_tokenstringYesYour Pylon API token.
start_datestringYesThe date from which to start syncing data, in UTC. Format: YYYY-MM-DDTHH:MM:SSZ

Reference

No configuration specification is available for this connector.

Changelog

Expand to review
VersionDatePull RequestSubject
0.0.12026-02-1873624Initial release of Pylon source connector