Integrating Webhooks in Botpress for Real-Time Data Updates

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ก.พ. 2025

ความคิดเห็น • 8

  • @mateusfonseca2082
    @mateusfonseca2082 3 หลายเดือนก่อน

    bro, thank you so much for this tutorial, will always be greatful fot this!

  • @joekanaan2548
    @joekanaan2548 10 หลายเดือนก่อน +1

    How do I send the messages that the bot outputs back to my server?

    • @CodingDecay
      @CodingDecay  10 หลายเดือนก่อน

      Hey there,
      The all of the execute code card already requires Axios. axios-http.com/docs/intro

    • @joekanaan2548
      @joekanaan2548 10 หลายเดือนก่อน

      @@CodingDecay So if I want to send all the messages sent by the bot to my server do I add a "Before Outgoing Message" hook and send a post request to my server?
      I want the server to send back the messages to my client side using firebase which isn't doable in botpress that's why I need the messages to be sent there.

  • @dalepurdon8948
    @dalepurdon8948 7 หลายเดือนก่อน

    Thanks mate this was super helpful! Put the puzzle pieces together for me. I have one small challenge, when I create a trigger in botpress studio I don't get the option for Webhook Event? (only 'Conversation Started' and 'Custom Trigger' ?)

  • @hanzo_process
    @hanzo_process 10 หลายเดือนก่อน

    cool thanks for the new video!

  • @ThiagoOliveiraCeconelo
    @ThiagoOliveiraCeconelo 8 หลายเดือนก่อน

    For me in the body attributes only appears text and type. Any suggestion to solve this?