action surevoip_post_announcements { label: "Add a new announcement audio file" provider: surevoip method: POST path: "/announcements" encoding: json output: { type: "object" properties: { announcement: { type: "object" properties: { creation_date: { type: "string" } description: { type: "string" } file_internal: { type: "string" } filename: { type: "string" } id: { type: "string" } size: { type: "integer" } src_ip_address: { type: "string" } url: { type: "object" properties: { download: { type: "string" } href: { type: "string" } title: { type: "string" } } } } } } } }