-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* [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
- Loading branch information
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
ibexa/connector-actito/4.6/config/packages/ibexa_connector_actito.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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%/" | ||
} | ||
} |