pipedream
pipedream copied to clipboard
[Components] beekeeper
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. Required prop is the user's identifier and the chat's identifier. An optional prop could be the content of the chat message.
Polling Sources
new-anniversary
Prompt
Emit new event when an anniversary such as a birthday or work anniversary is detected for an employee. Required prop is the employee's identifier. Optional prop could be the type of anniversary.
new-navigation-extension
Prompt
Emit new event when a new navigation extension is created. Required prop is the extension's identifier. An optional prop might be the extension's type.
Actions
send-message-group-chat
Prompt
Send a precomposed message to a defined group chat. Requires prop 'group_id' for group identification and prop 'message' for content.
create-post
Prompt
Create a new text or multimedia post in a defined stream. Requires 'stream_id' prop for stream selection and 'post_content' prop for content.
update-profile
Prompt
Modify the profile details of a user. 'user_id' is the required prop for user identification. Other props like 'name', 'email', etc. can be optionally provided as per requirement.