Docupost

Learn how to use Docupost with Composio

Overview

Enum

DOCUPOST

Description

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.

Authentication Details

Actions

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://...')

Action Parameters

color
boolean
delivery_type
string
duplex
boolean
file
string
file_url
stringRequired
from_address
string
from_name
string
letter_id
string
return_envelope
boolean
scheduled_send_date
string
test
boolean
to_address
stringRequired
to_name
stringRequired

Action Response

data
object
error
string
successful
boolean
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://...')

Action Parameters

back_image
stringRequired
from_address1
stringRequired
from_city
stringRequired
from_name
stringRequired
from_state
stringRequired
from_zip
stringRequired
front_image
stringRequired
to_address1
stringRequired
to_city
stringRequired
to_name
stringRequired
to_state
stringRequired
to_zip
stringRequired

Action Response

data
object
error
string
successful
boolean