Dust Community Icon

Troubleshooting N8N Webhook Issues with Dust App Integration

·
·

Hey thank you for your amazing job, french people are definitely the best ones! I have a question for you: I got troubles to link a dust app with a N8N webhook. In the app I pasted the test URL. Everything is on success when I press run. In n8n node, nothing is happening, it is just waiting for the post command to come. Do you have any idea to help me with this? Thanks!

  • Avatar of Remi
    Remi
    ·
    ·

    Thanks oscar de canecaude Can you share a few screenshots of your Dust & n8n agent setup? 🙏 Just making sure - have you had a chance to take a look at the doc? https://docs.dust.tt/docs/n8n

  • Avatar of oscar de canecaude
    oscar de canecaude
    ·
    ·

    Bien sur les voici, merci pour votre aide! URL webhook: n8n.srv825331.hstgr.cloud/webhook-test/c7629100-0841-4635-a8ae-02613485775c Voici le code: Headers: _fun = (env) => { return {"Content-Type": "application/json"}; Body _fun = (env) => { return JSON.stringify({ nom: env.state.INPUT["Nom_de_la_subvention"], organisme: env.state.INPUT["Organisme"], montant: parseInt(env.state.INPUT["Montant"]), statut: env.state.INPUT["Statut"], date: env.state.INPUT["Date_de_soumission"], contact: env.state.INPUT["Contact"], criteres: env.state.INPUT["Critères_d_eligibilité"], dossier: env.state.INPUT["Dossier_a_fournir"], email: env.state.INPUT["Email"], lien_web: env.state.INPUT["Lien_web"], nature: env.state.INPUT["Nature_de_l_aide"] }); Done _fun = (env) => { return "The event was successfully created !" }

  • Avatar of oscar de canecaude
    oscar de canecaude
    ·
    ·

    ha je suis passé par un webhook classique et pas par un node Dust!

  • Avatar of oscar de canecaude
    oscar de canecaude
    ·
    ·

    je me suis basé sur votre tuto zapier avec le google calendar pour faire le webhook sur n8n. Il me semble qu'on peut pas utiliser le node dust comme trigger...

  • Avatar of oscar de canecaude
    oscar de canecaude
    ·
    ·

    ok j'ai trouvé! il fallait passer sur results are compiled at each run. Si vous pouviez faire un tuto n8n pour les gros noobs comme moi ça serait trop cool!

  • Avatar of Remi
    Remi
    ·
    ·

    Great that you managed to make it work ! Noted on the tuto n8n - I agree 😉 I'll share this with the team. Happy building ! 🚀 Don't hesitate to share what you build in 🔒[private feed]