From 6f97fd8ba8da8901e4c9701985013b8a9e265d24 Mon Sep 17 00:00:00 2001 From: Sreenath Bandi Date: Mon, 29 Nov 2021 15:00:55 +0530 Subject: [PATCH] feat: Test 101 manifest: 30482 pacakge: 228039 refs: TEST-101 CD: no test_folder: 39351 --- account_properties.properties.json | 10 +--------- resources/http_connection.connection.json | 6 ++++++ .../callable_get_slack_users_data_by_email.recipe.json | 8 ++++---- 3 files changed, 11 insertions(+), 13 deletions(-) create mode 100644 resources/http_connection.connection.json diff --git a/account_properties.properties.json b/account_properties.properties.json index 1bd1e46..c5bf8ee 100644 --- a/account_properties.properties.json +++ b/account_properties.properties.json @@ -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 } \ No newline at end of file diff --git a/resources/http_connection.connection.json b/resources/http_connection.connection.json new file mode 100644 index 0000000..d56b429 --- /dev/null +++ b/resources/http_connection.connection.json @@ -0,0 +1,6 @@ +{ + "name": "HTTP connection", + "provider": "rest", + "secure_gateway_tunnel_name": null, + "root_folder": false +} \ No newline at end of file diff --git a/util/callable_get_slack_users_data_by_email.recipe.json b/util/callable_get_slack_users_data_by_email.recipe.json index 690632d..40dcc01 100644 --- a/util/callable_get_slack_users_data_by_email.recipe.json +++ b/util/callable_get_slack_users_data_by_email.recipe.json @@ -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": { @@ -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" } } ]