Skip to content

Commit 93a73f4

Browse files
committed
fix description
1 parent 0774d94 commit 93a73f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/instantly/instantly.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default {
5050
leads: {
5151
type: "string[]",
5252
label: "Leads",
53-
description: "An array of lead objects to add to the campaign. **Example: [{ \"email\":\"[email protected]\", \"first_name\":\"John\", \"last_name\":\"Doe\", \"company_name\":\"Instantly\", \"personalization\":\"Loved your latest post\", \"phone\":\"123456789\", \"website\":\"instantly.ai\", \"custom_variables\":{ \"favorite_restaurant\":\"Chipotle\", \"language\":\"English\", },}]**",
53+
description: "An array of lead objects to add to the campaign. **Example: [{ \"email\":\"[email protected]\", \"first_name\":\"John\", \"last_name\":\"Doe\", \"company_name\":\"Instantly\", \"personalization\":\"Loved your latest post\", \"phone\":\"123456789\", \"website\":\"instantly.ai\", \"custom_variables\":{ \"favorite_restaurant\":\"Chipotle\", \"language\":\"English\"}}]**",
5454
},
5555
skipIfInWorkspace: {
5656
type: "boolean",

0 commit comments

Comments
 (0)