key/subscribers-plugin

OctoberCMS的订阅者插件,创建表单并将它们发送到Active Campaign、Zapier等

安装: 1

依赖项: 0

建议者: 0

安全: 0

类型:october-plugin

1.0.3 2023-09-15 11:15 UTC

This package is auto-updated.

Last update: 2024-09-15 13:56:53 UTC


README

简介

订阅者插件将数据存储在数据库中,并将它们传递到像MailChimp或Active Campaign这样的平台。此插件替代了旧的Codestackers版本

字段

在块中使用它们

    form_id:
      label: Form ID
      type: dropdown
      emptyOption: -- Select campaign id --
      comment: 'You can modify campaigns <a href="/backend/key/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 --

分支 提交内容的分支,当分支不存在时,将创建该分支。

消息 每次提交的消息。在消息中,您可以使用变量 %f 表示保存的文件,%u 表示修改页面的OctoberCMS用户。