Configuration data for a connection that is sent along with each webhook request. Its purpose is, primarily, to authenticate a user against the connected system. The most important information is contained in data, and the exact shape of that object depends on the type of connection.

OAuth

If the integration has enabled OAuth, and the user has signed in to the third party service, auth.access_token will be included with each webhook request.