Required. Returns history records after the specified startHistoryId. The supplied startHistoryId should be obtained from the historyId of a message, thread, or previous list response. History IDs increase chronologically but are not contiguous with random gaps in between valid IDs. Supplying an invalid or out of date startHistoryId typically returns an HTTP 404 error code. A historyId is typically valid for at least a week, but in some rare circumstances may be valid for only a few hours. If you receive an HTTP 404 error response, your application should perform a full sync. If you receive no nextPageToken in the response, there are no updates to retrieve and you can store the returned historyId for a future request.
User ID
The user’s email address. The special value me can be used to indicate the authenticated user.
Perform the action on behalf of another user, overriding the delegated user defined in the connection.
If not specified, the delegated user is the one provided in the connection.
Has no effect when using an OAuth connection.
NOTE: the connection details are not edited by this input.
History Types
History types to be returned by the function.
Page Size
Maximum number of messages to return. The maximum allowed value for this field is 500.
Page Token
The page token allows you to get a specific page of results in a list. If additional pages are available, the response will include a nextPageToken that you can use to fetch the next page of results.