codestackers/subscribers

Codestackers Subscriber plugin for OctoberCMS

Installs: 131

Dependents: 0

Suggesters: 0

Security: 0

Type:october-plugin

dev-master 2022-02-02 17:10 UTC

This package is auto-updated.

Last update: 2024-04-29 05:05:37 UTC


README

Introduction

The Subscriber plugins stores data in the database and can passed them thru to plaforms like MailChimp or Active Campaign

Fields

To use them in blocks:

    form_id:
      label: Form ID
      type: dropdown
      emptyOption: -- Select campaign id --
      comment: 'You can modify campaigns <a href="/backend/codestackers/subscribers/campaigns" target="_blank">here</a>'
      commentHtml: true
      required: true
    list_id:
      label: Active Campaign List ID
      type: dropdown
      options: getListOptions
      emptyOption: -- Select list id --

Branch The branch to commit the content to, when the branch doesn't exists it will be created.

Message The message for every commit. In the message you can use the variables %f for the saved file and %u for the OctoberCMS user that modified the page.