PipedreamHQ / PipedreamHQ/pipedream

[Components] capgo

Open
#16,953 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

# capgo
## URLs
- https://capgo.app/docs/tooling/api
## Webhook Sources
### new-app-deployment-instant
#### Description
Emit new event when a new version of an app is deployed on Capgo. Useful for triggering post-deployment automation. Requires app ID as a required prop.
### new-installation-instant
#### Description
Emit new event when a new installation of a Capgo-powered app occurs. Requires app ID as a required prop.
### new-crash-report-instant
#### Description
Emit new event when a crash report is received from a device using a Capgo app. Requires app ID as a required prop. Optional props: environment (e.g. production, staging), device type.
## Actions
### create-deployment
#### Description
Create a new deployment/version for a specified app. Requires app ID, version number, changelog, and file upload (e.g. JS bundle or zip).
### update-deployment-status
#### Description
Update the status of a deployment (e.g. mark as active, rollback). Requires deployment ID and new status value.
### sync-installations
#### Description
Trigger a sync process to fetch latest installations for a given app. Requires app ID. Useful for ensuring installation data is current in downstream systems.

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.