How to create/update Leads or Records into Zoho CRM with Rest API V2 using CURL & PHP

Поделиться
HTML-код
  • Опубликовано: 13 дек 2024

Комментарии • 18

  • @dr.vishal2215
    @dr.vishal2215 Год назад

    Big help 🙏

  • @DEVSONSATHI1994
    @DEVSONSATHI1994 2 года назад

    This is working api as you told into the video can you make for invoice.. or as a function to insert the invoice in the crm

  • @DanishWaqad-j9g
    @DanishWaqad-j9g Год назад

    I want to Insert Record through api in zoho people but when I send request to postman after successfully execute my authentication token then this error is come in response {
    "response": {
    "message": "Error occurred",
    "uri": "/api/forms/json/employee/insertRecord",
    "errors": {
    "code": 7019,
    "message": "Missing parameter(s) in the request"
    },
    "status": 1
    } help me?

    • @PHPLearningNow
      @PHPLearningNow  Год назад

      you can download code which I have shared below in comments.

    • @DanishWaqad-j9g
      @DanishWaqad-j9g Год назад

      your code is worked with lead and executed successfully, but I am working on zoho people to insert employee record then I have to receive an error.

  • @testinggayathiri4015
    @testinggayathiri4015 2 года назад

    I tried to update zoho crm using curl but its not working inserting is working fine

  • @harry22274
    @harry22274 2 года назад

    for testing zoho crm lead's

  • @martinbruggemann3157
    @martinbruggemann3157 2 года назад +1

    This has been very helpful.
    Could you please provide example code for your quoteindex.php, quotestart.php and si.php?
    That would help me tremendously.
    Thanks

    • @martinbruggemann3157
      @martinbruggemann3157 2 года назад

      Never mind I figured it out what I needed lol.
      But I guess it still could help someone maybe.

    • @debatemaster402
      @debatemaster402 2 года назад

      @@martinbruggemann3157 bro help me then

  • @knowledgezone5399
    @knowledgezone5399 2 года назад

    where is php code????

  • @harry22274
    @harry22274 2 года назад

    please provide code link

    • @PHPLearningNow
      @PHPLearningNow  2 года назад

      www.dropbox.com/s/nirkbqppruqkua6/zoho_leads_php_curl.zip?dl=0

  • @rmsyoutubers403
    @rmsyoutubers403 Месяц назад

    I need your code