Help
FAQ
Quick answers to common questions.
How do I get an API key?
Create one in Furnace under Account Settings → API keys. Keys start with f_ and are sent in the Authorization header. See Authentication.
What is the base URL?
Your Furnace Client API host, for example https://api.getfurnace.io. Every endpoint lives under /v1/.
What do I build first?
Start with the Quickstart to make your first request, then the Campaign setup guide to launch a real campaign.
Can I change a campaign after it is live?
Yes, but with limits. While a campaign is running you can edit email copy and timing. To add, remove, or reorder steps, pause the campaign first, make your changes, then resume. Stopped campaigns cannot be edited. See Campaigns.
How do I personalize emails?
Use {{first_name}} for standard details and {{custom.company}} for custom fields in the subject or body. See Email sequences.
Why is a person not getting emails?
The most common reasons: the campaign is still a draft (launch it), the person is missing a required custom field, or the campaign has no mailbox assigned. The Campaign setup guide covers each of these.
How do I know when something happens?
Use webhooks to get notified when emails send, replies arrive, and more — see Webhooks. You can also read status directly through the API Reference.
Can I use campaigns imported from Smartlead?
You can read them, but they are not editable through this API.