External Message Processor Version 1.0.3

Release Date
Release Version
1.0.3
Release Status
Stable
Release CiviCRM Compatibility
XML
<?xml version="1.0"?>
<extension key="externalmessageprocessor" type="module">
<file>externalmessageprocessor</file>
<name>External Message Processor</name>
<description>This extension can receive messages from external sources and process them (as a CiviCRM api and thus with the form processor)</description>
<license>AGPL-3.0</license>
<authors>
<author>
<name>Jaap Jansma</name>
<email>jaap.jansma@civicoop.org</email>
<role>Maintainer</role>
</author>
</authors>
<urls>
<url desc="Main Extension Page">https://lab.civicrm.org/extensions/externalmessageprocessor</url>
<url desc="Documentation">https://lab.civicrm.org/extensions/externalmessageprocessor/-/blob/main/README.md</url>
<url desc="Support">https://civicoop.org</url>
<url desc="Licensing">https://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2026-04-23</releaseDate>
<version>1.0.3</version>
<develStage>stable</develStage>
<compatibility>
<ver>6.4</ver>
</compatibility>
<comments></comments>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<civix>
<namespace>CRM/Externalmessageprocessor</namespace>
<format>25.01.1</format>
<angularModule>crmExternalMessageProcessor</angularModule>
</civix>
<mixins>
<mixin>mgd-php@1.0.0</mixin>
<mixin>setting-php@1.0.0</mixin>
<mixin>smarty@1.0.3</mixin>
<mixin>entity-types-php@2.0.0</mixin>
<mixin>scan-classes@1.0.0</mixin>
<mixin>menu-xml@1.0.0</mixin>
</mixins>
<upgrader>CiviMix\Schema\Externalmessageprocessor\AutomaticUpgrader</upgrader>
</extension>