How to integrate Salesforce with any REST API without writing a line of code

Поділитися
Вставка
  • Опубліковано 16 вер 2024
  • We cover how to use an external weather API using salesforce external services
    #salesforce #api #openapi #rest #nocode #externalservices
    Weather API
    www.weatherapi...
    openapi schema - generator
    inspector.swag...
    Salesforce External Service
    help.salesforc...
    Joel Kaufman is a salesforce architect at firstlygroup.com
    for salesforce consulting and or customization, please reach out to sales@firstlygroup.com

КОМЕНТАРІ • 31

  • @chaimfurst3616
    @chaimfurst3616 2 роки тому +2

    Great stuff Joel!

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

    Thanks so much. Great content ❤

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

    Awesome Tutorial... Thanks

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

    Very helpful Video. Thank you

  • @user-xc2ey6yd3d
    @user-xc2ey6yd3d Рік тому +1

    Thank you!!

  • @FreerideTaurus
    @FreerideTaurus 2 роки тому +2

    Hi Joel. Great video. Can you pull in the ZIP code from the account billing address?

    • @salesforcegems
      @salesforcegems  2 роки тому

      Yes, absolutely, use the recordId variable together with the record update flow module

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

    hey joel, great video. I am struggling with my example though because it seems I cannot have access to the named credentials I just created

  • @Andy-vc8ir
    @Andy-vc8ir Рік тому

    What does setting input value in the Action element look like for nested JSON objects? What does this look like in the External Service OpenAPI Schema? Great video btw, thanks.

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

      Nested object at input is the same as the API output
      Flow will provide a dynamic object type, which will be used as the flow action input
      To create the open API definition just use the mentioned online tool and provide a json body as input, and it will create the proper open API format

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

    Hi Joel, thanks for the video. I'm having a problem with the merged fields for the output. I'm only seeing default and external options. Any ideas?

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

    Hey! I loved the video, I already learned a lot.
    Can someone help on what the problem could be if the type External Service doesn't appear in my Flow options for Actions?

  • @Hikermacho-nu5wc
    @Hikermacho-nu5wc Рік тому

    Hi I had a trouble in the swager hub what I can do.

  • @seckinceylan7319
    @seckinceylan7319 2 роки тому +1

    Does it work with also not open Api?

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

      As of now External services only support Open API specification as it is a industry wide followed practice

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

    Hi, when i use a post method i am not able to set the body params in the flow action. Please help

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

      Please recheck your API definition

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

      At this time, the HTTP Callout Action in Flow is currently in beta and only handles GET methods (not POST). For this reason, the title of this video (any REST API) is misleading. You will need code to handle a POST method.

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

      Flow supports http POST with a json body, just make sure the open API schema format is correct

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

      @@salesforcegems Ok, thank you for the clarification. I thought you were working with the new HTTP Callout Action element. This is obviously different -- but super interesting. Thank you for the video!

  • @sainadh6094
    @sainadh6094 2 роки тому

    Hey Hi, Great Stuff,
    Can u help me how to integrate salesforce to 3rd party apps by rest api by codingless

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

    How to write open api for any salesforce standard/custom object ?

  • @kinocelotl
    @kinocelotl 2 роки тому

    Does it work in case the json is encrypted?

    • @salesforcegems
      @salesforcegems  2 роки тому +1

      Not sure what you mean by encrypted Json
      If you mean https yes it's supports https

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

    Having some trouble with this tutorial. Please check your email! Thanks