Announcement

Collapse
No announcement yet.

Is there any .NET / C# - Wrapper for EspoCRM-API

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Is there any .NET / C# - Wrapper for EspoCRM-API

    Hello,
    I would like to write a tool that creates customers and products in EspoCRM based on data available in another system. Do you know of any library in .NET that wraps the EspoCRM-API? I did a quick internet research, but couldn't find anything at all. Unfortunately the search here in forum does not provide any possibility to search for "C#" or ".NET". Or at least I don't know how to search for those terms.
    Obviously I can consume the REST-API, but in case there is an existing (maybe even tested) library this would make it much easier.

    Thanks and best regards
    Jan

  • #2
    Hello,

    The only wrapper classes for API calls that I know of, are written for PHP, Javascript (Nodejs) and Python. https://docs.espocrm.com/development...mplementations

    Maybe you can check them out and use them to implement your own in C# or .NET

    Comment

    Working...
    X