• ⚠️ 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 of Webhooks by Pabbly.

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

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

1646649244966.png

------------------

👉 If a user disables the workflow, Pabbly Connect will return a 404 (Not Found) HTTP Status code to the source application sending data to the webhook URL.

1646649267651.png


==============

👉 If a user deletes the workflow permanently, Pabbly Connect will return the 410 (Gone) HTTP Status code to the source application sending data to the webhook URL.

1646649284837.png


The maximum webhook size that Pabbly Connect currently supports is 500KB 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 Connect can use the above HTTP Status codes to handle data sending appropriately.
 
Last edited by a moderator:
Status
Not open for further replies.
Top