-
Notifications
You must be signed in to change notification settings - Fork 28
WebHook Templates : Creating, Reading, Editing, Deleting
netwolfuk edited this page May 4, 2018
·
4 revisions
There are four ways to create, read, edit or delete a webhook template.
From most convenient to least convenient:
- Use the Web UI located at
/webhooks/templates.html
since 1.1-alpha11.180.231 (requires tcWebHooks-REST-API plugin installed). - Use the REST API located at
/app/rest/webhooks/templates
since 1.1-alpha11.180.231 (requires tcWebHooks-REST-API plugin installed). - Edit the
webhook-templates.xml
file stored inBuildServer/config/
using the TeamCity admin GUI. - Edit the
webhook-templates.xml
file stored inBuildServer/config/
using a text editor.
More information about the webhook-templates.xml
file is on its own page
- Home
- Installing
- Configuration
- Templates
- Parameters (aka Variables)
- Example Webhook output
- WebHooks REST API