Unknown Country
Asked

Of Course! Here'S A Sample Email That You Can Use To Reach Out To The Synthiam

Hello Synthiam ARC Support Team,

I hope this email finds you well. I am currently working on a project where I am trying to integrate an external chatbot with the ARC platform. My goal is to have my robot utilize the chatbot's responses for user interactions.

Here's a brief overview of my setup:

I have a chatbot that is accessible via an HTTP POST request. I would like to send queries to this chatbot from ARC and receive responses. Based on these responses, I aim to make the robot perform certain actions or communicate the response back to the user. I've tried using a Python script to handle the HTTP requests, and I wanted to invoke this script from within ARC. However, I encountered some challenges in executing external commands directly from the ARC scripting environment.

I'm reaching out to ask if there's a recommended method or best practice for integrating external APIs or chatbots with ARC. Any plugins, tools, or scripting techniques that you could suggest would be greatly appreciated?


Related Hardware EZ-B v4
Related Control Script

ARC Pro

Upgrade to ARC Pro

Unleash your creativity with the power of easy robot programming using Synthiam ARC Pro

Unknown Country
#10  

Yeah that was going to be our next approach, creating a skill and then deploying it. Thank you!