You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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",
},
],
}
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: