首页 > 解决方案 > 如何使用 api 使用 vtiger 社区版创建票证

问题描述

我有vtiger CRM (社区版)的本地安装[7.1.0 © 2004 - 2021 Vtiger]

我已经阅读了文档中提到的: https ://community.vtiger.com/help/vtigercrm/developers/third-party-app-integration.html

我不认为云文档在这方面会有用,因为我也已经看过了。

我试过以下:

http://myserver.domain:port/webservice.php?operation=getchallenge&username=admin

  1. 从此响应中收集了令牌。
  2. 注意到来自 user=admin 的 vtiger 用户首选项的 api 访问密钥
  3. 使用 md5 生成器 ( https://www.md5hashgenerator.com/ ) 获取 'TOKENSTRING+ACCESSKEY' 的 md5
  4. 调用以下 api,其中 accesskey 是从步骤 3 收集的 md5 字符串。

根据名为以下的登录 api 文档:

http://myserver.domain:port/webservice.php?operation=login&username=admin&accessKey=8b2b85587eb8c330c5afa5100abc70c5

标签: vtigervtigercrm

解决方案


推荐阅读