-
-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
webhook #503
Comments
You need to build the message using the available variables: Variables available: {{days_until}}, {{subscription_name}}, {{subscription_price}}, {{subscription_currency}}, {{subscription_category}}, {{subscription_date}}, {{subscription_payer}}, {{subscription_days_until_payment}} You can try something like:
|
Hi @ellite ,I want to know the format of customheaders in webhook. I tried |
Hi. Custom headers it's an optional field. But this is what I use to bypass cloudflare authentication using cloudflare tunnels.
But in most cases you should not need custom headers. |
Hi @ellite
But when I input like this in wallos, it dosen't work. Custom header is
and I tried
and
Is there any thing wrong? |
On Wallos side:
So, to get exactly I believe you need to remove the |
Strange. docker exec -it wallos sh then inside the container: apk add nano and after this block of code:
add:
ctrl + x to save and exit then try again with the developer tools open on your browser on the network tab. the response of the endpoint should now include the response of the curl call. |
It seems to me to be related with the peyload instead? |
I tried another server, https://sctapi.ftqq.com/key.send
|
It must be some bug in the code then. Thank you for all the details. |
Thanks for your work! |
Hi, I believe someone posted the solution to your issue on this discussion: #383 You should set the custom headers as: Please try it and let me know. |
Hi @ellite , I think |
Awesome! Glad it's working. |
What should the webhookbody look like?
replace subscriptions value
Is it like the above? I use bark, but the body content is empty |
If it helps anyone I wrote up the following on how to configure webhooks.
|
can anyone help me?
I have simple whatsapp gateway how to setting wallos webhook payload
my whatsapp gateway template payload
The text was updated successfully, but these errors were encountered: