The connection.errored
event is fired when the connection to the external service enters an errored state. This typically happens when a user deauthorizes your application directly from the external service.
Event Type
connection.errored
Payload
POST /your/webhook/url HTTP/1.1
Accept: application/json
Host: your-domain.com
Content-Type: application/json
{
"event_type": "connection.errored",
"payload": {
"connector": {
"slug": "github-oauth"
},
"context": {
"external_id": "jFGlE7LIClQ30kdcFXb5epTDetC2"
}
}
}