I have deployed an Agent Engine to Vetex AI. I have the Stream Query URL. I want to call it, and integrate it to a Slack channel. Can anybody know how should I do it? Thanks!
Hi EricLi,
Welcome to Google Cloud Community!
To integrate your Vertex AI Agent Engine with Slack using a Stream Query URL, you can create a Slack app that listens for events and forwards them to your Agent Engine.
You may follow these steps:
message.channels
or app_mention
to trigger your agent.chat:write
, channels:history
, etc.This setup lets Slack send events to your Agent Engine, which can then respond back to the channel.
For tokens and security make sure you:
If you want a visual walkthrough, this tutorial on integrating Vertex AI Agent Builder with Slack breaks it down step-by-step.
Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.
Hi ruthseki,
Thank you so much for your reply. Unfortunately, that integration is not what I request. That one is old version, and it does not work for Vertex AI Agent Engine API as Agent Engine API is pretty new.
Good news is that I have found the soluntion from Slack docs. Developing AI Apps in API documentation here: https://api.slack.com/docs/apps/ai. Please check this link.