Skip to main content

Hey there,

I’d like to show an automatically updating number (it’s a counter showing paid signups) coming from an app in Zapier on my website. It’s a super simple php-based site, just a couple of pages with a few includes. I’m not a developer (very, very basic PHP knowledge) so I don’t really know how to build/use webhooks.

What would be the easiest, no/little-code solution be to simple output a number using Zapier?

Hi @K_B 

Check out using some sort of dashboard app: https://zapier.com/apps/categories/dashboards


That’s not a bad idea, but I’d actually need the data (number) in a ‘raw’ format so that I can reformat and integrate it better into the page. Is there an easy way to ‘spit out’ a number (in a js or csv or txt file) that I can work with in PHP?