Zoom Integration with Salesforce || Schedule a Meeting in Zoom Using Salesforce || hands on

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 พ.ย. 2024

ความคิดเห็น • 33

  • @NancySinha-h4o
    @NancySinha-h4o 12 วันที่ผ่านมา +1

    Very nice and informative videos on integration. Thank you so much to maintain the simplicity of the videos.

    • @salesforcein5minutes
      @salesforcein5minutes  11 วันที่ผ่านมา

      @@NancySinha-h4o thanks for watching, glad you liked this video ☺

  • @i-shanb12
    @i-shanb12 13 วันที่ผ่านมา +1

    Thank you so much for this, very effective and efficient information about the integration

  • @abhaypratapsingh1940
    @abhaypratapsingh1940 หลายเดือนก่อน +1

    Great Explanation, Thanks!

  • @PriyankaGoyal-y2c
    @PriyankaGoyal-y2c 4 หลายเดือนก่อน +1

    Excellent way of explaining the Integration. I am finally able to understand each & every bit of it. SUPERB WORK!! Keep creating such videos & spread SF wisdom :)

  • @vikask-zv7hm
    @vikask-zv7hm 5 หลายเดือนก่อน +1

    Thank You !! Im grateful for such high quality Salesforce Content.

    • @salesforcein5minutes
      @salesforcein5minutes  5 หลายเดือนก่อน +1

      Thanks a lot man 😀, glad you found it useful

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

      Thanks for the integration tutorial playlist. Short and crisp.

  • @dheepakk3599
    @dheepakk3599 4 หลายเดือนก่อน +2

    Great work!
    Can you please make a video on explaining the use of different OAuth Scopes available in the Connected App

  • @prasadmuthyala9625
    @prasadmuthyala9625 5 หลายเดือนก่อน +1

    Thank you bro for the integration tutorial playlist waiting for JWT related integrations😀 and if type of integration mentioned in description/tittle it will be more understanding

  • @venkataswamykadiyam977
    @venkataswamykadiyam977 4 หลายเดือนก่อน +3

    Great work !
    i want to learn more on integration realtime scenarios , could you please suggest me any course related to udemy or somewhere else ?

    • @salesforcein5minutes
      @salesforcein5minutes  4 หลายเดือนก่อน

      Thanks , glad you liked my video, actually regarding integration i will be conduting a master class where i might teach from very basic to a good level of integrarion & if needed you can watch others as well as mine youtube videos for integration but honestly im not sure which course will be good on udemy for intrgration ☺

    • @venkataswamykadiyam977
      @venkataswamykadiyam977 4 หลายเดือนก่อน

      @@salesforcein5minutes thanks, when u are going to conduct that master class, I will join that session.

  • @prasadmuthyala9625
    @prasadmuthyala9625 5 หลายเดือนก่อน +1

    if we need more params from response like meeting invite link and meeting ID what will we do?? so i'm planning to create lightning button on contact in lwc when user click on button meeting should create and link will be stored in chatter/activity/notes object(for agent tracking)

    • @salesforcein5minutes
      @salesforcein5minutes  5 หลายเดือนก่อน +1

      Go to the app of zoom and add more scopes so you will have access to all those fields and print them in the body.
      Once you have these things create a wrapper and map it to the object

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

      Hi bro,i did zoom integration with lwc but i'm stuck at one place in code i.e. Attendees email's should pass from lwc could please help me ...i tried schedule_for tag but it is always showing invalid value

  • @SunitaRaskar-c1g
    @SunitaRaskar-c1g หลายเดือนก่อน +1

    Is this same Zoom Contact center Zoom meeting?

  • @jalajjain8272
    @jalajjain8272 4 หลายเดือนก่อน +1

    Method does not exist or incorrect signature: void populateWrapper() from the type Integrationvideo,
    how to fix this error while execute at last?

    • @salesforcein5minutes
      @salesforcein5minutes  4 หลายเดือนก่อน

      You need to create wrapper class along with this, only then it will work

  • @user-kt2ti8dz3c
    @user-kt2ti8dz3c 5 หลายเดือนก่อน +1

    Meeting schedule with multiple user (how to include email ids in To)

    • @salesforcein5minutes
      @salesforcein5minutes  4 หลายเดือนก่อน

      @@user-kt2ti8dz3c go through docs you will find a method that will help you to send schedule to multiple people

  • @codewith_anas
    @codewith_anas 3 หลายเดือนก่อน +1

    one question here, you set the topic of the meeting in apex as 'For TH-cam video,' but when the meeting is created in Zoom, the topic name doesn't show up, and it's just labeled as 'Zoom Meeting.' Could you clarify why this happens?

    • @salesforcein5minutes
      @salesforcein5minutes  3 หลายเดือนก่อน +1

      Maybe im not use proper field that might be the case, need to check the zoom document to find which fields need to be populated to make sure topic is set

    • @codewith_anas
      @codewith_anas 3 หลายเดือนก่อน +2

      @@salesforcein5minutes thank got it. “topic” is to be set to populate the meeting topic

  • @trippy821
    @trippy821 3 หลายเดือนก่อน +1

    im getting status code = 400 ;
    what should i do? plz help.