Tool to list (paginate) messages in a group channel when you only know the channel_url. Requires either message_ts (Unix ms timestamp) or message_id as an anchor. Use with SENDBIRD_VIEW_GROUP_CHANNEL (show_read_receipt=true) to fetch unread messages: get last-read timestamp, the…
includebooleanWhether to include the anchor message in the results. Default is false.
reversebooleanWhether to reverse the order of results. Default is false.
sender_idstringFilter messages by a single sender's user ID.
message_idintegerMessage ID anchor. Use to fetch messages around this message. Required if message_ts is not provided.
message_tsintegerTimestamp anchor in Unix milliseconds. Use to fetch messages around this time. Required if message_id is not provided.
next_limitintegerNumber of messages to retrieve after the anchor (0-200). Default is 10.
prev_limitintegerNumber of messages to retrieve before the anchor (0-200). Default is 0.
sender_idsstringFilter messages by multiple sender user IDs (comma-separated).
channel_urlRequiredstringURL-encoded identifier of the group channel.
custom_typesstringFilter by custom message types (comma-separated).
message_typestringFilter by message type. Options: MESG (text), FILE (file), ADMM (admin). Can combine with commas.
operator_filterstringFilter by operator status. Options: all, operator, nonoperator.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.