action neutrinoapi_phone_playback { label: "Phone Playback" description: "Make an automated call to any valid phone number and playback an audio message" provider: neutrinoapi method: POST path: "/phone-playback" encoding: form output: { type: "object" required: ["calling", "number-valid"] properties: { calling: { type: "boolean" description: "True if the call is being made now" } "number-valid": { type: "boolean" description: "True if this a valid phone number" } } } }