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

What is an HTTP Method in Pabbly Hook?

HTTP Method

Definition

In Pabbly Hook, HTTP Methods define the type of request that can be sent to a destination URL when forwarding data. These methods are part of the HTTP protocol and specify the desired action to be performed on the identified resource. Pabbly Hook supports several HTTP methods to cater to various API requirements and use cases.


Supported HTTP Methods in Pabbly Hook

  1. GET:
    • Retrieves data from the specified destination URL.
    • Commonly used to fetch information without altering the data on the server.
    • Example Use Case:
    • Fetching details of a resource, such as user information or order status.
  2. POST:
    • Sends data to the server for creating a new resource.
    • Often used for submitting forms or creating new entries in a database.
    • Example Use Case:
    • Sending a new order’s details to an e-commerce system.
  3. PUT:
    • Updates or replaces an existing resource at the specified URL.
    • Typically used for full updates of a resource.
    • Example Use Case:
    • Updating user profile information in a database.
  4. PATCH:
    • Updates partial data of an existing resource.
    • More specific than the PUT method, as it allows partial updates.
    • Example Use Case:
    • Changing the status of an order without modifying other details.
  5. DELETE:
    • Deletes a resource at the specified URL.
    • Often used to remove data from a system.
    • Example Use Case:
    • Deleting a webhook subscription or an outdated record.

How to Select HTTP Methods in Pabbly Hook

  1. Navigate to the Setup Connection Section:
    • While creating or editing a connection, locate the Select HTTP Methods option.
  2. Choose the Appropriate HTTP Method:
    • Select the method (e.g., GET, POST, PUT, PATCH, DELETE) based on the action you need to perform.
  3. Provide the Destination URL:
    • Enter the URL where the data should be forwarded.
  4. Save the Configuration:
    • Click the Save button to apply the changes.
1732880283729.png
 

Attachments

  • 1732880274454.png
    1732880274454.png
    217.6 KB · Views: 69
Top