Best answer

Export website transaction data in CSV file

  • 21 November 2021
  • 1 reply
  • 149 views

Looking for a way to automatically run an export of a CSV that includes transaction data like order id, email, phone number but without an API. Email parser doesnt include enough data needed so the api and webhook idea was the next thought. Is there a way instead export a CSV file from a button on the website set for a certain time each day so I can then run the formatter zap and other things to get it into google sheets, airtable, slack, etc?

icon

Best answer by robschmidt 22 November 2021, 03:16

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Userlevel 7
Badge +9

Hi @NCFIO1 

A few options you can try:

  1. If you are the owner of the website, then setting up a script to send webhooks to Zapier every time there is a new record
  2. You can use apify and extract the data as CSV if the data is publicly accessible
  3. If the website is built on a popular CMS, try looking for native integration that can hook up with Sheet or Slack