Integrates FluentCRM with Awesome Enterprise. Introduces fluentcrm.contact.* shortcodes.
It can be installed using following composer command
composer require wpoets/fluentcrm-handler
- 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]