Has anyone implemented Webhooks using Supabase and Fluterflow?
I need to create a URL to use the Transaction Callback feature.
The platform that will send this callback is very simple, they advise that I only have one URL so that their system can perform a GET passing the parameters relating to the sale made in the querystring.
Example URL:
https://www.yourdomain.com/postback?codigoTransacao={transaction}&anuncianteId={adv}
PARAMETER DETAIL
ParâmetrosDescrição
{transaction} - Order no.
{adv} - Brand ID
{associationID} - Member ID (mdasc)
{totalValue} - Total sale value
{totalCommiss} Total commission amount
Could someone give me a light? I've tried a few ways but without any success so far.