Stores the mapping between FluentCRM tags and spaces or courses, and keeps the has_crm_sync feature flag in step.
Non-numeric tag mappings are discarded, and linked_maps is reduced to the keys that survive in tagging_maps. If none of the mapped ids resolve to a real space or course the whole map is emptied rather than partially saved. Disabling the integration saves the flags and returns early without validating the maps.
Endpoint
Method:
POSTPath:
/settings/crm-tagging-configEdition: PRO
Controller:
ProAdminController@saveCrmTaggingConfigRoute source:
fluent-community-pro/app/Http/Routes/api.php:32Controller source:
fluent-community-pro/app/Http/Controllers/ProAdminController.phpRequires the FluentCommunity community-admin permission (or a WordPress super admin).
Requires FluentCommunity Pro;
create_userandsend_welcome_emailcause account creation and outbound email during subsequent tag syncs.
Live sample
The request and response below were recorded against a running FluentCommunity install and then anonymised — member names, emails, avatars and post content are fictional, and long collections are trimmed to a few entries.
POST Save CRM Tagging Config
Stores the mapping between FluentCRM tags and spaces or courses, and keeps the has_crm_sync feature flag in step.
Controller: ProAdminController@saveCrmTaggingConfig
Route source: fluent-community-pro/app/Http/Routes/api.php:32
Authorizations
WordPress Application Passwords — use Basic auth with username:application_password.
Request Body
Responses
Successful response