Outreach Sequencer
Pricing
Pay per usage
Go to Apify Store
You can access the Outreach Sequencer programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
$echo '{< "mode": "start",< "leads": [< {< "email": "jane@acmecorp.com",< "firstName": "Jane",< "companyName": "Acme Corp",< "servicesOffered": [< "SEO",< "PPC"< ],< "summarySnippet": "Full-service digital marketing agency specializing in performance campaigns for e-commerce brands."< }< ],< "emailProvider": "smtp",< "smtpHost": "smtp-relay.brevo.com",< "smtpUser": "yourlogin@example.com",< "smtpPass": "your-smtp-password",< "apiKey": "SG.xxxxxxxxxxxxxxxxxxxx",< "mailgunDomain": "mail.yourdomain.com",< "fromName": "Jane at Acme Corp",< "fromEmail": "jane@acmecorp.com",< "unsubscribeUrl": "https://yourapp.com/unsubscribe?sid={{sequenceId}}&e={{email}}",< "rateLimitPerRun": 100,< "emailTemplate": "Hi {{firstName}},\\n\\nI came across {{companyName}} and was impressed by your work in {{topService}}.\\n\\n{{summarySnippet}}\\n\\nI'\''d love to explore how we might work together. Would you be open to a quick 15-minute call this week?\\n\\nBest,\\n[Your name]\\n\\nTo opt out: {{unsubscribeLink}}",< "subjectLine": "Quick question for {{companyName}}",< "kvStoreName": "outreach-sequences"<}' |<apify call ryanclinton/outreach-sequencer --silent --output-datasetThe Apify CLI is the official tool that allows you to use Outreach Sequencer locally, providing convenience functions and automatic retries on errors.
Using installation script (macOS/Linux):
$curl -fsSL https://apify.com/install-cli.sh | bashUsing installation script (Windows):
$irm https://apify.com/install-cli.ps1 | iexUsing Homebrew:
$brew install apify-cliUsing npm:
$npm install -g apify-cliOther API clients include: