Installation
A public Sentry integration will receive installation and uninstallation webhooks.
'Sentry-Hook-Resource': 'installation'
- type: string
- description:
created
ordeleted
- type: object
- description: The user who either installed or uninstalled the integration
- type: object
- description: The installation
Copied
{
"action": "created",
"actor": {
"id": 1,
"name": "Meredith Heller",
"type": "user"
},
"data": {
"installation": {
"status": "pending",
"organization": {
"slug": "test-org"
},
"app": {
"uuid": "2ebf071f-28df-4989-aca9-c37c763b278f",
"slug": "webhooks-galore"
},
"code": "f3c71b491e3949b6b033ae45312a4fcb",
"uuid": "a8e5d37a-696c-4c54-adb5-b3f28d64c7de"
}
},
"installation": {
"uuid": "a8e5d37a-696c-4c54-adb5-b3f28d64c7de"
}
}
Help improve this content
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").