Firstly Inc - Salesforce Gems 💎
Firstly Inc - Salesforce Gems 💎
  • 6
  • 21 947
Zero-Code HTTP POST Request in Salesforce Using Flow's 'HTTP Callout'!
#salesforce #api #openapi #rest #nocode #externalservices #http #intergration #lowcode
API tester
webhook.site/
Salesforce HTTP Callout
help.salesforce.com/s/articleView?id=sf.flow_http_callout.htm&type=5
Salesforce External Service
help.salesforce.com/s/articleView?id=sf.external_services.htm&type=5
Joel Kaufman is a salesforce architect at firstlygroup.com
for salesforce consulting and or customization, please reach out to sales@firstlygroup.com
มุมมอง: 2 023

วีดีโอ

How to make HTTP callouts from Salesforce without any code
มุมมอง 6147 หลายเดือนก่อน
We cover how to leverage salesforce HTTP Callouts from Flow to easily connect external API to salesforce without the need of any code #salesforce #api #openapi #rest #nocode #externalservices #http #intergration #lowcode email verification / validation API www.abstractapi.com/api/email-verification-validation-api Salesforce HTTP Callout help.salesforce.com/s/articleView?id=sf.flow_http_callout....
How to Create an Effective and Enforceable Salesforce Process
มุมมอง 315ปีที่แล้ว
for consulting reach out to sales@firstlygroup.com A comprehensive video that teaches you how to design a streamlined and efficient process for your Salesforce team. Whether you're a business owner or a Salesforce administrator, this video will help you optimize your Salesforce platform to improve collaboration, communication, and productivity. This video covers everything you need to know to c...
How to add visual progress bars to Salesforce list views, reports and records.
มุมมอง 2.7K2 ปีที่แล้ว
#salesforce a picture is worth a thousand words learn how to use images to add visual representation to your data download resources github.com/firstlygroup/salesforce-icons-and-colors/releases/tag/1.1 Probability Bar Formula gist.github.com/joelkaufman/a080b145dba4a09ad43b9c39dc760c22 Presented by Joel Kaufman joel is salesforce consultant and architect for consulting reach out to sales@firstl...
How to add “Netflix-type” star ratings to Salesforce list views, reports and records.
มุมมอง 8132 ปีที่แล้ว
a picture is worth a thousand words learn how to use images to add visual representation to your data download resources github.com/firstlygroup/salesforce-icons-and-colors/releases/tag/1.1 www.lightningdesignsystem.com/icons/ Rating formula gist.github.com/joelkaufman/f8864f32eb6b126a230c4498c111ba58 Amount formula gist.github.com/joelkaufman/b22bd345f609d3b00e903a426386c5da Presented by Joel ...
How to integrate Salesforce with any REST API without writing a line of code
มุมมอง 15K2 ปีที่แล้ว
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/articleView?id=sf.external_services.htm&language=en_US&r=https://www.google.com/&type=5 Joel Kaufman is a salesforce archi...

ความคิดเห็น

  • @kathyisaacs7919
    @kathyisaacs7919 2 หลายเดือนก่อน

    Oh. My. Goodness. I've been trying to learn how to create a custom progress bar for our learners' progress through modules - this is SO much easier than anything I've looked at - a simple and sensible idea! Thank you so much!

  • @starman9000
    @starman9000 5 หลายเดือนก่อน

    great content, please do such unique content which we don't see with other Salesforce youtube channels. Thank you

  • @jimmyjuarez2776
    @jimmyjuarez2776 6 หลายเดือนก่อน

    Hi Joel, this video is AWESOME!!! Probably one of the best I've seen on this topic. For the first and second Assignment elements within the Loop. If you declare a bunch of properties in the schema of a json object, how do you get the output of the constructed object to contain only the properties that you defined in the assignment? For example, I'm trying to post Opportunity Products to an order management system, each "Order Product" has a different set of properties. I've added a Decision element to direct the Flow to a "specialized" assignment element that only contains the mapping to the relevant properties. However, after the first assignment exits, then passes through the second "Add" assignment, that compiles the properties and stacks them in an additive fashion, instead of constructing the JSON payload that was defined in the first Assignment element. Any ideas on how to solve this issue?

  • @hi-eq1xi
    @hi-eq1xi 6 หลายเดือนก่อน

    nice talk

  • @kawalmhatre8653
    @kawalmhatre8653 7 หลายเดือนก่อน

    Great stuff! Thanks for sharing👍

  • @crazyactable252
    @crazyactable252 7 หลายเดือนก่อน

    oohh, he is back!

  • @crazyactable252
    @crazyactable252 8 หลายเดือนก่อน

    Great video, and hopefully, you'll post even more :)

  • @redgangmansavenger5911
    @redgangmansavenger5911 11 หลายเดือนก่อน

    if for whatever reason you want a bigger bar, be sure to just multiply the percentage by a bigger number, *100 looks to small on a record page for example, but *400 looks great

    • @salesforcegems
      @salesforcegems 7 หลายเดือนก่อน

      The issue with a bigger bar, is that by default the column width doesn't show the full bar and you have to manually stretch the column width, could be that it depends on the screen size

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

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

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

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

    Thank you for this video. Keep up the good work please!

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

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

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

      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

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

    Very clear and informative, thank you!

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

    thank you for sharing

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

    Thank you!!

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

    that work just with opportunity and stage ?

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

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

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

    Thanks so much. Great content ❤

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

    Awesome Tutorial... Thanks

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

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

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

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

    Very helpful Video. Thank you

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

    Does it work with also not open Api?

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

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

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

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

    This is amazing...would appreciate more videos like this

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

      Subscribe, I will be releasing more videos like is in the future,

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

    thx! interesting)

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

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

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

    Does it work in case the json is encrypted?

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

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

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

    Great stuff Joel!