• 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.

  • Important: Any reported problems and issues with your integration will be reported to you and we will encourage the app developers help to resolve those integration issues.

How to organize the Actions inside Pabbly Connect

Status
Not open for further replies.
While creating actions for your custom applications.

Follow the following ordering pattern for organizing actions.

1712557699027.png


1. POST Requests (Create, Add)

All POST requests to create, add something will be listed on top.

The order of all the POST request will be based on the usage requirement.
For example:
Adding a New Row is Google Sheets is more important than Adding a new Sheet.

Reason: Add a New Row is frequently used action compared to adding a new sheet which a user will do only once.

2. GET Requests (Read, Search, Get, Lookup)

All GET requests to fetch data, search data, get data or lookup data will come after the POST requests.

For example:

Get Rows
Lookup/Search Rows

3. PUT Requests (Update, Change, Modify)

All PUT requests to update, change or modify data will come after the GET requests.

For example:
Update Data in a Row

4. DELETE Requests (Delete)

All DELETE requests to delete, remove data will come after the PUT requests.

For example:
Delete Row
Delete Spreadsheet

Note: If you are adding Add Row at number 1 on the POST request. Make sure to add Read Row, Update Row, Delete Row also at number 1 on the other request types.
 
Last edited:
Status
Not open for further replies.
Top