Modules@robinpath/convertkit
@robinpath/convertkit
0.1.0PublicConvertkit module for RobinPath.
@robinpath/convertkit
Convertkit module for RobinPath.
Why use this module?
The convertkit module lets you:
- listSubscribers
- getSubscriber
- createSubscriber
- updateSubscriber
- unsubscribeSubscriber
All functions are callable directly from RobinPath scripts with a simple, consistent API.
Installation
npm install @robinpath/convertkit
Quick Start
1. Set up credentials
convertkit.setCredentials "your-credentials"
2. listSubscribers
convertkit.listSubscribers
Available Functions
| 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 |
Examples
listSubscribers
convertkit.listSubscribers
getSubscriber
convertkit.getSubscriber
createSubscriber
convertkit.createSubscriber
Integration with RobinPath
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
`);
Full API Reference
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
Related Modules
@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 functionality
License
MIT
Versions (1)
| Version | Tag | Published |
|---|---|---|
| 0.1.0 | latest | yesterday |
Related Modules
marketing
0
@robinpath/activecampaign
v0.1.1robinpath
ActiveCampaign -- contacts, automations, campaigns, deals, lists, and tags via the ActiveCampaign REST API v3.
0 downloads
...
marketing
0
@robinpath/brevo
v0.1.1robinpath
Brevo module for RobinPath.
0 downloads
...
marketing
0
@robinpath/facebook
v0.1.0robinpath
Facebook module for RobinPath.
0 downloads
...
marketing
0
@robinpath/instagram
v0.1.0robinpath
Instagram module for RobinPath.
0 downloads
...
Install
$ robinpath install @robinpath/convertkit Version0.1.0
LicenseMIT
Unpacked Size4.5 KB
Versions1
Weekly Downloads0
Total Downloads0
Stars0
Last Publishyesterday
Createdyesterday

