{"id":13691094,"url":"https://github.com/salesforce-marketingcloud/FuelSDK-Node-SOAP","last_synced_at":"2025-05-02T15:31:13.875Z","repository":{"id":558402,"uuid":"20974131","full_name":"salesforce-marketingcloud/FuelSDK-Node-SOAP","owner":"salesforce-marketingcloud","description":"Node SOAP client w/ auth to access the Salesforce Marketing Cloud (formerly ExactTarget) API ","archived":true,"fork":false,"pushed_at":"2023-08-09T02:12:33.000Z","size":851,"stargazers_count":43,"open_issues_count":26,"forks_count":51,"subscribers_count":29,"default_branch":"master","last_synced_at":"2025-04-19T23:18:06.886Z","etag":null,"topics":["exacttarget","fuel","javascript","marketing-cloud","nodejs","salesforce","soap"],"latest_commit_sha":null,"homepage":"http://salesforce-marketingcloud.github.io/FuelSDK-Node-SOAP/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/salesforce-marketingcloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null}},"created_at":"2014-06-18T18:54:26.000Z","updated_at":"2024-07-19T18:19:20.000Z","dependencies_parsed_at":"2023-07-05T15:02:39.674Z","dependency_job_id":"96e9c750-658d-449f-99c9-6845c2a2e4cd","html_url":"https://github.com/salesforce-marketingcloud/FuelSDK-Node-SOAP","commit_stats":{"total_commits":137,"total_committers":21,"mean_commits":6.523809523809524,"dds":0.7007299270072993,"last_synced_commit":"517bdf13c3f3ac2217516cbdf0ec1337928c001c"},"previous_names":["salesforcefuel/fuelsdk-node-soap"],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salesforce-marketingcloud%2FFuelSDK-Node-SOAP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salesforce-marketingcloud%2FFuelSDK-Node-SOAP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salesforce-marketingcloud%2FFuelSDK-Node-SOAP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salesforce-marketingcloud%2FFuelSDK-Node-SOAP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/salesforce-marketingcloud","download_url":"https://codeload.github.com/salesforce-marketingcloud/FuelSDK-Node-SOAP/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252062776,"owners_count":21688596,"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":["exacttarget","fuel","javascript","marketing-cloud","nodejs","salesforce","soap"],"created_at":"2024-08-02T17:00:40.155Z","updated_at":"2025-05-02T15:31:11.503Z","avatar_url":"https://github.com/salesforce-marketingcloud.png","language":"JavaScript","funding_links":[],"categories":["Resources"],"sub_categories":["Code"],"readme":"Fuel SOAP Client (for Node.js) [![Build Status](https://travis-ci.org/salesforce-marketingcloud/FuelSDK-Node-SOAP.svg?branch=master)](https://travis-ci.org/salesforce-marketingcloud/FuelSDK-Node-SOAP)\n=============\n\n***This repo used to be located at https://github.com/exacttarget/Fuel-Node-SOAP***\n\nThis library allows users access to the Salesforce Marketing Cloud (formerly ExactTarget) SOAP API at a low level.\n\n```\nnpm install fuel-soap --save\n```\n\n## Docs \u0026 Examples\n\nOur docs site is available [here](http://salesforce-marketingcloud.github.io/FuelSDK-Node-SOAP/)\n\nCommon examples:\n\n1. [Setting up the client][3]\n2. [Simple Retrieve][4]\n3. [Business Unit Retrieve][5]\n4. [Custom Headers][6]\n5. [Upsert row to a Data Extension][7]\n6. [Upsert Subscriber Record][8]\n7. [Retrieve Subscriber Attributes][9]\n8. [Retrieve Folder with Given Parent][10]\n9. [Complex filter retrieving a folder with a given parent and name][11]\n10. [Create Folder][12]\n11. [Create Email][13]\n12. [Retrieve Data Extension Object ID given a Customer Key][14]\n13. [Create Email Send Definition][15]\n14. [Perform/Send an Email Send Definition][16]\n\n\nMore in-depth examples can be found [here](https://github.com/salesforce-marketingcloud/FuelSDK-Node)\n\n## Contributing\n\nPlease checkout our [`.jshintrc`][2] file and follow the linting rules when contributing. In addition, this project uses **tabs** not spaces.\n\n## ChangeLog\n\n* **releases after v1 will have their notes in the 'releases' section**\n* **1.0.0** - 2014-11-13\n    * add original response to the callback - *breaking*\n    * initial unit tests\n* **0.1.0** - 2014-09-22 - 1st npm release\n\n[1]: https://github.com/salesforcefuel/FuelSDK-Node-Auth/wiki/Initialization\n[2]: https://github.com/salesforcefuel/FuelSDK-Node-SOAP/blob/master/.jshintrc\n[3]: https://gist.github.com/vernak2539/8babcdd13b80d632dd12#file-1_setup-js\n[4]: https://gist.github.com/vernak2539/8babcdd13b80d632dd12#file-2_simple-retrieve-js\n[5]: https://gist.github.com/vernak2539/8babcdd13b80d632dd12#file-3_business-unit-retrieve-js\n[6]: https://gist.github.com/vernak2539/a1b5c6e36f6c7f1fe63b\n[7]: https://gist.github.com/angrycider/02e858fd013144e1bab3b422f7dad72e\n[8]: https://gist.github.com/angrycider/f8377566cb8846b1842da15786b7fd59\n[9]: https://gist.github.com/angrycider/ce1d4e3a95dbd67c4c83176c04d08036\n[10]: https://gist.github.com/angrycider/cef64f6d5081bad90625747bb622386e\n[11]: https://gist.github.com/angrycider/0bb7f244784666d6d0713264d7e60db4\n[12]: https://gist.github.com/angrycider/b5369270b48eea2b6d225aa75797c779\n[13]: https://gist.github.com/angrycider/ee39a7a87454201ea469108104b6f0e0\n[14]: https://gist.github.com/angrycider/47a2727e274ef87632c115b333aeb473\n[15]: https://gist.github.com/angrycider/62ffa5285d7399b2fbaa8d63989c64c0\n[16]: https://gist.github.com/angrycider/ca45209fcad89ae3f71e7119680f24ef\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalesforce-marketingcloud%2FFuelSDK-Node-SOAP","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsalesforce-marketingcloud%2FFuelSDK-Node-SOAP","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalesforce-marketingcloud%2FFuelSDK-Node-SOAP/lists"}