频道内主动消息提醒
Proactive message reminder in channel
我在 Teams 机器人中有一个要求,如果消息线程上 5 天没有响应,机器人将挑衅性地发送提醒消息。
我怎样才能做到这一点。我正在使用机器人框架 v3 (c#)
为了送一个proactive message you need to save user’s information in your backend storage. You can now use this information to send proactive message even using Postman/Fiddler. You could have simple Web Service which triggers proactive message or it can be done via Azure Function。
这是 Company Communicator 的应用程序模板,它使用 Azure 函数发送主动消息。
我在 Teams 机器人中有一个要求,如果消息线程上 5 天没有响应,机器人将挑衅性地发送提醒消息。 我怎样才能做到这一点。我正在使用机器人框架 v3 (c#)
为了送一个proactive message you need to save user’s information in your backend storage. You can now use this information to send proactive message even using Postman/Fiddler. You could have simple Web Service which triggers proactive message or it can be done via Azure Function。
这是 Company Communicator 的应用程序模板,它使用 Azure 函数发送主动消息。