Tuesday, July 2, 2024

A Answer Engineer’s Journey into Programmability

Hello there! I´m a Options Engineer working with Collaboration and Buyer Expertise options, and one factor I’ve discovered is “one measurement doesn’t match all.” To ship probably the most impactful enterprise outcomes, prospects want digital options tailor-made to their distinctive wants. Fortunately we’re surrounded by SaaS purposes and highly effective platforms that present open APIs out there to anybody with the talents to make use of them. Briefly, when you provide the motivation, the instruments are there to embrace automation as the muse for constructing customized use circumstances. That is how one can actually differentiate within the market, and produce worth to our prospects.

My curiosity in leveraging automation to combine purposes and optimize workflows was the set off that began my journey into community programmability. I knew I wished to start out by connecting with a group of like-minded individuals who may assist me get began. That’s when I discovered Cisco DevNet.

Getting began with a DevNet Studying Monitor

My first step was to study the fundamentals of APIs – how they work, what they’re used for, find out how to take a look at them, and find out how to combine them into different purposes. RESTful APIs are extensively utilized in net improvement, permitting purposes to work together with one another and change information in an ordinary and scalable method. They supply a versatile and environment friendly means for various techniques to speak and combine with one another.

To get conversant in APIs I began practising with Studying Labs out there within the Cisco DevNet developer portal. As a result of I’m a Options Engineer working with Collaboration options, I select the Webex – Begin Now – Studying Monitor. Comply with this hyperlink to entry this studying monitor and plenty of others that may get you began. This Studying Monitor guided me to put in all of the required purposes in my PC to start out working with APIs and coding. It additionally gave me the instruments I wanted to start out doing my first assessments with coding and APIs.

As soon as I had some fundamentals below my belt, my subsequent step was to create a use case and begin a “actual” programmability undertaking. I made a decision to combine Webex with ChatGPT utilizing the OpenAI APIs. The primary constructing blocks to implement this undertaking are:

  • Webex Bot
  • OpenAI APIs
  • Middleware that runs the bot logic

After I discovered find out how to create a Webex bot, my subsequent step was to get conversant in the OpenAI APIs. Anybody can create a free OpenAI account. (On the time of penning this weblog, you get a free credit score of $5.00 to make use of, which is sufficient to do some experimentation with their APIs.)

Getting the fundamentals of Python

Subsequent up, I wanted to create my bot logic. Speaking with my mentor, Julio Gomez, he shared with me a undertaking that he did for the same use case, and I used to be in a position to reuse his Phyton code. I had discovered the fundamentals of Phyton and the way it works. Thus, I used to be in a position to adapt the Phyton code to make use of with my Webex bot and the OpenAI API that I had recognized as probably the most applicable for creating my Q&A bot based mostly within the ChatGPT consumer expertise.

To make it simpler to adapt the code, I divided it into constructing blocks based mostly on the completely different capabilities: obtain a textual content message from the Webex Bot; course of the message and ship it to OpenAI APIs; obtain the reply from the OpenAI; and at last ship it again to the Webex Bot.

I confronted one other problem

I used to be working the bot logic on my PC and I needed to expose it to the web. The Webex cloud platform requires your bot to be reachable from a publicly accessible endpoint. Utilizing Webhooks, the Webex bot sends notifications as occasions to the endpoint that subscribed to the webwook, for each interplay between you and the bot.

For that function, I created an inbound tunnel between my native PC and the web in order that the port your bot is listening on turns into publicly accessible. Ngrok is a well-liked instrument I used to create these tunnels. The Ngrok service creates a URL that can be utilized to entry your software working in your native PC. This URL is then used to create a Webhook to your Webex bot to ship notifications when somebody interacts with it.

After I reached the purpose the place I had a working software, I used to be prepared to start out my preliminary testing. I needed to nice tune the code to acquire the specified consequence. In actual fact, it was as straight ahead as altering just a few parameters within the JSON payload, associated to the OpenAI APIs. Right here is the documentation of the OpenAI API that I used:

Lastly, I used to be in a position to create a Q&A bot in Webex leveraging the LLM (Massive Language Mannequin) developed by OpenAI. The top customers are then in a position to ask inquiries to ChatGPT from the Webex App, as in the event that they have been chatting within the native ChatGPT consumer interface.

The diagram under is a high-level structure of what I constructed. You may see my undertaking on this GitHub repository.

Marcio

APIs have remodeled the best way we customise experiences and combine purposes. I’m not a software program developer, however I used to be in a position to obtain my aim, which was to construct a Q&A Bot based mostly on new applied sciences like ChatGPT. For me, working with APIs is like taking part in with Lego blocks. It’s enjoyable!

My journey in programming continues

Then one other thought got here to my thoughts – Would I be capable of create the bot with little or no code, and even no code? I put myself into one other problem, which was to make use of an orchestration platform that leverages a low code / no code framework to create workflows and automation utilizing APIs.

In actual fact, at Cisco we’ve got our very personal Low Code orchestration platform. It’s referred to as Webex Join and is among the most acknowledged Communications Platform as a Service (CPaaS) available in the market.

Webex Join is a platform that empowers the creation of good, proactive, and customized interactions throughout digital channels comparable to WhatsApp, Apple Messages for Enterprise, Google Enterprise Messages, Fb Messenger, Instagram, SMS, and so on. It orchestrates buyer journeys end-to-end by automating enterprise processes.

I opened the drawing canvas of the applying referred to as Stream Designer and began constructing my Bot logic. It was so simple as dragging and dropping containers, connecting them with arrows, and following the method. Once more, like taking part in with Legos.
Utilizing this platform is far easier, as a result of I didn’t need to take care of programming languages and coding for my use case. I simply have to grasp the purposes I wished to attach, and learn to use their APIs.

In a matter of some hours I had my bot up and working. This time I built-in WhatsApp with ChatGPT. What took me just a few days with Phyton was decreased to some hours as a result of I used to be coping with APIs, webhooks, and parsing JSON payload information. Webex Join (CPaaS) did its “magic” and executed the code behind the scenes which simplified the entire undertaking.

Right here is the ultimate stream:

Marcio

Low code platforms like CPaaS can unlock the Artwork of Attainable, with APIs to create pleasant consumer experiences.

I hope this was useful. And even perhaps made you curious to start out your individual journey into programmability. If that’s the case, Cisco DevNet is a good place to start out.

Good luck!!

Associated assets

 

 

Join Cisco U. | Be a part of the Cisco Studying Community.

Comply with Cisco Studying & Certifications

Twitter | Fb | LinkedIn | Instagram | YouTube

Use #CiscoU and #CiscoCert to hitch the dialog.

 

Learn subsequent:

Intern to DevNet Skilled Certification: My Private Journey

Share:



Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles