Docupost
docupostDocuPost is a print and mail service that enables users to send digital files as physical letters and postcards via the U.S. Postal Service.
Acciones disponibles (2)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Send LetterDOCUPOST_SEND_LETTERAcciónTool 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://...')
DOCUPOST_SEND_LETTERAcciónTool 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://...')
Parámetros de entrada
filestringbinaryBinary PDF data (alternative to file_url); if provided, will be sent as multipart file
testbooleanTest mode: letter will not actually be mailed (default: false)
colorbooleanPrint in color (default: false)
duplexbooleanDouble-sided printing (default: false)
to_namestringObligatorioRecipient's full name
file_urlstringObligatoriouriPublic URL of the PDF document to mail
from_namestringSender's full name; defaults to account identity if omitted
letter_idstringClient-provided unique identifier for idempotency
to_addressstringObligatorioRecipient's mailing address (street, city, state, zip)
from_addressstringSender's address; defaults to account address if omitted
delivery_typestringenumMail class; one of 'first_class', 'standard', or 'priority'
first_classstandardpriorityreturn_envelopebooleanInclude a return envelope (default: false)
scheduled_send_datestringScheduled send date in YYYY-MM-DD (omit for ASAP)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Send PostcardDOCUPOST_SEND_POSTCARDAcciónTool 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://...')
DOCUPOST_SEND_POSTCARDAcciónTool 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://...')
Parámetros de entrada
to_zipstringObligatorioRecipient’s ZIP/postal code
to_citystringObligatorioRecipient’s city
to_namestringObligatorioRecipient’s full name
from_zipstringObligatorioSender’s ZIP/postal code
to_statestringObligatorioRecipient’s state (2-letter code)
from_citystringObligatorioSender’s city
from_namestringObligatorioSender’s full name or company
back_imagestringObligatoriouriPublicly accessible URL for the postcard’s back-side image
from_statestringObligatorioSender’s state (2-letter code)
front_imagestringObligatoriouriPublicly accessible URL for the postcard’s front-side image
to_address1stringObligatorioRecipient’s street address
from_address1stringObligatorioSender’s street address
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not