Salesforce Integration -- 1|| Rest api callout

Поділитися
Вставка
  • Опубліковано 7 вер 2024
  • In this series i will explain about integration in salesforce. We will cover all the topics and concepts used in salesforce integration.
    This series will make you confident in integration and you will be able to clear any technical interview related integration.
    #salesforce #integration #salesforceapex #restapis

КОМЕНТАРІ • 29

  • @amanchaturvedi7711
    @amanchaturvedi7711 Рік тому +2

    Great content, please coverup all the aspects about integration. looking forward for upcoming videos. thankyou!

  • @mohammadnoushad1606
    @mohammadnoushad1606 Рік тому +1

    Nice Explanation... looking forward for upcoming sessions of Integration series ...🤝

  • @sree_sfdc
    @sree_sfdc 7 місяців тому

    Very clear and nice explanation

  • @RideWithAstha
    @RideWithAstha Рік тому +1

    Good explanation.. please continue the series

  • @oindrisen1932
    @oindrisen1932 Рік тому +1

    Nice explanation! Please also make an interview Q&A on integration! :)

  • @brioquery
    @brioquery 6 місяців тому

    Excellent!

  • @user-fi5ks3ox6d
    @user-fi5ks3ox6d Рік тому

    Good one 👍

  • @agentshevylabs7872
    @agentshevylabs7872 Рік тому +1

    Subscribed... 👍

  • @user-kb1rh1eg8t
    @user-kb1rh1eg8t 9 місяців тому

    how to make callout to API which are not public i.e. intranet exposed via VPN ?

  • @lokeshreddy5671
    @lokeshreddy5671 Рік тому

    If possible, make a live sessions

  • @_DheerajIPPILI
    @_DheerajIPPILI Рік тому

    Getting 404 error while giving 1711 as userid
    {
    "message": "Resource not found"
    }

    • @technogeeksfdc6731
      @technogeeksfdc6731  Рік тому

      Have you created an account in gorest? You can execute on users without userid and you will see all the available users and then you can use any of the existing I'd to test

  • @ka_m_na3230
    @ka_m_na3230 9 місяців тому

    what is 1711 here is there is already account with this specific user id in your system

    • @technogeeksfdc6731
      @technogeeksfdc6731  9 місяців тому

      Yes. in the external system this is the id of the user.

  • @_DheerajIPPILI
    @_DheerajIPPILI Рік тому

    I have another question here you are using GET method and using Post url link to fetch the data?

    • @technogeeksfdc6731
      @technogeeksfdc6731  Рік тому

      Get is for extraction and post is for insertion. What request type is defined in the method setrequesttype of http. For extraction we are using get there

    • @_DheerajIPPILI
      @_DheerajIPPILI Рік тому

      @@technogeeksfdc6731 I mean to say there is a url for GET - /public/v2/users/1727

    • @_DheerajIPPILI
      @_DheerajIPPILI Рік тому

      We have to use this one right for get

    • @technogeeksfdc6731
      @technogeeksfdc6731  Рік тому

      Yes

    • @_DheerajIPPILI
      @_DheerajIPPILI Рік тому

      @@technogeeksfdc6731 but I see you used only - /public/v2/users for post and get you missed the last ending 1727

  • @padmashreepadhu6297
    @padmashreepadhu6297 Рік тому

    Can we make put and patch callout also?