This package adds a page to the SiteBoss CMS to show the results of mailings.
Run composer to add the package to your project:
composer require notfoundnl/siteboss-listboss
No artisan commands or migrations are needed.
Add these values to your .env
file adding your own API key. These values may already be present.
LISTBOSS_ENDPOINT=https://listboss.nl/v2/
LISTBOSS_API_KEY=
To add the menu item add something like this, make sure to change the rights to the required rights.
[
{
"icon": "list",
"title": "Jobs",
"path": "/app/listboss/",
"rights": "admin"
}
]