Can Anyone help me how to create a webhook for my store in tebex?
please help :)
26 Replies
so i basically dont know how to
so if anyone can help what language should i use how
i really need it for login webhook and other webhooks
so basically you're looking for a custom tutorial on how to implement webhooks for an undefined project?
yh
its my gaming store
do you have a gaming store already?
yes but i need webhooks
to finis
h
I'm assuming you'll need to use the API which is documented on their site: https://docs.tebex.io/developers/headless-api/overview
i dont understand anything there
Then you'll either need to contact whoever made / platform that made your website to see if they can help you or hire a developer
awh dang
There's too much to teach you to help you with this if you have no understanding of it already honestly
no like ik what is a webhook
i only need a tutorial how to make one
I think where Jochem was going with this before I rudely interrupted (😉) is maybe what platform are you on? What technology are you using? We need more information
im on tebex and i use html
but ik python
and a bit in js
Okay, so to keep this as simple as possible you'll need to follow the documentation I linked and implement it via JS
so i do that in js ?
in vs
Which brings us back to 'if you don't understand it, then you'll probably hire a developer'
no like i only need wht language should i use
You can implement it in any language, it's just an API call. Their default language in the docs is JS but they have some in Python too. It would probably be easiest to use a web framework like Django if you're using Python to implement this
Python:
From their documentation
this isn't the kind of project you can tackle as a complete beginner, not even with a tutorial. You're asking someone to hold your hand through the entire process, and that's not something you can expect anyone to do
okay thanks
Feel free to update here if you have some small questions, I don't mind helping but yea like we said it's a bit too much to handhold you through all of this if you don't really understand it. Tebex has their own 'webstore' builder it looks like - I'd recommend using that
thanks guys
btw
the token is in the website url right?
Yep based off the api documentation I linked, it'll need to be called in the url it looks like
But I don't have any experience with this API, you'll get much better information reading the docs yourself
alr