-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
On https://developer.drip.com/?javascript#subscribe-someone-to-a-campaign it shows that client.subscribeToCampaign takes in an array of subscribers. Unfortunately, it only takes one subscriber.
❗️ Wrong
✅ Right
More Notes
If you use what the documentation describes, you'll get an HTTP 402 error stating:
{
errors: [
{
code: 'parsing_error',
message:
"JSON parsing error: The property '#/' of type object did not match one or more of the required schemas",
},
],
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

