dev-master
9999999-devIntegrations between Craft and Apsis
MIT
The Requires
cms craftcms craft-plugin craft bftr craft apsis
Wallogit.com
2017 © Pedro Peláez
Integrations between Craft and Apsis
A work in progress plugin that implements the Apsis API into Craft 3., (*1)
$ composer require bleed/bftrcraftapsis
Make sure to enter a valid Apsis API key under the plugin settings in the Craft admin panel., (*2)
{% set subscriber = {
'Name': 'Gilles Deleuze',
'Email': 'gilles@deleuze.fr'
} %}
{# first param is the mailing list ID #}
{# second param is subscriber object #}
{# third param decides whether or not to update info if the subscriber already exists #}
{{ apsisAddSubscriber('2710122', subscriber, false) }}
Integrations between Craft and Apsis
MIT
cms craftcms craft-plugin craft bftr craft apsis