Skip to content

Commit

Permalink
Merge pull request #23 from bsreenath-r7/feature-branch-1646843093
Browse files Browse the repository at this point in the history
Automatoes
  • Loading branch information
vvaidya-r7 authored Mar 9, 2022
2 parents 87622ff + 2f4199a commit 0973c4c
Show file tree
Hide file tree
Showing 4 changed files with 6,725 additions and 0 deletions.
21 changes: 21 additions & 0 deletions new_updated_netsuite_object.topic.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "New/Updated NetSuite Object",
"schema": [
{
"control_type": "text",
"label": "Object type",
"name": "object_type",
"type": "string",
"optional": false,
"hint": "Subsidiary, Location, Department"
},
{
"control_type": "text",
"label": "Internal ID",
"name": "internal_id",
"type": "string",
"optional": false,
"hint": "Internal ID of the object that was created/updated"
}
]
}
6 changes: 6 additions & 0 deletions resources/recipeops.connection.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "RecipeOps",
"provider": "workato_app",
"secure_gateway_tunnel_name": null,
"root_folder": false
}
6 changes: 6 additions & 0 deletions resources/zendesk.connection.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Zendesk",
"provider": "zendesk",
"secure_gateway_tunnel_name": null,
"root_folder": false
}
Loading

0 comments on commit 0973c4c

Please sign in to comment.