diff --git a/src/_includes/content/destination-dossier.html b/src/_includes/content/destination-dossier.html index 162202e4c8..dd7987a226 100644 --- a/src/_includes/content/destination-dossier.html +++ b/src/_includes/content/destination-dossier.html @@ -54,6 +54,11 @@
Destination Info
{% if connectionModes.cloud.web == true or connectionModes.cloud.mobile == true or connectionModes.cloud.server == true %}
  • In Cloud-mode, refer to it as {{previous_names | join: ', or ' }} in the Integrations object
  • {%endif%} {% if connectionModes.device.web == true or connectionModes.device.mobile == true or connectionModes.device.server == true %}
  • In Device-mode, refer to it as {{previous_names | first}} in the Integrations object
  • {%endif%} {% endif %} + {% if connectionModes.cloud.web == true %} + {% 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 %} +
  • This destination is not compatible with Destination Insert Functions.
  • + {% endunless %} + {% endif %} {% if destinationInfo.status == "PUBLIC_BETA" %}
  • This destination is in Beta
  • {% endif %} {% if page.engage == true %}
  • This destination is only compatible with Twilio Engage.
  • {% endif %}