DocuPost is a print and mail service that enables users to send digital files as physical letters and postcards via the U.S. Postal Service.
Tool to send a letter via U.S. mail with specified recipient, sender, and PDF. Use after confirming recipient and document details. Example: send_letter(to_name='John Doe', to_address='123 Main St, ...', file_url='https://...')
Tool to send a postcard via U.S. mail with specified recipient, sender, and front/back images. Use after confirming recipient addresses and design URLs. Example: send_postcard(to_name='John Doe', ..., front_image='https://...', back_image='https://...')