• 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 the Request Right-Side Modal View in Pabbly Hook?

Status
Not open for further replies.

Request Modal View in Pabbly Hook​

Definition

The Request Modal View in Pabbly Hook provides a detailed breakdown of a specific incoming webhook request. This modal is accessed by clicking on a request in the Requests table. Below is an overview of the various sections and details presented in the modal view:

1. Header Section​

  • Connection Name: The name of the connection associated with the request.
  • Request ID: A unique identifier for the request.
    • Includes a copy icon button to easily copy the Request ID to the clipboard.

2. Status Section​

  • Status: Displays the status of the request (e.g., Blocked, Success).
  • Rejection Cause: If the request is blocked, this field explains the reason (e.g., CONNECTION_DISABLED).

3. Request Details Section​

This section provides technical information about the webhook request:

  • Source: The origin of the request, showing details like PostmanRuntime/7.43.0.
  • Destination URL: The target URL where the request was sent.
  • Created At: The timestamp when the request was received.
  • Content-Length: The size of the request body in bytes.
  • Content-Type: The MIME type of the request payload (e.g., application/json).
  • Method: The HTTP method used for the request (e.g., POST).

4. Body Section​

  • Body: Displays the JSON payload of the webhook request in a code block.
    • Includes a copy icon button for quick copying of the payload.

5. Query Parameters Section​

  • Query Params: Displays any query parameters sent with the request. If no query parameters are present, it shows NA.

Features​

  • Interactive Copy Buttons: Both the Request ID and JSON body have dedicated copy buttons for user convenience.
  • Organized Layout: The modal is structured with clear headers and sections for easy readability.

How to Access the Modal​

  1. Navigate to the Requests page in the Pabbly Hook dashboard.
  2. Click on any request in the table to open its detailed modal view.
    1733723692706.png
    1733724163105.png

Use Case Scenarios​

  • Debugging blocked requests by identifying the rejection cause and verifying payload details.
  • Tracking the origin and destination of requests for troubleshooting.
  • Reviewing request content and metadata for validation purposes.
This modal enhances the user’s ability to monitor and manage incoming webhooks effectively in the Pabbly Hook application.
 
Status
Not open for further replies.
Top