use api from php?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • whoim
    Junior Member
    • Nov 2014
    • 21

    use api from php?

    Some have php example for create, edit contacts?
  • whoim
    Junior Member
    • Nov 2014
    • 21

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

    Comment

    • yuri
      Member
      • Mar 2014
      • 8485

      #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= ...)
      If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

      Comment

      • whoim
        Junior Member
        • Nov 2014
        • 21

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

        Comment

        • whoim
          Junior Member
          • Nov 2014
          • 21

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

          Comment

          • ddanninger
            Junior Member
            • Oct 2016
            • 6

            #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...