NAiOS IconNAiOS Logo
Volver al catálogo

Docupost

docupost

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.

Acciones
2
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

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

Parámetros de entrada

  • filestringbinary

    Binary PDF data (alternative to file_url); if provided, will be sent as multipart file

  • testboolean

    Test mode: letter will not actually be mailed (default: false)

  • colorboolean

    Print in color (default: false)

  • duplexboolean

    Double-sided printing (default: false)

  • to_namestringObligatorio

    Recipient's full name

  • file_urlstringObligatoriouri

    Public URL of the PDF document to mail

  • from_namestring

    Sender's full name; defaults to account identity if omitted

  • letter_idstring

    Client-provided unique identifier for idempotency

  • to_addressstringObligatorio

    Recipient's mailing address (street, city, state, zip)

  • from_addressstring

    Sender's address; defaults to account address if omitted

  • delivery_typestringenum

    Mail class; one of 'first_class', 'standard', or 'priority'

    first_classstandardpriority
  • return_envelopeboolean

    Include a return envelope (default: false)

  • scheduled_send_datestring

    Scheduled send date in YYYY-MM-DD (omit for ASAP)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Send PostcardDOCUPOST_SEND_POSTCARDAcción

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

Parámetros de entrada

  • to_zipstringObligatorio

    Recipient’s ZIP/postal code

  • to_citystringObligatorio

    Recipient’s city

  • to_namestringObligatorio

    Recipient’s full name

  • from_zipstringObligatorio

    Sender’s ZIP/postal code

  • to_statestringObligatorio

    Recipient’s state (2-letter code)

  • from_citystringObligatorio

    Sender’s city

  • from_namestringObligatorio

    Sender’s full name or company

  • back_imagestringObligatoriouri

    Publicly accessible URL for the postcard’s back-side image

  • from_statestringObligatorio

    Sender’s state (2-letter code)

  • front_imagestringObligatoriouri

    Publicly accessible URL for the postcard’s front-side image

  • to_address1stringObligatorio

    Recipient’s street address

  • from_address1stringObligatorio

    Sender’s street address

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not