What is the latest version of freshworks developer document?

hello,

I’ve started to build an application for Freshsale, and I follow this document Freshworks Developer Docs | App development process
but when I use fdk to create new app, it only shows freshsales and the template is different compare to document

Later when I run fdk for local and try to add ?dev=true to myfreshworks crm but it shows this in myfreshworks crm

and from manifest.json file I am using contact_entity_menu but it also does not show the app link in contact detail menu.

I am really confuse about app configuration and current version of document and fdk

Please help me where to find the latest document.
I am using fdk 9.0.8

Hi @ntuanphuc ,

Could you please share the manifest.json file? I suspect the issue might be related to placeholders. Meanwhile, consider trying “freshworks_crm” as the product in the manifest instead of “freshsales.”

Please check below, it’s freshsales.

{`Preformatted text`
  "platform-version": "2.3",
  "product": {
    "freshsales": {
      "location": {
        "left_nav_cti": {
          "url": "template.html",
          "icon": "icon.svg"
        },
        "lead_entity_menu": {
          "url": "template.html",
          "icon": "icon.svg"
        },
        "deal_entity_menu": {
          "url": "template.html",
          "icon": "icon.svg"
        },
        "contact_entity_menu": {
          "url": "template.html",
          "icon": "icon.svg"
        },
        "sales_account_entity_menu": {
          "url": "template.html",
          "icon": "icon.svg"
        }
      }
    }
  },
  "configurations": {
    "app": {
      "name": "SMBPlus Shopify"  
    }
  },
  "engines": {
    "node": "18.19.0",
    "fdk": "9.0.7"
  }
}

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.