Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion api/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3016,8 +3016,9 @@ paths:
type:
type: string
description: The type of the destination.
For `slack`, set `metadata.url` to a Slack incoming webhook URL.
example: webhook
enum: [webhook, kinesis, s3]
enum: [webhook, kinesis, s3, slack]
secrets:
type: object
description: Secrets for the destination.
Expand All @@ -3043,6 +3044,7 @@ paths:
url:
type: string
description: Webhook URL, must start with "https://".
For `slack` destinations, this is the Slack incoming webhook URL.
example: https://webhooks.mailmonkey.com/salesforce-lead-converted
headers:
$ref: "#/components/schemas/WebhookHeaders"
Expand Down
7 changes: 4 additions & 3 deletions api/generated/api.bundled.json
Original file line number Diff line number Diff line change
Expand Up @@ -4469,12 +4469,13 @@
},
"type": {
"type": "string",
"description": "The type of the destination.",
"description": "The type of the destination. For `slack`, set `metadata.url` to a Slack incoming webhook URL.",
"example": "webhook",
"enum": [
"webhook",
"kinesis",
"s3"
"s3",
"slack"
]
},
"secrets": {
Expand Down Expand Up @@ -4506,7 +4507,7 @@
"properties": {
"url": {
"type": "string",
"description": "Webhook URL, must start with \"https://\".",
"description": "Webhook URL, must start with \"https://\". For `slack` destinations, this is the Slack incoming webhook URL.",
"example": "https://webhooks.mailmonkey.com/salesforce-lead-converted"
},
"headers": {
Expand Down
Loading
Loading