@miranda0808/maya-codex 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +30 -0
- package/bin/maya-codex.js +36 -0
- package/package.json +19 -0
- package/payload/.agents/skills/ab-test-setup/SKILL.md +266 -0
- package/payload/.agents/skills/ab-test-setup/evals/evals.json +105 -0
- package/payload/.agents/skills/ab-test-setup/references/sample-size-guide.md +263 -0
- package/payload/.agents/skills/ab-test-setup/references/test-templates.md +277 -0
- package/payload/.agents/skills/ad-creative/SKILL.md +362 -0
- package/payload/.agents/skills/ad-creative/evals/evals.json +90 -0
- package/payload/.agents/skills/ad-creative/references/generative-tools.md +637 -0
- package/payload/.agents/skills/ad-creative/references/platform-specs.md +213 -0
- package/payload/.agents/skills/ai-seo/SKILL.md +398 -0
- package/payload/.agents/skills/ai-seo/evals/evals.json +90 -0
- package/payload/.agents/skills/ai-seo/references/content-patterns.md +285 -0
- package/payload/.agents/skills/ai-seo/references/platform-ranking-factors.md +152 -0
- package/payload/.agents/skills/analytics-tracking/SKILL.md +309 -0
- package/payload/.agents/skills/analytics-tracking/evals/evals.json +90 -0
- package/payload/.agents/skills/analytics-tracking/references/event-library.md +260 -0
- package/payload/.agents/skills/analytics-tracking/references/ga4-implementation.md +300 -0
- package/payload/.agents/skills/analytics-tracking/references/gtm-implementation.md +390 -0
- package/payload/.agents/skills/churn-prevention/SKILL.md +424 -0
- package/payload/.agents/skills/churn-prevention/evals/evals.json +93 -0
- package/payload/.agents/skills/churn-prevention/references/cancel-flow-patterns.md +316 -0
- package/payload/.agents/skills/churn-prevention/references/dunning-playbook.md +408 -0
- package/payload/.agents/skills/cold-email/SKILL.md +158 -0
- package/payload/.agents/skills/cold-email/evals/evals.json +94 -0
- package/payload/.agents/skills/cold-email/references/benchmarks.md +83 -0
- package/payload/.agents/skills/cold-email/references/follow-up-sequences.md +81 -0
- package/payload/.agents/skills/cold-email/references/frameworks.md +90 -0
- package/payload/.agents/skills/cold-email/references/personalization.md +79 -0
- package/payload/.agents/skills/cold-email/references/subject-lines.md +53 -0
- package/payload/.agents/skills/competitor-alternatives/SKILL.md +256 -0
- package/payload/.agents/skills/competitor-alternatives/evals/evals.json +93 -0
- package/payload/.agents/skills/competitor-alternatives/references/content-architecture.md +271 -0
- package/payload/.agents/skills/competitor-alternatives/references/templates.md +223 -0
- package/payload/.agents/skills/content-strategy/SKILL.md +359 -0
- package/payload/.agents/skills/content-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/copy-editing/SKILL.md +447 -0
- package/payload/.agents/skills/copy-editing/evals/evals.json +89 -0
- package/payload/.agents/skills/copy-editing/references/plain-english-alternatives.md +394 -0
- package/payload/.agents/skills/copywriting/SKILL.md +252 -0
- package/payload/.agents/skills/copywriting/evals/evals.json +111 -0
- package/payload/.agents/skills/copywriting/references/copy-frameworks.md +344 -0
- package/payload/.agents/skills/copywriting/references/natural-transitions.md +272 -0
- package/payload/.agents/skills/email-sequence/SKILL.md +309 -0
- package/payload/.agents/skills/email-sequence/evals/evals.json +93 -0
- package/payload/.agents/skills/email-sequence/references/copy-guidelines.md +113 -0
- package/payload/.agents/skills/email-sequence/references/email-types.md +515 -0
- package/payload/.agents/skills/email-sequence/references/sequence-templates.md +168 -0
- package/payload/.agents/skills/form-cro/SKILL.md +429 -0
- package/payload/.agents/skills/form-cro/evals/evals.json +90 -0
- package/payload/.agents/skills/free-tool-strategy/SKILL.md +178 -0
- package/payload/.agents/skills/free-tool-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/free-tool-strategy/references/tool-types.md +217 -0
- package/payload/.agents/skills/launch-strategy/SKILL.md +353 -0
- package/payload/.agents/skills/launch-strategy/evals/evals.json +91 -0
- package/payload/.agents/skills/marketing-ideas/SKILL.md +167 -0
- package/payload/.agents/skills/marketing-ideas/evals/evals.json +90 -0
- package/payload/.agents/skills/marketing-ideas/references/ideas-by-category.md +366 -0
- package/payload/.agents/skills/marketing-psychology/SKILL.md +455 -0
- package/payload/.agents/skills/marketing-psychology/evals/evals.json +88 -0
- package/payload/.agents/skills/onboarding-cro/SKILL.md +220 -0
- package/payload/.agents/skills/onboarding-cro/evals/evals.json +92 -0
- package/payload/.agents/skills/onboarding-cro/references/experiments.md +258 -0
- package/payload/.agents/skills/page-cro/SKILL.md +182 -0
- package/payload/.agents/skills/page-cro/evals/evals.json +111 -0
- package/payload/.agents/skills/page-cro/references/experiments.md +248 -0
- package/payload/.agents/skills/paid-ads/SKILL.md +315 -0
- package/payload/.agents/skills/paid-ads/evals/evals.json +90 -0
- package/payload/.agents/skills/paid-ads/references/ad-copy-templates.md +207 -0
- package/payload/.agents/skills/paid-ads/references/audience-targeting.md +243 -0
- package/payload/.agents/skills/paid-ads/references/platform-setup-checklists.md +277 -0
- package/payload/.agents/skills/paywall-upgrade-cro/SKILL.md +227 -0
- package/payload/.agents/skills/paywall-upgrade-cro/evals/evals.json +93 -0
- package/payload/.agents/skills/paywall-upgrade-cro/references/experiments.md +164 -0
- package/payload/.agents/skills/popup-cro/SKILL.md +453 -0
- package/payload/.agents/skills/popup-cro/evals/evals.json +94 -0
- package/payload/.agents/skills/pricing-strategy/SKILL.md +231 -0
- package/payload/.agents/skills/pricing-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/pricing-strategy/references/research-methods.md +152 -0
- package/payload/.agents/skills/pricing-strategy/references/tier-structure.md +232 -0
- package/payload/.agents/skills/product-marketing-context/SKILL.md +27 -0
- package/payload/.agents/skills/product-marketing-context/evals/evals.json +40 -0
- package/payload/.agents/skills/programmatic-seo/SKILL.md +238 -0
- package/payload/.agents/skills/programmatic-seo/evals/evals.json +94 -0
- package/payload/.agents/skills/programmatic-seo/references/playbooks.md +308 -0
- package/payload/.agents/skills/referral-program/SKILL.md +255 -0
- package/payload/.agents/skills/referral-program/evals/evals.json +89 -0
- package/payload/.agents/skills/referral-program/references/affiliate-programs.md +164 -0
- package/payload/.agents/skills/referral-program/references/program-examples.md +143 -0
- package/payload/.agents/skills/revops/SKILL.md +343 -0
- package/payload/.agents/skills/revops/evals/evals.json +91 -0
- package/payload/.agents/skills/revops/references/automation-playbooks.md +290 -0
- package/payload/.agents/skills/revops/references/lifecycle-definitions.md +278 -0
- package/payload/.agents/skills/revops/references/routing-rules.md +203 -0
- package/payload/.agents/skills/revops/references/scoring-models.md +247 -0
- package/payload/.agents/skills/sales-enablement/SKILL.md +349 -0
- package/payload/.agents/skills/sales-enablement/evals/evals.json +91 -0
- package/payload/.agents/skills/sales-enablement/references/deck-frameworks.md +263 -0
- package/payload/.agents/skills/sales-enablement/references/demo-scripts.md +355 -0
- package/payload/.agents/skills/sales-enablement/references/objection-library.md +270 -0
- package/payload/.agents/skills/sales-enablement/references/one-pager-templates.md +208 -0
- package/payload/.agents/skills/schema-markup/SKILL.md +179 -0
- package/payload/.agents/skills/schema-markup/evals/evals.json +87 -0
- package/payload/.agents/skills/schema-markup/references/schema-examples.md +398 -0
- package/payload/.agents/skills/seo-audit/SKILL.md +412 -0
- package/payload/.agents/skills/seo-audit/evals/evals.json +136 -0
- package/payload/.agents/skills/seo-audit/references/ai-writing-detection.md +200 -0
- package/payload/.agents/skills/signup-flow-cro/SKILL.md +359 -0
- package/payload/.agents/skills/signup-flow-cro/evals/evals.json +88 -0
- package/payload/.agents/skills/site-architecture/SKILL.md +357 -0
- package/payload/.agents/skills/site-architecture/evals/evals.json +88 -0
- package/payload/.agents/skills/site-architecture/references/mermaid-templates.md +216 -0
- package/payload/.agents/skills/site-architecture/references/navigation-patterns.md +305 -0
- package/payload/.agents/skills/site-architecture/references/site-type-templates.md +293 -0
- package/payload/.agents/skills/social-content/SKILL.md +278 -0
- package/payload/.agents/skills/social-content/evals/evals.json +92 -0
- package/payload/.agents/skills/social-content/references/platforms.md +170 -0
- package/payload/.agents/skills/social-content/references/post-templates.md +177 -0
- package/payload/.agents/skills/social-content/references/reverse-engineering.md +195 -0
- package/payload/.maya/executor.md +79 -0
- package/payload/.maya/meta-api-agent.md +48 -0
- package/payload/.maya/modes/consult.md +63 -0
- package/payload/.maya/modes/task.md +97 -0
- package/payload/.maya/planner.md +69 -0
- package/payload/.maya/researcher.md +51 -0
- package/payload/.maya/templates/plan.md +77 -0
- package/payload/.maya/templates/state.md +87 -0
- package/payload/.maya/templates/task-packet.md +75 -0
- package/payload/MAYA-CATALOG.md +115 -0
- package/payload/MAYA-DEPENDENCIES.md +58 -0
- package/payload/MAYA.md +151 -0
- package/payload/campaigns/README.md +14 -0
- package/payload/commands/maya-consult.md +28 -0
- package/payload/commands/maya-task.md +38 -0
- package/payload/commands/product.md +55 -0
- package/payload/research/README.md +14 -0
- package/payload/templates/README.md +15 -0
- package/payload/templates/plan.md +77 -0
- package/payload/templates/state.md +87 -0
- package/payload/templates/task-packet.md +75 -0
- package/payload/tools/REGISTRY.md +368 -0
- package/payload/tools/clis/README.md +187 -0
- package/payload/tools/clis/activecampaign.js +435 -0
- package/payload/tools/clis/adobe-analytics.js +161 -0
- package/payload/tools/clis/ahrefs.js +192 -0
- package/payload/tools/clis/amplitude.js +182 -0
- package/payload/tools/clis/apollo.js +142 -0
- package/payload/tools/clis/beehiiv.js +245 -0
- package/payload/tools/clis/brevo.js +368 -0
- package/payload/tools/clis/buffer.js +260 -0
- package/payload/tools/clis/calendly.js +253 -0
- package/payload/tools/clis/clearbit.js +163 -0
- package/payload/tools/clis/customer-io.js +205 -0
- package/payload/tools/clis/dataforseo.js +257 -0
- package/payload/tools/clis/demio.js +149 -0
- package/payload/tools/clis/dub.js +158 -0
- package/payload/tools/clis/g2.js +186 -0
- package/payload/tools/clis/ga4.js +194 -0
- package/payload/tools/clis/google-ads.js +189 -0
- package/payload/tools/clis/google-search-console.js +166 -0
- package/payload/tools/clis/hotjar.js +167 -0
- package/payload/tools/clis/hunter.js +249 -0
- package/payload/tools/clis/instantly.js +270 -0
- package/payload/tools/clis/intercom.js +399 -0
- package/payload/tools/clis/keywords-everywhere.js +185 -0
- package/payload/tools/clis/kit.js +232 -0
- package/payload/tools/clis/klaviyo.js +348 -0
- package/payload/tools/clis/lemlist.js +221 -0
- package/payload/tools/clis/linkedin-ads.js +185 -0
- package/payload/tools/clis/livestorm.js +292 -0
- package/payload/tools/clis/mailchimp.js +220 -0
- package/payload/tools/clis/mention-me.js +161 -0
- package/payload/tools/clis/meta-ads.js +181 -0
- package/payload/tools/clis/mixpanel.js +248 -0
- package/payload/tools/clis/onesignal.js +241 -0
- package/payload/tools/clis/optimizely.js +233 -0
- package/payload/tools/clis/paddle.js +385 -0
- package/payload/tools/clis/partnerstack.js +382 -0
- package/payload/tools/clis/plausible.js +249 -0
- package/payload/tools/clis/postmark.js +375 -0
- package/payload/tools/clis/resend.js +370 -0
- package/payload/tools/clis/rewardful.js +160 -0
- package/payload/tools/clis/savvycal.js +223 -0
- package/payload/tools/clis/segment.js +192 -0
- package/payload/tools/clis/semrush.js +207 -0
- package/payload/tools/clis/sendgrid.js +211 -0
- package/payload/tools/clis/snov.js +237 -0
- package/payload/tools/clis/tiktok-ads.js +190 -0
- package/payload/tools/clis/tolt.js +153 -0
- package/payload/tools/clis/trustpilot.js +276 -0
- package/payload/tools/clis/typeform.js +269 -0
- package/payload/tools/clis/wistia.js +256 -0
- package/payload/tools/clis/zapier.js +160 -0
- package/payload/tools/integrations/activecampaign.md +337 -0
- package/payload/tools/integrations/adobe-analytics.md +156 -0
- package/payload/tools/integrations/ahrefs.md +142 -0
- package/payload/tools/integrations/amplitude.md +135 -0
- package/payload/tools/integrations/apollo.md +148 -0
- package/payload/tools/integrations/beehiiv.md +157 -0
- package/payload/tools/integrations/brevo.md +268 -0
- package/payload/tools/integrations/buffer.md +138 -0
- package/payload/tools/integrations/calendly.md +161 -0
- package/payload/tools/integrations/clearbit.md +142 -0
- package/payload/tools/integrations/customer-io.md +187 -0
- package/payload/tools/integrations/dataforseo.md +165 -0
- package/payload/tools/integrations/demio.md +182 -0
- package/payload/tools/integrations/dub-co.md +160 -0
- package/payload/tools/integrations/g2.md +179 -0
- package/payload/tools/integrations/ga4.md +126 -0
- package/payload/tools/integrations/google-ads.md +159 -0
- package/payload/tools/integrations/google-search-console.md +147 -0
- package/payload/tools/integrations/hotjar.md +147 -0
- package/payload/tools/integrations/hubspot.md +178 -0
- package/payload/tools/integrations/hunter.md +90 -0
- package/payload/tools/integrations/instantly.md +104 -0
- package/payload/tools/integrations/intercom.md +292 -0
- package/payload/tools/integrations/keywords-everywhere.md +207 -0
- package/payload/tools/integrations/kit.md +167 -0
- package/payload/tools/integrations/klaviyo.md +228 -0
- package/payload/tools/integrations/lemlist.md +110 -0
- package/payload/tools/integrations/linkedin-ads.md +164 -0
- package/payload/tools/integrations/livestorm.md +313 -0
- package/payload/tools/integrations/mailchimp.md +150 -0
- package/payload/tools/integrations/mention-me.md +160 -0
- package/payload/tools/integrations/meta-ads.md +147 -0
- package/payload/tools/integrations/mixpanel.md +137 -0
- package/payload/tools/integrations/onesignal.md +229 -0
- package/payload/tools/integrations/optimizely.md +171 -0
- package/payload/tools/integrations/paddle.md +212 -0
- package/payload/tools/integrations/partnerstack.md +222 -0
- package/payload/tools/integrations/plausible.md +177 -0
- package/payload/tools/integrations/posthog.md +151 -0
- package/payload/tools/integrations/postmark.md +234 -0
- package/payload/tools/integrations/resend.md +168 -0
- package/payload/tools/integrations/rewardful.md +147 -0
- package/payload/tools/integrations/salesforce.md +150 -0
- package/payload/tools/integrations/savvycal.md +181 -0
- package/payload/tools/integrations/segment.md +159 -0
- package/payload/tools/integrations/semrush.md +121 -0
- package/payload/tools/integrations/sendgrid.md +161 -0
- package/payload/tools/integrations/shopify.md +176 -0
- package/payload/tools/integrations/snov.md +94 -0
- package/payload/tools/integrations/stripe.md +148 -0
- package/payload/tools/integrations/tiktok-ads.md +161 -0
- package/payload/tools/integrations/tolt.md +144 -0
- package/payload/tools/integrations/trustpilot.md +191 -0
- package/payload/tools/integrations/typeform.md +190 -0
- package/payload/tools/integrations/webflow.md +198 -0
- package/payload/tools/integrations/wistia.md +164 -0
- package/payload/tools/integrations/wordpress.md +175 -0
- package/payload/tools/integrations/zapier.md +150 -0
- package/payload/tools/meta/README.md +55 -0
- package/payload/tools/meta/meta-cache-schema.md +65 -0
- package/payload/tools/meta/meta-fetch.ps1 +324 -0
- package/payload/tools/meta/meta-fetch.test.ps1 +38 -0
- package/vendor/shared-installer/manifests/claude-files.json +13 -0
- package/vendor/shared-installer/manifests/codex-files.json +13 -0
- package/vendor/shared-installer/manifests/common-files.json +13 -0
- package/vendor/shared-installer/package.json +15 -0
- package/vendor/shared-installer/src/bootstrap.js +12 -0
- package/vendor/shared-installer/src/cli-options.js +53 -0
- package/vendor/shared-installer/src/fs.js +105 -0
- package/vendor/shared-installer/src/index.js +44 -0
- package/vendor/shared-installer/src/install.js +157 -0
- package/vendor/shared-installer/src/manifest.js +52 -0
- package/vendor/shared-installer/templates/claude/.claude/skills/.gitkeep +1 -0
- package/vendor/shared-installer/templates/claude/CLAUDE.md +27 -0
- package/vendor/shared-installer/templates/codex/.agent/skills/.gitkeep +1 -0
- package/vendor/shared-installer/templates/codex/AGENTS.md +27 -0
|
@@ -0,0 +1,207 @@
|
|
|
1
|
+
# Keywords Everywhere
|
|
2
|
+
|
|
3
|
+
Keyword research API for search volume, CPC, competition, related keywords, and traffic data.
|
|
4
|
+
|
|
5
|
+
## Capabilities
|
|
6
|
+
|
|
7
|
+
| Integration | Available | Notes |
|
|
8
|
+
|-------------|-----------|-------|
|
|
9
|
+
| API | ✓ | REST API for keyword data, related keywords, traffic |
|
|
10
|
+
| MCP | - | Community MCP server available |
|
|
11
|
+
| CLI | ✓ | [keywords-everywhere.js](../clis/keywords-everywhere.js) |
|
|
12
|
+
| SDK | - | API-only |
|
|
13
|
+
|
|
14
|
+
## Authentication
|
|
15
|
+
|
|
16
|
+
- **Type**: API Key (Bearer token)
|
|
17
|
+
- **Header**: `Authorization: Bearer {api_key}`
|
|
18
|
+
- **Get key**: https://keywordseverywhere.com/first-install-addon.html
|
|
19
|
+
- **Limit**: 100 keywords per request
|
|
20
|
+
|
|
21
|
+
## Common Agent Operations
|
|
22
|
+
|
|
23
|
+
### Get keyword data (volume, CPC, competition)
|
|
24
|
+
|
|
25
|
+
```bash
|
|
26
|
+
POST https://api.keywordseverywhere.com/v1/get_keyword_data
|
|
27
|
+
|
|
28
|
+
Authorization: Bearer {api_key}
|
|
29
|
+
|
|
30
|
+
{
|
|
31
|
+
"country": "us",
|
|
32
|
+
"currency": "USD",
|
|
33
|
+
"dataSource": "gkp",
|
|
34
|
+
"kw": ["email marketing", "marketing automation", "crm software"]
|
|
35
|
+
}
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
### Get related keywords
|
|
39
|
+
|
|
40
|
+
```bash
|
|
41
|
+
POST https://api.keywordseverywhere.com/v1/get_related_keywords
|
|
42
|
+
|
|
43
|
+
Authorization: Bearer {api_key}
|
|
44
|
+
|
|
45
|
+
{
|
|
46
|
+
"country": "us",
|
|
47
|
+
"currency": "USD",
|
|
48
|
+
"dataSource": "gkp",
|
|
49
|
+
"kw": ["email marketing"]
|
|
50
|
+
}
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
### Get "People Also Search For" keywords
|
|
54
|
+
|
|
55
|
+
```bash
|
|
56
|
+
POST https://api.keywordseverywhere.com/v1/get_pasf_keywords
|
|
57
|
+
|
|
58
|
+
Authorization: Bearer {api_key}
|
|
59
|
+
|
|
60
|
+
{
|
|
61
|
+
"country": "us",
|
|
62
|
+
"currency": "USD",
|
|
63
|
+
"dataSource": "gkp",
|
|
64
|
+
"kw": ["email marketing"]
|
|
65
|
+
}
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
### Get domain keywords (what a domain ranks for)
|
|
69
|
+
|
|
70
|
+
```bash
|
|
71
|
+
POST https://api.keywordseverywhere.com/v1/get_domain_keywords
|
|
72
|
+
|
|
73
|
+
Authorization: Bearer {api_key}
|
|
74
|
+
|
|
75
|
+
{
|
|
76
|
+
"country": "us",
|
|
77
|
+
"currency": "USD",
|
|
78
|
+
"domain": "example.com"
|
|
79
|
+
}
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
### Get URL keywords (what a specific URL ranks for)
|
|
83
|
+
|
|
84
|
+
```bash
|
|
85
|
+
POST https://api.keywordseverywhere.com/v1/get_url_keywords
|
|
86
|
+
|
|
87
|
+
Authorization: Bearer {api_key}
|
|
88
|
+
|
|
89
|
+
{
|
|
90
|
+
"country": "us",
|
|
91
|
+
"currency": "USD",
|
|
92
|
+
"url": "https://example.com/page"
|
|
93
|
+
}
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
### Get domain traffic
|
|
97
|
+
|
|
98
|
+
```bash
|
|
99
|
+
POST https://api.keywordseverywhere.com/v1/get_domain_traffic
|
|
100
|
+
|
|
101
|
+
Authorization: Bearer {api_key}
|
|
102
|
+
|
|
103
|
+
{
|
|
104
|
+
"country": "us",
|
|
105
|
+
"domain": "example.com"
|
|
106
|
+
}
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
### Get URL traffic
|
|
110
|
+
|
|
111
|
+
```bash
|
|
112
|
+
POST https://api.keywordseverywhere.com/v1/get_url_traffic
|
|
113
|
+
|
|
114
|
+
Authorization: Bearer {api_key}
|
|
115
|
+
|
|
116
|
+
{
|
|
117
|
+
"country": "us",
|
|
118
|
+
"url": "https://example.com/page"
|
|
119
|
+
}
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
### Get domain backlinks
|
|
123
|
+
|
|
124
|
+
```bash
|
|
125
|
+
POST https://api.keywordseverywhere.com/v1/get_domain_backlinks
|
|
126
|
+
|
|
127
|
+
Authorization: Bearer {api_key}
|
|
128
|
+
|
|
129
|
+
{
|
|
130
|
+
"domain": "example.com"
|
|
131
|
+
}
|
|
132
|
+
```
|
|
133
|
+
|
|
134
|
+
### Get page backlinks
|
|
135
|
+
|
|
136
|
+
```bash
|
|
137
|
+
POST https://api.keywordseverywhere.com/v1/get_page_backlinks
|
|
138
|
+
|
|
139
|
+
Authorization: Bearer {api_key}
|
|
140
|
+
|
|
141
|
+
{
|
|
142
|
+
"url": "https://example.com/page"
|
|
143
|
+
}
|
|
144
|
+
```
|
|
145
|
+
|
|
146
|
+
### Check credits
|
|
147
|
+
|
|
148
|
+
```bash
|
|
149
|
+
GET https://api.keywordseverywhere.com/v1/get_credits
|
|
150
|
+
|
|
151
|
+
Authorization: Bearer {api_key}
|
|
152
|
+
```
|
|
153
|
+
|
|
154
|
+
### Get supported countries
|
|
155
|
+
|
|
156
|
+
```bash
|
|
157
|
+
GET https://api.keywordseverywhere.com/v1/get_countries
|
|
158
|
+
|
|
159
|
+
Authorization: Bearer {api_key}
|
|
160
|
+
```
|
|
161
|
+
|
|
162
|
+
### Get supported currencies
|
|
163
|
+
|
|
164
|
+
```bash
|
|
165
|
+
GET https://api.keywordseverywhere.com/v1/get_currencies
|
|
166
|
+
|
|
167
|
+
Authorization: Bearer {api_key}
|
|
168
|
+
```
|
|
169
|
+
|
|
170
|
+
## Key Metrics
|
|
171
|
+
|
|
172
|
+
### Keyword Data
|
|
173
|
+
- `vol` - Monthly search volume
|
|
174
|
+
- `cpc.value` - Cost per click
|
|
175
|
+
- `competition` - Competition score
|
|
176
|
+
- `trend` - 12-month trend data
|
|
177
|
+
|
|
178
|
+
### Traffic Data
|
|
179
|
+
- `estimated_traffic` - Estimated monthly traffic
|
|
180
|
+
- `keywords_count` - Number of ranking keywords
|
|
181
|
+
|
|
182
|
+
## Parameters
|
|
183
|
+
|
|
184
|
+
- `country` - Country code (us, uk, de, fr, etc.)
|
|
185
|
+
- `currency` - Currency code (USD, GBP, EUR, etc.)
|
|
186
|
+
- `dataSource` - Data source, default `gkp` (Google Keyword Planner)
|
|
187
|
+
- `kw` - Array of keywords (max 100 per request)
|
|
188
|
+
|
|
189
|
+
## When to Use
|
|
190
|
+
|
|
191
|
+
- Quick keyword research with volume and CPC
|
|
192
|
+
- Finding related keywords and PASF suggestions
|
|
193
|
+
- Analyzing domain/URL keyword rankings
|
|
194
|
+
- Traffic estimation for domains and pages
|
|
195
|
+
- Backlink discovery
|
|
196
|
+
|
|
197
|
+
## Rate Limits
|
|
198
|
+
|
|
199
|
+
- 100 keywords per request
|
|
200
|
+
- Credit-based pricing (1 credit per keyword)
|
|
201
|
+
|
|
202
|
+
## Relevant Skills
|
|
203
|
+
|
|
204
|
+
- seo-audit
|
|
205
|
+
- content-strategy
|
|
206
|
+
- programmatic-seo
|
|
207
|
+
- competitor-alternatives
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
# Kit (formerly ConvertKit)
|
|
2
|
+
|
|
3
|
+
Email marketing platform for creators and newsletter businesses.
|
|
4
|
+
|
|
5
|
+
## Capabilities
|
|
6
|
+
|
|
7
|
+
| Integration | Available | Notes |
|
|
8
|
+
|-------------|-----------|-------|
|
|
9
|
+
| API | ✓ | REST API for subscribers, forms, sequences |
|
|
10
|
+
| MCP | - | Not available |
|
|
11
|
+
| CLI | - | Not available |
|
|
12
|
+
| SDK | ✓ | JavaScript, Ruby gems available |
|
|
13
|
+
|
|
14
|
+
## Authentication
|
|
15
|
+
|
|
16
|
+
- **Type**: API Key or API Secret
|
|
17
|
+
- **Parameter**: `api_key={key}` or `api_secret={secret}` in query/body
|
|
18
|
+
- **Get key**: Settings > Advanced in Kit dashboard
|
|
19
|
+
|
|
20
|
+
## Common Agent Operations
|
|
21
|
+
|
|
22
|
+
### List subscribers
|
|
23
|
+
|
|
24
|
+
```bash
|
|
25
|
+
GET https://api.convertkit.com/v3/subscribers?api_secret={api_secret}&page=1
|
|
26
|
+
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
### Get subscriber
|
|
30
|
+
|
|
31
|
+
```bash
|
|
32
|
+
GET https://api.convertkit.com/v3/subscribers/{subscriber_id}?api_secret={api_secret}
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
### Add subscriber to form
|
|
36
|
+
|
|
37
|
+
```bash
|
|
38
|
+
POST https://api.convertkit.com/v3/forms/{form_id}/subscribe
|
|
39
|
+
|
|
40
|
+
{
|
|
41
|
+
"api_key": "{api_key}",
|
|
42
|
+
"email": "user@example.com",
|
|
43
|
+
"first_name": "John",
|
|
44
|
+
"fields": {
|
|
45
|
+
"company": "Example Inc"
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
### Add subscriber to sequence
|
|
51
|
+
|
|
52
|
+
```bash
|
|
53
|
+
POST https://api.convertkit.com/v3/sequences/{sequence_id}/subscribe
|
|
54
|
+
|
|
55
|
+
{
|
|
56
|
+
"api_key": "{api_key}",
|
|
57
|
+
"email": "user@example.com"
|
|
58
|
+
}
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
### Tag subscriber
|
|
62
|
+
|
|
63
|
+
```bash
|
|
64
|
+
POST https://api.convertkit.com/v3/tags/{tag_id}/subscribe
|
|
65
|
+
|
|
66
|
+
{
|
|
67
|
+
"api_key": "{api_key}",
|
|
68
|
+
"email": "user@example.com"
|
|
69
|
+
}
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
### Remove tag from subscriber
|
|
73
|
+
|
|
74
|
+
```bash
|
|
75
|
+
DELETE https://api.convertkit.com/v3/subscribers/{subscriber_id}/tags/{tag_id}?api_secret={api_secret}
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
### Update subscriber
|
|
79
|
+
|
|
80
|
+
```bash
|
|
81
|
+
PUT https://api.convertkit.com/v3/subscribers/{subscriber_id}
|
|
82
|
+
|
|
83
|
+
{
|
|
84
|
+
"api_secret": "{api_secret}",
|
|
85
|
+
"first_name": "Jane",
|
|
86
|
+
"fields": {
|
|
87
|
+
"plan": "pro"
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
### Unsubscribe
|
|
93
|
+
|
|
94
|
+
```bash
|
|
95
|
+
PUT https://api.convertkit.com/v3/unsubscribe
|
|
96
|
+
|
|
97
|
+
{
|
|
98
|
+
"api_secret": "{api_secret}",
|
|
99
|
+
"email": "user@example.com"
|
|
100
|
+
}
|
|
101
|
+
```
|
|
102
|
+
|
|
103
|
+
### List forms
|
|
104
|
+
|
|
105
|
+
```bash
|
|
106
|
+
GET https://api.convertkit.com/v3/forms?api_key={api_key}
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
### List sequences
|
|
110
|
+
|
|
111
|
+
```bash
|
|
112
|
+
GET https://api.convertkit.com/v3/sequences?api_key={api_key}
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
### List tags
|
|
116
|
+
|
|
117
|
+
```bash
|
|
118
|
+
GET https://api.convertkit.com/v3/tags?api_key={api_key}
|
|
119
|
+
```
|
|
120
|
+
|
|
121
|
+
### Create broadcast
|
|
122
|
+
|
|
123
|
+
```bash
|
|
124
|
+
POST https://api.convertkit.com/v3/broadcasts
|
|
125
|
+
|
|
126
|
+
{
|
|
127
|
+
"api_secret": "{api_secret}",
|
|
128
|
+
"subject": "Newsletter Subject",
|
|
129
|
+
"content": "<p>Email content here</p>",
|
|
130
|
+
"email_layout_template": "default"
|
|
131
|
+
}
|
|
132
|
+
```
|
|
133
|
+
|
|
134
|
+
## Key Concepts
|
|
135
|
+
|
|
136
|
+
- **Subscribers** - Email contacts
|
|
137
|
+
- **Forms** - Signup forms
|
|
138
|
+
- **Sequences** - Automated email series
|
|
139
|
+
- **Tags** - Subscriber labels
|
|
140
|
+
- **Broadcasts** - One-time sends
|
|
141
|
+
- **Custom Fields** - Subscriber attributes
|
|
142
|
+
|
|
143
|
+
## Subscriber States
|
|
144
|
+
|
|
145
|
+
- `active` - Can receive emails
|
|
146
|
+
- `unsubscribed` - Opted out
|
|
147
|
+
- `bounced` - Email bounced
|
|
148
|
+
- `complained` - Marked as spam
|
|
149
|
+
- `inactive` - Cold subscriber
|
|
150
|
+
|
|
151
|
+
## When to Use
|
|
152
|
+
|
|
153
|
+
- Creator/newsletter businesses
|
|
154
|
+
- Simple email automation
|
|
155
|
+
- Form-based list building
|
|
156
|
+
- Tagging and segmentation
|
|
157
|
+
- Course email sequences
|
|
158
|
+
|
|
159
|
+
## Rate Limits
|
|
160
|
+
|
|
161
|
+
- 120 requests per minute
|
|
162
|
+
- Batch endpoints available
|
|
163
|
+
|
|
164
|
+
## Relevant Skills
|
|
165
|
+
|
|
166
|
+
- email-sequence
|
|
167
|
+
- content-strategy
|
|
@@ -0,0 +1,228 @@
|
|
|
1
|
+
# Klaviyo
|
|
2
|
+
|
|
3
|
+
E-commerce email and SMS marketing platform with profiles, flows, campaigns, segments, and event tracking.
|
|
4
|
+
|
|
5
|
+
## Capabilities
|
|
6
|
+
|
|
7
|
+
| Integration | Available | Notes |
|
|
8
|
+
|-------------|-----------|-------|
|
|
9
|
+
| API | ✓ | REST API with JSON:API spec, revision-versioned |
|
|
10
|
+
| MCP | - | Not available |
|
|
11
|
+
| CLI | ✓ | [klaviyo.js](../clis/klaviyo.js) |
|
|
12
|
+
| SDK | ✓ | Python, Node.js, Ruby, PHP, Java, C# |
|
|
13
|
+
|
|
14
|
+
## Authentication
|
|
15
|
+
|
|
16
|
+
- **Type**: Private API Key
|
|
17
|
+
- **Header**: `Authorization: Klaviyo-API-Key {private_api_key}`
|
|
18
|
+
- **Revision Header**: `revision: 2024-10-15` (required on all requests)
|
|
19
|
+
- **Get key**: Account Settings > API Keys at https://www.klaviyo.com/settings/account/api-keys
|
|
20
|
+
- **Note**: Private keys are prefixed with `pk_`; public keys (6-char site ID) are for client-side only
|
|
21
|
+
|
|
22
|
+
## Common Agent Operations
|
|
23
|
+
|
|
24
|
+
### List profiles
|
|
25
|
+
|
|
26
|
+
```bash
|
|
27
|
+
GET https://a.klaviyo.com/api/profiles/?page[size]=20
|
|
28
|
+
|
|
29
|
+
# Filter by email
|
|
30
|
+
GET https://a.klaviyo.com/api/profiles/?filter=equals(email,"user@example.com")
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
### Create profile
|
|
34
|
+
|
|
35
|
+
```bash
|
|
36
|
+
POST https://a.klaviyo.com/api/profiles/
|
|
37
|
+
|
|
38
|
+
{
|
|
39
|
+
"data": {
|
|
40
|
+
"type": "profile",
|
|
41
|
+
"attributes": {
|
|
42
|
+
"email": "user@example.com",
|
|
43
|
+
"first_name": "Jane",
|
|
44
|
+
"last_name": "Doe",
|
|
45
|
+
"phone_number": "+15551234567"
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
### Update profile
|
|
52
|
+
|
|
53
|
+
```bash
|
|
54
|
+
PATCH https://a.klaviyo.com/api/profiles/{profileId}/
|
|
55
|
+
|
|
56
|
+
{
|
|
57
|
+
"data": {
|
|
58
|
+
"type": "profile",
|
|
59
|
+
"id": "{profileId}",
|
|
60
|
+
"attributes": {
|
|
61
|
+
"first_name": "Updated Name"
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
### List all lists
|
|
68
|
+
|
|
69
|
+
```bash
|
|
70
|
+
GET https://a.klaviyo.com/api/lists/
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
### Create list
|
|
74
|
+
|
|
75
|
+
```bash
|
|
76
|
+
POST https://a.klaviyo.com/api/lists/
|
|
77
|
+
|
|
78
|
+
{
|
|
79
|
+
"data": {
|
|
80
|
+
"type": "list",
|
|
81
|
+
"attributes": {
|
|
82
|
+
"name": "Newsletter Subscribers"
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
```
|
|
87
|
+
|
|
88
|
+
### Add profiles to list
|
|
89
|
+
|
|
90
|
+
```bash
|
|
91
|
+
POST https://a.klaviyo.com/api/lists/{listId}/relationships/profiles/
|
|
92
|
+
|
|
93
|
+
{
|
|
94
|
+
"data": [
|
|
95
|
+
{ "type": "profile", "id": "{profileId1}" },
|
|
96
|
+
{ "type": "profile", "id": "{profileId2}" }
|
|
97
|
+
]
|
|
98
|
+
}
|
|
99
|
+
```
|
|
100
|
+
|
|
101
|
+
### Track event
|
|
102
|
+
|
|
103
|
+
```bash
|
|
104
|
+
POST https://a.klaviyo.com/api/events/
|
|
105
|
+
|
|
106
|
+
{
|
|
107
|
+
"data": {
|
|
108
|
+
"type": "event",
|
|
109
|
+
"attributes": {
|
|
110
|
+
"metric": {
|
|
111
|
+
"data": {
|
|
112
|
+
"type": "metric",
|
|
113
|
+
"attributes": { "name": "Placed Order" }
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
"profile": {
|
|
117
|
+
"data": {
|
|
118
|
+
"type": "profile",
|
|
119
|
+
"attributes": { "email": "user@example.com" }
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
"properties": {
|
|
123
|
+
"value": 99.99,
|
|
124
|
+
"items": ["Product A"]
|
|
125
|
+
},
|
|
126
|
+
"time": "2025-01-15T10:00:00Z"
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
```
|
|
131
|
+
|
|
132
|
+
### List campaigns
|
|
133
|
+
|
|
134
|
+
```bash
|
|
135
|
+
GET https://a.klaviyo.com/api/campaigns/?filter=equals(messages.channel,"email")
|
|
136
|
+
```
|
|
137
|
+
|
|
138
|
+
### List flows
|
|
139
|
+
|
|
140
|
+
```bash
|
|
141
|
+
GET https://a.klaviyo.com/api/flows/
|
|
142
|
+
```
|
|
143
|
+
|
|
144
|
+
### Update flow status
|
|
145
|
+
|
|
146
|
+
```bash
|
|
147
|
+
PATCH https://a.klaviyo.com/api/flows/{flowId}/
|
|
148
|
+
|
|
149
|
+
{
|
|
150
|
+
"data": {
|
|
151
|
+
"type": "flow",
|
|
152
|
+
"id": "{flowId}",
|
|
153
|
+
"attributes": {
|
|
154
|
+
"status": "live"
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
### List metrics
|
|
161
|
+
|
|
162
|
+
```bash
|
|
163
|
+
GET https://a.klaviyo.com/api/metrics/
|
|
164
|
+
```
|
|
165
|
+
|
|
166
|
+
### List segments
|
|
167
|
+
|
|
168
|
+
```bash
|
|
169
|
+
GET https://a.klaviyo.com/api/segments/
|
|
170
|
+
```
|
|
171
|
+
|
|
172
|
+
## API Pattern
|
|
173
|
+
|
|
174
|
+
Klaviyo uses the JSON:API specification. All request/response bodies use `{ "data": { "type": "...", "attributes": {...} } }` format. Relationships are managed via `/relationships/` sub-endpoints. The `revision` header is required on every request and determines API behavior version.
|
|
175
|
+
|
|
176
|
+
## Key Metrics
|
|
177
|
+
|
|
178
|
+
### Profile Fields
|
|
179
|
+
- `email` - Email address
|
|
180
|
+
- `phone_number` - Phone for SMS
|
|
181
|
+
- `first_name`, `last_name` - Name fields
|
|
182
|
+
- `properties` - Custom properties object
|
|
183
|
+
- `subscriptions` - Email/SMS subscription status
|
|
184
|
+
|
|
185
|
+
### Event Fields
|
|
186
|
+
- `metric` - The metric/event name
|
|
187
|
+
- `properties` - Custom event properties
|
|
188
|
+
- `time` - Event timestamp
|
|
189
|
+
- `value` - Monetary value (for revenue tracking)
|
|
190
|
+
|
|
191
|
+
### Campaign/Flow Metrics
|
|
192
|
+
- `send_count` - Number of sends
|
|
193
|
+
- `open_rate` - Open percentage
|
|
194
|
+
- `click_rate` - Click percentage
|
|
195
|
+
- `revenue` - Attributed revenue
|
|
196
|
+
|
|
197
|
+
## Parameters
|
|
198
|
+
|
|
199
|
+
### Common Query Parameters
|
|
200
|
+
- `page[size]` - Results per page (default 20, max 100)
|
|
201
|
+
- `page[cursor]` - Cursor for pagination
|
|
202
|
+
- `filter` - Filter expressions (e.g., `equals(email,"user@example.com")`)
|
|
203
|
+
- `sort` - Sort field (prefix `-` for descending)
|
|
204
|
+
- `include` - Include related resources
|
|
205
|
+
- `fields[resource]` - Sparse fieldsets
|
|
206
|
+
|
|
207
|
+
## When to Use
|
|
208
|
+
|
|
209
|
+
- E-commerce email/SMS marketing automation
|
|
210
|
+
- Syncing customer profiles from external systems
|
|
211
|
+
- Tracking purchase events and customer behavior
|
|
212
|
+
- Managing email flows and drip campaigns
|
|
213
|
+
- Segmenting audiences for targeted campaigns
|
|
214
|
+
- Reporting on campaign and flow performance
|
|
215
|
+
|
|
216
|
+
## Rate Limits
|
|
217
|
+
|
|
218
|
+
- Steady-state: 75 requests/second for most endpoints
|
|
219
|
+
- Burst: up to 700 requests in 1 minute
|
|
220
|
+
- Rate limit headers: `RateLimit-Limit`, `RateLimit-Remaining`, `RateLimit-Reset`
|
|
221
|
+
- Lower limits on some write endpoints (profiles, events)
|
|
222
|
+
|
|
223
|
+
## Relevant Skills
|
|
224
|
+
|
|
225
|
+
- email-sequence
|
|
226
|
+
- ecommerce-email
|
|
227
|
+
- lifecycle-marketing
|
|
228
|
+
- customer-segmentation
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
# Lemlist
|
|
2
|
+
|
|
3
|
+
Cold email outreach platform with personalization and campaign management.
|
|
4
|
+
|
|
5
|
+
## Capabilities
|
|
6
|
+
|
|
7
|
+
| Integration | Available | Notes |
|
|
8
|
+
|-------------|-----------|-------|
|
|
9
|
+
| API | ✓ | REST API for campaigns, leads, activities, webhooks |
|
|
10
|
+
| MCP | - | Not available |
|
|
11
|
+
| CLI | [✓](../clis/lemlist.js) | Zero-dependency Node.js CLI |
|
|
12
|
+
| SDK | - | API-only |
|
|
13
|
+
|
|
14
|
+
## Authentication
|
|
15
|
+
|
|
16
|
+
- **Type**: Basic Auth (empty username, API key as password)
|
|
17
|
+
- **Header**: `Authorization: Basic base64(:api_key)`
|
|
18
|
+
- **Env var**: `LEMLIST_API_KEY`
|
|
19
|
+
- **Get key**: [Lemlist Settings > Integrations](https://app.lemlist.com/settings/integrations)
|
|
20
|
+
|
|
21
|
+
## Common Agent Operations
|
|
22
|
+
|
|
23
|
+
### List campaigns
|
|
24
|
+
|
|
25
|
+
```bash
|
|
26
|
+
node tools/clis/lemlist.js campaigns list --offset 0 --limit 20
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
### Get campaign details and stats
|
|
30
|
+
|
|
31
|
+
```bash
|
|
32
|
+
# Get campaign
|
|
33
|
+
node tools/clis/lemlist.js campaigns get --id cam_abc123
|
|
34
|
+
|
|
35
|
+
# Get campaign stats
|
|
36
|
+
node tools/clis/lemlist.js campaigns stats --id cam_abc123
|
|
37
|
+
|
|
38
|
+
# Export campaign data
|
|
39
|
+
node tools/clis/lemlist.js campaigns export --id cam_abc123
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
### Manage leads in a campaign
|
|
43
|
+
|
|
44
|
+
```bash
|
|
45
|
+
# List leads
|
|
46
|
+
node tools/clis/lemlist.js leads list --campaign-id cam_abc123
|
|
47
|
+
|
|
48
|
+
# Add a lead
|
|
49
|
+
node tools/clis/lemlist.js leads add --campaign-id cam_abc123 --email john@example.com --first-name John --last-name Doe --company "Example Inc"
|
|
50
|
+
|
|
51
|
+
# Get lead details
|
|
52
|
+
node tools/clis/lemlist.js leads get --campaign-id cam_abc123 --email john@example.com
|
|
53
|
+
|
|
54
|
+
# Remove a lead
|
|
55
|
+
node tools/clis/lemlist.js leads delete --campaign-id cam_abc123 --email john@example.com
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
### Manage unsubscribes
|
|
59
|
+
|
|
60
|
+
```bash
|
|
61
|
+
# List unsubscribed emails
|
|
62
|
+
node tools/clis/lemlist.js unsubscribes list
|
|
63
|
+
|
|
64
|
+
# Add to unsubscribe list
|
|
65
|
+
node tools/clis/lemlist.js unsubscribes add --email john@example.com
|
|
66
|
+
|
|
67
|
+
# Remove from unsubscribe list
|
|
68
|
+
node tools/clis/lemlist.js unsubscribes delete --email john@example.com
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
### View activities
|
|
72
|
+
|
|
73
|
+
```bash
|
|
74
|
+
# All activities
|
|
75
|
+
node tools/clis/lemlist.js activities list
|
|
76
|
+
|
|
77
|
+
# Filter by campaign and type
|
|
78
|
+
node tools/clis/lemlist.js activities list --campaign-id cam_abc123 --type emailsOpened
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
### Manage webhooks
|
|
82
|
+
|
|
83
|
+
```bash
|
|
84
|
+
# List hooks
|
|
85
|
+
node tools/clis/lemlist.js hooks list
|
|
86
|
+
|
|
87
|
+
# Create a webhook
|
|
88
|
+
node tools/clis/lemlist.js hooks create --target-url https://example.com/webhook --event emailsOpened
|
|
89
|
+
|
|
90
|
+
# Delete a webhook
|
|
91
|
+
node tools/clis/lemlist.js hooks delete --id hook_123
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
### Team info
|
|
95
|
+
|
|
96
|
+
```bash
|
|
97
|
+
node tools/clis/lemlist.js team info
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
## Rate Limits
|
|
101
|
+
|
|
102
|
+
- API rate limits vary by plan
|
|
103
|
+
- Recommended: stay under 10 requests/second
|
|
104
|
+
|
|
105
|
+
## Use Cases
|
|
106
|
+
|
|
107
|
+
- **Link building outreach**: Add prospects to campaigns for backlink requests
|
|
108
|
+
- **Campaign management**: Monitor open/reply rates across outreach campaigns
|
|
109
|
+
- **Lead management**: Add, remove, and track leads across campaigns
|
|
110
|
+
- **Webhook integration**: Get real-time notifications for email events
|