• 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.

  • Due to Holi celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed.

Webhook size limit - Ideas?

shane6836

Member
Hey everyone,

We have an email that gets sent out that we BCC a pabbly webhook into that triggers some other automation.

The issue we have is that the trigger email often has attachments and these often make the email too large for the webhook, resulting in the whole process failing.

anyone got any ideas about how to get this data to the webhook irrespective of the size of the overall email?

1718403347592.png
 

Fagun Shah

Well-known member
You are sending data to Pabbly Connect email parser Email Id(not a webhook)

Email Parser size limit is 2-mb for whole email, including attachments.
 

shane6836

Member
You are sending data to Pabbly Connect email parser Email Id(not a webhook)

Email Parser size limit is 2-mb for whole email, including attachments.
Ah ok - thanks!!

So, if I change the trigger option to Webhook By Pabbly I get a webhook URL (compared to when we were using the parser that provided a email address [email protected]) - we are currently triggering this by BCCing the pcmailhook.com email into the outgoing email - how we we achieve this using the Webhook by Pabbly Webhook URL?
 

ArshilAhmad

Well-known member
Staff member
Ah ok - thanks!!

So, if I change the trigger option to Webhook By Pabbly I get a webhook URL (compared to when we were using the parser that provided a email address [email protected]) - we are currently triggering this by BCCing the pcmailhook.com email into the outgoing email - how we we achieve this using the Webhook by Pabbly Webhook URL?
You cannot forward the email to a webhook. You have to use an Email Parser, and its size is limited to 2MB for the entire email.

 
Top