This tutorial will guide you through the process of creating a Gelato piece with an action that fetches random icecream flavor and trigger that fetches new icecream flavor created. It assumes that you are familiar with the following:Documentation Index
Fetch the complete documentation index at: https://www.activepieces.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
- Activepieces Local development Or GitHub Codespaces.
- TypeScript syntax.
Piece Definition
To get started, let’s generate a new piece for GelatoPiece Name: Specify a name for your piece. This name uniquely identifies your piece within the ActivePieces ecosystem.Package Name: Optionally, you can enter a name for the npm package associated with your piece. If left blank, the default name will be used.Piece Type: Choose the piece type based on your intention. It can be either “custom” if it’s a tailored solution for your needs, or “community” if it’s designed to be shared and used by the broader community.
packages/pieces/community/gelato/,
the src/index.ts file should contain the following code