Skip to content

Commit b0ac809

Browse files
Merge pull request #6713 from segmentio/web-actions-note
Added note that Web (Actions) destinations can't use insert functions 🦆 [DOC-897]
2 parents 4e710fd + c134188 commit b0ac809

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/_includes/content/destination-dossier.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ <h6>Destination Info</h6>
5454
{% if connectionModes.cloud.web == true or connectionModes.cloud.mobile == true or connectionModes.cloud.server == true %} <li>In Cloud-mode, refer to it as <strong>{{previous_names | join: '</strong>, or <strong>' }}</strong> in the <a href="/docs/guides/filtering-data/#filtering-with-the-integrations-object">Integrations object</a></li>{%endif%}
5555
{% if connectionModes.device.web == true or connectionModes.device.mobile == true or connectionModes.device.server == true %} <li>In Device-mode, refer to it as <strong>{{previous_names | first}}</strong> in the <a href="/docs/guides/filtering-data/#filtering-with-the-integrations-object">Integrations object</a> </li>{%endif%}
5656
{% endif %}
57+
{% if connectionModes.cloud.web == true %}
58+
{% unless connectionModes.cloud.mobile == true or connectionModes.cloud.server == true or connectionModes.device.web == true or connectionModes.device.mobile == true or connectionModes.device.server == true %}
59+
<li>This destination is not compatible with <a href="/docs/connections/functions/insert-functions/">Destination Insert Functions.</a></li>
60+
{% endunless %}
61+
{% endif %}
5762
{% if destinationInfo.status == "PUBLIC_BETA" %}<li>This destination is in <span class="release-pill">Beta</span></li>{% endif %}
5863
{% if page.engage == true %}<li>This destination is <b>only</b> compatible with <a href="/docs/engage">Twilio Engage</a>.</li>{% endif %}
5964
</ul>

0 commit comments

Comments
 (0)