DEV Community

Anne Lerois
Anne Lerois

Posted on

My very first post about our new API

Welcome to the S!MPLE TEAM on DEV.TO!

At Simple CRM, a passionate team that firmly believes in collaboration and knowledge exchange, we discovered DEV.TO at lunchtime ;-) And we thought joining this community would be a great plus for us.

So I'm making this first post, which is for the internal use of my colleagues.

Today, we're particularly excited to present our brand new Simple CRM & ERP API to the DEV community. Our documentation details all the functions available in the API, enabling read-write access to various Simple CRM objects such as contacts, companies, interactions and projects.

If you're a Simple CRM user, you now have the opportunity to integrate our API into your projects. To get started, follow these simple steps:

  1. Be a Simple CRM customer.
  2. Request activation of your API by sending an email to "support at@@at crm-pour-pme.fr".
  3. Obtain the API Key corresponding to the Simple CRM user who will be making the API calls.

Remember, keep your API Key secret and only share it with people you trust. As a Simple CRM administrator, you can find out and modify each user's API Key by accessing their profile. We recommend that you use a complex key for added security.

The typical sequence of an API call with our system is as follows:

  1. Retrieval of a token from the API Key or logins (see authentication).
  2. Read/write operation via API.

We look forward to you exploring and integrating our API. Don't hesitate to ask questions and share your experiences. Let's build a great collaborative space together!

See you soon, folks.

Top comments (0)