Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Templates generated using AI: Set-1 master #395

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
$integration: http://ibm.com/appconnect/integration/v2/integrationFile
integration:
type: trigger-action
trigger-interfaces:
trigger-interface-1:
type: event-trigger
triggers:
CREATED_POLLER:
input-context:
data: Task
assembly:
$ref: '#/integration/assemblies/assembly-1'
options:
subscription:
createdField: CreatedDate
updatedField: LastModifiedDate
timeFormat: YYYY-MM-DDTHH:mm:ss.SSSZZ
timeZone: UTC
pollingInterval: '5'
isCreatedQueryable: true
connector-type: salesforce
action-interfaces:
action-interface-3:
type: api-action
business-object: Card
connector-type: trello
actions:
CREATE: {}
assemblies:
assembly-1:
assembly:
execute:
- if:
name: If
input:
- variable: Trigger
$ref: '#/trigger/payload'
- variable: flowDetails
$ref: '#/flowDetails'
branch:
- condition:
and:
- '{{$Trigger.Id}}': '6208223'
- '{{$Trigger.Priority}}': '1'
hashKey: object:741
execute:
- create-action:
name: Trello Add card to list
target:
$ref: '#/integration/action-interfaces/action-interface-3'
map:
mappings:
- desc:
template: '{{$Trigger.Description}}'
- idBoard:
template: 629d96c76766c513b0e82f66
- idList:
template: 629d96c76766c513b0e82f6d
- idOrganization:
template: 6087b4630e5b124b38c75386
- name:
template: '{{$Trigger.Subject}}'
$map: http://ibm.com/appconnect/map/v1
input:
- variable: Trigger
$ref: '#/trigger/payload'
- variable: flowDetails
$ref: '#/flowDetails'
else:
execute: []
output-schema: {}
name: Add a card to a list in Trello when a new task is created in Salesforce
models: {}
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
$integration: http://ibm.com/appconnect/integration/v2/integrationFile
integration:
type: trigger-action
trigger-interfaces:
trigger-interface-1:
type: event-trigger
triggers:
CREATED:
input-context:
data: Event
assembly:
$ref: '#/integration/assemblies/assembly-1'
options:
organizationID: '344797520005'
parentFilter:
organizationID: '344797520005'
webhookURLSuffix: bvoo1VVTSF1LAdOHpkoNyQOQnRj-9RLZOHfXF91_nmTneGAGiQITTljyxt1n5PMi
connector-type: eventbrite
action-interfaces:
action-interface-1:
type: api-action
business-object: Folder
connector-type: box
actions:
CREATE: {}
assemblies:
assembly-1:
assembly:
execute:
- create-action:
name: Box Create folder
target:
$ref: '#/integration/action-interfaces/action-interface-1'
map:
mappings:
- name:
template: '{{$Trigger.name.html}}'
- parent_id:
template: '0'
$map: http://ibm.com/appconnect/map/v1
input:
- variable: Trigger
$ref: '#/trigger/payload'
- variable: flowDetails
$ref: '#/flowDetails'
name: Create a folder in Box for new events created in Eventbrite
models: {}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
$integration: http://ibm.com/appconnect/integration/v2/integrationFile
integration:
type: trigger-action
trigger-interfaces:
trigger-interface-1:
type: event-trigger
triggers:
CREATED:
input-context:
data: Event
assembly:
$ref: '#/integration/assemblies/assembly-1'
options: {}
connector-type: insightly
action-interfaces:
action-interface-1:
type: api-action
business-object: Folder
connector-type: box
actions:
CREATE: {}
assemblies:
assembly-1:
assembly:
execute:
- create-action:
name: Box Create folder
target:
$ref: '#/integration/action-interfaces/action-interface-1'
map:
mappings:
- name:
template: '{{$Trigger.TITLE}}'
- parent_id:
template: '0'
$map: http://ibm.com/appconnect/map/v1
input:
- variable: Trigger
$ref: '#/trigger/payload'
- variable: flowDetails
$ref: '#/flowDetails'
name: Create a folder in Box for new events created in Insightly
models: {}
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
$integration: http://ibm.com/appconnect/integration/v2/integrationFile
integration:
type: trigger-action
trigger-interfaces:
trigger-interface-1:
type: event-trigger
triggers:
CREATED_POLLER:
input-context:
data: Event
assembly:
$ref: '#/integration/assemblies/assembly-1'
options:
subscription:
timeZone: UTC
pollingInterval: 5
connector-type: salesforce
action-interfaces:
action-interface-1:
type: api-action
business-object: Folder
connector-type: box
actions:
CREATE: {}
assemblies:
assembly-1:
assembly:
execute:
- create-action:
name: Box Create folder
target:
$ref: '#/integration/action-interfaces/action-interface-1'
map:
mappings:
- name:
template: '{{$Trigger.Subject}}'
- parent_id:
template: '0'
$map: http://ibm.com/appconnect/map/v1
input:
- variable: Trigger
$ref: '#/trigger/payload'
- variable: flowDetails
$ref: '#/flowDetails'
name: Create a folder in Box for new events created in Salesforce
models: {}
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
$integration: http://ibm.com/appconnect/integration/v2/integrationFile
integration:
type: trigger-action
trigger-interfaces:
trigger-interface-1:
type: event-trigger
triggers:
CREATED:
input-context:
data: Event
assembly:
$ref: '#/integration/assemblies/assembly-1'
options:
organizationID: '344797520005'
parentFilter:
organizationID: '344797520005'
webhookURLSuffix: bvoo1VVTSF1LAdOHpkoNyQOQnRj-9RLZOHfXF91_nmTneGAGiQITTljyxt1n5PMi
connector-type: eventbrite
action-interfaces:
action-interface-1:
type: api-action
business-object: folders
connector-type: dropbox
actions:
CREATE: {}
assemblies:
assembly-1:
assembly:
execute:
- create-action:
name: Dropbox Create folder
target:
$ref: '#/integration/action-interfaces/action-interface-1'
map:
mappings:
- path:
template: '{{$Trigger.name.html}}'
$map: http://ibm.com/appconnect/map/v1
input:
- variable: Trigger
$ref: '#/trigger/payload'
- variable: flowDetails
$ref: '#/flowDetails'
name: Create a folder in Dropbox for new events created in Eventbrite
models: {}
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
$integration: http://ibm.com/appconnect/integration/v2/integrationFile
integration:
type: trigger-action
trigger-interfaces:
trigger-interface-1:
connector-type: googlecalendar
type: event-trigger
triggers:
CREATED_POLLER:
input-context:
data: events
assembly:
$ref: '#/integration/assemblies/assembly-1'
options:
id: [email protected]
parentFilter:
id: [email protected]
subscription:
pollingInterval: 5
updatedField: updated
action-interfaces:
action-interface-1:
type: api-action
business-object: folders
connector-type: dropbox
actions:
CREATE: {}
assemblies:
assembly-1:
assembly:
execute:
- create-action:
name: Dropbox Create folder
target:
$ref: '#/integration/action-interfaces/action-interface-1'
map:
mappings:
- path:
template: '{{$Trigger.source.title}}'
$map: http://ibm.com/appconnect/map/v1
input:
- variable: Trigger
$ref: '#/trigger/payload'
- variable: flowDetails
$ref: '#/flowDetails'
name: Create a folder in Dropbox for new events created in Google Calendar
models: {}
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
$integration: http://ibm.com/appconnect/integration/v2/integrationFile
integration:
type: trigger-action
trigger-interfaces:
trigger-interface-1:
type: event-trigger
triggers:
CREATED:
input-context:
data: Event
assembly:
$ref: '#/integration/assemblies/assembly-1'
options: {}
connector-type: insightly
action-interfaces:
action-interface-1:
type: api-action
business-object: folders
connector-type: dropbox
actions:
CREATE: {}
assemblies:
assembly-1:
assembly:
execute:
- create-action:
name: Dropbox Create folder
target:
$ref: '#/integration/action-interfaces/action-interface-1'
map:
mappings:
- path:
template: '{{$Trigger.TITLE}}'
$map: http://ibm.com/appconnect/map/v1
input:
- variable: Trigger
$ref: '#/trigger/payload'
- variable: flowDetails
$ref: '#/flowDetails'
name: Create a folder in Dropbox for new events created in Insightly
models: {}
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
$integration: http://ibm.com/appconnect/integration/v2/integrationFile
integration:
type: trigger-action
trigger-interfaces:
trigger-interface-1:
type: event-trigger
triggers:
CREATED_POLLER:
input-context:
data: Event
assembly:
$ref: '#/integration/assemblies/assembly-1'
options:
subscription:
timeZone: UTC
pollingInterval: 5
connector-type: salesforce
action-interfaces:
action-interface-1:
type: api-action
business-object: folders
connector-type: dropbox
actions:
CREATE: {}
assemblies:
assembly-1:
assembly:
execute:
- create-action:
name: Dropbox Create folder
target:
$ref: '#/integration/action-interfaces/action-interface-1'
map:
mappings:
- path:
template: '{{$Trigger.Subject}}'
$map: http://ibm.com/appconnect/map/v1
input:
- variable: Trigger
$ref: '#/trigger/payload'
- variable: flowDetails
$ref: '#/flowDetails'
name: Create a folder in Dropbox for new events created in Salesforce
models: {}
Loading
Loading