Tracking Agent Bot Messages

TLDR prajwals inquired about tracking agent bot messages. tejaswini suggested using a query on messages table based on message_type = template.

Photo of prajwals
prajwals
Wed, 21 Jun 2023 09:44:15 UTC

<@4K22a7> <@4K2286> tejaswini Is there any way track the number of messages sent by a agent bot?

Photo of Needle
Needle
Wed, 21 Jun 2023 09:44:16 UTC

Please add any additional information to this thread. The team will follow up.

Photo of tejaswini
tejaswini
Wed, 21 Jun 2023 09:46:15 UTC

Not through the dashboard, you can find yout via rails console query/DB query.

Photo of prajwals
prajwals
Wed, 21 Jun 2023 09:57:05 UTC

tejaswini Thanks a lot for the reply, Can you give me a bit more clue on where to find such?

Photo of tejaswini
tejaswini
Wed, 21 Jun 2023 09:58:25 UTC

You will have to query messages table based on message_type = template