action files_post_bundle_recipients { label: "Create Bundle Recipient" description: "Create Bundle Recipient" provider: files method: POST path: "/bundle_recipients" encoding: json output: { type: "object" description: "List Bundle Recipients" properties: { company: { type: "string" description: "The recipient's company." } name: { type: "string" description: "The recipient's name." } note: { type: "string" description: "A note sent to the recipient with the bundle." } recipient: { type: "string" description: "The recipient's email address." } sent_at: { type: "string" format: "date-time" description: "When the Bundle was shared with this recipient." } } } }