/
OP
opencelium
/
OpenCelium API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 1m ago · Updated 2w ago
View markdown
opencelium
OpenCelium API
post
Creates an event message in the system by accepting event message data in the request body
82ed767ffb65
latest
OpenAPI 3.0.1
raw.githubusercontent.com
2026-08-01
230
114
249.2 KB
# Authorization
1
Aggregator
8
Application Components
1
Application Config
2
Category
11
Connection
35
Connector
15
Event Content
3
Event Message
10
get
Retrieves an event messages from database by provided Event Message ID
put
Modifies an event message in the system by providing ID and by accepting event message data in the request body
delete
Deletes an event message in the system by providing ID
put
Deletes an event message in the system by providing ID
post
Creates an event message in the system by accepting event message data in the request body
get
/message/tools/incoming_webhook
get
Retrieves list of supported tools like email, teams, slack, etc...
get
Retrieves a list of supported languages
get
Retrieves all event messages from database
get
Retrieves list of event messages from database by providing type of message
Execution
5
Extra Operations
3
File
8
Invoker
14
Languages
1
Ldap
2
Online Synchronization History with Service Portal
3
password-reset-controller
2
Scheduler
22
Search
1
Subscription
13
Support files for Connections
6
Template
11
Update Assistant
17
User
12
User Details
1
User Role(Group)
9
Webhook
6
Widget
6
Widget Settings
2
Event Message
Creates an event message in the system by accepting event message data in the request body
post
/message
Request body
MessageResource
required
templateId
integer
name
string
type
string
content
ContentResource[]
Response
Event Message has been successfully created
MessageResource
required
templateId
integer
name
string
type
string
content
ContentResource[]