Announcement

Collapse
No announcement yet.

use api from php?

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

  • use api from php?

    Some have php example for create, edit contacts?

  • #2
    And i inerest, what use api for search contacts from phone number, and create comments and calls

    Comment


    • #3
      Hi

      EspoCRM is based on RESTful API.

      1. Open browser's developer console (F12), Network tab.
      2. Search contact by phone number using UI.
      3. See what api request is sent (it will be something like GET api/vi/Contact?where= ...)

      Comment


      • #4
        worked, sorry!
        Last edited by whoim; 11-19-2014, 01:14 PM.

        Comment


        • #5
          worked, sorry
          Last edited by whoim; 11-19-2014, 01:14 PM.

          Comment


          • #6
            This topic is quite old but still if somebody steps into it:

            Check out https://github.com/drei-kr/espocrm-api ( You can find the composer package on packagist)


            I wrote a PHP Wrapper for the EspoCRM Api - using Guzzle Service Descriptions ( Similar to swagger )

            Comment

            Working...
            X