Skip to content

webhooks information corrected [DOC-1100] #7590

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
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
2 changes: 2 additions & 0 deletions src/_includes/content/destination-dossier.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ <h6>Connection Modes <a href="/docs/connections/destinations/#connection-modes">
</div>
{% endunless %}
{% endif %}
{% unless page.id == '66b1f528d26440823fb27af9' %}
{% if destinationInfo.partnerOwned == true %}
<div>
<h6>Partner Owned</h6>
Expand All @@ -113,5 +114,6 @@ <h6>Partner Owned</h6>
</ul>
</div>
{% endif %}
{% endunless %}
</div>
{% endif %}
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ hidden: true

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.

Segment maintains this destination. For any issues, [contact Segment Support](friends@segment.com).
This destination is not currently available in EU regions.

> info "Private beta"
> Extensible Webhooks is in private beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available.
Segment maintains this destination. For any issues, [contact Segment Support](friends@segment.com).

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

## Overview

Expand Down