---
sourceDocument: Australia Customer Service Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/customer-service-management

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Customer Service Management

ft:clusterId :

    - csm

bundleId :

    - csm

workflow :

    - Customer and Industry


---

# Launch a feature using URL parameters

# Launch a feature in Engagement Messenger using URL parameters {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 min. de leitura

Use URL parameters in your website's URL to enable the deep linking and launch a feature in Engagement Messenger integrated with your website.

## Antes de Iniciar

[Configure Engagement Messenger](https://servicenow-prod.fluidtopics.net/WzCd7bSDUS0OpR7P6cFVpw "Create a Engagement Messenger module and configure its behavior, appearance, and styling. By creating a messenger module, you can customize the appearance and behavior according to your organizational branding and to suit your customer needs.").

[Embed Engagement Messenger in your web application](https://servicenow-prod.fluidtopics.net/nWfOxv1GVnCUHo7AjNG35w "Embed the source code of the messenger module that you configured in your website so that you can enable your customers to start using Engagement Messenger in your website.").

Role required: ec_admin and website administrator

## Por Que e Quando Desempenhar Esta Tarefa

You can use URL parameters to display specific feature in Engagement Messenger. When the URL is accessed, it opens your website and automatically loads the specified feature in Engagement Messenger. For example, you can embed the URL in an email to share a knowledge article from Engagement Messenger.  
Nota:  
If you are using existing Embed code, ensure that you update the script to include `v=3.1`. For example:

## Procedimento

1. Navigate to Engagement MessengerModules.
2. In the Configure Engagement Messenger Module, open the Implement tab.
3. Copy the code from the Embed code section.
4. In a text editor, open the HTML file of the web page on your website where you integrate Engagement Messenger.
5. Paste the code you copied before the closing body tag.
6. Save the file.
7. Modify the website URL to include the feature.  

       https://website/page.html?feature=<FEATURE_NAME>&<PARAM_NAME1>=<PARAM_VALUE1>&<PARAM_NAME2>=<PARAM_VALUE2>

   \<FEATURE_NAME\>
   :   The feature name. For information, see [Feature context parameters supported in Engagement Messenger](https://servicenow-prod.fluidtopics.net/2pPxAiGSRGvnTmbJSKI6uw "Features for contextual launch capability enable you to set the default launch screen in Engagement Messenger.").

   \<param_name1\>=\<param_value1\>
   :   Name and value of a parameter associated with the feature. To define multiple parameters, use the same format. For more information, see [Feature context parameters supported in Engagement Messenger](https://servicenow-prod.fluidtopics.net/2pPxAiGSRGvnTmbJSKI6uw "Features for contextual launch capability enable you to set the default launch screen in Engagement Messenger.").
8. **Opcional:** Verify that the URL launches the designated feature automatically.

## Resultado

The feature you included in the URL is set as the default launch screen in Engagement Messenger.

## Exemplo

The following sample URL includes a system identifier (sys_id) for a knowledge article that will automatically display when the website is launched.

    https://mywebsite/page.html?feature=VIEW_ARTICLE &sys_kb_id=ec7617461b01f01080df6247b04bcbaf


