You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Adds or updates a person's record in Gainsight NXT. [See the documentation]()",
6
+
description: "Create or update a person's record. [See the documentation](https://support.gainsight.com/gainsight_nxt/API_and_Developer_Docs/Person_API/People_API_Documentation#Person)",
7
7
version: "0.0.{{ts}}",
8
8
type: "action",
9
9
props: {
10
-
gainsight_nxt: {
11
-
type: "app",
12
-
app: "gainsight_nxt",
10
+
app,
11
+
email: {
12
+
type: "string",
13
+
label: "Email",
14
+
description: "The email address of the person. If a record with this email exists, it will be updated, otherwise a new one will be created.",
13
15
},
14
-
personFields: {
15
-
propDefinition: [
16
-
gainsight_nxt,
17
-
"personFields",
18
-
],
16
+
firstName: {
17
+
type: "string",
18
+
label: "First Name",
19
+
description: "The first name of the person.",
20
+
optional: true,
21
+
},
22
+
lastName: {
23
+
type: "string",
24
+
label: "Last Name",
25
+
description: "The last name of the person.",
26
+
optional: true,
27
+
},
28
+
linkedinUrl: {
29
+
type: "string",
30
+
label: "LinkedIn URL",
31
+
description: "The LinkedIn URL of the person.",
32
+
optional: true,
33
+
},
34
+
location: {
35
+
type: "string",
36
+
label: "Location",
37
+
description: "The location of the person.",
38
+
optional: true,
39
+
},
40
+
additionalFields: {
41
+
type: "object",
42
+
label: "Additional Fields",
43
+
description: "Additional fields to include in the request body. [See the documentation](https://support.gainsight.com/gainsight_nxt/API_and_Developer_Docs/Person_API/People_API_Documentation#Person) for all available fields.",
0 commit comments