
Security News
The Code You Didn't Write Is Still Yours to Defend
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.
@robinpath/convertkit
Advanced tools
Convertkit module for RobinPath.
The convertkit module lets you:
All functions are callable directly from RobinPath scripts with a simple, consistent API.
npm install @robinpath/convertkit
1. Set up credentials
convertkit.setCredentials "your-credentials"
2. listSubscribers
convertkit.listSubscribers
| Function | Description |
|---|---|
convertkit.setCredentials | Configure convertkit credentials. |
convertkit.listSubscribers | listSubscribers |
convertkit.getSubscriber | getSubscriber |
convertkit.createSubscriber | createSubscriber |
convertkit.updateSubscriber | updateSubscriber |
convertkit.unsubscribeSubscriber | unsubscribeSubscriber |
convertkit.listTags | listTags |
convertkit.createTag | createTag |
convertkit.tagSubscriber | tagSubscriber |
convertkit.removeTagFromSubscriber | removeTagFromSubscriber |
convertkit.listSequences | listSequences |
convertkit.addSubscriberToSequence | addSubscriberToSequence |
convertkit.listForms | listForms |
convertkit.listBroadcasts | listBroadcasts |
convertkit.createBroadcast | createBroadcast |
convertkit.getAccount | getAccount |
convertkit.listPurchases | listPurchases |
convertkit.listSubscribers
convertkit.getSubscriber
convertkit.createSubscriber
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/convertkit";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
convertkit.setCredentials "your-credentials"
convertkit.listSubscribers
`);
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
@robinpath/activecampaign — ActiveCampaign module for complementary functionality@robinpath/brevo — Brevo module for complementary functionality@robinpath/mailchimp — Mailchimp module for complementary functionality@robinpath/sendgrid — SendGrid module for complementary functionality@robinpath/lemlist — Lemlist module for complementary functionalityMIT
FAQs
ConvertKit (Kit) v3 API — forms, subscribers, tags, sequences. Creator-focused email marketing via the encrypted credential vault.
The npm package @robinpath/convertkit receives a total of 19 weekly downloads. As such, @robinpath/convertkit popularity was classified as not popular.
We found that @robinpath/convertkit demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.