Dylan Sather (Pipedream) : I also like https://www.npmjs.com/package/xml2js, probably easier if you’d just like to extract the XML to a usable JavaScript object
Tod Sacerdoti : FYI - from LoyaltyLion “I’ll then try to get this processed tomorrow.”
Mike Bukhin :
Mike Bukhin : looks like not yet
Mike Bukhin : ```
Pipedream app connection failure. Please reach out to support@pipedream.com
Tod Sacerdoti : I just set it up…can you test? https://pipedream.com/apps/loyaltylion
Mike Bukhin : ok one sec meeting but THANK YOU
Tod Sacerdoti : please let me know if it works when you have time
Tod Sacerdoti : ok, please try again
Tod Sacerdoti : “A comma separated list of resource scopes” <-- i did space separated by accident
Mike Bukhin : hold up i have to give you my credit card
Mike Bukhin : Redundant scopes requested (write implies read): read_customers, read_unsubscribes, read_orders. If one of your scopes is a write, you don’t need the equivalent read scope.
Mike Bukhin : simple fix on your end
Mike Bukhin : Looks like this
Tod Sacerdoti : on it
Tod Sacerdoti : Old:
• read_customers
• write_customers
• read_unsubscribes
• write_unsubscribes
• read_orders
• write_orders
New:
• write_customers
• write_unsubscribes
• write_orders
Tod Sacerdoti : Done