Pabbly
Usage
Go to Pabbly and create a new workflow. Search for the DocuMocu
app.
A unique Webhook URL will be generated. Copy this URL, then navigate to the Settings > Webhooks
section in the DocuMocu.
Create a new webhook, paste the copied URL, and select the events you want to monitor.
The following triggers/actions are supported:
Documents - Triggers
Triggers when a new document is created.
Triggers when a document is updated.
Triggers when a document is completed.
Documents - Actions
Documents can be created in a folder, if provided. To add recipients while creating the conversation, add recipients array to the request parameters.
Updates the specified document by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
Retrieves a document object.
Returns a list of your documents. The documents are returned sorted by creation date, with the most recently created documents appearing first.
Moves a document to archive. Can be restored later.
Updates the specified document status.
Recipients - Actions
Create a recipient in the document. If the email does not match with existing contact, a new contact will be created also.
Updates the specified recipient by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
Roles - Actions
Create a new document role.
Returns a list of your roles. The roles are returned sorted by name.
Contacts - Triggers
Triggers when a new contact is created.
Triggers when a contact is updated.
Triggers when a contact is deleted.
Contacts - Actions
Create a new contact and use it to create document recipients.
Updates the specified contact by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
Retrieves a contact object.
Returns a list of your contacts. The contacts are returned sorted by creation date, with the most recently created contacts appearing first.
Templates - Actions
Restores a template. If template was archived it will be restored from the archive, and subsequently if the template was trashed it will be restored from the trash.
Returns a list of your templates. The templates are returned sorted by creation date, with the most recently created templates appearing first.
Products - Actions
Create a new product and use it quickly add products to pricing tables in documents.
Updates the specified product by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
Retrieves a product object.
Make a copy of a product.
Categories - Actions
Create a new category.
Updates the specified category by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
Retrieves a category object.