PipedreamHQ / PipedreamHQ/pipedream
[Components] hyperbrowser
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# hyperbrowser
## URLs
- https://docs.hyperbrowser.ai/reference/api-reference
## Webhook Sources
### new-tab-opened-instant
#### Description
Emit new event when a user opens a new browser tab in Hyperbrowser. Requires user authentication and browser extension setup for webhook delivery.
### new-session-started-instant
#### Description
Emit new event when a new browsing session starts. Useful for tracking user behavior or syncing with productivity tools. Requires user authentication.
### new-bookmark-created-instant
#### Description
Emit new event when a user bookmarks a page using Hyperbrowser. Requires user authentication and appropriate webhook permissions.
## Actions
### create-bookmark
#### Description
Create a new browser bookmark in the user's Hyperbrowser account. Requires a URL and optional title or tags.
### open-tab
#### Description
Open a new browser tab with a specific URL in the user's Hyperbrowser session. Requires a valid URL and an optional context or group identifier.
### close-tab
#### Description
Close a specific tab in the user's Hyperbrowser session. Requires the tab ID or URL of the open tab.
Contributor guide
Assessment
This issue has not been assessed yet.