Update an existing connection by its id. Only the fields provided in the request body will be updated.
Update the configuration of an existing connection. Only the fields provided in the request body will be updated. For example, you can update just the webhook URL or authentication settings without changing other fields.Documentation Index
Fetch the complete documentation index at: https://sendcloud.dev/llms.txt
Use this file to discover all available pages before exploring further.
Basic Authentication using API key and secrets is currently the main authentication mechanism.
The id of the connection.
Request body for updating an existing connection. All fields are optional.
The type of connection.
webhook, klaviyo The configuration for the connection. The shape depends on the connection type.
For webhook connections, see the webhook configuration fields.
For klaviyo connections, configuration can be an empty object as credentials are managed via OAuth2.
OK
Updated connection
A connection defines an external endpoint where event notifications are delivered.