Skip to content

Commit 9268156

Browse files
authored
Merge pull request #7590 from segmentio/webhooks-destination-info-update
webhooks information corrected [DOC-1110]
2 parents 1c18558 + 7e5844c commit 9268156

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

src/_includes/content/destination-dossier.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,17 @@ <h6>Connection Modes <a href="/docs/connections/destinations/#connection-modes">
108108
</div>
109109
{% endunless %}
110110
{% endif %}
111+
112+
{% unless page.id == '66b1f528d26440823fb27af9' %}
113+
{% if destinationInfo.partnerOwned == true %}
114+
<div>
115+
<h6>Partner Owned</h6>
116+
<ul class="qi">
117+
<li>This integration is partner owned. Please reach out to the partner's support for any issues.</li>
118+
</ul>
119+
</div>
120+
{% endif %}
121+
{% endunless %}
122+
</div>
123+
111124
{% endif %}

src/connections/destinations/catalog/actions-webhook-extensible/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ redirect_from: '/connections/destinations/catalog/extensible-webhook/'
1010

1111
Segment's Extensible Webhooks destination lets you send custom data payloads to any webhook endpoint. With support for flexible payload configuration, multiple authentication methods, and real-time data flow, Extensible Webhooks can help you integrate with internal systems or tools not covered by Segment’s standard destinations.
1212

13-
Segment maintains this destination. For any issues, [contact Segment Support]([email protected]).
13+
This destination is not currently available in EU regions.
14+
15+
Segment maintains this destination. For any issues, [contact Segment Support]([email protected]).
1416

1517
> info "Public beta"
1618
> Extensible Webhooks is in public beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available.

0 commit comments

Comments
 (0)