File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
content/docs/platform/integrations/push Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ The process involves a four-step data flow from your subscriber's device to Novu
1717
1818## Step 1: Enable push activity tracking in Novu
1919
20- First, you need to enable the feature in your Novu dashboard and retrieve the necessary credentials.
20+ Enable push activity tracking in your Novu dashboard and get the necessary credentials.
2121
22221 . Log in to the Novu dashboard.
23232 . Navigate to the ** Integration Store** page and then select your push provider.
@@ -82,8 +82,7 @@ The goal is to capture the event and send a JSON payload to your backend. You ne
8282 platform: ' android' ,
8383 };
8484
85- fetch (" https://your-api.com/api/notifications/events
86- " , {
85+ fetch (" https://your-api.com/api/notifications/events" , {
8786 method: " POST" ,
8887 headers: { " Content-Type" : " application/json" },
8988 body: JSON .stringify (eventData),
You can’t perform that action at this time.
0 commit comments