Send newsletter events as JSON/XML to a webhook
Description
Highlights
About the Extension
This plugin automatically sends all status changes affecting newsletter subscribers via POST to a configured webhook.
Supported events:
register
confirm
unsubscribe
The following fields are included in the request:
action
email
salutation
firstName
lastName
The data can be sent in the following formats:
XML
JSON
Example XML:
< ?xml version="1.0" encoding="UTF-8"? >
< newsletterEvent >
< action >register< /action >
< email >max@example.com< /email >
< salutation >Mr.< /salutation >
< firstName >Max< /firstName >
< lastName >Mustermann< /lastName >
< /newsletterEvent >
Example JSON:
{
"action": "register",
"email": "max@example.com",
"salutation": "Mr.",
"firstName": "Max",
"lastName": "Mustermann"
}
Details
- Available: English, German
- Latest update: 23 June 2026
- Publication date: 18 June 2026
- Version: 1.0.0
- Category: Administration
Resources
Reviews (0)
About the Extension Partner
Graumatic
Partner Status
-
Shopware
Extension Partner
Details
- Partner since: 2026
- Extensions: 1
Support
- Based in: Germany
- Speaks: German, English
- Response time: Very quickly