Files
twenty/packages/twenty-apps/hello-world/objects/post-card/object.manifest.jsonc
T
martmullandGitHub f6240fabd0 Fix hello world application (#14880)
Updates of the hello-world application
- remove the old hello-world application
- adds an object "postCard"
- adds a serverlessFunction `create-new-post-card` that calls the twenty
api to create a new postCard record
- add a route trigger /post-card/create?recipient=John
2025-10-06 10:51:33 +02:00

10 lines
364 B
JSON

{
"$schema": "https://raw.githubusercontent.com/twentyhq/twenty/main/packages/twenty-cli/schemas/object.schema.json",
"universalIdentifier": "54b589ca-eeed-4950-a176-358418b85c05",
"standardId": "54b589ca-eeed-4950-a176-358418b85c05",
"nameSingular": "postCard",
"namePlural": "postCards",
"labelSingular": "Post card",
"labelPlural": "Post cards"
}