Retrieve the complete feed of messages and events from a chat conversation. Use this action to: - Fetch chat history and conversation timeline for a specific person - Review messages exchanged between agents, bots, and visitors - Access internal/private agent notes and public me…
limitstringPagination parameter formatted as 'offset,count' where offset is the number of items to skip and count is the number of items to return. Maximum count is 250. Default is '0,10' (first 10 items).
chat_idRequiredstringID of the chat conversation to retrieve feed from. This is the same as the person_id from the People API (e.g., 'email:user@example.com', 'user-123', or any custom person identifier).
to_datestringFilter feed items to those created on or before this date-time. Use ISO 8601 format with timezone (e.g., '2024-12-31T23:59:59Z'). If omitted, no upper date bound is applied.
from_datestringFilter feed items to those created on or after this date-time. Use ISO 8601 format with timezone (e.g., '2024-01-01T00:00:00Z'). If omitted, no lower date bound is applied.
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.