• 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 $249 β€” View Offer
    • πŸ”₯ Pabbly Subscription Billing β€” Lifetime Access for $249 β€” View Offer
    • πŸ”₯ Pabbly Chatflow β€” Lifetime Access for $249 β€” View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

  • Important: Any reported problems and issues with your integration will be reported to you and we will encourage the app developers help to resolve those integration issues.

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