feat(webhooks): add MEDIA_PENDING_UPDATED webhook notification
Description
Current implementation:
When a request is meade a webhook notification is sent of type MEDIA_PENDING
When that request is updated/edited, no new webhook notification is sent. Not even a new MEDIA_PENDING
Desired implementation:
When a request is made a webhook notification is sent of type MEDIA_PENDING
When that request is updated, a new webhook notification is sent of type MEDIA_PENDING_UPDATED
Screenshot (if UI-related)
UI additions:
Proof that webhook is working (another app is listening)
To-Dos
- [x] Successful build
yarn build - [x] Translation keys
yarn i18n:extract
You forgot to run yarn i18n:extract to include the new translations.
You forgot to run
yarn i18n:extractto include the new translations.
Just ran this and pushed it up
@sct @OwsleyJr Can we get this in the next release?
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.