Skip to main content

addJourneyTypeConfigurations

Add journey type configurations for an organisation. The mutation returns the added journey type configurations.

Adding is allowed for a Member Identity who has a LINCKR_ADMIN role.

Possible exception(s) that can be thrown:

  • Validation Exception when the requested JourneyType configuration is already added
  • Validation Exception when the templateId used for configuring the organisation does not exist
addJourneyTypeConfigurations(
organisationId: ID!
journeyTypeConfigurations: [JourneyTypeConfigurationInput!]!
): [JourneyTypeConfigurationResponse!]!

Arguments

addJourneyTypeConfigurations.organisationId ● ID! non-null scalar

addJourneyTypeConfigurations.journeyTypeConfigurations ● [JourneyTypeConfigurationInput!]! non-null input

Type

JourneyTypeConfigurationResponse object