🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub

Pandadoc

by @aiwithabidi

PandaDoc — manage documents, templates, contacts, and e-signatures via REST API

💡 Examples

# List documents
python3 {{baseDir}}/scripts/pandadoc.py documents --status  --q  --tag 

Get document details

python3 {{baseDir}}/scripts/pandadoc.py document-get id

Create document

python3 {{baseDir}}/scripts/pandadoc.py document-create --name --template_uuid --recipients

Send document

python3 {{baseDir}}/scripts/pandadoc.py document-send id --message --subject

Get status

python3 {{baseDir}}/scripts/pandadoc.py document-status id

Delete document

python3 {{baseDir}}/scripts/pandadoc.py document-delete id

Create sharing link

python3 {{baseDir}}/scripts/pandadoc.py document-link id --recipient

List templates

python3 {{baseDir}}/scripts/pandadoc.py templates --q

View on ClawHub
TERMINAL
clawhub install pandadoc

🧪 Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

🔍 Can't find the right skill?

Search 60,000+ AI agent skills — free, no login needed.

Search Skills →