Endpoint
- Method:
POST - Path:
/settings/crm-tagging-config - Edition: PRO
- Controller:
ProAdminController@saveCrmTaggingConfig - Route source:
fluent-community-pro/app/Http/Routes/api.php:28 - Controller source:
fluent-community-pro/app/Http/Controllers/ProAdminController.php
POST Save CRM Tagging Config
POST
/settings/crm-tagging-config
Save CRM Tagging Config for the FluentCommunity Settings API.
Controller: ProAdminController@saveCrmTaggingConfig
Route source: fluent-community-pro/app/Http/Routes/api.php:28
Authorizations
ApplicationPasswords
WordPress Application Passwords — use Basic auth with username:application_password.
Type
API Key (header: Authorization)
Request Body
application/json
JSON "settings": { "tagging_maps": [ "string" ], "linked_maps": [ "string" ], "is_enabled": "string", "create_crm_contact": "string", "create_user": "string", "send_welcome_email": "string" }
{
}
Responses
Successful response
application/json
JSON "message": "string", "settings": { "is_enabled": true, "tagging_maps": "string", "linked_maps": "string", "create_crm_contact": "string", "create_user": "string", "send_welcome_email": "string" }
{
}