Tasks
Edit Webhook
Changing the settings of existing explicit webhooks
If you need to disable or repurpose an old explicit webhook you can use this task to
reconfigure it.
Basic usage
Example:
Parameters
required UUID
webhookuuid The UUID of the explicit webhook that you want to edit.
optional Bool
deleted Disables the webhook. Set to true to mark it as deleted or false to enable it again.
optional String
action_name Changes the action that the task executes.
optional String
stubref Changes the stub in which the webhook executes its task.
optional String
message Changes the message the webhook displays on the Stubber UI.
optional BOOL
authorization Settings for authentication and authorization.
Show child attributes
required if authentication authorization.enabled = true String
type Changes the type of authentication the webhook will use.
required if authentication authorization.enabled = true JSON
keys A set of properties used to define the authentication for the webhook.
Result
Properties
webhookuuid
UUID of the explicit webhook.
webhooklink
Link of the explicit webhook.