List Messages
documentedReturn message templates with optional filters.
GET /v1/messages{?id,type,name,subject,from_name,from_address,reply_to,thumbnail_url,creation_time,last_modified_time,fields}Messagesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://au1.api.vision6.com/v1/messages{{$query}}" \\
-X GET \\
-H "Authorization: Bearer {{VISION6_API_KEY}}" \\
-H "Accept: application/json" \\
-H "Content-Type: application/json"