Skip to main content

enableIntegration

Re-enable a disabled integration.

Runs the integration's activation process again and resumes its execution schedule. Returns an IntegrationActivation with updated setup instructions. The integration must currently be in disabled status.

enableIntegration(
organizationId: ID!
id: ID!
): IntegrationActivationPayload

Arguments

enableIntegration.organizationId ● ID! non-null scalar {#organization-id}

Your organization's unique identifier.

enableIntegration.id ● ID! non-null scalar {#id}

The integration type identifier to enable.

Type

IntegrationActivationPayload object