missive_list_responses
List reusable canned replies or email templates accessible to the authenticated user. Support filtering by organization and pagination using limit and offset.
Instructions
Lists responses (reusable canned reply / email templates) for the authenticated user. organization is an optional filter; pagination via limit/offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of responses to return. Default 50, max 200. | |
| offset | No | Offset used to paginate results. Default 0. | |
| organization | No | Optional organization ID to filter by. Defaults to MISSIVE_DEFAULT_ORGANIZATION if set; otherwise lists across all accessible organizations. |