Copy the bot.
If you copied the bot, modify the parameters in the agent code, filling in the email account ID and email address the AI will use. How to obtain: Enterprise Email - Email Account - Get Email Account ID
Configure the email sub-account you want the bot to manage. Edit the email sub-account and fill in the following in the settings:
{ "token": "Your project's token",
"app_name": "The app_name of the email reply bot you copied",
"session_id": "The session ID of the user replying to the email bot",
"endpoint_base_url": "The endpoint link address of the email reply bot you copied"
} To obtain the above configuration: 1. Create a session with the bot and obtain the session information, which will include app_name, session_id, and endpoint_base_url. To obtain the token: Go to your project management page, and obtain my token in Project Basic Management.
This bot is configured with the core function of sending and receiving emails. The bot will read documents in your enterprise storage bucket and reply according to the characteristics of your enterprise. For more granular control over replies, you can add your own SOPs, skills, or other tools. Of course, you can also use more advanced email reply bots.
