API Designer

What is API Designer?

API Designer provides a workbench for developers to build custom HTTP based APIs which can be exposed to the VTAP Javascript APIs or the external application for integration easily. APIs can be defined using Vtiger Application Design Language (VADL) specification. APIs access needs user authorization and follows standard record access configuration made within CRM.

When should I use the API Designer?

  • Build Vtiger custom REST APIs. Combine multiple API operations in one API call.
  • Build custom incoming webhook end points.
  • When you want Vtiger Javascript APIs to connect and directly interact with 3rd party applications.
  • Integrate with any applications that has basic authentication, secret key based, bearer based or oauth2 based APIs enabled.