Use your own code in Ryax
using the Git repositories integration
First step
Make sure your code complie with a few simple requirements
What you'll need
1) Your Python code in a .py file
ryax_handler.py
2) A Ryax metadata file ryax_metadata.yaml
3) if external dependancies, a requirements.txt
Second step, open your Git repository
You will need the git URL to this sample repository in the video transcription below
We will be building the 4 Ryax actions available in the repo
First let's copy the URL of our repo
To get access to our saas platform ryax.tech/try-ryax-form/
Let's go to the Ryax library
and we'll add our repo's URL to the repo list
and we'll launch a scan of the 'main' branch
our actions now appear in the scan results
4th step : Build the actions in Ryax
let's click on 'Build' for each actions
all our 4 actions are now built in the Ryax's library
5th step : Use these actions in a backend workflow
we'll fo back to our dashboard
we'll create a new backend workflow
our newly built actions are now available in the library
Reproduce this tutorial with a workfing backend workflow at ryax.tech