Documentation Index
Fetch the complete documentation index at: https://deepline.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Playbook
Use Instantly for campaign activation and lightweight outbound reporting.- Resolve campaign IDs from
list_campaignsbefore any add operation. - For
instantly_create_campaign, do not brute-force timezone guesses. Reuse a known-good timezone from an existing campaign viainstantly_get_campaignwhen possible. - If the requested timezone is not directly accepted, map it to the closest supported Instantly value before sending. Example: use
America/Detroitwhen the user asks forAmerica/New_York. - Treat
UTCas unsupported by Instantly create-campaign; use a supported UTC-equivalent enum value from existing campaigns instead of sending literalUTC. - For
campaign_schedule.schedules[].days, use numeric day keys ("0".."6"). Named weekdays are normalized by Deepline, but values outside sunday..saturday are rejected. list_leadsaccepts bothcampaignandcampaign_id(alias). It also supportslist_id,in_campaign,in_list, andsearchfilters. Omit all filters to list leads globally.- Insert in controlled batches and re-check campaign stats after writes.
- Keep activation behind enrichment/verification gates to reduce low-quality sends.