What’s happening here? I create a js service and it just leads to a blank page that says:
“There are no methods in this service yet.”
No options fer adding a method?
i remember it used to be simple.
i included a screenshot
What’s happening here? I create a js service and it just leads to a blank page that says:
“There are no methods in this service yet.”
No options fer adding a method?
i remember it used to be simple.
i included a screenshot
Hello,
You are confusing it with Codeless services. You can add operations with a codeless service, but with JS you need to navigate to the Coding screen and code your service there.
Regards,
Mark
Can you please tell me how to find the Coding screen?
Certainly! Click the “QUICK ACCESS” button on the left of the header bar and search for “Coding”
Okay so I have a webhook handling script done in JS.. I want to deploy and use it but can’t figure my way around how to do so… I have a service I did in the coding screen.. how do I make it work as a webhook upon mybackendlessaddress/webhook being called?
I’m happy with my codeless webhook but I need to do a Sha256 hash.. as far as i know codeless doesn’t include that..
Can we get that added?
I find codeless much more intuitive and i already have a working webhook setup.
You can augment any functionality not natively available in Codeless, with the Custom Code
block:
The block runs any arbitrary JS, can accept arguments from your Codeless logic and return a value.
Sweet! I think I’ll try use custom code to finish this serial generation+email serial via webhook.