List Email Templates
Lists the names of email templates configured in the workspace.
Authentication: X-API-KEY header (see Authentication).
Request
curl -X GET https://api.withmoxie.com/public/action/emailTemplates/list \
-H "X-API-KEY: your_api_key_here"
Response
Returns an array of template name strings.
["Invoice Sent", "Payment Reminder", "Welcome Email"]