Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/izharikov/sitecore-moosend-website
Sitecore Forms integration with Sitecore Send (Moosend)
https://github.com/izharikov/sitecore-moosend-website
moosend sitecore sitecore-forms sitecore-send
Last synced: 4 days ago
JSON representation
Sitecore Forms integration with Sitecore Send (Moosend)
- Host: GitHub
- URL: https://github.com/izharikov/sitecore-moosend-website
- Owner: izharikov
- Created: 2022-06-29T18:02:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-01T17:14:59.000Z (about 2 years ago)
- Last Synced: 2023-03-10T22:08:13.937Z (over 1 year ago)
- Topics: moosend, sitecore, sitecore-forms, sitecore-send
- Language: C#
- Homepage:
- Size: 166 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
- https://www.brimit.com/blog/sitecore-send-3-rest-api
- https://www.brimit.com/blog/sitecore-send-4-forms-integration# Sitecore Forms integration with Sitecore Send (Moosend)
- Custom Sitecore Form submit action with mapping form fields to Sitecore Send fields.
- SMTP configuration with Sitecore Send## What's inside
### Form on the site
![form](.repo/site-form.png)
### What's in Sitecore Send after submit
![moosend list customer](.repo/moosend-list-customer.png)![moosend customer details](.repo/moosend-customer-details.png)
### Submit Action Editor
![sitecore form editor](.repo/sitecore-form-editor-mapping.png)## Features
- [x] Custom sumbit action in Sitecore - Add subscriber to specified list in Moosend
- [x] Email, Name, Tags Sitecore Send properties mapping to Sitecore Form fields
- [x] Custom properties mapping to Sitecore Form fields
- [x] SMTP emails send## Local Installation
```powershell
.\init.ps1 # init environment
docker-compose up -d # start docker
dotnet tool restore # restore sitecore cli tool
dotnet sitecore ser push # push all serialized items
```### API key
Replace with yours:
```xml```
### Sitecore Send as SMTP server
Replace with yours:
```xml```