Skip to content

Commit 630bb09

Browse files
monikakusterivicac
authored andcommitted
703 - docs - generated
1 parent dd22519 commit 630bb09

File tree

1 file changed

+67
-0
lines changed
  • docs/src/content/docs/reference/components

1 file changed

+67
-0
lines changed

docs/src/content/docs/reference/components/infobip.md

+67
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,73 @@ Type: OBJECT
173173

174174

175175

176+
## Triggers
177+
178+
179+
### New SMS Message
180+
Name: newSMS
181+
182+
Triggers when a new SMS message is received.
183+
184+
Type: DYNAMIC_WEBHOOK
185+
186+
#### Properties
187+
188+
| Name | Label | Type | Description | Required |
189+
|:---------------:|:--------------:|:------------:|:-------------------:|:--------:|
190+
| numberKey | Number | STRING | | true |
191+
192+
193+
#### Output
194+
195+
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.
196+
197+
#### JSON Example
198+
```json
199+
{
200+
"label" : "New SMS Message",
201+
"name" : "newSMS",
202+
"parameters" : {
203+
"numberKey" : ""
204+
},
205+
"type" : "infobip/v1/newSMS"
206+
}
207+
```
208+
209+
210+
### New WhatsApp Message
211+
Name: newWhatsappMessage
212+
213+
Triggers when a new WhatsApp message is received.
214+
215+
Type: DYNAMIC_WEBHOOK
216+
217+
#### Properties
218+
219+
| Name | Label | Type | Description | Required |
220+
|:---------------:|:--------------:|:------------:|:-------------------:|:--------:|
221+
| numberKey | Number | STRING | | true |
222+
223+
224+
#### Output
225+
226+
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.
227+
228+
#### JSON Example
229+
```json
230+
{
231+
"label" : "New WhatsApp Message",
232+
"name" : "newWhatsappMessage",
233+
"parameters" : {
234+
"numberKey" : ""
235+
},
236+
"type" : "infobip/v1/newWhatsappMessage"
237+
}
238+
```
239+
240+
241+
<hr />
242+
176243
<hr />
177244

178245
# Additional instructions

0 commit comments

Comments
 (0)