curl --request POST \
--url https://api.reply.io/v3/sequences/ai-sdr \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"sequenceStructureSetup": {
"generatedStepTypes": [],
"generateConditional": true,
"numberOfSteps": 5
},
"scheduleId": 2,
"settings": {
"emailsCountPerDay": 123,
"daysToFinishProspect": 123,
"emailSendingDelaySeconds": 123,
"dailyThrottling": 123,
"disableOpensTracking": true,
"enableLinksTracking": true,
"useDailyThrottling": true,
"isSendingPlainTextEnabled": true,
"isListUnsubscribeHeaderEnabled": true,
"isSameDomainSendingLimitEnabled": true,
"numberOfSameDomainSendingLimit": 123,
"matchProspectToEmailAccountProvider": true,
"callIsAutomatic": true,
"taskIsAutomatic": true,
"generatedTaskOwner": "sequence"
},
"emailAccounts": [
2
],
"linkedInAccounts": [
2
],
"offerId": 2,
"offerGenerationInputs": {
"companyName": "<string>",
"companyDescription": "<string>",
"icp": "<string>",
"reasonForOutreach": "<string>",
"caseStudies": [
"<string>"
],
"painPoints": [
"<string>"
],
"proofPoints": [
"<string>"
],
"valuePropositions": [
"<string>"
],
"callToActions": [
"<string>"
]
},
"toneOfVoice": {},
"personalizationPoints": {
"basicResearch": true,
"companyResearch": {
"description": true,
"mission": true,
"techStack": true,
"tenKReport": true,
"recentReportForInvestors": true,
"financialReport": true,
"fundraisingResearch": true,
"challenges": true,
"recentNews": true,
"predictChallengesAndCompetitors": true,
"productsServicesDeepDive": true,
"mergersAcquisitions": true,
"customerReviews": true
},
"prospectResearch": {
"aboutSection": true,
"hobbiesInterests": true,
"quotes": true,
"achievements": true,
"careerSummary": true,
"jobResponsibilitiesInCurrentCompany": true,
"achievementsInCurrentCompany": true
},
"industryResearch": {
"recentIndustryNews": true,
"industryTrends": true,
"competitorsOverviewNews": true
},
"contactFields": {
"enabled": true,
"defaultFields": [],
"customFieldIds": [
2
]
},
"customResearch": {
"enabled": true,
"instructions": "<string>"
}
},
"autopilot": {
"enabled": true,
"filters": {
"accountListIds": [
{
"value": 2
}
],
"industries": [
{
"value": "<string>"
}
],
"companyLocations": [
{
"value": "<string>"
}
],
"companySizes": [],
"headcountGrowth": {
"min": 1,
"max": 1
},
"departmentHeadcountGrowth": {
"department": "<string>",
"min": 1,
"max": 1
},
"accountKeywords": {
"values": [
{
"value": "<string>"
}
]
},
"isHiringOnLinkedIn": true,
"contactLocations": [
{
"value": "<string>"
}
],
"jobTitles": [
{
"value": "<string>"
}
],
"departments": [
{
"value": "<string>"
}
],
"seniorities": [
"<string>"
],
"yearsInCompany": [],
"contactKeywords": {
"values": [
{
"value": "<string>"
}
]
},
"changedJobIn90Days": true
},
"referenceUrl": "<string>",
"maxPeoplePerCompany": 2,
"maxPeopleToAddPerDay": 2,
"searchContactPhones": true,
"addContactsWithoutEmailAddresses": true
},
"playbookId": "<string>",
"knowledgeBaseId": 2,
"approvalMode": {
"enabled": true
},
"intentSignals": [
{
"postEngagers": {
"monitorProfiles": {
"profiles": [
{
"linkedInUrl": "<string>"
}
]
},
"monitorPosts": {
"postUrls": [
"<string>"
]
}
},
"competitorFollowers": {
"linkedInUrls": [
"<string>"
],
"entitiesToFind": 300
},
"technologyUsed": {
"industryId": 2,
"technologies": [
"<string>"
],
"useAndLogicInTechnologies": true,
"entitiesToFind": 250
},
"jobHiring": {
"keyword": "<string>",
"industries": [
2
],
"entitiesToFind": 250
}
}
]
}
'import requests
url = "https://api.reply.io/v3/sequences/ai-sdr"
payload = {
"name": "<string>",
"sequenceStructureSetup": {
"generatedStepTypes": [],
"generateConditional": True,
"numberOfSteps": 5
},
"scheduleId": 2,
"settings": {
"emailsCountPerDay": 123,
"daysToFinishProspect": 123,
"emailSendingDelaySeconds": 123,
"dailyThrottling": 123,
"disableOpensTracking": True,
"enableLinksTracking": True,
"useDailyThrottling": True,
"isSendingPlainTextEnabled": True,
"isListUnsubscribeHeaderEnabled": True,
"isSameDomainSendingLimitEnabled": True,
"numberOfSameDomainSendingLimit": 123,
"matchProspectToEmailAccountProvider": True,
"callIsAutomatic": True,
"taskIsAutomatic": True,
"generatedTaskOwner": "sequence"
},
"emailAccounts": [2],
"linkedInAccounts": [2],
"offerId": 2,
"offerGenerationInputs": {
"companyName": "<string>",
"companyDescription": "<string>",
"icp": "<string>",
"reasonForOutreach": "<string>",
"caseStudies": ["<string>"],
"painPoints": ["<string>"],
"proofPoints": ["<string>"],
"valuePropositions": ["<string>"],
"callToActions": ["<string>"]
},
"toneOfVoice": {},
"personalizationPoints": {
"basicResearch": True,
"companyResearch": {
"description": True,
"mission": True,
"techStack": True,
"tenKReport": True,
"recentReportForInvestors": True,
"financialReport": True,
"fundraisingResearch": True,
"challenges": True,
"recentNews": True,
"predictChallengesAndCompetitors": True,
"productsServicesDeepDive": True,
"mergersAcquisitions": True,
"customerReviews": True
},
"prospectResearch": {
"aboutSection": True,
"hobbiesInterests": True,
"quotes": True,
"achievements": True,
"careerSummary": True,
"jobResponsibilitiesInCurrentCompany": True,
"achievementsInCurrentCompany": True
},
"industryResearch": {
"recentIndustryNews": True,
"industryTrends": True,
"competitorsOverviewNews": True
},
"contactFields": {
"enabled": True,
"defaultFields": [],
"customFieldIds": [2]
},
"customResearch": {
"enabled": True,
"instructions": "<string>"
}
},
"autopilot": {
"enabled": True,
"filters": {
"accountListIds": [{ "value": 2 }],
"industries": [{ "value": "<string>" }],
"companyLocations": [{ "value": "<string>" }],
"companySizes": [],
"headcountGrowth": {
"min": 1,
"max": 1
},
"departmentHeadcountGrowth": {
"department": "<string>",
"min": 1,
"max": 1
},
"accountKeywords": { "values": [{ "value": "<string>" }] },
"isHiringOnLinkedIn": True,
"contactLocations": [{ "value": "<string>" }],
"jobTitles": [{ "value": "<string>" }],
"departments": [{ "value": "<string>" }],
"seniorities": ["<string>"],
"yearsInCompany": [],
"contactKeywords": { "values": [{ "value": "<string>" }] },
"changedJobIn90Days": True
},
"referenceUrl": "<string>",
"maxPeoplePerCompany": 2,
"maxPeopleToAddPerDay": 2,
"searchContactPhones": True,
"addContactsWithoutEmailAddresses": True
},
"playbookId": "<string>",
"knowledgeBaseId": 2,
"approvalMode": { "enabled": True },
"intentSignals": [
{
"postEngagers": {
"monitorProfiles": { "profiles": [{ "linkedInUrl": "<string>" }] },
"monitorPosts": { "postUrls": ["<string>"] }
},
"competitorFollowers": {
"linkedInUrls": ["<string>"],
"entitiesToFind": 300
},
"technologyUsed": {
"industryId": 2,
"technologies": ["<string>"],
"useAndLogicInTechnologies": True,
"entitiesToFind": 250
},
"jobHiring": {
"keyword": "<string>",
"industries": [2],
"entitiesToFind": 250
}
}
]
}
headers = {
"Authorization": "Bearer <token>",
"Content-Type": "application/json"
}
response = requests.post(url, json=payload, headers=headers)
print(response.text)const options = {
method: 'POST',
headers: {Authorization: 'Bearer <token>', 'Content-Type': 'application/json'},
body: JSON.stringify({
name: '<string>',
sequenceStructureSetup: {generatedStepTypes: [], generateConditional: true, numberOfSteps: 5},
scheduleId: 2,
settings: {
emailsCountPerDay: 123,
daysToFinishProspect: 123,
emailSendingDelaySeconds: 123,
dailyThrottling: 123,
disableOpensTracking: true,
enableLinksTracking: true,
useDailyThrottling: true,
isSendingPlainTextEnabled: true,
isListUnsubscribeHeaderEnabled: true,
isSameDomainSendingLimitEnabled: true,
numberOfSameDomainSendingLimit: 123,
matchProspectToEmailAccountProvider: true,
callIsAutomatic: true,
taskIsAutomatic: true,
generatedTaskOwner: 'sequence'
},
emailAccounts: [2],
linkedInAccounts: [2],
offerId: 2,
offerGenerationInputs: {
companyName: '<string>',
companyDescription: '<string>',
icp: '<string>',
reasonForOutreach: '<string>',
caseStudies: ['<string>'],
painPoints: ['<string>'],
proofPoints: ['<string>'],
valuePropositions: ['<string>'],
callToActions: ['<string>']
},
toneOfVoice: {},
personalizationPoints: {
basicResearch: true,
companyResearch: {
description: true,
mission: true,
techStack: true,
tenKReport: true,
recentReportForInvestors: true,
financialReport: true,
fundraisingResearch: true,
challenges: true,
recentNews: true,
predictChallengesAndCompetitors: true,
productsServicesDeepDive: true,
mergersAcquisitions: true,
customerReviews: true
},
prospectResearch: {
aboutSection: true,
hobbiesInterests: true,
quotes: true,
achievements: true,
careerSummary: true,
jobResponsibilitiesInCurrentCompany: true,
achievementsInCurrentCompany: true
},
industryResearch: {recentIndustryNews: true, industryTrends: true, competitorsOverviewNews: true},
contactFields: {enabled: true, defaultFields: [], customFieldIds: [2]},
customResearch: {enabled: true, instructions: '<string>'}
},
autopilot: {
enabled: true,
filters: {
accountListIds: [{value: 2}],
industries: [{value: '<string>'}],
companyLocations: [{value: '<string>'}],
companySizes: [],
headcountGrowth: {min: 1, max: 1},
departmentHeadcountGrowth: {department: '<string>', min: 1, max: 1},
accountKeywords: {values: [{value: '<string>'}]},
isHiringOnLinkedIn: true,
contactLocations: [{value: '<string>'}],
jobTitles: [{value: '<string>'}],
departments: [{value: '<string>'}],
seniorities: ['<string>'],
yearsInCompany: [],
contactKeywords: {values: [{value: '<string>'}]},
changedJobIn90Days: true
},
referenceUrl: '<string>',
maxPeoplePerCompany: 2,
maxPeopleToAddPerDay: 2,
searchContactPhones: true,
addContactsWithoutEmailAddresses: true
},
playbookId: '<string>',
knowledgeBaseId: 2,
approvalMode: {enabled: true},
intentSignals: [
{
postEngagers: {
monitorProfiles: {profiles: [{linkedInUrl: '<string>'}]},
monitorPosts: {postUrls: ['<string>']}
},
competitorFollowers: {linkedInUrls: ['<string>'], entitiesToFind: 300},
technologyUsed: {
industryId: 2,
technologies: ['<string>'],
useAndLogicInTechnologies: true,
entitiesToFind: 250
},
jobHiring: {keyword: '<string>', industries: [2], entitiesToFind: 250}
}
]
})
};
fetch('https://api.reply.io/v3/sequences/ai-sdr', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://api.reply.io/v3/sequences/ai-sdr",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "POST",
CURLOPT_POSTFIELDS => json_encode([
'name' => '<string>',
'sequenceStructureSetup' => [
'generatedStepTypes' => [
],
'generateConditional' => true,
'numberOfSteps' => 5
],
'scheduleId' => 2,
'settings' => [
'emailsCountPerDay' => 123,
'daysToFinishProspect' => 123,
'emailSendingDelaySeconds' => 123,
'dailyThrottling' => 123,
'disableOpensTracking' => true,
'enableLinksTracking' => true,
'useDailyThrottling' => true,
'isSendingPlainTextEnabled' => true,
'isListUnsubscribeHeaderEnabled' => true,
'isSameDomainSendingLimitEnabled' => true,
'numberOfSameDomainSendingLimit' => 123,
'matchProspectToEmailAccountProvider' => true,
'callIsAutomatic' => true,
'taskIsAutomatic' => true,
'generatedTaskOwner' => 'sequence'
],
'emailAccounts' => [
2
],
'linkedInAccounts' => [
2
],
'offerId' => 2,
'offerGenerationInputs' => [
'companyName' => '<string>',
'companyDescription' => '<string>',
'icp' => '<string>',
'reasonForOutreach' => '<string>',
'caseStudies' => [
'<string>'
],
'painPoints' => [
'<string>'
],
'proofPoints' => [
'<string>'
],
'valuePropositions' => [
'<string>'
],
'callToActions' => [
'<string>'
]
],
'toneOfVoice' => [
],
'personalizationPoints' => [
'basicResearch' => true,
'companyResearch' => [
'description' => true,
'mission' => true,
'techStack' => true,
'tenKReport' => true,
'recentReportForInvestors' => true,
'financialReport' => true,
'fundraisingResearch' => true,
'challenges' => true,
'recentNews' => true,
'predictChallengesAndCompetitors' => true,
'productsServicesDeepDive' => true,
'mergersAcquisitions' => true,
'customerReviews' => true
],
'prospectResearch' => [
'aboutSection' => true,
'hobbiesInterests' => true,
'quotes' => true,
'achievements' => true,
'careerSummary' => true,
'jobResponsibilitiesInCurrentCompany' => true,
'achievementsInCurrentCompany' => true
],
'industryResearch' => [
'recentIndustryNews' => true,
'industryTrends' => true,
'competitorsOverviewNews' => true
],
'contactFields' => [
'enabled' => true,
'defaultFields' => [
],
'customFieldIds' => [
2
]
],
'customResearch' => [
'enabled' => true,
'instructions' => '<string>'
]
],
'autopilot' => [
'enabled' => true,
'filters' => [
'accountListIds' => [
[
'value' => 2
]
],
'industries' => [
[
'value' => '<string>'
]
],
'companyLocations' => [
[
'value' => '<string>'
]
],
'companySizes' => [
],
'headcountGrowth' => [
'min' => 1,
'max' => 1
],
'departmentHeadcountGrowth' => [
'department' => '<string>',
'min' => 1,
'max' => 1
],
'accountKeywords' => [
'values' => [
[
'value' => '<string>'
]
]
],
'isHiringOnLinkedIn' => true,
'contactLocations' => [
[
'value' => '<string>'
]
],
'jobTitles' => [
[
'value' => '<string>'
]
],
'departments' => [
[
'value' => '<string>'
]
],
'seniorities' => [
'<string>'
],
'yearsInCompany' => [
],
'contactKeywords' => [
'values' => [
[
'value' => '<string>'
]
]
],
'changedJobIn90Days' => true
],
'referenceUrl' => '<string>',
'maxPeoplePerCompany' => 2,
'maxPeopleToAddPerDay' => 2,
'searchContactPhones' => true,
'addContactsWithoutEmailAddresses' => true
],
'playbookId' => '<string>',
'knowledgeBaseId' => 2,
'approvalMode' => [
'enabled' => true
],
'intentSignals' => [
[
'postEngagers' => [
'monitorProfiles' => [
'profiles' => [
[
'linkedInUrl' => '<string>'
]
]
],
'monitorPosts' => [
'postUrls' => [
'<string>'
]
]
],
'competitorFollowers' => [
'linkedInUrls' => [
'<string>'
],
'entitiesToFind' => 300
],
'technologyUsed' => [
'industryId' => 2,
'technologies' => [
'<string>'
],
'useAndLogicInTechnologies' => true,
'entitiesToFind' => 250
],
'jobHiring' => [
'keyword' => '<string>',
'industries' => [
2
],
'entitiesToFind' => 250
]
]
]
]),
CURLOPT_HTTPHEADER => [
"Authorization: Bearer <token>",
"Content-Type: application/json"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"strings"
"net/http"
"io"
)
func main() {
url := "https://api.reply.io/v3/sequences/ai-sdr"
payload := strings.NewReader("{\n \"name\": \"<string>\",\n \"sequenceStructureSetup\": {\n \"generatedStepTypes\": [],\n \"generateConditional\": true,\n \"numberOfSteps\": 5\n },\n \"scheduleId\": 2,\n \"settings\": {\n \"emailsCountPerDay\": 123,\n \"daysToFinishProspect\": 123,\n \"emailSendingDelaySeconds\": 123,\n \"dailyThrottling\": 123,\n \"disableOpensTracking\": true,\n \"enableLinksTracking\": true,\n \"useDailyThrottling\": true,\n \"isSendingPlainTextEnabled\": true,\n \"isListUnsubscribeHeaderEnabled\": true,\n \"isSameDomainSendingLimitEnabled\": true,\n \"numberOfSameDomainSendingLimit\": 123,\n \"matchProspectToEmailAccountProvider\": true,\n \"callIsAutomatic\": true,\n \"taskIsAutomatic\": true,\n \"generatedTaskOwner\": \"sequence\"\n },\n \"emailAccounts\": [\n 2\n ],\n \"linkedInAccounts\": [\n 2\n ],\n \"offerId\": 2,\n \"offerGenerationInputs\": {\n \"companyName\": \"<string>\",\n \"companyDescription\": \"<string>\",\n \"icp\": \"<string>\",\n \"reasonForOutreach\": \"<string>\",\n \"caseStudies\": [\n \"<string>\"\n ],\n \"painPoints\": [\n \"<string>\"\n ],\n \"proofPoints\": [\n \"<string>\"\n ],\n \"valuePropositions\": [\n \"<string>\"\n ],\n \"callToActions\": [\n \"<string>\"\n ]\n },\n \"toneOfVoice\": {},\n \"personalizationPoints\": {\n \"basicResearch\": true,\n \"companyResearch\": {\n \"description\": true,\n \"mission\": true,\n \"techStack\": true,\n \"tenKReport\": true,\n \"recentReportForInvestors\": true,\n \"financialReport\": true,\n \"fundraisingResearch\": true,\n \"challenges\": true,\n \"recentNews\": true,\n \"predictChallengesAndCompetitors\": true,\n \"productsServicesDeepDive\": true,\n \"mergersAcquisitions\": true,\n \"customerReviews\": true\n },\n \"prospectResearch\": {\n \"aboutSection\": true,\n \"hobbiesInterests\": true,\n \"quotes\": true,\n \"achievements\": true,\n \"careerSummary\": true,\n \"jobResponsibilitiesInCurrentCompany\": true,\n \"achievementsInCurrentCompany\": true\n },\n \"industryResearch\": {\n \"recentIndustryNews\": true,\n \"industryTrends\": true,\n \"competitorsOverviewNews\": true\n },\n \"contactFields\": {\n \"enabled\": true,\n \"defaultFields\": [],\n \"customFieldIds\": [\n 2\n ]\n },\n \"customResearch\": {\n \"enabled\": true,\n \"instructions\": \"<string>\"\n }\n },\n \"autopilot\": {\n \"enabled\": true,\n \"filters\": {\n \"accountListIds\": [\n {\n \"value\": 2\n }\n ],\n \"industries\": [\n {\n \"value\": \"<string>\"\n }\n ],\n \"companyLocations\": [\n {\n \"value\": \"<string>\"\n }\n ],\n \"companySizes\": [],\n \"headcountGrowth\": {\n \"min\": 1,\n \"max\": 1\n },\n \"departmentHeadcountGrowth\": {\n \"department\": \"<string>\",\n \"min\": 1,\n \"max\": 1\n },\n \"accountKeywords\": {\n \"values\": [\n {\n \"value\": \"<string>\"\n }\n ]\n },\n \"isHiringOnLinkedIn\": true,\n \"contactLocations\": [\n {\n \"value\": \"<string>\"\n }\n ],\n \"jobTitles\": [\n {\n \"value\": \"<string>\"\n }\n ],\n \"departments\": [\n {\n \"value\": \"<string>\"\n }\n ],\n \"seniorities\": [\n \"<string>\"\n ],\n \"yearsInCompany\": [],\n \"contactKeywords\": {\n \"values\": [\n {\n \"value\": \"<string>\"\n }\n ]\n },\n \"changedJobIn90Days\": true\n },\n \"referenceUrl\": \"<string>\",\n \"maxPeoplePerCompany\": 2,\n \"maxPeopleToAddPerDay\": 2,\n \"searchContactPhones\": true,\n \"addContactsWithoutEmailAddresses\": true\n },\n \"playbookId\": \"<string>\",\n \"knowledgeBaseId\": 2,\n \"approvalMode\": {\n \"enabled\": true\n },\n \"intentSignals\": [\n {\n \"postEngagers\": {\n \"monitorProfiles\": {\n \"profiles\": [\n {\n \"linkedInUrl\": \"<string>\"\n }\n ]\n },\n \"monitorPosts\": {\n \"postUrls\": [\n \"<string>\"\n ]\n }\n },\n \"competitorFollowers\": {\n \"linkedInUrls\": [\n \"<string>\"\n ],\n \"entitiesToFind\": 300\n },\n \"technologyUsed\": {\n \"industryId\": 2,\n \"technologies\": [\n \"<string>\"\n ],\n \"useAndLogicInTechnologies\": true,\n \"entitiesToFind\": 250\n },\n \"jobHiring\": {\n \"keyword\": \"<string>\",\n \"industries\": [\n 2\n ],\n \"entitiesToFind\": 250\n }\n }\n ]\n}")
req, _ := http.NewRequest("POST", url, payload)
req.Header.Add("Authorization", "Bearer <token>")
req.Header.Add("Content-Type", "application/json")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.post("https://api.reply.io/v3/sequences/ai-sdr")
.header("Authorization", "Bearer <token>")
.header("Content-Type", "application/json")
.body("{\n \"name\": \"<string>\",\n \"sequenceStructureSetup\": {\n \"generatedStepTypes\": [],\n \"generateConditional\": true,\n \"numberOfSteps\": 5\n },\n \"scheduleId\": 2,\n \"settings\": {\n \"emailsCountPerDay\": 123,\n \"daysToFinishProspect\": 123,\n \"emailSendingDelaySeconds\": 123,\n \"dailyThrottling\": 123,\n \"disableOpensTracking\": true,\n \"enableLinksTracking\": true,\n \"useDailyThrottling\": true,\n \"isSendingPlainTextEnabled\": true,\n \"isListUnsubscribeHeaderEnabled\": true,\n \"isSameDomainSendingLimitEnabled\": true,\n \"numberOfSameDomainSendingLimit\": 123,\n \"matchProspectToEmailAccountProvider\": true,\n \"callIsAutomatic\": true,\n \"taskIsAutomatic\": true,\n \"generatedTaskOwner\": \"sequence\"\n },\n \"emailAccounts\": [\n 2\n ],\n \"linkedInAccounts\": [\n 2\n ],\n \"offerId\": 2,\n \"offerGenerationInputs\": {\n \"companyName\": \"<string>\",\n \"companyDescription\": \"<string>\",\n \"icp\": \"<string>\",\n \"reasonForOutreach\": \"<string>\",\n \"caseStudies\": [\n \"<string>\"\n ],\n \"painPoints\": [\n \"<string>\"\n ],\n \"proofPoints\": [\n \"<string>\"\n ],\n \"valuePropositions\": [\n \"<string>\"\n ],\n \"callToActions\": [\n \"<string>\"\n ]\n },\n \"toneOfVoice\": {},\n \"personalizationPoints\": {\n \"basicResearch\": true,\n \"companyResearch\": {\n \"description\": true,\n \"mission\": true,\n \"techStack\": true,\n \"tenKReport\": true,\n \"recentReportForInvestors\": true,\n \"financialReport\": true,\n \"fundraisingResearch\": true,\n \"challenges\": true,\n \"recentNews\": true,\n \"predictChallengesAndCompetitors\": true,\n \"productsServicesDeepDive\": true,\n \"mergersAcquisitions\": true,\n \"customerReviews\": true\n },\n \"prospectResearch\": {\n \"aboutSection\": true,\n \"hobbiesInterests\": true,\n \"quotes\": true,\n \"achievements\": true,\n \"careerSummary\": true,\n \"jobResponsibilitiesInCurrentCompany\": true,\n \"achievementsInCurrentCompany\": true\n },\n \"industryResearch\": {\n \"recentIndustryNews\": true,\n \"industryTrends\": true,\n \"competitorsOverviewNews\": true\n },\n \"contactFields\": {\n \"enabled\": true,\n \"defaultFields\": [],\n \"customFieldIds\": [\n 2\n ]\n },\n \"customResearch\": {\n \"enabled\": true,\n \"instructions\": \"<string>\"\n }\n },\n \"autopilot\": {\n \"enabled\": true,\n \"filters\": {\n \"accountListIds\": [\n {\n \"value\": 2\n }\n ],\n \"industries\": [\n {\n \"value\": \"<string>\"\n }\n ],\n \"companyLocations\": [\n {\n \"value\": \"<string>\"\n }\n ],\n \"companySizes\": [],\n \"headcountGrowth\": {\n \"min\": 1,\n \"max\": 1\n },\n \"departmentHeadcountGrowth\": {\n \"department\": \"<string>\",\n \"min\": 1,\n \"max\": 1\n },\n \"accountKeywords\": {\n \"values\": [\n {\n \"value\": \"<string>\"\n }\n ]\n },\n \"isHiringOnLinkedIn\": true,\n \"contactLocations\": [\n {\n \"value\": \"<string>\"\n }\n ],\n \"jobTitles\": [\n {\n \"value\": \"<string>\"\n }\n ],\n \"departments\": [\n {\n \"value\": \"<string>\"\n }\n ],\n \"seniorities\": [\n \"<string>\"\n ],\n \"yearsInCompany\": [],\n \"contactKeywords\": {\n \"values\": [\n {\n \"value\": \"<string>\"\n }\n ]\n },\n \"changedJobIn90Days\": true\n },\n \"referenceUrl\": \"<string>\",\n \"maxPeoplePerCompany\": 2,\n \"maxPeopleToAddPerDay\": 2,\n \"searchContactPhones\": true,\n \"addContactsWithoutEmailAddresses\": true\n },\n \"playbookId\": \"<string>\",\n \"knowledgeBaseId\": 2,\n \"approvalMode\": {\n \"enabled\": true\n },\n \"intentSignals\": [\n {\n \"postEngagers\": {\n \"monitorProfiles\": {\n \"profiles\": [\n {\n \"linkedInUrl\": \"<string>\"\n }\n ]\n },\n \"monitorPosts\": {\n \"postUrls\": [\n \"<string>\"\n ]\n }\n },\n \"competitorFollowers\": {\n \"linkedInUrls\": [\n \"<string>\"\n ],\n \"entitiesToFind\": 300\n },\n \"technologyUsed\": {\n \"industryId\": 2,\n \"technologies\": [\n \"<string>\"\n ],\n \"useAndLogicInTechnologies\": true,\n \"entitiesToFind\": 250\n },\n \"jobHiring\": {\n \"keyword\": \"<string>\",\n \"industries\": [\n 2\n ],\n \"entitiesToFind\": 250\n }\n }\n ]\n}")
.asString();require 'uri'
require 'net/http'
url = URI("https://api.reply.io/v3/sequences/ai-sdr")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Post.new(url)
request["Authorization"] = 'Bearer <token>'
request["Content-Type"] = 'application/json'
request.body = "{\n \"name\": \"<string>\",\n \"sequenceStructureSetup\": {\n \"generatedStepTypes\": [],\n \"generateConditional\": true,\n \"numberOfSteps\": 5\n },\n \"scheduleId\": 2,\n \"settings\": {\n \"emailsCountPerDay\": 123,\n \"daysToFinishProspect\": 123,\n \"emailSendingDelaySeconds\": 123,\n \"dailyThrottling\": 123,\n \"disableOpensTracking\": true,\n \"enableLinksTracking\": true,\n \"useDailyThrottling\": true,\n \"isSendingPlainTextEnabled\": true,\n \"isListUnsubscribeHeaderEnabled\": true,\n \"isSameDomainSendingLimitEnabled\": true,\n \"numberOfSameDomainSendingLimit\": 123,\n \"matchProspectToEmailAccountProvider\": true,\n \"callIsAutomatic\": true,\n \"taskIsAutomatic\": true,\n \"generatedTaskOwner\": \"sequence\"\n },\n \"emailAccounts\": [\n 2\n ],\n \"linkedInAccounts\": [\n 2\n ],\n \"offerId\": 2,\n \"offerGenerationInputs\": {\n \"companyName\": \"<string>\",\n \"companyDescription\": \"<string>\",\n \"icp\": \"<string>\",\n \"reasonForOutreach\": \"<string>\",\n \"caseStudies\": [\n \"<string>\"\n ],\n \"painPoints\": [\n \"<string>\"\n ],\n \"proofPoints\": [\n \"<string>\"\n ],\n \"valuePropositions\": [\n \"<string>\"\n ],\n \"callToActions\": [\n \"<string>\"\n ]\n },\n \"toneOfVoice\": {},\n \"personalizationPoints\": {\n \"basicResearch\": true,\n \"companyResearch\": {\n \"description\": true,\n \"mission\": true,\n \"techStack\": true,\n \"tenKReport\": true,\n \"recentReportForInvestors\": true,\n \"financialReport\": true,\n \"fundraisingResearch\": true,\n \"challenges\": true,\n \"recentNews\": true,\n \"predictChallengesAndCompetitors\": true,\n \"productsServicesDeepDive\": true,\n \"mergersAcquisitions\": true,\n \"customerReviews\": true\n },\n \"prospectResearch\": {\n \"aboutSection\": true,\n \"hobbiesInterests\": true,\n \"quotes\": true,\n \"achievements\": true,\n \"careerSummary\": true,\n \"jobResponsibilitiesInCurrentCompany\": true,\n \"achievementsInCurrentCompany\": true\n },\n \"industryResearch\": {\n \"recentIndustryNews\": true,\n \"industryTrends\": true,\n \"competitorsOverviewNews\": true\n },\n \"contactFields\": {\n \"enabled\": true,\n \"defaultFields\": [],\n \"customFieldIds\": [\n 2\n ]\n },\n \"customResearch\": {\n \"enabled\": true,\n \"instructions\": \"<string>\"\n }\n },\n \"autopilot\": {\n \"enabled\": true,\n \"filters\": {\n \"accountListIds\": [\n {\n \"value\": 2\n }\n ],\n \"industries\": [\n {\n \"value\": \"<string>\"\n }\n ],\n \"companyLocations\": [\n {\n \"value\": \"<string>\"\n }\n ],\n \"companySizes\": [],\n \"headcountGrowth\": {\n \"min\": 1,\n \"max\": 1\n },\n \"departmentHeadcountGrowth\": {\n \"department\": \"<string>\",\n \"min\": 1,\n \"max\": 1\n },\n \"accountKeywords\": {\n \"values\": [\n {\n \"value\": \"<string>\"\n }\n ]\n },\n \"isHiringOnLinkedIn\": true,\n \"contactLocations\": [\n {\n \"value\": \"<string>\"\n }\n ],\n \"jobTitles\": [\n {\n \"value\": \"<string>\"\n }\n ],\n \"departments\": [\n {\n \"value\": \"<string>\"\n }\n ],\n \"seniorities\": [\n \"<string>\"\n ],\n \"yearsInCompany\": [],\n \"contactKeywords\": {\n \"values\": [\n {\n \"value\": \"<string>\"\n }\n ]\n },\n \"changedJobIn90Days\": true\n },\n \"referenceUrl\": \"<string>\",\n \"maxPeoplePerCompany\": 2,\n \"maxPeopleToAddPerDay\": 2,\n \"searchContactPhones\": true,\n \"addContactsWithoutEmailAddresses\": true\n },\n \"playbookId\": \"<string>\",\n \"knowledgeBaseId\": 2,\n \"approvalMode\": {\n \"enabled\": true\n },\n \"intentSignals\": [\n {\n \"postEngagers\": {\n \"monitorProfiles\": {\n \"profiles\": [\n {\n \"linkedInUrl\": \"<string>\"\n }\n ]\n },\n \"monitorPosts\": {\n \"postUrls\": [\n \"<string>\"\n ]\n }\n },\n \"competitorFollowers\": {\n \"linkedInUrls\": [\n \"<string>\"\n ],\n \"entitiesToFind\": 300\n },\n \"technologyUsed\": {\n \"industryId\": 2,\n \"technologies\": [\n \"<string>\"\n ],\n \"useAndLogicInTechnologies\": true,\n \"entitiesToFind\": 250\n },\n \"jobHiring\": {\n \"keyword\": \"<string>\",\n \"industries\": [\n 2\n ],\n \"entitiesToFind\": 250\n }\n }\n ]\n}"
response = http.request(request)
puts response.read_body{
"id": 123,
"ownerUserId": 42,
"name": "Sales Outreach 2024",
"created": "2024-03-08T14:30:00+00:00",
"status": "active",
"isArchived": false,
"health": "degraded",
"scheduleId": 1,
"emailAccounts": [
{
"id": 1,
"email": "sales@company.com"
},
{
"id": 2,
"email": "outreach@company.com"
}
],
"linkedInAccounts": [
{
"id": 42,
"name": "John Doe",
"profileUrl": "https://www.linkedin.com/in/johndoe",
"status": "enabled"
}
],
"settings": {
"emailsCountPerDay": 50,
"daysToFinishProspect": 14,
"emailSendingDelaySeconds": 30,
"dailyThrottling": 200,
"disableOpensTracking": false,
"repliesHandlingType": "markAsFinished",
"enableLinksTracking": true
},
"steps": [
{
"id": 1323,
"type": "email",
"delayInMinutes": 0,
"executionMode": "automatic",
"variants": [
{
"id": 1,
"subject": "Quick question about {{companyName}}",
"message": "<p>Hi {{firstName}},</p><p>I noticed you are leading initiatives at {{companyName}} and wanted to reach out.</p><p>Best regards, John</p>"
}
]
},
{
"id": 43432,
"type": "linkedIn",
"actionType": "message",
"delayInMinutes": 2880,
"executionMode": "automatic",
"variants": [
{
"id": 2,
"message": "Hi {{firstName}}, I noticed your great work at {{companyName}}. Would love to connect!",
"isEnabled": true
}
]
}
]
}Create an AI SDR sequence
Beta. This endpoint is in beta. Behavior, parameters, and response shapes may change without notice.
ai-sdr:write scope (or a broader one that includes it).
Creates a new AI SDR sequence with its full AI SDR settings payload. The sequence is seeded either from a saved offer (offerId) or from inline offer-context inputs (offerGenerationInputs) — exactly one is required.
Sequence steps are generated by the AI SDR — clients do not pass steps here. Generic sequence fields (name, scheduleId, settings, emailAccounts, linkedInAccounts) are accepted and applied after the AI SDR-specific setup.
Requires the AI SDR feature on the caller’s team.
curl --request POST \
--url https://api.reply.io/v3/sequences/ai-sdr \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"sequenceStructureSetup": {
"generatedStepTypes": [],
"generateConditional": true,
"numberOfSteps": 5
},
"scheduleId": 2,
"settings": {
"emailsCountPerDay": 123,
"daysToFinishProspect": 123,
"emailSendingDelaySeconds": 123,
"dailyThrottling": 123,
"disableOpensTracking": true,
"enableLinksTracking": true,
"useDailyThrottling": true,
"isSendingPlainTextEnabled": true,
"isListUnsubscribeHeaderEnabled": true,
"isSameDomainSendingLimitEnabled": true,
"numberOfSameDomainSendingLimit": 123,
"matchProspectToEmailAccountProvider": true,
"callIsAutomatic": true,
"taskIsAutomatic": true,
"generatedTaskOwner": "sequence"
},
"emailAccounts": [
2
],
"linkedInAccounts": [
2
],
"offerId": 2,
"offerGenerationInputs": {
"companyName": "<string>",
"companyDescription": "<string>",
"icp": "<string>",
"reasonForOutreach": "<string>",
"caseStudies": [
"<string>"
],
"painPoints": [
"<string>"
],
"proofPoints": [
"<string>"
],
"valuePropositions": [
"<string>"
],
"callToActions": [
"<string>"
]
},
"toneOfVoice": {},
"personalizationPoints": {
"basicResearch": true,
"companyResearch": {
"description": true,
"mission": true,
"techStack": true,
"tenKReport": true,
"recentReportForInvestors": true,
"financialReport": true,
"fundraisingResearch": true,
"challenges": true,
"recentNews": true,
"predictChallengesAndCompetitors": true,
"productsServicesDeepDive": true,
"mergersAcquisitions": true,
"customerReviews": true
},
"prospectResearch": {
"aboutSection": true,
"hobbiesInterests": true,
"quotes": true,
"achievements": true,
"careerSummary": true,
"jobResponsibilitiesInCurrentCompany": true,
"achievementsInCurrentCompany": true
},
"industryResearch": {
"recentIndustryNews": true,
"industryTrends": true,
"competitorsOverviewNews": true
},
"contactFields": {
"enabled": true,
"defaultFields": [],
"customFieldIds": [
2
]
},
"customResearch": {
"enabled": true,
"instructions": "<string>"
}
},
"autopilot": {
"enabled": true,
"filters": {
"accountListIds": [
{
"value": 2
}
],
"industries": [
{
"value": "<string>"
}
],
"companyLocations": [
{
"value": "<string>"
}
],
"companySizes": [],
"headcountGrowth": {
"min": 1,
"max": 1
},
"departmentHeadcountGrowth": {
"department": "<string>",
"min": 1,
"max": 1
},
"accountKeywords": {
"values": [
{
"value": "<string>"
}
]
},
"isHiringOnLinkedIn": true,
"contactLocations": [
{
"value": "<string>"
}
],
"jobTitles": [
{
"value": "<string>"
}
],
"departments": [
{
"value": "<string>"
}
],
"seniorities": [
"<string>"
],
"yearsInCompany": [],
"contactKeywords": {
"values": [
{
"value": "<string>"
}
]
},
"changedJobIn90Days": true
},
"referenceUrl": "<string>",
"maxPeoplePerCompany": 2,
"maxPeopleToAddPerDay": 2,
"searchContactPhones": true,
"addContactsWithoutEmailAddresses": true
},
"playbookId": "<string>",
"knowledgeBaseId": 2,
"approvalMode": {
"enabled": true
},
"intentSignals": [
{
"postEngagers": {
"monitorProfiles": {
"profiles": [
{
"linkedInUrl": "<string>"
}
]
},
"monitorPosts": {
"postUrls": [
"<string>"
]
}
},
"competitorFollowers": {
"linkedInUrls": [
"<string>"
],
"entitiesToFind": 300
},
"technologyUsed": {
"industryId": 2,
"technologies": [
"<string>"
],
"useAndLogicInTechnologies": true,
"entitiesToFind": 250
},
"jobHiring": {
"keyword": "<string>",
"industries": [
2
],
"entitiesToFind": 250
}
}
]
}
'import requests
url = "https://api.reply.io/v3/sequences/ai-sdr"
payload = {
"name": "<string>",
"sequenceStructureSetup": {
"generatedStepTypes": [],
"generateConditional": True,
"numberOfSteps": 5
},
"scheduleId": 2,
"settings": {
"emailsCountPerDay": 123,
"daysToFinishProspect": 123,
"emailSendingDelaySeconds": 123,
"dailyThrottling": 123,
"disableOpensTracking": True,
"enableLinksTracking": True,
"useDailyThrottling": True,
"isSendingPlainTextEnabled": True,
"isListUnsubscribeHeaderEnabled": True,
"isSameDomainSendingLimitEnabled": True,
"numberOfSameDomainSendingLimit": 123,
"matchProspectToEmailAccountProvider": True,
"callIsAutomatic": True,
"taskIsAutomatic": True,
"generatedTaskOwner": "sequence"
},
"emailAccounts": [2],
"linkedInAccounts": [2],
"offerId": 2,
"offerGenerationInputs": {
"companyName": "<string>",
"companyDescription": "<string>",
"icp": "<string>",
"reasonForOutreach": "<string>",
"caseStudies": ["<string>"],
"painPoints": ["<string>"],
"proofPoints": ["<string>"],
"valuePropositions": ["<string>"],
"callToActions": ["<string>"]
},
"toneOfVoice": {},
"personalizationPoints": {
"basicResearch": True,
"companyResearch": {
"description": True,
"mission": True,
"techStack": True,
"tenKReport": True,
"recentReportForInvestors": True,
"financialReport": True,
"fundraisingResearch": True,
"challenges": True,
"recentNews": True,
"predictChallengesAndCompetitors": True,
"productsServicesDeepDive": True,
"mergersAcquisitions": True,
"customerReviews": True
},
"prospectResearch": {
"aboutSection": True,
"hobbiesInterests": True,
"quotes": True,
"achievements": True,
"careerSummary": True,
"jobResponsibilitiesInCurrentCompany": True,
"achievementsInCurrentCompany": True
},
"industryResearch": {
"recentIndustryNews": True,
"industryTrends": True,
"competitorsOverviewNews": True
},
"contactFields": {
"enabled": True,
"defaultFields": [],
"customFieldIds": [2]
},
"customResearch": {
"enabled": True,
"instructions": "<string>"
}
},
"autopilot": {
"enabled": True,
"filters": {
"accountListIds": [{ "value": 2 }],
"industries": [{ "value": "<string>" }],
"companyLocations": [{ "value": "<string>" }],
"companySizes": [],
"headcountGrowth": {
"min": 1,
"max": 1
},
"departmentHeadcountGrowth": {
"department": "<string>",
"min": 1,
"max": 1
},
"accountKeywords": { "values": [{ "value": "<string>" }] },
"isHiringOnLinkedIn": True,
"contactLocations": [{ "value": "<string>" }],
"jobTitles": [{ "value": "<string>" }],
"departments": [{ "value": "<string>" }],
"seniorities": ["<string>"],
"yearsInCompany": [],
"contactKeywords": { "values": [{ "value": "<string>" }] },
"changedJobIn90Days": True
},
"referenceUrl": "<string>",
"maxPeoplePerCompany": 2,
"maxPeopleToAddPerDay": 2,
"searchContactPhones": True,
"addContactsWithoutEmailAddresses": True
},
"playbookId": "<string>",
"knowledgeBaseId": 2,
"approvalMode": { "enabled": True },
"intentSignals": [
{
"postEngagers": {
"monitorProfiles": { "profiles": [{ "linkedInUrl": "<string>" }] },
"monitorPosts": { "postUrls": ["<string>"] }
},
"competitorFollowers": {
"linkedInUrls": ["<string>"],
"entitiesToFind": 300
},
"technologyUsed": {
"industryId": 2,
"technologies": ["<string>"],
"useAndLogicInTechnologies": True,
"entitiesToFind": 250
},
"jobHiring": {
"keyword": "<string>",
"industries": [2],
"entitiesToFind": 250
}
}
]
}
headers = {
"Authorization": "Bearer <token>",
"Content-Type": "application/json"
}
response = requests.post(url, json=payload, headers=headers)
print(response.text)const options = {
method: 'POST',
headers: {Authorization: 'Bearer <token>', 'Content-Type': 'application/json'},
body: JSON.stringify({
name: '<string>',
sequenceStructureSetup: {generatedStepTypes: [], generateConditional: true, numberOfSteps: 5},
scheduleId: 2,
settings: {
emailsCountPerDay: 123,
daysToFinishProspect: 123,
emailSendingDelaySeconds: 123,
dailyThrottling: 123,
disableOpensTracking: true,
enableLinksTracking: true,
useDailyThrottling: true,
isSendingPlainTextEnabled: true,
isListUnsubscribeHeaderEnabled: true,
isSameDomainSendingLimitEnabled: true,
numberOfSameDomainSendingLimit: 123,
matchProspectToEmailAccountProvider: true,
callIsAutomatic: true,
taskIsAutomatic: true,
generatedTaskOwner: 'sequence'
},
emailAccounts: [2],
linkedInAccounts: [2],
offerId: 2,
offerGenerationInputs: {
companyName: '<string>',
companyDescription: '<string>',
icp: '<string>',
reasonForOutreach: '<string>',
caseStudies: ['<string>'],
painPoints: ['<string>'],
proofPoints: ['<string>'],
valuePropositions: ['<string>'],
callToActions: ['<string>']
},
toneOfVoice: {},
personalizationPoints: {
basicResearch: true,
companyResearch: {
description: true,
mission: true,
techStack: true,
tenKReport: true,
recentReportForInvestors: true,
financialReport: true,
fundraisingResearch: true,
challenges: true,
recentNews: true,
predictChallengesAndCompetitors: true,
productsServicesDeepDive: true,
mergersAcquisitions: true,
customerReviews: true
},
prospectResearch: {
aboutSection: true,
hobbiesInterests: true,
quotes: true,
achievements: true,
careerSummary: true,
jobResponsibilitiesInCurrentCompany: true,
achievementsInCurrentCompany: true
},
industryResearch: {recentIndustryNews: true, industryTrends: true, competitorsOverviewNews: true},
contactFields: {enabled: true, defaultFields: [], customFieldIds: [2]},
customResearch: {enabled: true, instructions: '<string>'}
},
autopilot: {
enabled: true,
filters: {
accountListIds: [{value: 2}],
industries: [{value: '<string>'}],
companyLocations: [{value: '<string>'}],
companySizes: [],
headcountGrowth: {min: 1, max: 1},
departmentHeadcountGrowth: {department: '<string>', min: 1, max: 1},
accountKeywords: {values: [{value: '<string>'}]},
isHiringOnLinkedIn: true,
contactLocations: [{value: '<string>'}],
jobTitles: [{value: '<string>'}],
departments: [{value: '<string>'}],
seniorities: ['<string>'],
yearsInCompany: [],
contactKeywords: {values: [{value: '<string>'}]},
changedJobIn90Days: true
},
referenceUrl: '<string>',
maxPeoplePerCompany: 2,
maxPeopleToAddPerDay: 2,
searchContactPhones: true,
addContactsWithoutEmailAddresses: true
},
playbookId: '<string>',
knowledgeBaseId: 2,
approvalMode: {enabled: true},
intentSignals: [
{
postEngagers: {
monitorProfiles: {profiles: [{linkedInUrl: '<string>'}]},
monitorPosts: {postUrls: ['<string>']}
},
competitorFollowers: {linkedInUrls: ['<string>'], entitiesToFind: 300},
technologyUsed: {
industryId: 2,
technologies: ['<string>'],
useAndLogicInTechnologies: true,
entitiesToFind: 250
},
jobHiring: {keyword: '<string>', industries: [2], entitiesToFind: 250}
}
]
})
};
fetch('https://api.reply.io/v3/sequences/ai-sdr', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://api.reply.io/v3/sequences/ai-sdr",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "POST",
CURLOPT_POSTFIELDS => json_encode([
'name' => '<string>',
'sequenceStructureSetup' => [
'generatedStepTypes' => [
],
'generateConditional' => true,
'numberOfSteps' => 5
],
'scheduleId' => 2,
'settings' => [
'emailsCountPerDay' => 123,
'daysToFinishProspect' => 123,
'emailSendingDelaySeconds' => 123,
'dailyThrottling' => 123,
'disableOpensTracking' => true,
'enableLinksTracking' => true,
'useDailyThrottling' => true,
'isSendingPlainTextEnabled' => true,
'isListUnsubscribeHeaderEnabled' => true,
'isSameDomainSendingLimitEnabled' => true,
'numberOfSameDomainSendingLimit' => 123,
'matchProspectToEmailAccountProvider' => true,
'callIsAutomatic' => true,
'taskIsAutomatic' => true,
'generatedTaskOwner' => 'sequence'
],
'emailAccounts' => [
2
],
'linkedInAccounts' => [
2
],
'offerId' => 2,
'offerGenerationInputs' => [
'companyName' => '<string>',
'companyDescription' => '<string>',
'icp' => '<string>',
'reasonForOutreach' => '<string>',
'caseStudies' => [
'<string>'
],
'painPoints' => [
'<string>'
],
'proofPoints' => [
'<string>'
],
'valuePropositions' => [
'<string>'
],
'callToActions' => [
'<string>'
]
],
'toneOfVoice' => [
],
'personalizationPoints' => [
'basicResearch' => true,
'companyResearch' => [
'description' => true,
'mission' => true,
'techStack' => true,
'tenKReport' => true,
'recentReportForInvestors' => true,
'financialReport' => true,
'fundraisingResearch' => true,
'challenges' => true,
'recentNews' => true,
'predictChallengesAndCompetitors' => true,
'productsServicesDeepDive' => true,
'mergersAcquisitions' => true,
'customerReviews' => true
],
'prospectResearch' => [
'aboutSection' => true,
'hobbiesInterests' => true,
'quotes' => true,
'achievements' => true,
'careerSummary' => true,
'jobResponsibilitiesInCurrentCompany' => true,
'achievementsInCurrentCompany' => true
],
'industryResearch' => [
'recentIndustryNews' => true,
'industryTrends' => true,
'competitorsOverviewNews' => true
],
'contactFields' => [
'enabled' => true,
'defaultFields' => [
],
'customFieldIds' => [
2
]
],
'customResearch' => [
'enabled' => true,
'instructions' => '<string>'
]
],
'autopilot' => [
'enabled' => true,
'filters' => [
'accountListIds' => [
[
'value' => 2
]
],
'industries' => [
[
'value' => '<string>'
]
],
'companyLocations' => [
[
'value' => '<string>'
]
],
'companySizes' => [
],
'headcountGrowth' => [
'min' => 1,
'max' => 1
],
'departmentHeadcountGrowth' => [
'department' => '<string>',
'min' => 1,
'max' => 1
],
'accountKeywords' => [
'values' => [
[
'value' => '<string>'
]
]
],
'isHiringOnLinkedIn' => true,
'contactLocations' => [
[
'value' => '<string>'
]
],
'jobTitles' => [
[
'value' => '<string>'
]
],
'departments' => [
[
'value' => '<string>'
]
],
'seniorities' => [
'<string>'
],
'yearsInCompany' => [
],
'contactKeywords' => [
'values' => [
[
'value' => '<string>'
]
]
],
'changedJobIn90Days' => true
],
'referenceUrl' => '<string>',
'maxPeoplePerCompany' => 2,
'maxPeopleToAddPerDay' => 2,
'searchContactPhones' => true,
'addContactsWithoutEmailAddresses' => true
],
'playbookId' => '<string>',
'knowledgeBaseId' => 2,
'approvalMode' => [
'enabled' => true
],
'intentSignals' => [
[
'postEngagers' => [
'monitorProfiles' => [
'profiles' => [
[
'linkedInUrl' => '<string>'
]
]
],
'monitorPosts' => [
'postUrls' => [
'<string>'
]
]
],
'competitorFollowers' => [
'linkedInUrls' => [
'<string>'
],
'entitiesToFind' => 300
],
'technologyUsed' => [
'industryId' => 2,
'technologies' => [
'<string>'
],
'useAndLogicInTechnologies' => true,
'entitiesToFind' => 250
],
'jobHiring' => [
'keyword' => '<string>',
'industries' => [
2
],
'entitiesToFind' => 250
]
]
]
]),
CURLOPT_HTTPHEADER => [
"Authorization: Bearer <token>",
"Content-Type: application/json"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"strings"
"net/http"
"io"
)
func main() {
url := "https://api.reply.io/v3/sequences/ai-sdr"
payload := strings.NewReader("{\n \"name\": \"<string>\",\n \"sequenceStructureSetup\": {\n \"generatedStepTypes\": [],\n \"generateConditional\": true,\n \"numberOfSteps\": 5\n },\n \"scheduleId\": 2,\n \"settings\": {\n \"emailsCountPerDay\": 123,\n \"daysToFinishProspect\": 123,\n \"emailSendingDelaySeconds\": 123,\n \"dailyThrottling\": 123,\n \"disableOpensTracking\": true,\n \"enableLinksTracking\": true,\n \"useDailyThrottling\": true,\n \"isSendingPlainTextEnabled\": true,\n \"isListUnsubscribeHeaderEnabled\": true,\n \"isSameDomainSendingLimitEnabled\": true,\n \"numberOfSameDomainSendingLimit\": 123,\n \"matchProspectToEmailAccountProvider\": true,\n \"callIsAutomatic\": true,\n \"taskIsAutomatic\": true,\n \"generatedTaskOwner\": \"sequence\"\n },\n \"emailAccounts\": [\n 2\n ],\n \"linkedInAccounts\": [\n 2\n ],\n \"offerId\": 2,\n \"offerGenerationInputs\": {\n \"companyName\": \"<string>\",\n \"companyDescription\": \"<string>\",\n \"icp\": \"<string>\",\n \"reasonForOutreach\": \"<string>\",\n \"caseStudies\": [\n \"<string>\"\n ],\n \"painPoints\": [\n \"<string>\"\n ],\n \"proofPoints\": [\n \"<string>\"\n ],\n \"valuePropositions\": [\n \"<string>\"\n ],\n \"callToActions\": [\n \"<string>\"\n ]\n },\n \"toneOfVoice\": {},\n \"personalizationPoints\": {\n \"basicResearch\": true,\n \"companyResearch\": {\n \"description\": true,\n \"mission\": true,\n \"techStack\": true,\n \"tenKReport\": true,\n \"recentReportForInvestors\": true,\n \"financialReport\": true,\n \"fundraisingResearch\": true,\n \"challenges\": true,\n \"recentNews\": true,\n \"predictChallengesAndCompetitors\": true,\n \"productsServicesDeepDive\": true,\n \"mergersAcquisitions\": true,\n \"customerReviews\": true\n },\n \"prospectResearch\": {\n \"aboutSection\": true,\n \"hobbiesInterests\": true,\n \"quotes\": true,\n \"achievements\": true,\n \"careerSummary\": true,\n \"jobResponsibilitiesInCurrentCompany\": true,\n \"achievementsInCurrentCompany\": true\n },\n \"industryResearch\": {\n \"recentIndustryNews\": true,\n \"industryTrends\": true,\n \"competitorsOverviewNews\": true\n },\n \"contactFields\": {\n \"enabled\": true,\n \"defaultFields\": [],\n \"customFieldIds\": [\n 2\n ]\n },\n \"customResearch\": {\n \"enabled\": true,\n \"instructions\": \"<string>\"\n }\n },\n \"autopilot\": {\n \"enabled\": true,\n \"filters\": {\n \"accountListIds\": [\n {\n \"value\": 2\n }\n ],\n \"industries\": [\n {\n \"value\": \"<string>\"\n }\n ],\n \"companyLocations\": [\n {\n \"value\": \"<string>\"\n }\n ],\n \"companySizes\": [],\n \"headcountGrowth\": {\n \"min\": 1,\n \"max\": 1\n },\n \"departmentHeadcountGrowth\": {\n \"department\": \"<string>\",\n \"min\": 1,\n \"max\": 1\n },\n \"accountKeywords\": {\n \"values\": [\n {\n \"value\": \"<string>\"\n }\n ]\n },\n \"isHiringOnLinkedIn\": true,\n \"contactLocations\": [\n {\n \"value\": \"<string>\"\n }\n ],\n \"jobTitles\": [\n {\n \"value\": \"<string>\"\n }\n ],\n \"departments\": [\n {\n \"value\": \"<string>\"\n }\n ],\n \"seniorities\": [\n \"<string>\"\n ],\n \"yearsInCompany\": [],\n \"contactKeywords\": {\n \"values\": [\n {\n \"value\": \"<string>\"\n }\n ]\n },\n \"changedJobIn90Days\": true\n },\n \"referenceUrl\": \"<string>\",\n \"maxPeoplePerCompany\": 2,\n \"maxPeopleToAddPerDay\": 2,\n \"searchContactPhones\": true,\n \"addContactsWithoutEmailAddresses\": true\n },\n \"playbookId\": \"<string>\",\n \"knowledgeBaseId\": 2,\n \"approvalMode\": {\n \"enabled\": true\n },\n \"intentSignals\": [\n {\n \"postEngagers\": {\n \"monitorProfiles\": {\n \"profiles\": [\n {\n \"linkedInUrl\": \"<string>\"\n }\n ]\n },\n \"monitorPosts\": {\n \"postUrls\": [\n \"<string>\"\n ]\n }\n },\n \"competitorFollowers\": {\n \"linkedInUrls\": [\n \"<string>\"\n ],\n \"entitiesToFind\": 300\n },\n \"technologyUsed\": {\n \"industryId\": 2,\n \"technologies\": [\n \"<string>\"\n ],\n \"useAndLogicInTechnologies\": true,\n \"entitiesToFind\": 250\n },\n \"jobHiring\": {\n \"keyword\": \"<string>\",\n \"industries\": [\n 2\n ],\n \"entitiesToFind\": 250\n }\n }\n ]\n}")
req, _ := http.NewRequest("POST", url, payload)
req.Header.Add("Authorization", "Bearer <token>")
req.Header.Add("Content-Type", "application/json")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.post("https://api.reply.io/v3/sequences/ai-sdr")
.header("Authorization", "Bearer <token>")
.header("Content-Type", "application/json")
.body("{\n \"name\": \"<string>\",\n \"sequenceStructureSetup\": {\n \"generatedStepTypes\": [],\n \"generateConditional\": true,\n \"numberOfSteps\": 5\n },\n \"scheduleId\": 2,\n \"settings\": {\n \"emailsCountPerDay\": 123,\n \"daysToFinishProspect\": 123,\n \"emailSendingDelaySeconds\": 123,\n \"dailyThrottling\": 123,\n \"disableOpensTracking\": true,\n \"enableLinksTracking\": true,\n \"useDailyThrottling\": true,\n \"isSendingPlainTextEnabled\": true,\n \"isListUnsubscribeHeaderEnabled\": true,\n \"isSameDomainSendingLimitEnabled\": true,\n \"numberOfSameDomainSendingLimit\": 123,\n \"matchProspectToEmailAccountProvider\": true,\n \"callIsAutomatic\": true,\n \"taskIsAutomatic\": true,\n \"generatedTaskOwner\": \"sequence\"\n },\n \"emailAccounts\": [\n 2\n ],\n \"linkedInAccounts\": [\n 2\n ],\n \"offerId\": 2,\n \"offerGenerationInputs\": {\n \"companyName\": \"<string>\",\n \"companyDescription\": \"<string>\",\n \"icp\": \"<string>\",\n \"reasonForOutreach\": \"<string>\",\n \"caseStudies\": [\n \"<string>\"\n ],\n \"painPoints\": [\n \"<string>\"\n ],\n \"proofPoints\": [\n \"<string>\"\n ],\n \"valuePropositions\": [\n \"<string>\"\n ],\n \"callToActions\": [\n \"<string>\"\n ]\n },\n \"toneOfVoice\": {},\n \"personalizationPoints\": {\n \"basicResearch\": true,\n \"companyResearch\": {\n \"description\": true,\n \"mission\": true,\n \"techStack\": true,\n \"tenKReport\": true,\n \"recentReportForInvestors\": true,\n \"financialReport\": true,\n \"fundraisingResearch\": true,\n \"challenges\": true,\n \"recentNews\": true,\n \"predictChallengesAndCompetitors\": true,\n \"productsServicesDeepDive\": true,\n \"mergersAcquisitions\": true,\n \"customerReviews\": true\n },\n \"prospectResearch\": {\n \"aboutSection\": true,\n \"hobbiesInterests\": true,\n \"quotes\": true,\n \"achievements\": true,\n \"careerSummary\": true,\n \"jobResponsibilitiesInCurrentCompany\": true,\n \"achievementsInCurrentCompany\": true\n },\n \"industryResearch\": {\n \"recentIndustryNews\": true,\n \"industryTrends\": true,\n \"competitorsOverviewNews\": true\n },\n \"contactFields\": {\n \"enabled\": true,\n \"defaultFields\": [],\n \"customFieldIds\": [\n 2\n ]\n },\n \"customResearch\": {\n \"enabled\": true,\n \"instructions\": \"<string>\"\n }\n },\n \"autopilot\": {\n \"enabled\": true,\n \"filters\": {\n \"accountListIds\": [\n {\n \"value\": 2\n }\n ],\n \"industries\": [\n {\n \"value\": \"<string>\"\n }\n ],\n \"companyLocations\": [\n {\n \"value\": \"<string>\"\n }\n ],\n \"companySizes\": [],\n \"headcountGrowth\": {\n \"min\": 1,\n \"max\": 1\n },\n \"departmentHeadcountGrowth\": {\n \"department\": \"<string>\",\n \"min\": 1,\n \"max\": 1\n },\n \"accountKeywords\": {\n \"values\": [\n {\n \"value\": \"<string>\"\n }\n ]\n },\n \"isHiringOnLinkedIn\": true,\n \"contactLocations\": [\n {\n \"value\": \"<string>\"\n }\n ],\n \"jobTitles\": [\n {\n \"value\": \"<string>\"\n }\n ],\n \"departments\": [\n {\n \"value\": \"<string>\"\n }\n ],\n \"seniorities\": [\n \"<string>\"\n ],\n \"yearsInCompany\": [],\n \"contactKeywords\": {\n \"values\": [\n {\n \"value\": \"<string>\"\n }\n ]\n },\n \"changedJobIn90Days\": true\n },\n \"referenceUrl\": \"<string>\",\n \"maxPeoplePerCompany\": 2,\n \"maxPeopleToAddPerDay\": 2,\n \"searchContactPhones\": true,\n \"addContactsWithoutEmailAddresses\": true\n },\n \"playbookId\": \"<string>\",\n \"knowledgeBaseId\": 2,\n \"approvalMode\": {\n \"enabled\": true\n },\n \"intentSignals\": [\n {\n \"postEngagers\": {\n \"monitorProfiles\": {\n \"profiles\": [\n {\n \"linkedInUrl\": \"<string>\"\n }\n ]\n },\n \"monitorPosts\": {\n \"postUrls\": [\n \"<string>\"\n ]\n }\n },\n \"competitorFollowers\": {\n \"linkedInUrls\": [\n \"<string>\"\n ],\n \"entitiesToFind\": 300\n },\n \"technologyUsed\": {\n \"industryId\": 2,\n \"technologies\": [\n \"<string>\"\n ],\n \"useAndLogicInTechnologies\": true,\n \"entitiesToFind\": 250\n },\n \"jobHiring\": {\n \"keyword\": \"<string>\",\n \"industries\": [\n 2\n ],\n \"entitiesToFind\": 250\n }\n }\n ]\n}")
.asString();require 'uri'
require 'net/http'
url = URI("https://api.reply.io/v3/sequences/ai-sdr")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Post.new(url)
request["Authorization"] = 'Bearer <token>'
request["Content-Type"] = 'application/json'
request.body = "{\n \"name\": \"<string>\",\n \"sequenceStructureSetup\": {\n \"generatedStepTypes\": [],\n \"generateConditional\": true,\n \"numberOfSteps\": 5\n },\n \"scheduleId\": 2,\n \"settings\": {\n \"emailsCountPerDay\": 123,\n \"daysToFinishProspect\": 123,\n \"emailSendingDelaySeconds\": 123,\n \"dailyThrottling\": 123,\n \"disableOpensTracking\": true,\n \"enableLinksTracking\": true,\n \"useDailyThrottling\": true,\n \"isSendingPlainTextEnabled\": true,\n \"isListUnsubscribeHeaderEnabled\": true,\n \"isSameDomainSendingLimitEnabled\": true,\n \"numberOfSameDomainSendingLimit\": 123,\n \"matchProspectToEmailAccountProvider\": true,\n \"callIsAutomatic\": true,\n \"taskIsAutomatic\": true,\n \"generatedTaskOwner\": \"sequence\"\n },\n \"emailAccounts\": [\n 2\n ],\n \"linkedInAccounts\": [\n 2\n ],\n \"offerId\": 2,\n \"offerGenerationInputs\": {\n \"companyName\": \"<string>\",\n \"companyDescription\": \"<string>\",\n \"icp\": \"<string>\",\n \"reasonForOutreach\": \"<string>\",\n \"caseStudies\": [\n \"<string>\"\n ],\n \"painPoints\": [\n \"<string>\"\n ],\n \"proofPoints\": [\n \"<string>\"\n ],\n \"valuePropositions\": [\n \"<string>\"\n ],\n \"callToActions\": [\n \"<string>\"\n ]\n },\n \"toneOfVoice\": {},\n \"personalizationPoints\": {\n \"basicResearch\": true,\n \"companyResearch\": {\n \"description\": true,\n \"mission\": true,\n \"techStack\": true,\n \"tenKReport\": true,\n \"recentReportForInvestors\": true,\n \"financialReport\": true,\n \"fundraisingResearch\": true,\n \"challenges\": true,\n \"recentNews\": true,\n \"predictChallengesAndCompetitors\": true,\n \"productsServicesDeepDive\": true,\n \"mergersAcquisitions\": true,\n \"customerReviews\": true\n },\n \"prospectResearch\": {\n \"aboutSection\": true,\n \"hobbiesInterests\": true,\n \"quotes\": true,\n \"achievements\": true,\n \"careerSummary\": true,\n \"jobResponsibilitiesInCurrentCompany\": true,\n \"achievementsInCurrentCompany\": true\n },\n \"industryResearch\": {\n \"recentIndustryNews\": true,\n \"industryTrends\": true,\n \"competitorsOverviewNews\": true\n },\n \"contactFields\": {\n \"enabled\": true,\n \"defaultFields\": [],\n \"customFieldIds\": [\n 2\n ]\n },\n \"customResearch\": {\n \"enabled\": true,\n \"instructions\": \"<string>\"\n }\n },\n \"autopilot\": {\n \"enabled\": true,\n \"filters\": {\n \"accountListIds\": [\n {\n \"value\": 2\n }\n ],\n \"industries\": [\n {\n \"value\": \"<string>\"\n }\n ],\n \"companyLocations\": [\n {\n \"value\": \"<string>\"\n }\n ],\n \"companySizes\": [],\n \"headcountGrowth\": {\n \"min\": 1,\n \"max\": 1\n },\n \"departmentHeadcountGrowth\": {\n \"department\": \"<string>\",\n \"min\": 1,\n \"max\": 1\n },\n \"accountKeywords\": {\n \"values\": [\n {\n \"value\": \"<string>\"\n }\n ]\n },\n \"isHiringOnLinkedIn\": true,\n \"contactLocations\": [\n {\n \"value\": \"<string>\"\n }\n ],\n \"jobTitles\": [\n {\n \"value\": \"<string>\"\n }\n ],\n \"departments\": [\n {\n \"value\": \"<string>\"\n }\n ],\n \"seniorities\": [\n \"<string>\"\n ],\n \"yearsInCompany\": [],\n \"contactKeywords\": {\n \"values\": [\n {\n \"value\": \"<string>\"\n }\n ]\n },\n \"changedJobIn90Days\": true\n },\n \"referenceUrl\": \"<string>\",\n \"maxPeoplePerCompany\": 2,\n \"maxPeopleToAddPerDay\": 2,\n \"searchContactPhones\": true,\n \"addContactsWithoutEmailAddresses\": true\n },\n \"playbookId\": \"<string>\",\n \"knowledgeBaseId\": 2,\n \"approvalMode\": {\n \"enabled\": true\n },\n \"intentSignals\": [\n {\n \"postEngagers\": {\n \"monitorProfiles\": {\n \"profiles\": [\n {\n \"linkedInUrl\": \"<string>\"\n }\n ]\n },\n \"monitorPosts\": {\n \"postUrls\": [\n \"<string>\"\n ]\n }\n },\n \"competitorFollowers\": {\n \"linkedInUrls\": [\n \"<string>\"\n ],\n \"entitiesToFind\": 300\n },\n \"technologyUsed\": {\n \"industryId\": 2,\n \"technologies\": [\n \"<string>\"\n ],\n \"useAndLogicInTechnologies\": true,\n \"entitiesToFind\": 250\n },\n \"jobHiring\": {\n \"keyword\": \"<string>\",\n \"industries\": [\n 2\n ],\n \"entitiesToFind\": 250\n }\n }\n ]\n}"
response = http.request(request)
puts response.read_body{
"id": 123,
"ownerUserId": 42,
"name": "Sales Outreach 2024",
"created": "2024-03-08T14:30:00+00:00",
"status": "active",
"isArchived": false,
"health": "degraded",
"scheduleId": 1,
"emailAccounts": [
{
"id": 1,
"email": "sales@company.com"
},
{
"id": 2,
"email": "outreach@company.com"
}
],
"linkedInAccounts": [
{
"id": 42,
"name": "John Doe",
"profileUrl": "https://www.linkedin.com/in/johndoe",
"status": "enabled"
}
],
"settings": {
"emailsCountPerDay": 50,
"daysToFinishProspect": 14,
"emailSendingDelaySeconds": 30,
"dailyThrottling": 200,
"disableOpensTracking": false,
"repliesHandlingType": "markAsFinished",
"enableLinksTracking": true
},
"steps": [
{
"id": 1323,
"type": "email",
"delayInMinutes": 0,
"executionMode": "automatic",
"variants": [
{
"id": 1,
"subject": "Quick question about {{companyName}}",
"message": "<p>Hi {{firstName}},</p><p>I noticed you are leading initiatives at {{companyName}} and wanted to reach out.</p><p>Best regards, John</p>"
}
]
},
{
"id": 43432,
"type": "linkedIn",
"actionType": "message",
"delayInMinutes": 2880,
"executionMode": "automatic",
"variants": [
{
"id": 2,
"message": "Hi {{firstName}}, I noticed your great work at {{companyName}}. Would love to connect!",
"isEnabled": true
}
]
}
]
}Authorizations
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Authorization: Bearer <your-api-key>
Get your API key from the Reply dashboard: Settings → API Key.
Body
Create a new AI SDR sequence with its full AI SDR settings. Generic sequence fields (name, scheduleId, settings, emailAccounts, linkedInAccounts) are accepted here too — sequence steps are NOT, because the AI SDR generates steps automatically.
Exactly one of offerId or offerGenerationInputs must be provided.
At most one intent signal per type is allowed.
Display name of the sequence
1 - 255Shape of the sequence steps the AI SDR should generate on create.
Show child attributes
Show child attributes
Id of the send schedule to use
x >= 1Generic sequence settings (throttling, tracking, replies handling). Optional — sensible defaults are applied when omitted.
Show child attributes
Show child attributes
Email account ids to link to the sequence
x >= 1LinkedIn account ids to link to the sequence
x >= 1Id of an existing offer to seed the sequence from. Mutually exclusive with offerGenerationInputs.
x >= 1Inline offer-context inputs. Mutually exclusive with offerId.
Show child attributes
Show child attributes
Tone-of-voice configuration. Omitted fields fall back to defaults (English (US), Confident, Medium, Man).
Show child attributes
Show child attributes
LLM provider that generates the outreach content. Defaults to claude when omitted.
claude, openAi, gemini, mistral Research signals the AI SDR is allowed to use in personalized messages
Show child attributes
Show child attributes
Autopilot configuration applied immediately after sequence creation
Show child attributes
Show child attributes
Composite playbook id ({prefix}-{numericId}) to attach to the sequence. Prefix encodes the playbook scope: g for global, o for organization, t for team (e.g. g-1, o-42, t-7).
1Id of a knowledge base to connect to the sequence
x >= 1Initial approval-mode setting. Cannot be changed via the AI SDR sequence PATCH — use PUT .../approval-mode after creation.
Show child attributes
Show child attributes
Intent signals to attach. At most one per type.
Show child attributes
Show child attributes
Response
AI SDR sequence created
The sequence returned after creation, including its AI SDR settings.
Unique identifier for the sequence
Identifier of the user who owns the sequence
Name of the sequence
Sequence creation timestamp with timezone offset
Current status of the sequence
new, active, paused Indicates if the sequence is archived
Overall health status of the sequence. Indicates whether the sequence can operate normally or has issues that need attention.
healthy— Sequence is functioning normally with no issuesstalled— Sequence has stalled and is not progressingdegraded— Sequence is running but with reduced effectivenessblocked— Sequence cannot proceed due to critical issues
healthy, stalled, degraded, blocked Schedule ID
Email accounts used to send emails for this sequence
Show child attributes
Show child attributes
LinkedIn accounts linked to this sequence
Show child attributes
Show child attributes
Settings configuration for a sequence
Show child attributes
Show child attributes
Array of sequence steps
Email step with variant configuration
- Email
- LinkedIn Message
- LinkedIn Connect
- LinkedIn InMail
- LinkedIn View Profile
- LinkedIn Endorse Skills
- LinkedIn Voice Message
- LinkedIn Like Recent Posts
- LinkedIn Follow Profile
- LinkedIn Comment On Recent Post
- Call
- SMS
- WhatsApp
- Zapier
- Task
- Condition
Show child attributes
Show child attributes
AI SDR-specific settings of a sequence. Returned by GET .../settings and PATCH .../settings. Generic sequence fields (name, schedule, accounts, etc.) come from the generic GET /v3/sequences/{id} and are NOT included here.
Show child attributes
Show child attributes