Skip to content
APIANT
GuidePlatformv1

New or Updated Polling

Poll and fire when a record is created or modified. Tracks last-seen cursor automatically.

The richer cousin of New Item Polling. Fires on both creations and modifications, using a last-modified cursor.

When to use

  • You need to react to record changes, not just creations (contact update, order status change, etc.).
  • The source API exposes a modified_at (or equivalent) field that can be filtered and sorted.
  • Two-way sync scenarios — essential for mirroring edits across systems.

Related docs

Last updated May 4, 2026