API DLL Integration with Metabot (Automation Anywhere - RPA with Visual Studio C#)

Поділитися
Вставка
  • Опубліковано 13 жов 2024
  • This Video is a short course on 'How you can integrate with APIs using C# Code and calling it via Meta bot (Automation Anywhere's 11.x RPA Platform).
    There are multiple ways by which you can consume a Rest API, but in this video, to make it short, I have used one of the shortest ways.
    Finally, after generating the DLL, the video shows 'How to create a Metabot and call it from the Taskbot'.
    The video also demos about the Rest Command used in Automation Anywhere's RPA Platform.
    Please let me know your feedback, comments, suggestions/ideas in the comment.

КОМЕНТАРІ • 20

  • @rijulkumar7998
    @rijulkumar7998 3 роки тому

    Thanks bhai, the way you taught us is amazing. I loved it. Video is very informative.

  • @sandeepverma337
    @sandeepverma337 4 роки тому +1

    Hi Sir,
    I got it resolved. I have used dot net framework and I have created framework first and Library(DLL) later so at the time of running I didn't face any issue and it worked fine. Thank you so much.

  • @anantwar
    @anantwar 5 років тому +1

    Hi Ankan,
    Superb video and really helpful. Very well explained and presented with every minor details and steps. Many Thanks.

  • @ranjeet436
    @ranjeet436 4 роки тому +1

    Clarity at its best. Thank you for posting this video.

  • @sandeepverma337
    @sandeepverma337 4 роки тому

    Hi Sir,
    This is the video I was looking for. A thorough information with knowledge. Thank you.
    But some issue facing while generating code. I sent an email just now. Your one response will make my day.
    Thanks once again.

  • @ravindrajaid
    @ravindrajaid 5 років тому +1

    Hi Ankan, thank you so much for this nice video. It clears my doubt about dll. Thanks again.

  • @ankanmondal1980
    @ankanmondal1980  5 років тому

    Thanks for all your feedback guys. This would encourage me to keep on adding more useful detailed videos.

  • @subbu2346
    @subbu2346 3 роки тому

    Thank you

  • @piyushratnam9621
    @piyushratnam9621 5 років тому +2

    Hi Ankan,
    Thanks for this Video. I have a question, when I am trying to add dll in Metabot, its not showing the Methods and DataMembers for the class. Can you please help by letting know the possible solution if any. Thanks in Advance.

    • @ankanmondal1980
      @ankanmondal1980  5 років тому

      Hey Piyush, Please use dot net framework while creating a DLL. Dot net core and other types might not work.

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

      @@ankanmondal1980 this fixed the issue thanks

  • @onkarsarfare3058
    @onkarsarfare3058 4 роки тому

    hi can you also show how to copy that JSON data into an excel sheet?

  • @Agandara01
    @Agandara01 4 роки тому

    Good afternoon, I have not found any video that can make a call of a bot (Automation Anywhere), from C# (Visual Studio), and bring the body's response of automation and display by console en c#.

    • @ankanmondal1980
      @ankanmondal1980  4 роки тому +1

      That's possible with Version 11.3.4 , You can select services with open APIs and Run Bots by Device Pool Queues.

  • @himanshutiwari5712
    @himanshutiwari5712 4 роки тому

    hi ankan ,i created that dll with the help of your video,it works fine in my system but when i sent the same dll to my friend to check whether it works fine or not ?it is not showing the Methods and Data Members for the class.?any dependencies??please explain

    • @ankanmondal1980
      @ankanmondal1980  4 роки тому +1

      Hi Himanshu, your query is bit incomplete. Can you send me the screenshots and errors separately in my mail ?

    • @himanshutiwari5712
      @himanshutiwari5712 4 роки тому

      i sent you a detailed query on
      ankan4445@gmail.com .Kindly check.

  • @itsjerald
    @itsjerald 4 роки тому

    How to get the url from user? i mean how to get the url from user as input?

    • @ankanmondal1980
      @ankanmondal1980  4 роки тому +1

      You can take input via multiple ways from Platform - some of them are -
      1) Directly passing the value from Variable
      2) Passing value from Text Confile file (.txt or .csv)
      3) Passing value from Crendential vault.
      For details on 'How to do that' , you can visit - docs.automationanywhere.com
      Search for 'Variable managers' or 'Working with variable'