Deadline Funnel
Marketing deadline tool for evergreen campaigns, email link redirects, sale tracking webhooks, and per-subscriber deadlines.
Fits funnel campaigns that route email links based on each subscriber's deadline, kick off custom deadlines through webhooks, and record sales attribution.
Sign in to connect Deadline Funnel
Sign in to connect an account and start using Deadline Funnel in your apps.
Example Use Cases
These are example ways Snow can use Deadline Funnel when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.
Tool to redirect an email link to the correct before- or after-deadline URL for a subscriber. Use when processing clicks on Deadline Funnel email links. Returns the final destination URL after redirects.
Tool to generate the sales-tracking webhook URL details. Use when you need the campaign-specific sales-tracking webhook parameters before tracking a sale. Use after creating or retrieving your campaign in Deadline Funnel to obtain the token value.
Tool to retrieve the Deadline Funnel account ID. Use when you need the account identifier for subsequent API calls. Attempts known endpoints then falls back to parsing response or request headers.
Tool to retrieve existing Deadline Funnel campaigns. Use when you need to obtain campaign IDs and names for downstream actions.
Tool to start an individual subscriber’s deadline tracking via a custom webhook URL. Use after generating a campaign-specific webhook token. Example: StartDeadlineCustomWebhook(account_id='123456', token='abcdef', email='joe@example.com')
Tool to record a sale for a subscriber in a specific campaign via the campaign-generated sales-tracking webhook. Use after generating the campaign sales-tracking webhook URL.