rfdez / n8n-nodes-splitwise

n8n community node to consume the Splitwise API
https://www.npmjs.com/package/@rfdez/n8n-nodes-splitwise
MIT License
2 stars 0 forks source link

Support Unequal Expenses #10

Closed twhitefrd closed 2 months ago

twhitefrd commented 2 months ago

Hello, I have not tried it yet but this looks great. For my use case I absolutely would need to specify share amounts for unequal expenses.

Is there a reason this hasn't been added or simply hasn't been developed yet? I've never created an n8n node but could attempt adding this functionality.

twhitefrd commented 2 months ago

I'm closing this because I was able to resolve on my own using the "Custom API Call" operation of the Splitwise node. The Splitwise API documentation is straightforward enough that I easily built an HTTP Request node to handle the specific function for my use case.