Just wondering if there’s any update on this. This would be really great for sending emails, bringing in data or triggering workflows in make/zapier/n8n etc. Opens up a lot of possibility.
Yes we are expecting to release this in the next 1-9 days.
This functionality is starting to become available in the act tab of the builder. We will be rolling parts of it out over the next few weeks.
Thanks. Can’t wait. This will make things very interesting.
Also, sending chat summaries over to Google Docs/Sheets or even leaving the door open for API integration with any project management software.
Agreed. I think the basic HTTP requests (GET/POST) will be a good start. Then hit the most used tools like Google Sheets etc.
Will there be a training video coming?
I am seeing custom actions added. Is it using Openapi/swagger or something different?
Hi @dshan,
It’s something different, we’re using pure python syntax.
Ahh, ok, once we can receive and send APIs securely.
Let us know when you have the documentation ready.
Is it possible to receive information to the chat with this?
Yes! I set up a GET request to an API with stock ticker information. I’m able to get information like 90 day moving averages, discounted cash flows, and more about the stock.
Text information can be returned by printing, and images can be returned by downloading them as a png in the code.