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.

For example, if the integration has enabled OAuth as authentication, the config and data.access_token will be defined.