Tool to list email templates from Booqable. Use when you need to retrieve available email templates with optional filtering, pagination, and sorting.
sortstringSort results by attributes. Prefix with '-' for descending order. Example: 'name' or '-created_at'
fieldsarrayList of specific fields to include in the response instead of defaults. Example: ['name', 'subject']
includestringComma-separated list of relationships to sideload with the templates.
filter_idstringFilter by email template ID (uuid).
page_sizeintegerNumber of items per page. Must be >= 1.
filter_namestringFilter by email template name (string).
page_numberintegerPage number for pagination. Must be >= 1.
filter_created_atstringFilter by created_at datetime. Use operators like [eq], [gt], [lt]. Example: '2024-01-01'
filter_updated_atstringFilter by updated_at datetime. Use operators like [eq], [gt], [lt]. Example: '2024-01-01'
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.