-
Help with HMAC security filter
I'm using Xano to accept two webhook calls that require the request body to be encoded using HMAC with a secure key and SHA256 digest mode, then match that to a signature in the header to verify the request. My set up in both endpoints is this (different key, otherwise identical): This works fine for one of the webhooks,…
-
Can Xano grab data from a web callback URL?
Hi Xano, I am currently trying to integrate Square's point of sale API with Xano - Originally I had planned to use a webhook where it would grab and utilise the data sent from Square. However, after some testing I have noticed Square adds the data onto your specified callback URL. I have provided an example below. EG.…
-
Xano Expert needed for API creation
I'm a UX Designer building a SAAS using Xano + Weweb. I'm spending too much time trying to learn how to build (what for me) are complex APIs in Xano. My time is better spent building my Weweb front end. I'm confident that a developer who knows Xano well will be able to create these easily. So if you're a skilled Xano…
-
webhook response format
Heyy all. i am trying to configure the whatsapp webhook, in the response i must return a value that is sent to me in the input, this value i save it in a variable and return it in the response but i have this response from whatsapp. my response has this "/" how can i delete this?
-
Different outcome for request history and debugging with Get All Input
Hi there, So I'm trying to debug an error with handling payload from Get All Input. I cannot go any further as I'm getting two completely different results (outputs) for the same input values when I use Run & Debug and when I look at the Request history. Request history: Here the output is: {"message":"Unable to locate…
-
Is it a problem to have a large number of requests in a webhook?
Hey All I am working with the whatsapp api, after finishing the logic of the chatbot (a basic chatbot) I am testing only with two conversations, reached more than 350 webhooks, because whatsapp sends several webhooks for each message. This could be a problem when it is in production? and many more people use this service?…
-
Need help connecting APIs using Xano? Let's collaborate and streamline your integration process!
As a Xano user for almost a year, I'm excited to offer my assistance with API integration. While I have experience with the platform, I'm always eager to learn more and improve my skills. In fact, I believe that the best way to continue learning is through collaboration and working with others to solve problems. So, by…
-
Idea: Add timingSafeEqual to comparison filter
Would be nice to have this comparison method natively in filters instead of doing it via Lambda https://nodejs.org/dist/latest-v6.x/docs/api/crypto.html#crypto_crypto_timingsafeequal_a_b
-
Memberstack- Xano webhook integration not working
Hello xano team, I have duplicated the webflow- xano-memberstack template and following the video tutorial. However, When a member is created in member stack it is not transferring data to xano through webhook. I have followed the same steps as the video tutorial
-
queue or API function delay
Hi community, I'm building and integration of two apps with Xano. 1st system calls Xano API. Then I have a logic inside Xano with some database manupulation And then it calls API of a 2nd system. 2nd system is OpenAI API which has some tough rate limits. My 1st system might have some use cases where it may do 1000 - 10 000…
-
Stripe Secure Webhook
Secure your data sent from Stripe to Xano via webhook, following Stripe's recommended approach for manual verification described here: If you are new to connecting Stripe to Xano, start with the Stripe Checkout template. Then, follow the instructions below to install this snippet. Here's how to get started: Snippet: Video…
-
Learn Xano: Webhook with Typeform
This snippet is a companion to our documentation on Webhooks, demonstrating an example exercise on connecting to Typeform using a webhook: Snippet: https://www.xano.com/snippet/K0O5co6M/ Webhooks - Xano documentation: https://docs.xano.com/api/webhooks How to add a Snippet:…
-
Using External API as a webhook
Hi, I am trying to use this endpoint as a trigger point for a webhook. When the endpoint is hit with the input, we get a record from Xano DB that hits the match and use that record's callback URL field to send the external API request that acts like a webhook. When we send the external API to the URL, the other party…