Add webhooks #19
Labels
No labels
Area/API
Area/CLI
Area/Data Model
Area/Dependencies
Area/Deployment
Area/Documentation
Area/Downloading
Area/Mobile
Area/Teams
Area/UI
Area/Uploading
Area/Webhooks
Kind
Bug
Kind
Discussion
Kind
Feature
Kind
Security
Kind
Task
Kind
Testing
Priority
Critical
Priority
High
Priority/Low
Priority/Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
good first issue
help wanted
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
BlakeRain/parcel#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'd like to add webhooks to Parcel, which can be configured for a user or a team. Webhooks would be useful for triggering events when things happen to uploads:
I think all these events can be described by a simple enumeration. Rendering the HTTP requests is probably something that I can do with the
minijinjathat the app depends on to render all the HTML templates. Default JSON payloads from the normalSerializederive is probably a useful default.