Skip to main content
Question

Fax atomization

  • February 10, 2026
  • 1 reply
  • 13 views

How can i get our incoming faxes to extrapolate specific data into an excel spreadsheet on my google drive?  I tried the zapier app and i keep getting error messages.  

1 reply

PhongVu
Community Manager
Forum|alt.badge.img
  • Community Manager
  • February 11, 2026

You can build your own app to do such a task.

You can subscribe to the inbound Fax event notification. When there is an incoming fax, your app will get notified and you can parse the event payload to grab the metadata. You can download the actual fax content using the URI from the attachments array.

alternatively, if you don’t want to use the event notification, you can call the message store API to get fax message records. Check out this dev guide for more.

To export it to Google drive, check Google API documentation.