Skip to main content
POST
Send a file to a user channel

Authorizations

Authorization
string
header
required

OAuth2 Authorization Code flow

Path Parameters

id
string
required

User ID

channel
enum<string>
required

Delivery channel

Available options:
whatsapp,
email

Body

application/json
fileUploadId
string
required

File upload ID of the PDF delivered to the selected user channel.

Example:

"fl_abc123"

subject
string

Optional email subject or WhatsApp caption.

Example:

"Seu PDF da Base39"

message
string

Optional body text for email or WhatsApp caption.

Example:

"Segue em anexo o PDF gerado pela Base39."

Response

File delivery queued for user channel