Deadline Funnel

Deadline Funnel provides tools to create authentic, personalized deadlines for marketing campaigns, enhancing urgency and conversions.

6 actions Integration catalog
Request access
Connect Deadline Funnel once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Email Link RedirectDEADLINE_FUNNEL_EMAIL_LINK_REDIRECT
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.
Generate Sales Tracking Webhook URLDEADLINE_FUNNEL_GENERATE_SALES_TRACKING_WEBHOOK_URL
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.
Get Account IDDEADLINE_FUNNEL_GET_ACCOUNT_ID
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.
List CampaignsDEADLINE_FUNNEL_LIST_CAMPAIGNS
Tool to retrieve existing Deadline Funnel campaigns. Use when you need to obtain campaign IDs and names for downstream actions.
Start Deadline via Custom WebhookDEADLINE_FUNNEL_START_DEADLINE_CUSTOM_WEBHOOK
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')
Track Sale WebhookDEADLINE_FUNNEL_TRACK_SALE_WEBHOOK
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.