@zach_jones_noel,
Still facing the same issue. Attaching the screenshot for reference.
Please help me to close this issue ASAP.
iparams.json:
{
“dynamic_location”: {
“display_name”: “CA - Allow agent location”,
“description”: “Allows agents to select cloudagent location before login”,
“type”: “checkbox”,
“default_value”: false,
“events”: [
{
“change”: “dynamicLocation”
}
]
},
“location”: {
“display_name”: “CA - Location”,
“description”: “CloudAgent location for agent”,
“type”: “dropdown”,
“options”: [
“INDIA”,
“USA”
],
“required”: true,
“default_value”: “INDIA”
},
“agent_name”: {
“display_name”: “CA - SSO Agent”,
“description”: “Fetch cloudagent AgentId from FreshSales user email”,
“type”: “checkbox”,
“default_value”: false
},
“click2call”: {
“display_name”: “Click2Call”,
“description”: “Allow Agent to make Click2Call from FreshSales”,
“type”: “checkbox”,
“default_value”: true,
“events”: [
{
“change”: “click2call”
}
]
},
“search_at”: {
“display_name”: “Search At Module”,
“description”: “Performs search with CallerId on the selected order”,
“type”: “multiselect”,
“options”: [
“lead”,
“contact”,
“sales_account”
],
“required”: true,
“default_value”: [“contact”],
“events”: [{
“change”: “searchAt”
}]
},
“search_on”: {
“display_name”: “Search on Fields”,
“description”: “Performs search at modules with CallerId”,
“type”: “multiselect”,
“options”: [
“mobile_number”,
“work_number”,
“phone”
],
“required”: true,
“default_value”: [
“mobile_number”
]
},
“create_on”: {
“display_name”: “Create on Module”,
“description”: “Create a record on lead, contact or account, if not found.”,
“type”: “dropdown”,
“options”: [
“lead”,
“contact”,
“sales_account”
],
“required”: true,
“default_value”: “contact”
},
“call_log_creation”: {
“display_name”: “Create/Update Call Log”,
“description”: “Allow Call Log creation or updation of call details”,
“type”: “multiselect”,
“options”: [
“ALL”,
“NONE”,
“INBOUND”,
“MANUAL”,
“PREVIEW”,
“PROGRESSIVE”,
“PREDICTIVE”
],
“required”: true,
“default_value”: [
“ALL”
],
“events”: [
{
“change”: “createCallLog”
}
]
},
“show_call_log”: {
“display_name”: “Open Call Log on create/update”,
“description”: “Allow Call Log to open on creation or updation”,
“type”: “checkbox”,
“default_value”: true
},
“domain”: {
“display_name”: “Domain”,
“description”: “FreshSales Domain”,
“type”: “domain”,
“required”: true,
“type_attributes”: {
“product”: “freshworks_crm”
}
},
“api_key”: {
“display_name”: “API Key”,
“description”: “FreshSales API Key”,
“type”: “api_key”,
“required”: true,
“secure”: true,
“type_attributes”: {
“product”: “freshworks_crm”
}
}
}
manifest.json:
{
“platform-version”: “2.3”,
“product”: {
“freshworks_crm”: {
“location”: {
“left_nav_cti”: {
“url”: “left_nav_cti.html”,
“icon”: “styles/images/ozonetel.svg”
}
},
“requests”: {
“searchModule”: {},
“createCall”: {},
“createNote”: {},
“updateNote”: {}
}
}
},
“engines”: {
“node”: “18.15.0”,
“fdk”: “9.0.4”
}
}