@Nitish
There is a Wrkflow in Wrk Production that handles Wrk's incoming emails from info@wrk.com.
Sometimes people can request to connect with someone in the company. We do not want the AI to share contact information but we would like the AI to take the message and pass the message via Slack.
The AI agent Wrkflow already exists:
https://account.wrk.com/designer/?wrkflow_id=49783&client_id=621
We would need 2 additional Wrkflows to improve the capabilities of the AI Agent and allow it to pass messages via Slack.
Wrkflow 1:
Given the name of a person or department - Allow to search a list to figure out whether there is a contact information or not. I've put together a small list here to test, it is in the table "Employee Directory" in the Wrk Production account. The Wrkflow should accept a name, and do a search on that table to find a matching record.
Wrkflow 2:
Given the Slack ID and a message - send the message to Slack.
Once we have these 2 Wrkflows - I will show you how to add those capabilities to the AI agent.