-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Description
hyperbrowser
URLs
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.