v1
latestOpenAPI 3.0.12026-07-142257126.4 KBrules
Creates a Reactor rule
Creates a rule for the application with the specified application ID.
post/apps/{app_id}/rules
Path parameters
app_idstring required
The application ID.
Request body
Example request
{
"requestMode": "single",
"source": {
"type": "channel.message"
},
"status": "enabled"
}Response
Reactor rule created
Example response
{
"appId": "28GY6a",
"created": 1602844091815,
"id": "83IzAB",
"modified": 1614679682091,
"requestMode": "single",
"source": {
"type": "channel.message"
},
"status": "enabled"
}