Retrieve messages from a GoSquared chat conversation by chat ID. Use this tool to: - Fetch message history from a specific chat conversation - Page through chat messages with offset and limit - Filter messages by date range - Get the total count of messages via the cardinality f…
limitstringPagination control in 'offset,count' format. Default '0,10' returns first 10 messages. Use '10,10' for next 10, '20,10' for third page, etc. Maximum count is 250 messages per request.
chatIDRequiredstringThe unique ID of the chat conversation. This matches the person_id of the visitor. Obtain from GOSQUARED_CHAT_CHATS or GOSQUARED_CHAT_CHAT actions.
to_datestringFilter messages sent on or before this date-time. Must be in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ). Combine with from_date to get messages within a date range.
from_datestringFilter messages sent on or after this date-time. Must be in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ). Useful for retrieving messages from a specific time period.
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.