Skip to content
Recued
Menu
← Back to recipes

Send a PandaDoc document

by recued-core v1

Approval-gated PandaDoc send workflow. It reads one document's status and details for context, then sends that document through recued-core.pandadoc.document.send with a bounded subject, message, and silent-send flag. It does not create documents, edit recipients, send reminders, open embedded sessions, download files, delete, transfer ownership, or call arbitrary PandaDoc endpoints.

How it works 9 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (9 steps)
document_id trim
Trim whitespace from setting document id
subject trim
Trim whitespace from setting subject
message trim
Trim whitespace from setting message
reason trim
Trim whitespace from setting reason
status ?
document ?
has_subject compare
Check if subject has data
send ?
skip: step.has_subject not_equal true
card to_summary
Format results as a summary card
Settings 6 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

reason setting =
silent setting = false
message setting =
subject setting =
pandadoc setting =
document id setting =

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Pandadoc connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

pandadoc pandadoccontractsesignaturesendapprovalpack:pandadoc

Details

9 steps 6 configurable settings recipe_id: send-pandadoc-document