# Deadline Funnel

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

- **Category:** marketing automation
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 6
- **Triggers:** 0
- **Slug:** `DEADLINE_FUNNEL`
- **Version:** 20260414_00

## Tools

### Email Link Redirect

**Slug:** `DEADLINE_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 URL

**Slug:** `DEADLINE_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 ID

**Slug:** `DEADLINE_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 Campaigns

**Slug:** `DEADLINE_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 Webhook

**Slug:** `DEADLINE_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 Webhook

**Slug:** `DEADLINE_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.
