Overview
Saves the config for enabled modules of Customer Journey
Summary
This request will saves the config for enabled modules of Customer Journey
Request Arguments
Name |
Type |
Description |
Required |
enabled_modules
|
Array
|
Module names which needs to be enabled
|
True
|
Request Example
{
"enabled_modules": [
"Documents",
"Products",
],
}
Response
The response will be an object containing the following fields:
Name |
Type |
Description |
Anonymous
|
Array
|
Contains lanable, missing and custom modules
|
Response Example
{
[
"enabled_modules" => [
"Accounts",
"opportunities",
"Cases",
"Contacts",
"Leads",
],
"missing_modules" => [
"modules" => [
"Notes",
],
"module_loader_link" => "https://test-12-2-0-ent.msqa.sugarcrm.com//#bwc/index.php?module=Administration&action=UpgradeWizard&view=module",
"download_link" => "https://portal.addoptify.com/customer-journey/custom-modules?modules%5Bmodule_name=Notes&object_name=Note&table_name=notes",
],
"custom_modules" => [
"modules" => [
"MyProducts",
],
"module_loader_link" => "https://test-12-2-0-ent.msqa.sugarcrm.com//#bwc/index.php?module=Administration&action=UpgradeWizard&view=module",
"download_link" => "https://portal.addoptify.com/customer-journey/custom-modules?modules%5Bmodule_name=MyProducts&object_name=MyProduct&table_name=my_products",
],
]
}