Skip to content

Commit

Permalink
Merge pull request #11 from bsreenath-r7/feature-branch-1638178254
Browse files Browse the repository at this point in the history
Automatoes
  • Loading branch information
Bandi Sreenath authored Nov 29, 2021
2 parents 8887240 + 6f97fd8 commit 52b6eb8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
10 changes: 1 addition & 9 deletions account_properties.properties.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
{
"clariApiToken": null,
"productBoardToken": null,
"countryApiLayerAccessKey": null,
"salesforce.url": null,
"SlackProductionKey": null,
"SFOppProdURL": null,
"customerEscalationProdUrl": null,
"salesforceCaseProdUrl": null,
"salesforceServiceUrl": null
"SlackProductionKey": null
}
6 changes: 6 additions & 0 deletions resources/http_connection.connection.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "HTTP connection",
"provider": "rest",
"secure_gateway_tunnel_name": null,
"root_folder": false
}
8 changes: 4 additions & 4 deletions util/callable_get_slack_users_data_by_email.recipe.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Callable - Get Slack Users Data By Email",
"description": "When there is a new call for callable recipe, make request via HTTP",
"version": 27,
"description": "When there is a trigger event, do action",
"version": 42,
"private": true,
"concurrency": 5,
"code": {
Expand Down Expand Up @@ -3947,9 +3947,9 @@
"provider": "rest",
"skip_validation": false,
"account_id": {
"zip_name": "connections/http_connection.connection.json",
"zip_name": "resources/http_connection.connection.json",
"name": "HTTP connection",
"folder": "connections"
"folder": "resources"
}
}
]
Expand Down

0 comments on commit 52b6eb8

Please sign in to comment.