fixthestatusquo / proca-civicrm

Interface with CiviCRM to push contacts, activities (signatures), donations and more from an external system like proca (online campaign tool)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

proca-civicrm

This extension allows to synchronise proca (the most privacy friendly campaigning tool) and civicrm.

for performance reasons It does it in two steps:

  • fetch the data from proca and queue them,
  • process them

The extension is licensed under AGPL-3.0.

Requirements

  • PHP v7.2+
  • CiviCRM

Installation (Web UI)

Learn more about installing CiviCRM extensions in the CiviCRM Sysadmin Guide.

Installation (CLI, Git)

Sysadmins and developers may clone the Git repo for this extension and install it with the command-line tool cv.

git clone https://github.com/fixthestatusquo/proca-civicrm.git
cv en proca

Getting Started

The configuration screen is under civicrm/admin/setting/proca

Known Issues

We test for duplicates of contacts, we don't test for duplicates of activities

About

Interface with CiviCRM to push contacts, activities (signatures), donations and more from an external system like proca (online campaign tool)

License:Other


Languages

Language:PHP 97.3%Language:Smarty 2.7%