Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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

```