16 lines
604 B
PHP
Executable File
16 lines
604 B
PHP
Executable File
<?php
|
|
|
|
return [
|
|
'name' => 'Zapier Integration',
|
|
'description' => 'Zapier lets you connect Mautic with 1100+ other apps
|
|
---
|
|
Learn more about Zapier integration in the <a href="https://mautic.org/docs/en/plugins/zapier.html">docs</a>. Make sure Mautic API and Basic Auth is enabled in the <a href="config/edit" target="_blank">configuration</a>.
|
|
<br>
|
|
<br>
|
|
Use these predefined Zap templates as a starting point:
|
|
<div id="zaps"></div>
|
|
<script src="https://zapier.com/apps/embed/widget.js?services=mautic&html_id=zaps"></script>',
|
|
'version' => '1.0',
|
|
'author' => 'Mautic',
|
|
];
|