Skip to main content Skip to search Skip to main navigation
Diese Seite ist auch auf Deutsch verfügbar.
Graumatic

Send newsletter events as JSON/XML to a webhook

Rating: no rating ( write a review )
Downloads: <10

Description

Highlights

  • Send changes to newsletter subscribers via webhook
  • As JSON or XML
  • Easily integrate external newsletter tools

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)

Write a review

If you downloaded this extension you can write a review in the Shopware Account.

Write a review

About the Extension Partner

Partner Status

  • Shopware Extension Partner Shopware
    Extension Partner

Details

  • Partner since: 2026
  • Extensions: 1

Support

  • Based in: Germany
  • Speaks: German, English
  • Response time: Very quickly