hi @aquibk,
Welcome to the community! From what I understand you want to create your own recipes. That can be done within the Apps part of the platform. You can add recipes that are triggered by e.g. column_change and when the recipe fires it will call your custom code. This code (e.g written in NodeJS) needs to be running on a server accessible over the Internet (so you need to host your own server). If you click your avatar in monday.com and go to the Developers section you can find some examples. These are also available through this link: https://monday.com/developers/apps/welcome-apps/
I don’t say it is an easy task but it certainly can be done