Skip to content

Commit

Permalink
[TASK] Update documentation with new lead property action
Browse files Browse the repository at this point in the history
  • Loading branch information
einpraegsam committed Apr 27, 2024
1 parent 781b072 commit ccb958e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Documentation/Technical/Campaigns/Workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ Possible actions by default are:
* Content manipulation: Hide or show an element of the current page
* Content manipulation: Redirect visitor to another page
* Content manipulation: Change page title
* Content manipulation: Show lead property on current page
* Notification: Sends an email
* Notification: Publish a message to a slack channel
* Notification: Send an SMS to a mobile number
Expand Down Expand Up @@ -586,6 +587,23 @@ lib.lux.settings {
}
}
# Show lead information on the website
160 {
# Title to show in workflow backend module
title = LLL:EXT:luxenterprise/Resources/Private/Language/locallang_db.xlf:action.leadproperty
# Classname for implementation of the action itself
className = In2code\Luxenterprise\Domain\Workflow\Action\LeadPropertyAction
# Templatefile for implementation of the form in workflow module
templateFile = EXT:luxenterprise/Resources/Private/Templates/Workflow/Action/LeadProperty.html
# Additional configuration
configuration {
# Any configuration - available as array in Template File and Action class for some own magic
}
}
# 200-299 SEND MESSAGES
# Action for sending a notification email
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ See the full [documentation](Documentation/Index.md) (technical, marketing and p
* Content manipulation: Hide or show an element of the current page
* Content manipulation: Redirect visitor to another page
* Content manipulation: Change page title
* Content manipulation: Show lead property on current page
* Notification: Sends an email
* Notification: Publish a message to a slack channel
* Notification: Send an SMS to a mobile number
Expand Down

0 comments on commit ccb958e

Please sign in to comment.