Skip to main content
PUT
Replace an event source configuration

Authorizations

Authorization
string
header
required

A Recursion API key, created in the console under API keys.

Headers

If-Match
string
required

Strong ETag returned by the latest event-source member read.

Path Parameters

eventSourceId
string<uuid>
required

Stable event-source identifier.

Body

application/json

Closed configuration for a Slack Events API source.

delivery
object
required

Customer-configured webhook delivery and verification.

Example:
displayName
string
required

Human-readable source name shown in the automation catalog.

Required string length: 1 - 256
type
enum<string>
required

Slack Events API protocol, verified with Slack's request signature.

Available options:
slack_events_api

Response

Configured inbound event source, including its verification policy and lifecycle state.

Configured inbound event source, including its verification policy and lifecycle state.

createdAt
string<date-time>
required
read-only

Time the event source was created.

delivery
object
required

Customer-owned webhook endpoint and its non-secret verification configuration.

Example:
displayName
string
required

Human-readable source name shown in the automation catalog.

eventSourceId
string<uuid>
required
read-only

Stable identifier for the event source.

revision
integer<int64>
required
read-only

Monotonic revision represented by the response ETag.

Required range: x >= 1
status
enum<string>
required
read-only

Lifecycle state. Custom webhook sources start paused; connection-managed sources start active.

Available options:
paused,
active
type
enum<string>
required

Inbound provider protocol interpreted by this source.

Available options:
slack_events_api,
github_webhook,
custom_webhook
updatedAt
string<date-time>
required
read-only

Time the event source was last changed.