PipedreamHQ / PipedreamHQ/pipedream

[Components] yepcode

Open
#16,103 0 comments 0 reactions 0 assignees View on GitHub
triaged
Dominant language
JavaScript
Stars
11.7k
Forks
5.8k
Avg merge
3d 10h
Merged PRs (30d)
102

Description

# yepcode
## URLs
- https://yepcode.io/docs/api/rest/
## Webhook Sources
### new-execution-instant
#### Description
Emit new event when a YepCode execution starts or completes. Required props: project ID. Optional props: execution status filter (e.g. success, error).
### new-project-instant
#### Description
Emit new event when a new YepCode project is created. No props required.
### new-credential-instant
#### Description
Emit new event when a new credential is added to a YepCode workspace. Optional props: credential type filter (e.g. API key, database connection).
## Actions
### trigger-execution
#### Description
Trigger execution of an existing YepCode process. Required props: project ID, script name. Optional props: input parameters as JSON.
### create-project
#### Description
Create a new YepCode project. Required props: project name. Optional props: description, visibility (public/private).
### update-credential
#### Description
Update an existing credential in the YepCode workspace. Required props: credential ID, new credential data. Optional props: name, notes.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.