wpoets / fluentcrm-handler
Handler for working with FluentCRM in Awesome Enterprise
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:awesome-handler
Requires
- php: >=7.0
- composer/installers: ~1.0
- oomphinc/composer-installers-extender: ^2.0
README
FluentCRM handler
Integrates FluentCRM with Awesome Enterprise. Introduces fluentcrm.contact.* shortcodes.
It can be installed using following composer command
composer require wpoets/fluentcrm-handler
Changelog
1.0.0
- Initial release with ability to add/update contacts.
Here the shortcode that you use once this handler is enabled.
[fluentcrm.contact.add] { "first_name" : "Jhon", "last_name" : "Doe", "email" : "amit@wpoets.com", "status" : "pending", "tags" : [ 1,4 ], "lists" : [1] , "custom_values" :{ "custom_field_slug_1" : "custom_field_value_1", "custom_field_slug_2" : "custom_field_value_2" } } [/fluentcrm.contact.add]