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