You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am writing to request a new feature regarding the callbackBeforeSendSingleMsgCommand webhook. Currently, after setting up this webhook, my API endpoint constantly receives system notifications, as exemplified below: { "SendID":7826049878, "CallbackCommand":"callbackBeforeSendSingleMsgCommand", "ServerMsgID":"c7358d02d5c068785192e9d96d80e814", "ClientMsgID":"ca9f6c9862cf381c83e80a0411eaf08b", "SenderPlatformID":0, "SenderNickname":"", "SessionType":1, "MsgFrom":200, "ContentType":1304, "Status":0, "CreateTime":1715135597256, "Content":"", "Seq":0, "AtUserList":[], "FaceURL":"", "Ex":"", "RecvID":8465386380 }
Suggested Solution
As per my requirements, I am only interested in capturing the events when a user manually sends a message.
I would greatly appreciate if a feature could be implemented that enables filtering out these system notifications. This would significantly help in making the webhook more efficient and aligned with my needs.
Thank you for considering my request. I look forward to hearing from you.
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Why this feature?
I am writing to request a new feature regarding the callbackBeforeSendSingleMsgCommand webhook. Currently, after setting up this webhook, my API endpoint constantly receives system notifications, as exemplified below:
{ "SendID":7826049878, "CallbackCommand":"callbackBeforeSendSingleMsgCommand", "ServerMsgID":"c7358d02d5c068785192e9d96d80e814", "ClientMsgID":"ca9f6c9862cf381c83e80a0411eaf08b", "SenderPlatformID":0, "SenderNickname":"", "SessionType":1, "MsgFrom":200, "ContentType":1304, "Status":0, "CreateTime":1715135597256, "Content":"", "Seq":0, "AtUserList":[], "FaceURL":"", "Ex":"", "RecvID":8465386380 }
Suggested Solution
As per my requirements, I am only interested in capturing the events when a user manually sends a message.
I would greatly appreciate if a feature could be implemented that enables filtering out these system notifications. This would significantly help in making the webhook more efficient and aligned with my needs.
Thank you for considering my request. I look forward to hearing from you.
Additional Information
No response
The text was updated successfully, but these errors were encountered: