FuelSDK-Node-SOAP icon indicating copy to clipboard operation
FuelSDK-Node-SOAP copied to clipboard

Node SOAP client w/ auth to access the Salesforce Marketing Cloud (formerly ExactTarget) API

Results 26 FuelSDK-Node-SOAP issues
Sort by recently updated
recently updated
newest added

Im trying to create an email send definition with a filter definition included as well. I was able to create the email send definition with out the filter, however when...

For those of us using Typescript or similar, it would be nice if there were **some** type definitions for this library. I looked for a types package in NPM under...

help wanted
difficulty: easy

Let’s get started with automated dependency management for FuelSDK-Node-SOAP :muscle: ⚠️ Greenkeeper has found a `yarn.lock` file in this repository. Please use [greenkeeper-lockfile](https://github.com/greenkeeperio/greenkeeper-lockfile) to make sure this gets updated as...

greenkeeper

Following is my SOAP envelope ... ``` { uri: 'https://webservice.s6.exacttarget.com/Service.asmx', method: 'POST', headers: { 'User-Agent': 'node-fuel/1.3.1', 'Content-Type': 'text/xml', SOAPAction: 'Retrieve' }, body: ' \n \n https://webservice.s6.exacttarget.com/Service.asmx\n XXXXXXXXXXXXXXXXXXXX \n \n \n...

needs more information

Following is my SOAP envelope ``` { uri: 'https://webservice.s6.exacttarget.com/Service.asmx', method: 'POST', headers: { 'User-Agent': 'node-fuel/1.3.1', 'Content-Type': 'text/xml', SOAPAction: 'Update' }, body: ' \n \n https://webservice.s6.exacttarget.com/Service.asmx\n xxxxxxxxxxxxxxxx \n \n \n \n...

Hi Developers. I am using fuel-soap for updating a DataExtensionObject and I was receiving a "Requested value 'APIObject' was not found." error. I tracked the issue down to line 305...