Skip to content
Merged
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
12 changes: 3 additions & 9 deletions src/_includes/content/destination-dossier.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ <h6>Destination Info</h6>
<li>This destination is not compatible with <a href="/docs/connections/functions/insert-functions/">Destination Insert Functions.</a></li>
{% endunless %}
{% endif %}
{% if destinationInfo.partnerOwned == true %}
<li>This integration is <strong>partner owned</strong>. Please reach out to the partner's support for any issues.</li>
{% endif %}
{% if thisDestination == '64c031541451bb784943f809' or thisDestination == '63e42d44b0a59908dc4cacc6' or thisDestination == '642440d46b66b3eeac42b581' %} <li>This destination is <b>not</b> supported in EU workspaces. For more information, see the <a href="/docs/guides/regional-segment/">Regional Segment</a> documentation.</li> {% endif %}
{% if destinationInfo.status == "PUBLIC_BETA" %}<li>This destination is in <span class="release-pill">Beta</span></li>{% endif %}
{% if page.engage == true %}<li>This destination is <b>only</b> compatible with <a href="/docs/engage">Twilio Engage</a>.</li>{% endif %}
Expand Down Expand Up @@ -105,13 +108,4 @@ <h6>Connection Modes <a href="/docs/connections/destinations/#connection-modes">
</div>
{% endunless %}
{% endif %}
{% if destinationInfo.partnerOwned == true %}
<div>
<h6>Partner Owned</h6>
<ul class="qi">
<li>This integration is partner owned. Please reach out to the partner's support for any issues.</li>
</ul>
</div>
{% endif %}
</div>
{% endif %}
Loading