• ⚠️ Important: This forum is being discontinued.

    We've moved community discussion to a new platform — better search, faster replies, and tighter integration with the Pabbly apps you already use.

    • Sunset date: 23 July 2026 (this forum will go offline after that)
    • Until then: Login remains available for 30 days
    • Continue the conversation: https://sales.pabbly.com/forum

Webhook Status Codes and Maximum Payload Size Limit for Webhooks by Pabbly Hook

Status
Not open for further replies.
Webhooks by Pabbly Hook trigger step generate a unique Pabbly Hook URL for each connections. These Pabbly Hook URLs listen to any incoming data and capture it instantly.

👉 Upon successfully capturing the data, Pabbly Hook webhook URL will return a 200 (OK) HTTP Status code to the source application sending data to the webhook URL.

1733560039827.png


👉 If a user disables the connection, Pabbly Hook will return a 403 (Forbidden ) HTTP Status code to the source application sending data to the webhook URL.

1733560269881.png


👉 If a user deletes the connection permanently, Pabbly Hook will return the 404 (Not Found) HTTP Status code to the source application sending data to the webhook URL.

1733560387906.png


The maximum webhook size that Pabbly Hook currently supports is 1mb for triggers. Any payloads that exceed this limit will receive a 413 (Entity too large) HTTP Status code.

The Source applications that are sending webhook data to Pabbly Hook can use the above HTTP Status codes to handle data sending appropriately.
 
Last edited:
Status
Not open for further replies.
Top