About Nodes
A node is script or function written to perform a single action. For instance: API calls using axios, call smart contract functions, create NFT, detect payment done by Stripe, cron jobs, set timeout, send email and etc. This is how node works:
- Receive inputs from user
- Execute function using the input parameters received
- Emit and save results
Three types of nodes in the Web3 Workflow Studio:
- Action Node
- Trigger Node
- Webhook Node
It is recommended to test out every node before deploying the whole workflow
Updated 10 days ago
What’s Next