{"id":20791696,"url":"https://github.com/mailchimp/mailchimp-transactional-node","last_synced_at":"2025-10-17T16:26:29.998Z","repository":{"id":54811021,"uuid":"281763917","full_name":"mailchimp/mailchimp-transactional-node","owner":"mailchimp","description":"The official Node.js client library for the Mailchimp Transactional API","archived":false,"fork":false,"pushed_at":"2024-02-10T01:12:39.000Z","size":36,"stargazers_count":43,"open_issues_count":0,"forks_count":15,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-04-26T09:45:10.988Z","etag":null,"topics":["mailchimp","mailchimp-sdk","mandrill","mandrill-api","mandrill-api-wrapper","mandrill-node","nodejs"],"latest_commit_sha":null,"homepage":"https://mailchimp.com/developer/transactional/","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mailchimp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-22T19:18:50.000Z","updated_at":"2024-06-18T15:15:41.027Z","dependencies_parsed_at":"2024-02-07T23:24:39.836Z","dependency_job_id":"a78bf6ee-9417-4b52-b17b-47f1c08a4159","html_url":"https://github.com/mailchimp/mailchimp-transactional-node","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mailchimp%2Fmailchimp-transactional-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mailchimp%2Fmailchimp-transactional-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mailchimp%2Fmailchimp-transactional-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mailchimp%2Fmailchimp-transactional-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mailchimp","download_url":"https://codeload.github.com/mailchimp/mailchimp-transactional-node/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238044093,"owners_count":19407128,"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":["mailchimp","mailchimp-sdk","mandrill","mandrill-api","mandrill-api-wrapper","mandrill-node","nodejs"],"created_at":"2024-11-17T15:46:49.846Z","updated_at":"2025-10-17T16:26:24.962Z","avatar_url":"https://github.com/mailchimp.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://mailchimp.com/developer/\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/mailchimp/mailchimp-client-lib-codegen/main/resources/images/mcdev-banner.png\" alt=\"Mailchimp Developer\" width=\"100%\" height=\"auto\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# Mailchimp Transactional — Node.js\n\nThe official Node.js client library for the Mailchimp Transactional API (v1)\n\n## Installation\n\n```\nnpm install @mailchimp/mailchimp_transactional\n```\n\n## Quick Start\n\n```javascript\nconst mailchimp = require('@mailchimp/mailchimp_transactional')('YOUR_API_KEY');\n\nasync function callPing() {\n  const response = await mailchimp.users.ping();\n  console.log(response);\n}\n\ncallPing();\n```\n\n## Sending Requests\nAll requests are sent via POST and accept a single argument as the request body parameter.\n```javascript\nmailchimp.templates.publish({ name: 'My Template' });\n```\n\n## Output Formats\nOptionally, you can set the default response format for **all requests** to one of the following:\n- `json` *(default)*\n- `xml`\n- `php`\n- `yaml`\n\n```javascript\nmailchimp.setDefaultOutputFormat('xml');\n```\n\nYou can also set the response format for a **single request** by passing in a special `outputFormat` param to the request body.\n```javascript\nmailchimp.senders.list({ outputFormat: 'php' });\n```\n\n## PRs and Issues\nThis repo is autogenerated from https://github.com/mailchimp/mailchimp-client-lib-codegen -- please submit PRs or issues there!\n\n## API Endpoints\n\nAll URIs are relative to *https://mandrillapp.com/api/1.0*\n\n| Method | Endpoint |\n| ---------- | -------- |\n| **allowlists.add** | /allowlists/add |\n| **allowlists.delete** | /allowlists/delete |\n| **allowlists.list** | /allowlists/list |\n| **exports.activity** | /exports/activity |\n| **exports.allowlist** | /exports/allowlist |\n| **exports.info** | /exports/info |\n| **exports.list** | /exports/list |\n| **exports.rejects** | /exports/rejects |\n| **exports.whitelist** | /exports/whitelist |\n| **inbound.addDomain** | /inbound/add-domain |\n| **inbound.addRoute** | /inbound/add-route |\n| **inbound.checkDomain** | /inbound/check-domain |\n| **inbound.deleteDomain** | /inbound/delete-domain |\n| **inbound.deleteRoute** | /inbound/delete-route |\n| **inbound.domains** | /inbound/domains |\n| **inbound.routes** | /inbound/routes |\n| **inbound.sendRaw** | /inbound/send-raw |\n| **inbound.updateRoute** | /inbound/update-route |\n| **ips.cancelWarmup** | /ips/cancel-warmup |\n| **ips.checkCustomDns** | /ips/check-custom-dns |\n| **ips.createPool** | /ips/create-pool |\n| **ips.delete** | /ips/delete |\n| **ips.deletePool** | /ips/delete-pool |\n| **ips.info** | /ips/info |\n| **ips.list** | /ips/list |\n| **ips.listPools** | /ips/list-pools |\n| **ips.poolInfo** | /ips/pool-info |\n| **ips.provision** | /ips/provision |\n| **ips.setCustomDns** | /ips/set-custom-dns |\n| **ips.setPool** | /ips/set-pool |\n| **ips.startWarmup** | /ips/start-warmup |\n| **messages.cancelScheduled** | /messages/cancel-scheduled |\n| **messages.content** | /messages/content |\n| **messages.info** | /messages/info |\n| **messages.listScheduled** | /messages/list-scheduled |\n| **messages.parse** | /messages/parse |\n| **messages.reschedule** | /messages/reschedule |\n| **messages.search** | /messages/search |\n| **messages.searchTimeSeries** | /messages/search-time-series |\n| **messages.send** | /messages/send |\n| **messages.sendRaw** | /messages/send-raw |\n| **messages.sendTemplate** | /messages/send-template |\n| **metadata.add** | /metadata/add |\n| **metadata.delete** | /metadata/delete |\n| **metadata.list** | /metadata/list |\n| **metadata.update** | /metadata/update |\n| **rejects.add** | /rejects/add |\n| **rejects.delete** | /rejects/delete |\n| **rejects.list** | /rejects/list |\n| **senders.addDomain** | /senders/add-domain |\n| **senders.checkDomain** | /senders/check-domain |\n| **senders.domains** | /senders/domains |\n| **senders.info** | /senders/info |\n| **senders.list** | /senders/list |\n| **senders.timeSeries** | /senders/time-series |\n| **senders.verifyDomain** | /senders/verify-domain |\n| **subaccounts.add** | /subaccounts/add |\n| **subaccounts.delete** | /subaccounts/delete |\n| **subaccounts.info** | /subaccounts/info |\n| **subaccounts.list** | /subaccounts/list |\n| **subaccounts.pause** | /subaccounts/pause |\n| **subaccounts.resume** | /subaccounts/resume |\n| **subaccounts.update** | /subaccounts/update |\n| **tags.allTimeSeries** | /tags/all-time-series |\n| **tags.delete** | /tags/delete |\n| **tags.info** | /tags/info |\n| **tags.list** | /tags/list |\n| **tags.timeSeries** | /tags/time-series |\n| **templates.add** | /templates/add |\n| **templates.delete** | /templates/delete |\n| **templates.info** | /templates/info |\n| **templates.list** | /templates/list |\n| **templates.publish** | /templates/publish |\n| **templates.render** | /templates/render |\n| **templates.timeSeries** | /templates/time-series |\n| **templates.update** | /templates/update |\n| **urls.addTrackingDomain** | /urls/add-tracking-domain |\n| **urls.checkTrackingDomain** | /urls/check-tracking-domain |\n| **urls.list** | /urls/list |\n| **urls.search** | /urls/search |\n| **urls.timeSeries** | /urls/time-series |\n| **urls.trackingDomains** | /urls/tracking-domains |\n| **users.info** | /users/info |\n| **users.ping** | /users/ping |\n| **users.ping2** | /users/ping2 |\n| **users.senders** | /users/senders |\n| **webhooks.add** | /webhooks/add |\n| **webhooks.delete** | /webhooks/delete |\n| **webhooks.info** | /webhooks/info |\n| **webhooks.list** | /webhooks/list |\n| **webhooks.update** | /webhooks/update |\n| **whitelists.add** | /whitelists/add |\n| **whitelists.delete** | /whitelists/delete |\n| **whitelists.list** | /whitelists/list |\n\n\n\n## Additional Libraries\n\nMailchimp Transactional libraries are available in the following languages:\n\n\u003cdiv\u003e\n  \u003ca href=\"https://github.com/mailchimp/mailchimp-transactional-node\"\u003e\n  \u003cimg src=\"https://github.com/mailchimp/mailchimp-client-lib-codegen/blob/main/resources/images/lang_node.png?raw=true\" width=\"44\" height=\"44\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/mailchimp/mailchimp-transactional-php\"\u003e\n  \u003cimg src=\"https://github.com/mailchimp/mailchimp-client-lib-codegen/blob/main/resources/images/lang_php.png?raw=true\" width=\"44\" height=\"44\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/mailchimp/mailchimp-transactional-ruby\"\u003e\n  \u003cimg src=\"https://github.com/mailchimp/mailchimp-client-lib-codegen/blob/main/resources/images/lang_ruby.png?raw=true\" width=\"44\" height=\"44\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/mailchimp/mailchimp-transactional-python\"\u003e\n  \u003cimg src=\"https://github.com/mailchimp/mailchimp-client-lib-codegen/blob/main/resources/images/lang_python.png?raw=true\" width=\"44\" height=\"44\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmailchimp%2Fmailchimp-transactional-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmailchimp%2Fmailchimp-transactional-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmailchimp%2Fmailchimp-transactional-node/lists"}