Replace Outbound Campaigns docs with new Campaigns section#1094
Open
adhamvapi wants to merge 1 commit into
Open
Replace Outbound Campaigns docs with new Campaigns section#1094adhamvapi wants to merge 1 commit into
adhamvapi wants to merge 1 commit into
Conversation
bf7f177 to
cd07065
Compare
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
cd07065 to
7b186fd
Compare
Contributor
|
🌿 Preview your docs: https://vapi-preview-f6abbc7a-bb3b-4f61-8815-5864bb39c82a.docs.buildwithfern.com |
Contributor
|
🌿 Preview your docs: https://vapi-preview-b519548d-2c7f-425d-bcf8-4daf4397e3c9.docs.buildwithfern.com |
Contributor
|
🌿 Preview your docs: https://vapi-preview-c80c4bf8-3ebb-46c1-a5b1-68d8f0e2a1be.docs.buildwithfern.com |
Contributor
|
🌿 Preview your docs: https://vapi-preview-e5a90206-8f11-4597-9400-7fdf805f8194.docs.buildwithfern.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What
Replaces the Outbound Campaigns docs section with a new Campaigns section (pre-release badges, matching the dashboard's Alpha label) documenting the current campaigns system (V2) across both dashboard and API:
campaigns/quickstart.mdx— dashboard walkthrough: CSV/manual contacts, assistant or squad targeting, max-concurrency slider, optional pre-dial webhook, send now / schedule later, monitoringcampaigns/overview.mdx— how dispatch works, campaign lifecycle & statuses, the two concurrency limits, immutability/cancel/archive semanticscampaigns/advanced.mdx— per-contact personalization (assistantOverridesANDsquadOverrides, campaign-level + per-contact deep-merge),schedulePlan, thecampaign.predialwebhook (fail-closed contract), concurrency tuning, and managing campaigns via the/v2/campaignAPI (create/monitor/cancel/duplicate/delete)/outbound-campaigns/*→/campaigns/*); inbound links from calls pages updatedNotes for reviewers
enable-campaigns-v2); the overview carries a limited-availability callout./v2/campaignreference pages, which land via the standing OpenAPI sync PR chore: Update API specifications with fern api update (2026-04-07T00-42-19-251Z) #1009 (blocked on review + now conflicting). chore: Update API specifications with fern api update (2026-04-07T00-42-19-251Z) #1009 should merge before or with this PR so those links resolve.serverMessages(campaign event webhooks) is deliberately not documented — it hasn't shipped. The pre-dial webhook (campaign.predial) IS live and is documented.maxConcurrencyis documented as required and capped at the org concurrency limit (percampaignV2Validate), not the "Defaults to 10" in the current schema description.🤖 Generated with Claude Code