• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

DocuPilot

Status
Not open for further replies.

How to create document in DocuPilot.​

1. Choose action as Create Document.
2. Select the specific template from dropdown.
3. Template related placeholders fields will be listed.
4. Go to Docupilot dashboard and edit specific template.

2023-07-19_15h18_56.png


5. You can see Template Tokens. Template tokens can have object type placeholder.

docupilot2.png


6. In this specific template it has two object type placeholder Client and Consultant.
7. Client object has two fields inside it company and fees. Similarly Consultant object has one field inside it called company.
8. Object type fields has to be passed in certain object format inside Create Document action as shown in the example and image below.

e.g. for client object: { "company": "Pabbly", "fees": "1234" }
e.g. for consultant object: { "company": "MB" }

docupilot3.png


9. You can get Object format from dashboard also. Go to Template > Edit Specific Template > Create > API Integrations

docupilot4.png

10. Paste the copied object into respective object fields inside Create Document action.
 
Last edited:
Status
Not open for further replies.
Top