PandaDoc
documents_content_get
Returns the textual content of a document in plaintext or markdown format.
Remote svitlana-omelia/pandadoc
Remote (network-hosted)
Other tools also called documents_content_get?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"document_id": {
"type": "string",
"description": "Document ID"
},
"content_format": {
"enum": [
"plaintext",
"markdown"
],
"type": "string",
"description": "Content format to return. Must be one of: 'plaintext' or 'markdown'."
}
}
}