Skip to main content

integrationActions

Get the available actions for a given integration. This query will return the actions that can be performed by the user and the actions that can be performed by the integration itself.

integrationActions(
actionsType: IntegrationActionEnum
brandId: ID
integrationId: ID!
): [IntegrationAction!]!

Arguments

integrationActions.actionsType ● IntegrationActionEnum enum integrations

The type of actions to return. If not provided, user actions will be returned.

integrationActions.brandId ● ID deprecated scalar common

DEPRECATED

This argument will be removed in the future. Brand is becoming a product-only attribute. Use request company context instead with the X-Company-Id header.

The brand ID

integrationActions.integrationId ● ID! non-null scalar common

The integration ID

Type

IntegrationAction object integrations