Delivery options for new listings
Get new listings via the dashboard feed, webhook, Google Sheets, email, or Telegram.
Every new listing a monitor finds is always saved to your in-dashboard feed. On top of that, you can push new listings out to any of these channels — add them when you create or edit a session.
In-dashboard feed
Always on. Browse and search collected listings under Dashboard → Data, and see trends under Statistics. Nothing to configure.
Webhook
We POST a JSON payload to your URL whenever new listings are found, so you can pipe them into your own app or workflow. The payload looks like:
{
"event": "monitor.new_listings",
"monitor": { "id": "...", "name": "iPhones near London" },
"count": 3,
"listings": [ /* the new listings */ ]
}Each request is signed with an X-SiseTech-Signature header (HMAC-SHA256) so you can verify it came from us. Failed deliveries are retried.
Google Sheets
Paste a Google Sheet URL and new listings are appended as rows automatically. Share the sheet with the service-account email shown in your settings so we have permission to write to it.
Email digest
Enter one or more email addresses to receive new listings by email as they're found.
Telegram
For the fastest possible alert, connect Telegram and get an instant push the moment a new listing lands — ideal for the "be first" use case. Message our bot, then paste your chat ID.
Still stuck?
Open the chat widget in the corner, or email support@sisetech.site. We're happy to help.