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

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

integrationActions.brandId ● ID scalar

The brand ID

integrationActions.integrationId ● ID! non-null scalar

The integration ID

Type

IntegrationAction object