Skip to content

Commit

Permalink
Update template-metadata.json (#362)
Browse files Browse the repository at this point in the history
Corrected the connector reference for Google Sheets.
  • Loading branch information
shahminiaru authored Sep 12, 2023
1 parent 588e866 commit e44934b
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions resources/template-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"summary": "Slack to 3 applications",
"sourceApp": "slack",
"targetApps": ["googlesheet", "marketo", "slack"],
"tags": ["slack", "marketo", "googlesheets", "spreadsheet", "marketing", "contact", "lead", "leadcapturing"],
"tags": ["slack", "marketo", "googlesheet", "spreadsheet", "marketing", "contact", "lead", "leadcapturing"],
"offerings": ["app connect professional"]
},
{
Expand Down Expand Up @@ -248,7 +248,7 @@
"summary": "1 flow using 2 applications",
"sourceApp": "api",
"targetApps": ["googlesheet", "salesforce"],
"tags": ["api", "salesforce", "googlesheets"],
"tags": ["api", "salesforce", "googlesheet"],
"offerings": ["app connect professional"]
},
{
Expand Down Expand Up @@ -869,7 +869,7 @@
"summary": "Google Sheets to Trello",
"sourceApp": "googlesheet",
"targetApps": ["trello"],
"tags": ["trello", "googlesheets", "spreadsheet", "record", "card", "event-driven flow", "row","metadata"],
"tags": ["trello", "googlesheet", "spreadsheet", "record", "card", "event-driven flow", "row","metadata"],
"offerings": ["app connect professional"]
},
{
Expand Down Expand Up @@ -1821,8 +1821,8 @@
"name": "Create a folder in Box whenever a new incident is created in ServiceNow",
"description": "Use this template to create a folder in Box whenever a new incident is created in ServiceNow.",
"summary": "ServiceNow to Box",
"sourceApp": "",
"targetApps": ["servicenow", "box"],
"sourceApp": "servicenow",
"targetApps": ["box"],
"tags": ["servicenow", "box"],
"offerings": ["app connect professional"]
},
Expand Down Expand Up @@ -1866,9 +1866,9 @@
"name": "Create a folder in Google Drive whenever a new row is appended in Google Sheets",
"description": "Use this template to create a folder in Google Drive whenever a new row is appended in a Google Sheets spreadsheet.",
"summary": "Google Sheets to Google Drive",
"sourceApp": "googlesheets",
"sourceApp": "googlesheet",
"targetApps": ["googledrive"],
"tags": ["googlesheets", "googledrive"],
"tags": ["googlesheet", "googledrive"],
"offerings": ["app connect professional"]
},
{
Expand All @@ -1893,18 +1893,18 @@
"name": "Create a task in Asana whenever a new row is appended in Google Sheets",
"description": "Use this template to create a task in Asana whenever a new row is appended to a Google Sheets spreadsheet. A Slack notification is then posted in the intended channel.",
"summary": "Google Sheets to 2 applications",
"sourceApp": "googlesheets",
"sourceApp": "googlesheet",
"targetApps": ["asana", "slack"],
"tags": ["googlesheets", "asana", "slack"],
"tags": ["googlesheet", "asana", "slack"],
"offerings": ["app connect professional"]
},
{
"name": "Create a row in Google Sheets whenever a new task is created in Asana",
"description": "Use this template to create a row in a Google Sheets spreadsheet whenever a new task is created in Asana. A Slack notification is then posted in the intended channel.",
"summary": "Asana to 2 applications",
"sourceApp": "asana",
"targetApps": ["googlesheets", "slack"],
"tags": ["asana", "googlesheets", "slack"],
"targetApps": ["googlesheet", "slack"],
"tags": ["asana", "googlesheet", "slack"],
"offerings": ["app connect professional"]
},
{
Expand Down Expand Up @@ -1972,3 +1972,4 @@
}
]
}

0 comments on commit e44934b

Please sign in to comment.