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
Copy file name to clipboardExpand all lines: components/hootsuite/actions/schedule-message/schedule-message.mjs
+30-30Lines changed: 30 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ export default {
31
31
scheduledSendTime: {
32
32
type: "string",
33
33
label: "Scheduled Send Time",
34
-
description: "The time the message is scheduled to be sent in UTC time, (ISO-8601)[https://en.wikipedia.org/wiki/ISO_8601] format. Missing or different timezones will not be accepted, to ensure there is no ambiguity about scheduled time. Dates must end with 'Z' to be accepted.",
34
+
description: "The time the message is scheduled to be sent in UTC time, [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format. Missing or different timezones will not be accepted, to ensure there is no ambiguity about scheduled time. Dates must end with 'Z' to be accepted.",
35
35
optional: true,
36
36
},
37
37
webhookUrls: {
@@ -46,7 +46,7 @@ export default {
46
46
description: "The Hootsuite message tags to apply to the message. To set tags the social profile must belong to an organization. Tags are case sensitive. Limited permission members can only use the existing tags for organization and cannot create new ones. See more about message tags at the Hootsuite Help Center. Not supported by Pinterest.",
47
47
optional: true,
48
48
},
49
-
targetingFecabookPageAgeMin: {
49
+
targetingFacebookPageAgeMin: {
50
50
type: "integer",
51
51
label: "Targeting Facebook Page - Age Min",
52
52
description: "Minimum age to target the message at.",
@@ -59,7 +59,7 @@ export default {
59
59
],
60
60
optional: true,
61
61
},
62
-
targetingFecabookPageEducation: {
62
+
targetingFacebookPageEducation: {
63
63
type: "string",
64
64
label: "Targeting Facebook Page - Education",
65
65
description: "The education level of the Facebook page to target.",
@@ -70,7 +70,7 @@ export default {
70
70
],
71
71
optional: true,
72
72
},
73
-
targetingFecabookPageInterestIn: {
73
+
targetingFacebookPageInterestIn: {
74
74
type: "string[]",
75
75
label: "Targeting Facebook Page - Interests",
76
76
description: "Interested in preferences to target the message at.",
description: "Relationship status to target the message at.",
@@ -92,25 +92,25 @@ export default {
92
92
],
93
93
optional: true,
94
94
},
95
-
targetingFecabookPageCountry: {
95
+
targetingFacebookPageCountry: {
96
96
type: "string[]",
97
97
label: "Targeting Facebook Page - Country",
98
98
description: "Country to target the message at. 2-digit ISO 3166 format code as provided by Facebook.",
99
99
optional: true,
100
100
},
101
-
targetingFecabookPageRegions: {
101
+
targetingFacebookPageRegions: {
102
102
type: "string[]",
103
103
label: "Targeting Facebook Page - Regions",
104
104
description: "Region to target the message at. Note that regions can only be specified when there is exactly one country targeted. Limit 200.",
105
105
optional: true,
106
106
},
107
-
targetingFecabookPageCities: {
107
+
targetingFacebookPageCities: {
108
108
type: "string[]",
109
109
label: "Targeting Facebook Page - Cities",
110
110
description: "City to target the message at. Note that cities can only be specified when there is exactly one country targeted. Limit 250.",
111
111
optional: true,
112
112
},
113
-
targetingFecabookPageZips: {
113
+
targetingFacebookPageZips: {
114
114
type: "string[]",
115
115
label: "Targeting Facebook Page - Zip",
116
116
description: "Zip/Postal Code to target the message at. Limit 50,000.",
@@ -154,32 +154,32 @@ export default {
154
154
targetingLinkedInV2CompanyLocations: {
155
155
type: "string[]",
156
156
label: "Targeting LinkedIn V2 Company - Locations",
157
-
description: "Locations to target the message at, expected format of urn:li:geo:{CODE}. (Geo Locations reference)[https://learn.microsoft.com/en-us/linkedin/shared/references/v2/standardized-data/locations/geo], (Geo Typeahead Locations reference)[https://learn.microsoft.com/en-us/linkedin/shared/references/v2/standardized-data/locations/geo-typeahead?tabs=http]",
157
+
description: "Locations to target the message at, expected format of `urn:li:geo:{CODE}`. [Geo Locations reference](https://learn.microsoft.com/en-us/linkedin/shared/references/v2/standardized-data/locations/geo), [Geo Typeahead Locations reference](https://learn.microsoft.com/en-us/linkedin/shared/references/v2/standardized-data/locations/geo-typeahead?tabs=http)",
158
158
optional: true,
159
159
},
160
160
targetingLinkedInV2CompanyStaffCountRange: {
161
161
type: "string[]",
162
162
label: "Targeting LinkedIn V2 Company - Staff Count Range",
163
-
description: "Staff count to target the message at, expected format of SIZE_{VALUES}. (Staff count codes reference)[https://learn.microsoft.com/en-us/linkedin/shared/references/reference-tables/company-size-codes]",
163
+
description: "Staff count to target the message at, expected format of `SIZE_{VALUES}`. [Staff count codes reference](https://learn.microsoft.com/en-us/linkedin/shared/references/reference-tables/company-size-codes)",
164
164
options: STAFF_COUNT_RANGE_OPTIONS,
165
165
optional: true,
166
166
},
167
167
targetingLinkedInV2CompanySeniorities: {
168
168
type: "string[]",
169
169
label: "Targeting LinkedIn V2 Company - Seniorities",
170
-
description: "Seniorities to target the message at, expected format of urn:li:seniority:{CODE}. (Seniorities codes reference)[https://learn.microsoft.com/en-us/linkedin/shared/references/reference-tables/seniority-codes]",
170
+
description: "Seniorities to target the message at, expected format of `urn:li:seniority:{CODE}`. [Seniorities codes reference](https://learn.microsoft.com/en-us/linkedin/shared/references/reference-tables/seniority-codes)",
171
171
optional: true,
172
172
},
173
173
targetingLinkedInV2CompanyIndustries: {
174
174
type: "string[]",
175
175
label: "Targeting LinkedIn V2 Company - Industries",
176
-
description: "Industries to target the message at, expected format of urn:li:industry:{CODE}. (Industries codes reference)[https://learn.microsoft.com/en-us/linkedin/shared/references/reference-tables/industry-codes-v2]",
176
+
description: "Industries to target the message at, expected format of `urn:li:industry:{CODE}`. [Industries codes reference](https://learn.microsoft.com/en-us/linkedin/shared/references/reference-tables/industry-codes-v2)",
177
177
optional: true,
178
178
},
179
179
targetingLinkedInV2CompanyInterfaceLocations: {
180
180
type: "string[]",
181
181
label: "Targeting LinkedIn V2 Company - Interface Locations",
182
-
description: "Languages to target the message at, expected format of {\"country\":\"COUNTRY\",\"language\":\"language\"}. (Language codes reference)[https://learn.microsoft.com/en-us/linkedin/shared/references/reference-tables/language-codes] Languages can be interpreted as this format: language_COUNTRY, replace in request as necessary.",
182
+
description: "Languages to target the message at, expected format of `{\"country\":\"COUNTRY\",\"language\":\"language\"}`. [Language codes reference](https://learn.microsoft.com/en-us/linkedin/shared/references/reference-tables/language-codes) Languages can be interpreted as this format: language_COUNTRY, replace in request as necessary.",
0 commit comments