diff --git a/ibexa/connector-actito/4.6/config/packages/ibexa_connector_actito.yaml b/ibexa/connector-actito/4.6/config/packages/ibexa_connector_actito.yaml new file mode 100644 index 00000000..94c47e3a --- /dev/null +++ b/ibexa/connector-actito/4.6/config/packages/ibexa_connector_actito.yaml @@ -0,0 +1,17 @@ +## Use following example to set up your e-mail campaigns +#ibexa: +# system: +# default: +# connector_actito: +# api_key: '%env(ACTITO_API_KEY)%' +# entity: my_entity_name +# campaign_mapping: +# # +# # This map configures which campaigns are triggered in +# # Actito system when particular Notification is emitted +# # +# # Element key is the FQCN of the Notification, +# # "campaign" property has to match campaign name or ID +# # +# Ibexa\Notifications\Value\Notification\OrderConfirmationNotification: +# campaign: order_confirmation_campaign_transactional_eng-GB diff --git a/ibexa/connector-actito/4.6/manifest.json b/ibexa/connector-actito/4.6/manifest.json new file mode 100644 index 00000000..5da9987d --- /dev/null +++ b/ibexa/connector-actito/4.6/manifest.json @@ -0,0 +1,13 @@ +{ + "aliases": ["ibexa-connector-actito", "actito"], + "bundles": { + "Ibexa\\Bundle\\ConnectorActito\\IbexaConnectorActitoBundle": ["all"] + }, + "env": { + "#1": "Ask your IT/Admin to create API User in Actito Dashboard and put generated API Key here", + "ACTITO_API_KEY": "1234567890" + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}