Actions Update?

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.

1 Like

Yes we are expecting to release this in the next 1-9 days.

5 Likes

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.

3 Likes

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.

1 Like

Agreed. I think the basic HTTP requests (GET/POST) will be a good start. Then hit the most used tools like Google Sheets etc.

1 Like

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.

Here is a video that will help introduce you to the process.

4 Likes

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.

1 Like

Text information can be returned by printing, and images can be returned by downloading them as a png in the code.