Skip to main content

Gladly

This connector captures data from Gladly into Flow collections.

It is available for use in the Flow web application. For local development or open-source workflows, ghcr.io/estuary/source-gladly:dev provides the latest version of the connector as a Docker image. You can also follow the link in your browser to see past image versions.

Supported data resources

This connector can be used to sync the following Event entity types from Gladly:

  • AGENT_AVAILABILITY
  • AGENT_STATUS
  • CONTACT
  • CONVERSATION
  • CUSTOMER
  • PAYMENT_REQUEST
  • TASK

By default, each entity type is mapped to a Flow collection through a separate binding.

Prerequisites

To set up the Gladly source connector, you'll need a Gladly account with an API token.

Configuration

You configure connectors either in the Flow web app, or by directly editing the catalog specification file. See connectors to learn more about using connectors. The values and specification sample below provide configuration details specific to the Gladly source connector.

Properties

Endpoint

PropertyTitleDescriptionTypeRequired/Default
/organizationOrganizationOrganization to Request Data FromstringRequired
/agentEmailAgent EmailAgent Email Address to use for AuthenticationstringRequired
/apiTokenAPI TokenAPI Token to use for AuthenticationstringRequired

Bindings

PropertyTitleDescriptionTypeRequired/Default
/nameNameName of this resourcestringRequired
/intervalIntervalInterval between updates for this resourcestring

Sample


captures:
${PREFIX}/${CAPTURE_NAME}:
endpoint:
connector:
image: ghcr.io/estuary/source-gladly:dev
config:
organization:
agentEmail:
apiToken: <secret>
bindings:
- resource:
name: AgentAvailabilityEvents
interval: PT30S
target: ${PREFIX}/AgentAvailabilityEvents
{...}