PipedreamHQ/pipedream

[components] Hedy

Open

#20510 opened on Apr 3, 2026

View on GitHub
 (5 comments) (0 reactions) (1 assignee)JavaScript (7,438 stars) (5,305 forks)batch import
actionenhancementgood first issuehelp wantedtrigger / source

Description

Hedy

URLs

https://help.hedy.bot/en/articles/11663570-hedy-api

Actions

get-session

Prompt

Retrieve detailed session information.

get-many-sessions

Prompt

List multiple sessions with pagination.

get-highlight

Prompt

Retrieve specific highlight details.

get-many-highlights

Prompt

List multiple highlights.

get-highlights-by-session

Prompt

Get all highlights for a specific session.

get-todo

Prompt

Retrieve a specific todo by ID.

get-many-todos

Prompt

List all todo items.

get-todos-by-session

Prompt

Get todos for a specific session.

create-topic

Prompt

Create a new topic.

get-topic

Prompt

Retrieve a specific topic.

get-many-topics

Prompt

List all topics.

get-topic-sessions

Prompt

Get sessions for a topic.

update-topic

Prompt

Modify a topic.

delete-topic

Prompt

Remove a topic.

create-session-context

Prompt

Create a new session context.

get-session-context

Prompt

Retrieve a specific session context.

get-many-session-contexts

Prompt

List multiple session contexts.

update-session-context

Prompt

Modify a session context.

delete-session-context

Prompt

Remove a session context.

Contributor guide