Deep Linking
Adding Deep Links in REST API
curl --location 'https://restapi.netmera.com/rest/3.0/sendNotification' \
-H "X-netmera-api-key: your_rest_api_key" \
-H "Content-Type: application/json" \
-d '{
"notificationKey": "1000",
"target": {
"extId": "exidn"
},
"message": {
"params": {},
"click": {
"deeplink": "https://www.netmera.com?id=5&name=@{exid}&cat=webpush"
}
}
}'Adding Deep Links on Netmera Panel
Step 1: Create a New Deeplink

Step 2: Provide Deeplink Details

Step 3: Define Deeplink Parameters

Step 4: Configure Deeplink Parameters

Last updated
Was this helpful?