File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
ibexa/connector-actito/4.6 Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ # # Use following example to set up your e-mail campaigns
2+ # ibexa:
3+ # system:
4+ # default:
5+ # connector_actito:
6+ # api_key: '%env(ACTITO_API_KEY)%'
7+ # entity: my_entity_name
8+ # campaign_mapping:
9+ # #
10+ # # This map configures which campaigns are triggered in
11+ # # Actito system when particular Notification is emitted
12+ # #
13+ # # Element key is the FQCN of the Notification,
14+ # # "campaign" property has to match campaign name or ID
15+ # #
16+ # Ibexa\Notifications\Value\Notification\OrderConfirmationNotification:
17+ # campaign: order_confirmation_campaign_transactional_eng-GB
Original file line number Diff line number Diff line change 1+ {
2+ "aliases" : [" ibexa-connector-actito" , " actito" ],
3+ "bundles" : {
4+ "Ibexa\\ Bundle\\ ConnectorActito\\ IbexaConnectorActitoBundle" : [" all" ]
5+ },
6+ "env" : {
7+ "#1" : " Ask your IT/Admin to create API User in Actito Dashboard and put generated API Key here" ,
8+ "ACTITO_API_KEY" : " 1234567890"
9+ },
10+ "copy-from-recipe" : {
11+ "config/" : " %CONFIG_DIR%/"
12+ }
13+ }
You can’t perform that action at this time.
0 commit comments