Register Webhook With Third Party
codepipeline_register_webhook_with_third_party | R Documentation |
Configures a connection between the webhook that was created and the external tool with events to be detected¶
Description¶
Configures a connection between the webhook that was created and the external tool with events to be detected.
Usage¶
codepipeline_register_webhook_with_third_party(webhookName)
Arguments¶
webhookName |
The name of an existing webhook created with PutWebhook to register with a supported third party. |
Value¶
An empty list.
Request syntax¶
svc$register_webhook_with_third_party(
webhookName = "string"
)