Connecting Password Reset Endpoints to Draftbit

Options
Hi,
I've already setup the password reset endpoints on my Xano account. And I have these three endpoints to connect with Draftbit.[Xano (3).png]For instance, the GET endpoint (/password_reset/request-link) is asking for the input of the email address[Xano (4).png]And hence, not returning any list/arrays. Which Draftbit is expecting and giving me this error.[draftbit_error.png]Am I supposed to change "GET" to "POST" to enter a body to the endpoint on the frontend? Like this...[draftbit_error (2).png]This method is still returning error.

I'm not sure how I make the connections. The situation is the same for all 3 endpoints, unfortunately.

I'd really appreciate any help with this matter. 

Thank you!

Comments

  • Michael Udinski
    Michael Udinski Administrator

    ADMIN

    Options
    I'm not an expert at Draftbit but in this endpoint, "email" is a parameter. Is there a way to set it up in step 2?
    [CleanShot 2022-08-05 at 16.22.15.png]
  • Patrick Okon
    Options
    Yes. Someone from the Draftbit community actually mentioned the same thing with how I can add a parameter to the endpoint's URL.

     /password_reset/request-link?email={{email}}

    That is how it worked for me.