Skip to content
GlossaryConceptUpdated May 2026

Polling

noun · also: webhook, trigger, rate-limit

What is polling?

Polling is when an automation platform repeatedly asks an API 'anything new?' on a schedule, used when the API doesn't expose webhooks.

Definition

Full definition of polling

Polling is the fallback for apps that don't offer webhooks. Tiny Command will hit the third-party API every 1-15 minutes (depending on plan) and look for new records since the last check. It's less timely than webhooks but works against any API. For high-frequency events, polling adds latency and consumes API rate-limit budget — webhooks are always preferred when available.

In practice

Polling examples

Pollable trigger
Some legacy CRMs only allow polling for new contacts every 5 minutes.
Used by

Apps that exemplify polling

See polling in action across real integrations.

FAQ

Common questions about polling

Can I change the polling interval?
Yes, on paid plans — down to 1 minute. The free plan polls every 15 minutes.