{"id":21745140,"url":"https://github.com/dissfall/active-campaign-v1","last_synced_at":"2026-04-12T09:38:22.078Z","repository":{"id":51622876,"uuid":"238425728","full_name":"Dissfall/active-campaign-v1","owner":"Dissfall","description":"Wrapper for Active Campaign API v1","archived":false,"fork":false,"pushed_at":"2021-05-11T11:57:46.000Z","size":1341,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-02T04:18:23.440Z","etag":null,"topics":["active-campaign","api","api-wrapper","wrapper"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Dissfall.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-05T10:39:30.000Z","updated_at":"2022-02-01T12:42:45.000Z","dependencies_parsed_at":"2022-08-24T14:41:03.112Z","dependency_job_id":null,"html_url":"https://github.com/Dissfall/active-campaign-v1","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":"Dissfall/ts-project-gen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dissfall%2Factive-campaign-v1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dissfall%2Factive-campaign-v1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dissfall%2Factive-campaign-v1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dissfall%2Factive-campaign-v1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dissfall","download_url":"https://codeload.github.com/Dissfall/active-campaign-v1/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244722655,"owners_count":20499153,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["active-campaign","api","api-wrapper","wrapper"],"created_at":"2024-11-26T07:13:44.923Z","updated_at":"2026-04-12T09:38:22.050Z","avatar_url":"https://github.com/Dissfall.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# active-campaign-v1\n_Wrapper for Active Campaign API v1_\n\n[![NPM](https://nodei.co/npm/active-campaign-v1.png?downloads=true\u0026downloadRank=true)](https://nodei.co/npm/active-campaign-v1/)\n\n[![npm Downloads](https://img.shields.io/npm/dm/active-campaign-v1.svg?style=flat-square)](https://npmcharts.com/compare/active-campaign-v1?minimal=true)\n[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)](http://commitizen.github.io/cz-cli/)\n[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square\u0026logo=prettier)](https://github.com/prettier/prettier)\n\nThis module contains API endpoints, which I needed when implementing my project. You can easily contribute to this module the endpoints you need and use them.\n\n## Installation\n```BASH\nyarn add active-campaign-v1\n```\n**or**\n```BASH\nnpm install active-campaign-v1\n```\n\n## Docks\n**See the documentation at []()**\n\n## Example\n\n### Common JS\n\n```JS\nimport { AC } from 'active-campaign-v1'\n\nconst ac = new AC('\u003caccount-name\u003e', '\u003cAPI-token\u003e')\n\nac.contactAdd({\n    email: 'test@mail.com',\n    firstName: 'test'\n  })\n```\n\nThis code creates new contact with email `test@mail.com` and `test` name.\n\n## Avaliable methods\n\n### Account view\n_full support_\n\n|   endpoint   |    method   |\n|     ----     |     ----    |\n| account_view | accountView |\n\n### Contact\n_partially support_\n\n|   endpoint   |    method   |\n|     ----     |     ----    |\n| contact_add  | contactAdd  |\n| contact_sync | contactSync |\n| contact_view | contactView |\n\n## License\n\nLicensed under the MIT License, Copyright © 2020-present George Lukyanov\n\nSee LICENSE for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdissfall%2Factive-campaign-v1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdissfall%2Factive-campaign-v1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdissfall%2Factive-campaign-v1/lists"}