-
Couldn't load subscription status.
- Fork 81
IBX-5644 - Email triggers #2022
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
||
| 2\. Prepare an endpoint that will intercept push messages and pass them on to your mailing system, for example, an Ibexa Connect [webhook](https://doc.ibexa.co/projects/connect/en/latest/tools/webhooks/). The webhook must meet the following requirements: | ||
|
|
||
| - cannot require authentication |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to remove
|
|
||
| ## Send emails with recommendations | ||
|
|
||
| By using [email triggers]([[= user_doc =]]/personalization/triggers.md), your organization can send emails to individual visitors, for example, to invite them to return to the website or remind them of items abandoned in a cart. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link is broken. Only visitors? Clients, customers too. I would change the order in the sentence to more active and calling users to action.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed re. order, while "client" and "customers" are used in a different meaning throughout perso:
"Set up customer credentials", "PERSONALIZATION_CUSTOMER_ID" refer to Ibexa's customers
"client side", "client-server architecture" refer to Personalization client
"visitor" is used consistently to refer to people who browse and buy
Add developer-side documentation of the e-mail trigger feature
Checklist