Skip to content

Commit

Permalink
IBX-6698: Added ibexa/connector-actito recipe (#92)
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
webhdx authored Dec 6, 2023
1 parent 3ad5ba2 commit 7f5dec7
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
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
13 changes: 13 additions & 0 deletions ibexa/connector-actito/4.6/manifest.json
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%/"
}
}

0 comments on commit 7f5dec7

Please sign in to comment.