Skip to main content
Best answer

Easiest way to publish data from zap to script running on website?

  • August 30, 2020
  • 1 reply
  • 78 views

I use Zap to integrate a few of our systems with data collection points. It works fine. 

But now I have an order-counter with data I wish to publish on my webpage. Ideally with a script. I know how to get the data, and how to store it. But can't figure out how to actually use a script to get & embed on webpage
I am not sure what Zapier functionality i am suposed to use to make it possible. 

Do you know? Any recommendations for how to achieve:

There has been 
“VALUE” 

orders placed

 

Considering Zapier I am sure there is an easy solution, I just can find it. 

 

Please help :)
/jens
 

Best answer by PaulKortman

@Jens Hjelte this is less dependent upon zapier’s ability and more so on your website/server/page. 
 

meaning if it’s Wordpress or webflow or similar you would need to have a JavaScript running on the server that displayed content from the database. And then you would need to update that database record each time the number changes. 
 

having it run a script to pull the current number each time the page loads would make the page loading slower. 

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

PaulKortman
Forum|alt.badge.img+10
  • Zapier Solution Partner
  • Answer
  • September 3, 2020

@Jens Hjelte this is less dependent upon zapier’s ability and more so on your website/server/page. 
 

meaning if it’s Wordpress or webflow or similar you would need to have a JavaScript running on the server that displayed content from the database. And then you would need to update that database record each time the number changes. 
 

having it run a script to pull the current number each time the page loads would make the page loading slower.