Add Step to Campaign
Sequences
Add Step to Campaign
Adds a new step to the campaign sequence. Step types: invitation, message, visit_profile, screener
POST
Add Step to Campaign
Documentation Index
Fetch the complete documentation index at: https://docs.walead.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Adds a new step to a campaign’s sequence at a specified position. This automatically reorders existing steps and updates leads already in the campaign to account for the new step.Step Types
invitation
invitation
Sends a LinkedIn connection request to the lead. This is typically the first step in a campaign.
message
message
Sends a message to the lead. Can be sent to connections or used for InMail. Supports message variants for A/B testing.
visit_profile
visit_profile
Visits the lead’s LinkedIn profile to increase visibility.
screener
screener
Sends a qualifying message to determine if the lead is a good fit. Supports AI-powered analysis of responses.
Request Body
order field determines where in the sequence the step will be inserted (0-based index).
Automatic Handling
When you add a step:- Existing steps at or after the specified order are shifted down
- Leads already in the campaign have their progress adjusted
- Completed campaigns are reset to “paused” status if new steps are added
- Message and screener steps automatically get a default variant created
Response
Returns the updated complete array of steps with their IDs, allowing you to immediately reference the new step for adding variants or further configuration.Authorizations
API key for authentication. Generate from your WaLead dashboard.
Path Parameters
Campaign ID
Body
application/json
Step details