Skip to main content

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
 

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