Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Save multiple subscribers in one request #38

Open
yebl opened this issue May 12, 2020 · 1 comment
Open

Save multiple subscribers in one request #38

yebl opened this issue May 12, 2020 · 1 comment

Comments

@yebl
Copy link

yebl commented May 12, 2020

Hello!

Is it possible to save multiple subscribers in one request?
I'm trying to put subscribers in a specific list.

I can send only one subscriber to SFMC using the code like below:

const SFMC = require('sfmc-fuelsdk-node')
const client = new SFMC(credentials.clientId, credentials.clientSecret)
  client.subscriber({
    props: { // ....

But unfortunately, I can't see how it's possible to send multiple subscribers.
Is there a way to do it? Maybe I can use client.SoapClient or something else?
Could you, please, help me to find a solution?

Or if there is no way to do it, it can be implemented in a new version.

Thank you.

@yebl
Copy link
Author

yebl commented May 14, 2020

The issue can be solved with the following pull-request:
salesforce-marketingcloud/FuelSDK-Node-SOAP#136

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant