emma-sdk icon indicating copy to clipboard operation
emma-sdk copied to clipboard

Node.js client for the Emma API

Results 7 emma-sdk issues
Sort by recently updated
recently updated
newest added

Here are the updates I've made: 1. Removed depreciated Triggers category and mailing.create() 2. Updated README 3. Added documentation for each method 4. Added new Automation category 5. Added signupforms...

For this type of request: `emma.member.withEmail(email).optOut(callback);` The request always fails because the method attempts to use a `query` parameter which is not and cannot be passed in the request.

The variable query is set in the details method directly above but not in the optOut method. This addresses the issue by setting the query variable to an empty object...

One suggestion. I was using your emma-sdk in typescript. For some reason, it was having problems with your "main" in the package.json. Would it be ok to add an index.js...

I'm trying to add a member to a specific group and I'm not able to return anything / not getting any errors. I'm wondering if I'm passing in data without...