• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

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: 8
Top