Basic Information

appmixer.googleChat.core.FindMessages

Find Messages

1.0.0

Public

Retrieve a list of messages from a specified Google Chat space. Maximum 1000 messages can be fetched.

Input Ports

in

FieldTypeDescription
Space Id text The identifier of the space from which to retrieve messages (e.g., AAAAMpdlehM).
Filter text Optional query filter to filter messages by date (createTime) and thread (thread.name).

Examples:
createTime > "2023-04-21T11:30:00-04:00"
thread.name = spaces/AAAAAAAAAAA/threads/123
createTime > "2023-04-21T11:30:00-04:00" AND thread.name = spaces/AAAAAAAAAAA/threads/123

For complete documentation, see: Google Chat Messages API Reference
Output Type select Choose whether you want to receive the result set as one complete list, or first item only or one item at a time or stream the items to a file.

Output Ports

out

notFound

FieldTypeDescription
No fields defined for this port

Full Metadata