-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Description
beekeeper
URLs
Webhook Sources
new-chat-message-instant
Prompt
Emit new event instantly when there is a new chat message in any chat the user is a member of. No props are required. The event_type are 'CHATS.MESSAGE.CREATED' and 'CHATS_V2.MESSAGE.CREATED'.
URLs
new-user-created-instant
Prompt
Emit new event when a nwe user is created. No props are required. The event_type is 'USER.CREATED'.
URLs
new-comment-created-instant
Prompt
Emit new event when a new comment is created. No props are required. The event_type is 'POSTS.COMMENT.CREATED'.
URLs
Actions
send-message-group-chat
Prompt
Send a precomposed message to a defined group chat. Requires prop 'chatId'. Optional props are 'body', 'attachment', 'eventType', 'chatStateAddons', 'messageAddons', 'refersTo' and 'mentions'. chatId has async options
URLs
- https://beekeeper.stoplight.io/docs/beekeeper-api/71e27d4311dde-get-groups-chats-by-ids
- https://beekeeper.stoplight.io/docs/beekeeper-api/9075b32d36db4-send-a-message-to-a-group-chat
create-post
Prompt
Create a new text or multimedia post in a defined stream. Requires prop 'streamid'.Optional props are 'files', 'locked', 'title', 'media', 'labels', 'sticky', 'photos', 'reactionsDisabled', 'text', 'options' and 'scheduledAt'. Streams has async options.
URLs
- https://beekeeper.stoplight.io/docs/beekeeper-api/d8c0c231494f6-get-the-list-of-streams
- https://beekeeper.stoplight.io/docs/beekeeper-api/18408b41927b9-creates-a-new-post
get-profile
Prompt
Get a profile details of a specific user. 'user_id' is the required prop for user identification. Other props like 'includeActivities' and 'includeTotals' can be optionally provided as per requirement. UserId has async options.
URLs
Metadata
Metadata
Assignees
Labels
Type
Projects
Status