action browshot_share_screenshot { label: "Share a screenshot" description: "You can make your screenshots public, add notes, and share it with your friends and colleagues. Only screenshots which are successfully completed can be shared.n the thumbnail. You can take a 1024x768 screenshot, crop it to 768x768, and get it scaled down to 300x300.\n" provider: browshot method: GET path: "/screenshot/share" encoding: json input: { type: "object" properties: { id: { type: "string" } note: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }