I am using outgoingwebhooks ( https://mail.zoho.com/zm/#settings/all/integrations-settings/DeveloperSpace/outgoingwebhooks ) to pass inbound message data to my script.
The request comes with data with fields:
summary, sentDateInGMT, subject, Mode, messageId, toAddress, folderId, zuid, ccAddress, size, sender, receivedTime, fromAddress, html, IntegIdList
However, there are no attachments. How can I receive attachments if I receive an email with attachments?