PandaDoc
pandadocPandaDoc offers document creation, e-signatures, and workflow automation, helping sales teams and businesses streamline proposals, contracts, and agreement processes
Acciones disponibles (14)
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.
Create ContactPANDADOC_CREATE_CONTACTAcciónThis tool creates a new contact in pandadoc. it allows you to add a new contact with their personal and professional information to your pandadoc account. the tool is completely independent and doesn't require any external resource ids or dependencies.
PANDADOC_CREATE_CONTACTAcciónThis tool creates a new contact in pandadoc. it allows you to add a new contact with their personal and professional information to your pandadoc account. the tool is completely independent and doesn't require any external resource ids or dependencies.
Parámetros de entrada
citystringCity
emailstringObligatorioemailContact's email address
phonestringPhone number
statestringState/Region
companystringCompany name
countrystringCountry
job_titlestringJob title
last_namestringContact's last name
first_namestringContact's first name
postal_codestringPostal/ZIP code
street_addressstringStreet address
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Document AttachmentPANDADOC_CREATE_DOCUMENT_ATTACHMENTAcciónCreates and adds an attachment to a pandadoc document. this tool allows you to attach downloadable files such as supplemental materials, excel spreadsheets, or other content without embedding them directly into the document. attachments can be added only to documents in 'document.draft' status, with a maximum of 10 files per document and a size limit of 50mb per file.
PANDADOC_CREATE_DOCUMENT_ATTACHMENTAcciónCreates and adds an attachment to a pandadoc document. this tool allows you to attach downloadable files such as supplemental materials, excel spreadsheets, or other content without embedding them directly into the document. attachments can be added only to documents in 'document.draft' status, with a maximum of 10 files per document and a size limit of 50mb per file.
Parámetros de entrada
filestringObligatoriobinaryBinary content of the file to be attached
namestringObligatorioName for the uploaded file
document_idstringObligatorioUUID of the document to attach the file to
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Document from File UploadPANDADOC_CREATE_DOCUMENT_FROM_FILEAcciónCreates a new document in pandadoc by uploading a file (pdf, docx, etc.). this tool converts existing documents into pandadoc documents for processing, signing, and tracking through the pandadoc system.
PANDADOC_CREATE_DOCUMENT_FROM_FILEAcciónCreates a new document in pandadoc by uploading a file (pdf, docx, etc.). this tool converts existing documents into pandadoc documents for processing, signing, and tracking through the pandadoc system.
Parámetros de entrada
namestringObligatorioName of the document
tagsstring[]Tags to categorize the document
ownerobjectModel for document owner.
file_pathstringObligatorioPath to the file to upload (PDF, DOCX, or RTF format)
recipientsobject[]ObligatorioList of recipients for the document
parse_form_fieldsbooleanWhether to parse form fields in the document (for PDFs)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Document FolderPANDADOC_CREATE_FOLDERAcciónCreates a new folder in pandadoc to organize documents. this action allows users to create a new folder with a specified name and optionally set a parent folder to create a nested folder structure.
PANDADOC_CREATE_FOLDERAcciónCreates a new folder in pandadoc to organize documents. this action allows users to create a new folder with a specified name and optionally set a parent folder to create a nested folder structure.
Parámetros de entrada
namestringObligatorioName of the folder to be created
parent_uuidstringUUID of the parent folder if creating a nested folder structure
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create or Update ContactPANDADOC_CREATE_OR_UPDATE_CONTACTAcciónThis tool creates a new contact or updates an existing one in pandadoc based on the email address. if a contact with the provided email exists, it will be updated; otherwise, a new contact will be created.
PANDADOC_CREATE_OR_UPDATE_CONTACTAcciónThis tool creates a new contact or updates an existing one in pandadoc based on the email address. if a contact with the provided email exists, it will be updated; otherwise, a new contact will be created.
Parámetros de entrada
citystringCity of the contact
emailstringObligatorioemailEmail address of the contact. Required for both create and update operations.
phonestringPhone number of the contact
statestringState of the contact
companystringCompany name of the contact
countrystringCountry of the contact
job_titlestringJob title of the contact
last_namestringLast name of the contact
first_namestringFirst name of the contact
postal_codestringPostal code of the contact
street_addressstringStreet address of the contact
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create TemplatePANDADOC_CREATE_TEMPLATEAcciónThis tool allows users to create a new template in pandadoc from a pdf file or from scratch. it handles file upload validation, parameter checks, proper error handling, and authentication with the pandadoc api. the template can be created either by uploading a pdf file or by providing a structured content object that defines the template layout and elements.
PANDADOC_CREATE_TEMPLATEAcciónThis tool allows users to create a new template in pandadoc from a pdf file or from scratch. it handles file upload validation, parameter checks, proper error handling, and authentication with the pandadoc api. the template can be created either by uploading a pdf file or by providing a structured content object that defines the template layout and elements.
Parámetros de entrada
namestringObligatorioName of the template
tagsstring[]Optional tags to categorize the template
contentobjectContent model for template creation from scratch.
file_pathstringPath to the PDF file to use for template creation
descriptionstringOptional description of the template
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create PandaDoc WebhookPANDADOC_CREATE_WEBHOOKAcciónCreates a new webhook subscription in pandadoc to receive notifications about specific events. this action allows you to set up webhook notifications for various document-related events such as status changes, recipient completions, and updates. the webhook will send http notifications to your specified endpoint when the configured events occur.
PANDADOC_CREATE_WEBHOOKAcciónCreates a new webhook subscription in pandadoc to receive notifications about specific events. this action allows you to set up webhook notifications for various document-related events such as status changes, recipient completions, and updates. the webhook will send http notifications to your specified endpoint when the configured events occur.
Parámetros de entrada
urlstringObligatorioThe endpoint URL where webhook notifications will be sent
namestringObligatorioA descriptive name for the webhook subscription
activebooleanWhether the webhook subscription should be active
payloadstring[]Additional data to include in webhook payload
triggersstring[]ObligatorioList of events that will trigger the webhook
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete ContactPANDADOC_DELETE_CONTACTAcciónThis tool allows you to delete a contact from your pandadoc account. the action is permanent and cannot be undone.
PANDADOC_DELETE_CONTACTAcciónThis tool allows you to delete a contact from your pandadoc account. the action is permanent and cannot be undone.
Parámetros de entrada
contact_idstringObligatorioThe unique identifier of the contact to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete TemplatePANDADOC_DELETE_TEMPLATEAcciónThis tool deletes a specific template from pandadoc. once a template is deleted, it cannot be recovered. this action is permanent and should be used with caution.
PANDADOC_DELETE_TEMPLATEAcciónThis tool deletes a specific template from pandadoc. once a template is deleted, it cannot be recovered. this action is permanent and should be used with caution.
Parámetros de entrada
template_idstringObligatorioThe unique identifier of the template to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Template DetailsPANDADOC_GET_TEMPLATE_DETAILSAcciónThis tool retrieves detailed information about a specific template by its id. the endpoint returns comprehensive template details including metadata, content details, and sharing settings.
PANDADOC_GET_TEMPLATE_DETAILSAcciónThis tool retrieves detailed information about a specific template by its id. the endpoint returns comprehensive template details including metadata, content details, and sharing settings.
Parámetros de entrada
template_idstringObligatorioThe unique identifier of the template to retrieve details for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List ContactsPANDADOC_LIST_CONTACTSAcciónA tool to list and search contacts in pandadoc. it retrieves a list of contacts with various options including filtering by email, search query, pagination, and shared status. all parameters are optional and it supports flexible queries to get contacts.
PANDADOC_LIST_CONTACTSAcciónA tool to list and search contacts in pandadoc. it retrieves a list of contacts with various options including filtering by email, search query, pagination, and shared status. all parameters are optional and it supports flexible queries to get contacts.
Parámetros de entrada
pageintegerPage number for pagination (starts from 1)
countintegerNumber of items per page (default: 10, max: 100)
emailstringFilter results by exact email match
querystringSearch filter for contact names/emails
sharedbooleanFilter by shared status
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Document FoldersPANDADOC_LIST_DOCUMENT_FOLDERSAcciónThis tool retrieves a list of all document folders in pandadoc. it's a standalone action that doesn't require any external dependencies or resource ids. the tool will return a list of folders containing documents, with each folder containing information about its id, name, and parent folder relationship.
PANDADOC_LIST_DOCUMENT_FOLDERSAcciónThis tool retrieves a list of all document folders in pandadoc. it's a standalone action that doesn't require any external dependencies or resource ids. the tool will return a list of folders containing documents, with each folder containing information about its id, name, and parent folder relationship.
Parámetros de entrada
pageintegerPage number (starts from 1)
countintegerNumber of folders to return (default: 50, max: 100)
parent_uuidstringThe UUID of the parent folder. If omitted, returns folders in root directory
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List TemplatesPANDADOC_LIST_TEMPLATESAcciónThis tool retrieves a list of all templates available in the pandadoc account. it supports parameters to filter templates by name, shared status, deleted status, pagination, and tag filtering, and returns detailed template information.
PANDADOC_LIST_TEMPLATESAcciónThis tool retrieves a list of all templates available in the pandadoc account. it supports parameters to filter templates by name, shared status, deleted status, pagination, and tag filtering, and returns detailed template information.
Parámetros de entrada
qstringSearch query to filter templates by name
tagstring[]Filter templates by tags
pageintegerPage number of the results to return
countintegerNumber of templates to return per page (1-100, default: 50)
fieldsstring[]Additional fields to include in the response (e.g., content_date_modified)
sharedbooleanIf true, returns only shared templates
deletedbooleanIf true, returns only deleted templates
folder_uuidstringUUID of the folder where the templates are stored
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Move Document to FolderPANDADOC_MOVE_DOCUMENT_TO_FOLDERAcciónThis tool allows users to move a document to a specific folder within their pandadoc account. it performs a post request to move the document to the specified folder. both the document and the destination folder must exist.
PANDADOC_MOVE_DOCUMENT_TO_FOLDERAcciónThis tool allows users to move a document to a specific folder within their pandadoc account. it performs a post request to move the document to the specified folder. both the document and the destination folder must exist.
Parámetros de entrada
folder_idstringObligatorioThe unique identifier of the destination folder
document_idstringObligatorioThe unique identifier of the document to move
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not