Skip to content

Commit e410ad3

Browse files
committed
fix: fixed readme manifest
1 parent bf1a402 commit e410ad3

File tree

1 file changed

+5
-4
lines changed
  • src/connections/destinations/catalog/actions-nudge

1 file changed

+5
-4
lines changed

src/connections/destinations/catalog/actions-nudge/index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
Nudge (Actions) Destination
1+
---
2+
title: Nudge (Actions) Destination
3+
id:
24
---
35

46
{% include content/plan-grid.md name="actions" %}
@@ -30,8 +32,7 @@ The Identify method lets you create or update a user in Nudge’s backend. Every
3032

3133
```js
3234
analytics.identify('user123', {
33-
firstName: 'Alice',
34-
lastName: 'Smith',
35+
name: 'Alice Smith',
3536
3637
company: 'Acme Corp',
3738
employees: 150
@@ -93,4 +94,4 @@ If requests continue to fail after checking your API key and payload:
9394

9495
---
9596

96-
*If you still encounter issues, please reach out to the Nudge Developer Team or email [[email protected]](mailto:[email protected]).*
97+
*If you still encounter issues, please reach out to the Nudge Developer Team or email [[email protected]](mailto:[email protected]).*

0 commit comments

Comments
 (0)