Skip to content

Commit b5de1e8

Browse files
monikakusterivicac
authored andcommitted
3200 - generated
1 parent b34ab09 commit b5de1e8

File tree

2 files changed

+1352
-1171
lines changed
  • docs/content/docs/reference/components
  • server/libs/modules/components/figma/src/test/resources/definition

2 files changed

+1352
-1171
lines changed

docs/content/docs/reference/components/figma_v1.mdx

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,41 @@ Type: OBJECT
155155

156156

157157

158+
## Triggers
159+
160+
161+
### New Comment
162+
Name: newComment
163+
164+
`Triggers when new comment is posted.`
165+
166+
Type: DYNAMIC_WEBHOOK
167+
168+
#### Properties
169+
170+
| Name | Label | Type | Description | Required |
171+
|:---------------:|:--------------:|:------------:|:-------------------:|:--------:|
172+
| team_id | Team ID | STRING | The ID of the team. | true |
173+
174+
175+
#### Output
176+
177+
The output for this action is dynamic and may vary depending on the input parameters. To determine the exact structure of the output, you need to execute the action.
178+
179+
#### JSON Example
180+
```json
181+
{
182+
"label" : "New Comment",
183+
"name" : "newComment",
184+
"parameters" : {
185+
"team_id" : ""
186+
},
187+
"type" : "figma/v1/newComment"
188+
}
189+
```
190+
191+
192+
158193

159194
## What to do if your action is not listed here?
160195

0 commit comments

Comments
 (0)