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

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 เม.ย. 2022
  • We cover how to use an external weather API using salesforce external services
    #salesforce #api #openapi #rest #nocode #externalservices
    Weather API
    www.weatherapi.com
    openapi schema - generator
    inspector.swagger.io/builder#
    Salesforce External Service
    help.salesforce.com/s/article...
    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 ❤

  • @devakijois9308
    @devakijois9308 ปีที่แล้ว +1

    Very helpful Video. Thank you

  • @pariplabpal26
    @pariplabpal26 ปีที่แล้ว +1

    Awesome Tutorial... Thanks

  • @user-xc2ey6yd3d
    @user-xc2ey6yd3d ปีที่แล้ว +1

    Thank you!!

  • @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?

  • @user-yi4hf4ly8h
    @user-yi4hf4ly8h ปีที่แล้ว

    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

  • @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?

  • @FreerideTaurus
    @FreerideTaurus 2 ปีที่แล้ว +2

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

    • @salesforcegems
      @salesforcegems  ปีที่แล้ว

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

  • @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

  • @Hikermacho-nu5wc
    @Hikermacho-nu5wc ปีที่แล้ว

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

  • @sainadh6094
    @sainadh6094 2 ปีที่แล้ว

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

  • @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!

  • @seckinceylan7319
    @seckinceylan7319 ปีที่แล้ว +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

  • @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