The connection.disabled
event is fired when a user manually removes a connector. This event reflects user action and does not reflect the status of their connection. This event will not fire if a connection becomes deauthorized or is otherwise in need of repair (unless the user removes the connection).
Event Type
connection.disabled
Payload
POST /your/webhook/url HTTP/1.1
Accept: application/json
Host: your-domain.com
Content-Type: application/json
{
"event_type": "connection.enabled",
"payload": {
"connector": {
"slug": "github-oauth"
},
"context": {
"external_id": "jFGlE7LIClQ30kdcFXb5epTDetC2"
}
}
}