2017 © Pedro Peláez
 

craft-plugin bftrcraftapsis

Integrations between Craft and Apsis

image

bleed/bftrcraftapsis

Integrations between Craft and Apsis

  • Wednesday, July 4, 2018
  • by kristoffer1lundberg
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Bftr Craft Apsis plugin for Craft CMS 3.x

A work in progress plugin that implements the Apsis API into Craft 3., (*1)

Installation

$ composer require bleed/bftrcraftapsis

Make sure to enter a valid Apsis API key under the plugin settings in the Craft admin panel., (*2)

Examples

Add subscriber to mailing list

{% 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) }}

The Versions

04/07 2018

dev-master

9999999-dev

Integrations between Craft and Apsis

  Sources   Download

MIT

The Requires

 

cms craftcms craft-plugin craft bftr craft apsis