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!]!