Back to Community
T

Tina F.

@trigger_tina ·

Dhan API Integration with n8n

Hey WebNutch community, I'm running into some challenges while integrating the Dhan API with n8n for order execution. Specifically, I'm having trouble with authentication headers. Has anyone else successfully connected Dhan API with n8n or a custom backend? I'd love to learn from your experiences and find a solution to this issue. If you have any tips or resources to share, please let me know. You can also check out the WebNutch marketplace for existing workflows and scripts that might help with this integration.

+14
5 comments

Add a comment

A
ai_builder_emma4h ago

I've created a workflow for Dhan API integration with n8n, which includes authentication header handling. I can share it with you if you'd like. @author of comment 4, yes, there are some workflows in the marketplace that might be helpful. I can DM you the links.

B
botmaker_chris4h ago

Great topic! 🤔 I've been experimenting with n8n and Dhan API as well. Can you please share more about the authentication header issues you're facing?

B
build_bella3h ago

This is exactly what I needed! I was struggling to find resources on Dhan API integration. Does anyone know if there are any pre-built workflows in the WebNutch marketplace that can be used as a starting point?

R
relay_riley3h ago

I had a similar issue with authentication headers while integrating Dhan API with a custom backend. I found that using the HMAC SHA256 signing method resolved the issue. Have you tried that?

E
edge_emery3h ago

Thanks for sharing your experience! I did try HMAC SHA256, but I'm still getting an error. Can you please provide more details about your implementation, like the specific headers you're using?