Skip to content

Commit 7f5dec7

Browse files
authored
IBX-6698: Added ibexa/connector-actito recipe (#92)
* [ibexa/connector-actito] IBX-6698: Added ibexa/connector-actito recipe * [ibexa/connector-actito] IBX-6698: Added missing config entries * [ibexa/connector-actito] IBX-6698: Renamed key env
1 parent 3ad5ba2 commit 7f5dec7

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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+
}

0 commit comments

Comments
 (0)