Enhancement: allow specifying JSON encoding for webhooks (#8799)

This commit is contained in:
shamoon 2025-01-18 12:19:50 -08:00 committed by GitHub
parent cd50f20a20
commit ed1775e689
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 99 additions and 8 deletions

View file

@ -22,6 +22,8 @@ export interface WorkflowActionWebhook extends ObjectWithId {
use_params?: boolean
as_json?: boolean
params?: object
body?: string