From 21c119884135ae86c1d13dd0b88d088ea2a1037e Mon Sep 17 00:00:00 2001 From: RaghuRam168 <61040521+RaghuRam168@users.noreply.github.com> Date: Tue, 2 Jul 2024 12:36:56 +0530 Subject: [PATCH 01/21] Added use case templates for wrike. --- ...ent when a comment is posted in wrike.yaml | 75 ++++++ ...rding to the importance of wrike task.yaml | 248 ++++++++++++++++++ ... when a new issue is raised in github.yaml | 84 ++++++ 3 files changed, 407 insertions(+) create mode 100644 resources/Create a github comment when a comment is posted in wrike.yaml create mode 100644 resources/Create a github issue according to the importance of wrike task.yaml create mode 100644 resources/Create a wrike task when a new issue is raised in github.yaml diff --git a/resources/Create a github comment when a comment is posted in wrike.yaml b/resources/Create a github comment when a comment is posted in wrike.yaml new file mode 100644 index 000000000..64de6d2f0 --- /dev/null +++ b/resources/Create a github comment when a comment is posted in wrike.yaml @@ -0,0 +1,75 @@ +$integration: http://ibm.com/appconnect/integration/v2/integrationFile +integration: + type: trigger-action + trigger-interfaces: + trigger-interface-1: + type: event-trigger + connector-type: wrike + triggers: + CREATED_POLLER: + assembly: + $ref: '#/integration/assemblies/assembly-1' + input-context: + data: getComments_model + options: + subscription: + pollingInterval: 1 + action-interfaces: + action-interface-2: + type: api-action + business-object: message + connector-type: slack + actions: + CREATE: {} + action-interface-1: + type: api-action + business-object: Comment + connector-type: github + actions: + CREATE: {} + assemblies: + assembly-1: + assembly: + execute: + - create-action: + name: GitHub undefined + target: + $ref: '#/integration/action-interfaces/action-interface-1' + map: + mappings: + - IssueNumber: + template: '49' + - OwnerName: + template: nonibmapp + - RepoName: + template: appconet8yvv + - body: + template: '{{$Trigger.text}}' + $map: http://ibm.com/appconnect/map/v1 + input: + - variable: Trigger + $ref: '#/trigger/payload' + - variable: flowDetails + $ref: '#/flowDetails' + - create-action: + name: Slack Send message + target: + $ref: '#/integration/action-interfaces/action-interface-2' + map: + mappings: + - OBJECT_ID: + template: C077JJM5VS6 + - OBJECT_NAME: + template: channel + - text: + template: 'comment : {{$Trigger.text}}' + $map: http://ibm.com/appconnect/map/v1 + input: + - variable: Trigger + $ref: '#/trigger/payload' + - variable: GitHubundefined + $ref: '#/node-output/GitHub undefined/response/payload' + - variable: flowDetails + $ref: '#/flowDetails' + name: Create a github comment when a comment is posted in wrike +models: {} diff --git a/resources/Create a github issue according to the importance of wrike task.yaml b/resources/Create a github issue according to the importance of wrike task.yaml new file mode 100644 index 000000000..e38474559 --- /dev/null +++ b/resources/Create a github issue according to the importance of wrike task.yaml @@ -0,0 +1,248 @@ +$integration: http://ibm.com/appconnect/integration/v2/integrationFile +integration: + type: trigger-action + trigger-interfaces: + trigger-interface-1: + type: event-trigger + connector-type: wrike + triggers: + CREATED_POLLER: + assembly: + $ref: '#/integration/assemblies/assembly-1' + input-context: + data: getTasks_model + options: + subscription: + pollingInterval: 5 + action-interfaces: + action-interface-1: + type: api-action + business-object: Issue + connector-type: github + actions: + CREATE: {} + action-interface-2: + type: api-action + business-object: Issue + connector-type: github + actions: + CREATE: {} + action-interface-3: + type: api-action + business-object: Issue + connector-type: github + actions: + CREATE: {} + action-interface-4: + type: api-action + business-object: message + connector-type: slack + actions: + CREATE: {} + action-interface-5: + type: api-action + business-object: message + connector-type: slack + actions: + CREATE: {} + action-interface-6: + type: api-action + business-object: message + connector-type: slack + actions: + CREATE: {} + action-interface-7: + type: api-action + business-object: mail + connector-type: email + actions: + CREATEEMAIL: {} + assemblies: + assembly-1: + assembly: + execute: + - if: + branch: + - condition: + '{{$Trigger.importance}}': High + execute: + - create-action: + name: GitHub Create issue + target: + $ref: '#/integration/action-interfaces/action-interface-1' + map: + mappings: + - OwnerName: + template: nonibmapp + - RepoName: + template: cct + - body: + template: '{{$Trigger.description}}' + - title: + template: '{{$Trigger.title}}' + $map: http://ibm.com/appconnect/map/v1 + input: + - variable: Trigger + $ref: '#/trigger/payload' + - variable: flowDetails + $ref: '#/flowDetails' + - create-action: + name: Slack Send message + target: + $ref: '#/integration/action-interfaces/action-interface-4' + map: + mappings: + - OBJECT_ID: + template: USLACKBOT + - OBJECT_NAME: + template: user + - text: + template: '{{$Trigger.title}}' + $map: http://ibm.com/appconnect/map/v1 + input: + - variable: Trigger + $ref: '#/trigger/payload' + - variable: GitHubCreateissue + $ref: >- + #/block/If/node-output/GitHub Create + issue/response/payload + - variable: flowDetails + $ref: '#/flowDetails' + - custom-action: + action: CREATEEMAIL + name: Email Send email + target: + $ref: '#/integration/action-interfaces/action-interface-7' + map: + mappings: + - attachmentForCreate: + foreach: + mappings: + - contentType: + template: text/csv + input: '['''']' + iterator: attachmentForCreateItem + - emailBody: + template: '{{$Trigger.description}}' + - subjectFilter: + template: '{{$Trigger.title}}' + - toFilter: + template: jahnavim111@gmail.com + $map: http://ibm.com/appconnect/map/v1 + input: + - variable: Trigger + $ref: '#/trigger/payload' + - variable: GitHubCreateissue + $ref: >- + #/block/If/node-output/GitHub Create + issue/response/payload + - variable: SlackSendmessage + $ref: >- + #/block/If/node-output/Slack Send + message/response/payload + - variable: flowDetails + $ref: '#/flowDetails' + - condition: + '{{$Trigger.importance}}': Normal + execute: + - create-action: + name: GitHub Create issue 2 + target: + $ref: '#/integration/action-interfaces/action-interface-2' + map: + mappings: + - OwnerName: + template: nonibmapp + - RepoName: + template: appconet8yvv + - body: + template: '{{$Trigger.description}}' + - title: + template: '{{$Trigger.title}}' + $map: http://ibm.com/appconnect/map/v1 + input: + - variable: Trigger + $ref: '#/trigger/payload' + - variable: flowDetails + $ref: '#/flowDetails' + - create-action: + name: Slack Send message 2 + target: + $ref: '#/integration/action-interfaces/action-interface-5' + map: + mappings: + - OBJECT_ID: + template: U06F85C5GQM + - OBJECT_NAME: + template: user + - text: + template: '{{$Trigger.title}}' + $map: http://ibm.com/appconnect/map/v1 + input: + - variable: Trigger + $ref: '#/trigger/payload' + - variable: GitHubCreateissue2 + $ref: >- + #/block/If/node-output/GitHub Create issue + 2/response/payload + - variable: flowDetails + $ref: '#/flowDetails' + else: + execute: + - create-action: + name: GitHub Create issue 3 + target: + $ref: '#/integration/action-interfaces/action-interface-3' + map: + mappings: + - OwnerName: + template: non-ibm-primary + - RepoName: + template: cct-private + - body: + template: '{{$Trigger.description}}' + - title: + template: '{{$Trigger.title}}' + $map: http://ibm.com/appconnect/map/v1 + input: + - variable: Trigger + $ref: '#/trigger/payload' + - variable: flowDetails + $ref: '#/flowDetails' + - create-action: + name: Slack Send message 3 + target: + $ref: '#/integration/action-interfaces/action-interface-6' + map: + mappings: + - OBJECT_ID: + template: U06FMLMPXK6 + - OBJECT_NAME: + template: user + - text: + template: '{{$Trigger.title}}' + $map: http://ibm.com/appconnect/map/v1 + input: + - variable: Trigger + $ref: '#/trigger/payload' + - variable: GitHubCreateissue3 + $ref: >- + #/block/If/node-output/GitHub Create issue + 3/response/payload + - variable: flowDetails + $ref: '#/flowDetails' + name: If + input: + - variable: Trigger + $ref: '#/trigger/payload' + - variable: flowDetails + $ref: '#/flowDetails' + output-schema: + type: object + properties: + Importance: + type: string + required: + - Importance + name: Create a github issue according to the importance of wrike task +models: {} diff --git a/resources/Create a wrike task when a new issue is raised in github.yaml b/resources/Create a wrike task when a new issue is raised in github.yaml new file mode 100644 index 000000000..af214465b --- /dev/null +++ b/resources/Create a wrike task when a new issue is raised in github.yaml @@ -0,0 +1,84 @@ +$integration: http://ibm.com/appconnect/integration/v2/integrationFile +integration: + type: trigger-action + trigger-interfaces: + trigger-interface-1: + type: event-trigger + connector-type: github + triggers: + CREATED_POLLER: + assembly: + $ref: '#/integration/assemblies/assembly-1' + input-context: + data: Issue + options: + OwnerName: nonibmapp + RepoName: appconet8yvv + parentFilter: + OwnerName: nonibmapp + RepoName: appconet8yvv + subscription: + timeZone: UTC + pollingInterval: 1 + action-interfaces: + action-interface-1: + type: api-action + business-object: postFoldersByFolderIdTasks_model + connector-type: wrike + actions: + postFoldersByFolderIdTasks: {} + action-interface-2: + type: api-action + business-object: message + connector-type: slack + actions: + CREATE: {} + assemblies: + assembly-1: + assembly: + execute: + - custom-action: + action: postFoldersByFolderIdTasks + name: Wrike Create task + target: + $ref: '#/integration/action-interfaces/action-interface-1' + map: + mappings: + - description: + template: '{{$Trigger.body}}' + - folderId: + template: IEAGE3HGI5H3KSCJ + - importance: + template: Normal + - status: + template: Active + - title: + template: '{{$Trigger.title}}' + $map: http://ibm.com/appconnect/map/v1 + input: + - variable: Trigger + $ref: '#/trigger/payload' + - variable: flowDetails + $ref: '#/flowDetails' + - create-action: + name: Slack Send message + target: + $ref: '#/integration/action-interfaces/action-interface-2' + map: + mappings: + - OBJECT_ID: + template: U06FMLMPXK6 + - OBJECT_NAME: + template: user + - text: + template: New {{$WrikeCreatetask}} created in wrike. + $map: http://ibm.com/appconnect/map/v1 + input: + - variable: Trigger + $ref: '#/trigger/payload' + - variable: WrikeCreatetask + $ref: '#/node-output/Wrike Create task/response/payload' + - variable: flowDetails + $ref: '#/flowDetails' + name: Create a wrike task when a new issue is raised in github +models: {} From 49ee8668e37e7b15a02d706731c74f1c3748f8f1 Mon Sep 17 00:00:00 2001 From: RaghuRam168 <61040521+RaghuRam168@users.noreply.github.com> Date: Tue, 2 Jul 2024 12:56:27 +0530 Subject: [PATCH 02/21] Update template-metadata.json --- resources/template-metadata.json | 6877 +++++++++++++++--------------- 1 file changed, 3452 insertions(+), 3425 deletions(-) diff --git a/resources/template-metadata.json b/resources/template-metadata.json index a103d4c14..bb270524b 100644 --- a/resources/template-metadata.json +++ b/resources/template-metadata.json @@ -1,3531 +1,3558 @@ { - "templates": [{ - "name": "Create a comment in a ServiceNow ticket when a new case is created in Salesforce", - "description": "This template looks for new cases added in your Salesforce account and syncs this by creating a new ticket in ServiceNow that includes the comments from the original case.", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["salesforce","servicenow"], - "tags": ["servicenow", "salesforce", "case", "support", "ticket"], - "offerings": ["app connect professional"] - }, - { - "name": "Open a ticket on ServiceNow from an identified issue in Slack and send an email using Gmail", - "description": "Use this template to open a ticket in ServiceNow directly from Slack using a simple slash command. The flow sends you an email using Gmail with the ticket ID number and creation date in the subject, and the description of the issue in the body of the email.", - "summary": "Slack to 2 applications", - "sourceApp": "slack", - "targetApps": ["servicenow", "gmail"], - "tags": ["servicenow", "slack", "gmail", "support", "ticket", "email"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a case in Salesforce when a new incident is created in ServiceNow and alert team", - "description": "This template creates a new case in Salesforce when a new incident is created in ServiceNow. If this is an urgent incident, the flow then sends an email via Gmail and a message on Slack to alert the team when a highly urgent incident comes in to ServiceNow. This helps you to act quickly on your urgent support incidents!", - "summary": "ServiceNow to 3 applications", - "sourceApp": "servicenow", - "targetApps": ["salesforce", "gmail", "slack"], - "tags": ["servicenow", "gmail", "support", "email", "incident", "salesforce", "slack", "crm"], - "offerings": ["app connect professional"] - }, - { - "name": "Sync Salesforce cases with ServiceNow tickets", - "description": "The template creates a new ticket in ServiceNow when a new case is created in Salesforce - helping you to keep your support services in sync!", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["salesforce","servicenow"], - "tags": ["servicenow", "salesforce", "case", "support", "ticket"], - "offerings": ["app connect professional"] - }, - { - "name": "Sync Marketo new leads with Salesforce Leads", - "description": "Never miss a lead again! This templates creates or updates a new lead in Salesforce when a new lead is created in Marketo.", - "summary": "Marketo to Salesforce", - "sourceApp": "marketo", - "targetApps": ["salesforce"], - "tags": ["Salesforce", "marketo", "marketing", "lead", "crm"], - "offerings": ["app connect professional"] - }, - { - "name": "Send Gmail message for a new Salesforce Lead or a Slack message if email address is missing", - "description": "Use this template to send your new Salesforce leads an email. If there is no email ID included then send a Slack message to your team that someone needs to call the lead.", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["slack", "gmail"], - "tags": ["Salesforce", "slack", "gmail", "marketing", "lead", "email", "crm"], - "offerings": ["app connect professional"] - }, - { - "name": "Send Gmail message to new Salesforce lead", - "description": "This template creates and sends an email via Gmail when a new lead is created in Salesforce. If there is no email provided for the lead then we log an error about the missing email.", - "summary": "Salesforce to Gmail", - "sourceApp": "salesforce", - "targetApps": ["gmail"], - "tags": ["Salesforce", "gmail", "marketing", "lead", "email", "crm"], - "offerings": ["app connect professional"] - }, - { - "name": "Send Gmail message for new Slack message", - "description": "This template sends a new Gmail message whenever a new message is received in Slack.", - "summary": "Slack to Gmail", - "sourceApp": "slack", - "targetApps": ["gmail"], - "tags": ["gmail", "slack", "email"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an Asana task from a Gmail message", - "description": "This template creates a new task in Asana whenever a new Gmail message is received.", - "summary": "Gmail to Asana", - "sourceApp": "gmail", - "targetApps": ["asana"], - "tags": ["gmail", "asana"], - "offerings": ["app connect professional"] - }, - { - "name": "Post Slack message for new Gmail message", - "description": "This template creates a new message in Slack whenever a new Gmail message is received.", - "summary": "Gmail to Slack", - "sourceApp": "gmail", - "targetApps": ["slack"], - "tags": ["gmail", "slack", "email"], - "offerings": ["app connect professional"] - }, - { - "name": "For large Salesforce opportunities send an email and create an Asana task", - "description": "This template creates and sends an email via Gmail, and creates an Asana task, when a new high value opportunity is created in Salesforce.", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["gmail", "asana"], - "tags": ["Salesforce", "gmail", "asana", "sales", "opportunity", "email", "crm"], - "offerings": ["app connect professional"] - }, - { - "name": "Create new leads in Marketo by capturing lead names and details in Slack", - "description": "Capturing leads at an event is never an easy task - consolidating these after the event is even harder. This template allows you to record your leads via the Slack phone app. This then records the contact in a Google sheet (to audit the creation), and then creates the contact in Marketo. A response is then sent on Slack giving the newly created Marketo contact id.", - "summary": "Slack to 3 applications", - "sourceApp": "slack", - "targetApps": ["googlesheet", "marketo", "slack"], - "tags": ["slack", "marketo", "googlesheet", "spreadsheet", "marketing", "contact", "lead", "leadcapturing"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Gmail message when urgent ServiceNow incidents come in", - "description": "This template sends an email via Gmail when a highly urgent incident comes in to ServiceNow. This helps you to act quickly on your urgent support incidents!", - "summary": "ServiceNow to Gmail", - "sourceApp": "servicenow", - "targetApps": ["gmail"], - "tags": ["servicenow", "gmail", "support", "email", "incident"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a new Trello card for a new Salesforce campaign", - "description": "This template creates a new card in Trello when a new campaign is created in Salesforce - make sure you never forget to finish that campaign again!", - "summary": "Salesforce to Trello", - "sourceApp": "salesforce", - "targetApps": ["trello"], - "tags": ["salesforce", "trello", "marketing", "campaign", "project management", "crm"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a new Trello card for a new Salesforce lead", - "description": "This template creates a new card in Trello when a new lead is created in Salesforce - make sure you never forget to follow up with that lead again!", - "summary": "Salesforce to Trello", - "sourceApp": "salesforce", - "targetApps": ["trello"], - "tags": ["Salesforce", "trello", "marketing", "lead", "project management", "crm"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a new Trello card for a new Salesforce case", - "description": "This template creates a new card in Trello when a new case is created in Salesforce - make sure you never forget to follow up with that new case again!", - "summary": "Salesforce to Trello", - "sourceApp": "salesforce", - "targetApps": ["trello"], - "tags": ["Salesforce", "trello", "support", "case", "project management", "crm"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a Trello card for every new Insightly task", - "description": "This template creates a new card in Trello when a new task is created in Insightly.", - "summary": "Insightly to Trello", - "sourceApp": "insightly", - "targetApps": ["trello"], - "tags": ["insightly", "trello", "business", "task", "card", "crm"], - "offerings": ["app connect professional"] - }, - { - "name": "Send me a Slack notification for every new Insightly contact", - "description": "Use this template to send a Slack notification to your chosen channel whenever a new contact is added in Insightly.", - "summary": "Insightly to Slack", - "sourceApp": "insightly", - "targetApps": ["slack"], - "tags": ["insightly", "slack", "sales", "notification", "contact"], - "offerings": ["app connect professional"] - }, - { - "name": "Send me a Slack notification for every new Marketo lead", - "description": "Use this template to send a Slack notification to your chosen channel whenever a new contact is added in Marketo.", - "summary": "Marketo to Slack", - "sourceApp": "marketo", - "targetApps": ["slack"], - "tags": ["marketo", "slack", "sales", "notification", "contact"], - "offerings": ["app connect professional"] - }, - { - "name": "Add a card to a list in Trello when a new lead is added in Marketo", - "description": "This template creates a new card in Trello when a new lead is created in Marketo - make sure that you never forget to follow up with that lead again!", - "summary": "Marketo to Trello", - "sourceApp": "marketo", - "targetApps": ["trello"], - "tags": ["marketo", "trello", "lead", "card"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an Asana task for every new Insigthly task", - "description": "Use this template to create task in Asana when a new task added in Insightly.", - "summary": "Insigthly to Asana", - "sourceApp": "insightly", - "targetApps": ["asana"], - "tags": ["asana", "insightly", "business", "notification", "task", "crm"], - "offerings": ["app connect professional"] - }, - { - "name": "Copy messages between Slack channels", - "description": "Use this template to copy messages between two Slack channels. This can be between channels in the same Slack account or between channels in different Slack accounts.", - "summary": "Slack to Slack", - "sourceApp": "slack", - "targetApps": ["slack"], - "tags": ["slack", "channels", "message", "copy", "callback", "callback url"], - "offerings": ["app connect professional"] - }, - { - "name": "Send me a Slack notification for every new Salesforce opportunity", - "description": "Use this template to send a Slack notification to the sales team when a new opportunity is added in Salesforce.", - "summary": "Salesforce to Slack", - "sourceApp": "salesforce", - "targetApps": ["slack"], - "tags": ["salesforce", "slack", "sales", "opportunity", "notification"], - "offerings": ["app connect professional"] - }, - { - "name": "Sync Salesforce Leads between accounts and check and record state", - "description": "This template schedules a monthly synchronisation (batch) between the Leads of two Salesforce accounts. When it completes, a Gmail message is sent with the results of the operation. You can use this template to perform a check on the status of a batch process.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["salesforce","gmail","slack"], - "tags": ["batch", "completion", "scheduler","salesforce", "gmail", "email", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "API to create or update leads in Salesforce based on a Google Sheets spreadsheet", - "description": "This template creates an API to create or update leads in Salesforce for a specific event based on data collected in a Google Sheets spreadsheet.", - "summary": "1 flow using 2 applications", - "sourceApp": "api", - "targetApps": ["googlesheet", "salesforce"], - "tags": ["api", "salesforce", "googlesheet"], - "offerings": ["app connect professional"] - }, - { - "name": "An API to create a contact in Salesforce using a name and email address", - "description": "This is the template for an API used to create a new contact in Salesforce.", - "summary": "1 flow using 1 application", - "sourceApp": "api", - "targetApps": ["salesforce"], - "tags": ["api", "salesforce", "contact"], - "offerings": ["app connect professional"] - }, - { - "name": "API to create leads in Salesforce using a csv file from Box", - "description": "This API takes a URL to a Box document, and an optional event name. Using that information it retrieves the document, parses it to find the new leads generated and creates or updates those leads in Salesforce.", - "summary": "1 flow using 3 applications", - "sourceApp": "api", - "targetApps": ["salesforce"], - "tags": ["api", "box", "if", "salesforce", "lead"], - "offerings": ["app connect professional"] - }, - { - "name": "Download a PDF attachment from Salesforce and add the PDF document to the Watson Discovery Service", - "description": "Use this template to download an attachment from Salesforce and add the same document to the IBM Watson Discovery Service.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["salesforce", "watsondiscovery"], - "tags": ["salesforce", "watsondiscovery", "scheduler", "document", "upload", "encoding"], - "offerings": ["app connect professional"] - }, - { - "name": "Retrieve file content from Google Drive then add the document to the Watson Discovery Service", - "description": "Use this template to retrieve file content from Google Drive and add the same document to the IBM Watson Discovery Service.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["googledrive", "watsondiscovery"], - "tags": ["googledrive", "watsondiscovery", "scheduler", "document", "upload", "encoding"], - "offerings": ["app connect professional"] - }, - { - "name": "Using the For each node and JSONata to process high priority issues", - "description": "Use this template to receive a notification in the log for high priority issues.", - "summary": "Scheduler to Atlassian Jira Service Desk", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["jira"], - "tags": ["scheduler", "jira", "service desk", "tickets", "issues", "priority", "incidents", "JSONata", "for each", "log", "logging", "high", "highest"], - "offerings": ["app connect professional"] - }, - { - "name": "At regular intervals extract Salesforce lead details and upload Box file with CSV output", - "description": "This template gathers 10 leads from Salesforce, uses their names and email addresses to build a CSV file, then outputs the file to Box. The flow triggers once per day at 00:00 UTC.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["salesforce", "box"], - "tags": ["CSV", "Comma-Separated Values", "Salesforce", "Box", "lead"], - "offerings": ["app connect professional"] - }, - { - "name": "API to retrieve source code repository details and send an email about inactive repositories", - "description": "Use this template to find inactive source code repositories, then send an email to the repository owner so that they know which repositories to archive.", - "summary": "1 flow using 2 applications", - "sourceApp": "api", - "targetApps": ["http", "gmail"], - "tags": ["http node", "gmail", "JSON parse", "foreach", "retrieve with pagination", "pagination", "api flow"], - "offerings": ["app connect professional"] - }, - { - "name": "Sync leads between Salesforce accounts and send email with the sync result", - "description": "Use this template to start a batch process using the scheduler node to retrieve leads from Salesforce Account 1 and then create or update leads in Salesforce Account 2. The flow will send a message to Slack to alert you when the batch process has started, and an email will be sent to your preferred email address with the status of the sync.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["salesforce", "slack", "gmail"], - "tags": ["scheduler", "salesforce", "slack", "gmail", "batch", "process", "sync", "email", "retrieve", "add", "create", "update", "upsert", "leads", ""], - "offerings": ["app connect professional"] - }, - { - "name": "Get PagerDuty schedule and update Slack user group and topic", - "description": "Use this template to manage members of a Slack group based on a PagerDuty schedule.", - "summary": "PagerDuty to Slack", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["http"], - "tags": ["scheduler", "pagerduty", "JSON parser", "slack", "operations", "devops"], - "offerings": ["app connect professional"] - }, - { - "name": "Welcome guide part 3 - Create a CSV file in Box of the products in Salesforce", - "description": "This template contains the flow created in the 'Welcome to IBM App Connect [Part 3 of 4]: Visually map and transform your data' video. Use it to retrieve a list of products for a particular product family from Salesforce, and use the products to generate a CSV file in Box on a schedule.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["salesforce", "box"], - "tags": ["scheduler", "salesforce", "box"], - "offerings": ["app connect professional"] - }, - { - "name": "Welcome guide part 4 - Flower order API", - "description": "This template contains the API created in the 'Welcome to IBM App Connect [Part 4 of 4]: Create flows for an API' video. The API includes a flow to create a Trello card when new flowers are ordered for the festival, and it updates Salesforce with the quantity of flowers needed.", - "summary": "1 flow using 2 applications", - "sourceApp": "api", - "targetApps": ["trello", "salesforce"], - "tags": ["api", "salesforce", "trello"], - "offerings": ["app connect professional"] - }, - { - "name": "Welcome guide setup 1 - Add products to Salesforce", - "description": "Use this flow in conjuction with the templates for 'Welcome guide part 3 - Create a CSV file in Box of the products in Salesforce' and 'Welcome guide part 4 - Flower order API' to set up Salesforce products.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["googlesheet", "salesforce"], - "tags": ["scheduler", "salesforce", "trello"], - "offerings": ["app connect professional"] - }, - { - "name": "Welcome guide setup 2 - Create Sunflower Festival order in Salesforce", - "description": "Use this template to create the Salesforce order needed for the 'Welcome guide part 4 - Flower order API' template.", - "summary": "Scheduler to Salesforce", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["salesforce"], - "tags": ["salesforce", "salesforce"], - "offerings": ["app connect professional"] - }, - { - "name": "Welcome guide setup 3 - Delete flowers and order from Salesforce", - "description": "This template contains a flow to delete the objects created in 'Welcome guide setup 1 - Add products to Salesforce' and 'Welcome guide setup 2 - Create Sunflower Festival order in Salesforce'.", - "summary": "Scheduler to Salesforce", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["salesforce"], - "tags": ["salesforce", "scheduler"], - "offerings": ["app connect professional"] - }, - { - "name": "Open Banking - Account information data load", - "description": "This flow aggregates the account information of users with active consents set up in Yapily and stores it in IBM Cloudant", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["yapily", "cloudantdb"], - "tags": ["scheduler", "yapily", "for each", "if", "cloudantdb"], - "offerings": ["app connect professional"] - }, - { - "name": "Assign ServiceNow incidents to Jira and Slack", - "description": "This template detects when a new ServiceNow incident is created; if the incident has a High urgency creates an issue in Jira and sends a message to a Slack channel; otherwise, create a task in Jira. The flow illustrates the use of Jira create and retrieve actions, and the use of an If node to take alternative actions depending on data from the ServiceNow new incident trigger event.", - "summary": "ServiceNow to 2 applications", - "sourceApp": "servicenow", - "targetApps": ["jira", "slack"], - "tags": ["servicenow", "jira", "slack", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Weekly copy Dropbox files to new IBM Cloud Object Storage S3 bucket named with date", - "description": "This template copies files from a Dropbox folder to a new bucket in IBM Cloud Object Storage S3 on a weekly schedule.", - "summary": "Dropbox to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["dropbox", "ibmcoss3"], - "tags": ["scheduler", "dropbox", "ibmcoss3", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Orders ingestion to IBM Supply Chain Intelligence Suite from Microsoft Dynamics 365", - "description": "Use this template to retrieve multiple global identifiers of an order from Microsoft Dynamics 365 CRM system and ingest these global identifiers as name-value pairs to the IBM Supply Chain Intelligence Suite.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["msdynamicscrmrest", "ibmsterlingsci", "slack"], - "tags": ["scheduler", "msdynamics365forsales", "ibmsterlingsci", "foreach", "setVariable", "log", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Slack message for urgent ServiceNow incidents", - "description": "This template sends a message via Slack when a highly urgent incident comes in to ServiceNow. This helps you to act quickly on your urgent support incidents.", - "summary": "ServiceNow to Slack", - "sourceApp": "servicenow", - "targetApps": ["slack"], - "tags": ["servicenow", "slack", "incident"], - "offerings": ["app connect professional"] - }, - { - "name": "Record Microsoft Dynamics 365 campaign to Google Sheets", - "description": "This template creates a new row in Google Sheets whenever a campaign is added in Microsoft Dynamics 365 for Sales.", - "summary": "Microsoft Dynamics 365 to Google Sheets", - "sourceApp": "msdynamicscrmrest", - "targetApps": ["googlesheet"], - "tags": ["msdynamicscrmrest", "googlesheet"], - "offerings": ["app connect professional"] - }, - { - "name": "Slack notifications for Closed Won opportunities in Microsoft Dynamics 365", - "description": "This template allows you to receive Slack message with the opportunities details whenever opportunities are updated with 'Closed Won' status in Microsoft Dynamics 365 for Sales.", - "summary": "Microsoft Dynamics 365 to Slack", - "sourceApp": "msdynamicscrmrest", - "targetApps": ["slack"], - "tags": ["msdynamicscrmrest", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Record Jira issues to Google Sheets", - "description": "This template creates a new row in Google Sheets whenever a new issue is created in Jira.", - "summary": "Jira to Google Sheets", - "sourceApp": "jira", - "targetApps": ["googlesheet"], - "tags": ["jira", "googlesheet"], - "offerings": ["app connect professional"] - }, - { - "name": "Create Box folders for Jira issues", - "description": "This template creates a Box folder with the Jira issue key whenever a new issue is created in Jira.", - "summary": "Jira to Box", - "sourceApp": "jira", - "targetApps": ["box"], - "tags": ["msdynamicscrmrest", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Microsoft Teams message when a case is created or updated in Microsoft Dynamics 365", - "description": "This template allows you to receive a Microsoft Teams message with the case details when a case is created or updated in Microsoft Dynamics 365 for Sales.", - "summary": "Microsoft Dynamics 365 to Microsoft Teams", - "sourceApp": "msdynamicscrmrest", - "targetApps": ["msteams"], - "tags": ["msdynamicscrmrest", "msteams"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Microsoft Teams message when a new Insightly task is created", - "description": "This template allows you to receive Microsoft Teams message with the task details when a new Insightly task is created.", - "summary": "Insightly to Microsoft Teams", - "sourceApp": "insightly", - "targetApps": ["msteams"], - "tags": ["insightly", "msteams"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a task in Asana when a new contact is created in Insightly", - "description": "This template creates a task in Asana with the contact details when a new contact is created in Insightly. A slack message is created to notify the Insightly contact is created in Asana.", - "summary": "Insightly to 2 applications ", - "sourceApp": "insightly", - "targetApps": ["asana", "slack"], - "tags": ["insightly", "asana", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Retrieve MS Dynamics 365 leads and create an MS Excel CSV file in Dropbox at regular intervals", - "description": "This template retrieves 10 leads maximum at a time from Microsoft Dynamics 365 for Sales and creates a Microsoft Excel .csv file with the lead details in Dropbox. The flow is triggered once a day at 00:00 UTC.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["msdynamicscrmrest", "dropbox"], - "tags": ["scheduler", "msdynamicscrmrest", "dropbox"], - "offerings": ["app connect professional"] - }, - { - "name": "Creates an object in Amazon S3 when a new lead is created in Microsoft Dynamics 365", - "description": "This template creates the lead details in Amazon S3 when a new lead is created in Microsoft Dynamics 365 for Sales.", - "summary": "Microsoft Dynamics 365 to Amazon S3", - "sourceApp": "msdynamicscrmrest", - "targetApps": ["amazons3"], - "tags": ["msdynamicscrmrest", "amazons3"], - "offerings": ["app connect professional"] - }, - { - "name": "Creates an object in Amazon S3 when an attachment of type incident is created in ServiceNow", - "description": "This template creates the attachment details in Amazon S3 when an attachment of type incident is created in ServiceNow.", - "summary": "ServiceNow to Amazon S3 ", - "sourceApp": "servicenow", - "targetApps": ["amazons3"], - "tags": ["servicenow", "amazons3"], - "offerings": ["app connect professional"] - }, - { - "name": "Creates a Dropbox folder and shares the link via Slack when a new spreadsheet is created in Google Sheets", - "description": "This template creates a Dropbox folder when a new spread sheet is created in Google Sheets. A Dropbox share link is created for the folder and shared through a Slack message.", - "summary": "Google Sheets to 2 applications ", - "sourceApp": "googlesheet", - "targetApps": ["dropbox", "dropbox", "slack"], - "tags": ["dropbox", "googlesheet", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Creates a file in Dropbox when a new email is received in Gmail", - "description": "This template creates a file with the email details in Dropbox when a new email is received in Gmail.", - "summary": "Gmail to Dropbox", - "sourceApp": "gmail", - "targetApps": ["dropbox"], - "tags": ["gmail", "dropbox"], - "offerings": ["app connect professional"] - }, - { - "name": "Sync new contact from Insightly to Marketo", - "description": "This template finds a matching lead in Marketo based on the email address when a new contact is created Insightly. If a matching lead is not found, the lead is created in Marketo and a Slack notification is sent. If a matching lead is found, the lead is updated in Marketo and a Slack notification is sent.", - "summary": "Insightly to 2 applications", - "sourceApp": "insightly", - "targetApps": ["marketo", "slack"], - "tags": ["insightly", "marketo", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Creates a Trello card for a new Insightly lead", - "description": "This template adds the card to the list in Trello when a lead is created in Insightly.", - "summary": "Insightly to Trello", - "sourceApp": "insightly", - "targetApps": ["trello"], - "tags": ["insightly", "trello"], - "offerings": ["app connect professional"] - }, - { - "name": "Sync Insightly new leads with Salesforce leads", - "description": "This template creates new leads in Salesforce when a new lead is created in Insightly.", - "summary": "Insightly to Salesforce", - "sourceApp": "insightly", - "targetApps": ["salesforce"], - "tags": ["insightly", "salesforce"], - "offerings": ["app connect professional"] - }, - { - "name": "Sync Insightly contacts with Microsoft Dynamics 365 contacts", - "description": "This template creates a contact in Microsoft Dynamics 365 for Sales when a new contact is created in Insightly.", - "summary": "Insightly to Microsoft Dynamics 365", - "sourceApp": "insightly", - "targetApps": ["msdynamicscrmrest"], - "tags": ["insightly", "msdynamicscrmrest"], - "offerings": ["app connect professional"] - }, - { - "name": "Creates a file in Box when a new incident is created in ServiceNow", - "description": "This template creates a new file in Box with the incident details when a new incident is created in ServiceNow.", - "summary": "ServiceNow to Box", - "sourceApp": "servicenow", - "targetApps": ["box"], - "tags": ["servicenow", "box"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Slack message when a high or highest priority issue is created in Jira", - "description": "This template creates a new Slack message with the issue details when a 'High' or 'Highest' priority issue is created in Jira.", - "summary": "Jira to Slack", - "sourceApp": "jira", - "targetApps": ["jira", "slack"], - "tags": ["jira", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Creates an incident in ServiceNow when an issue is created in Jira", - "description": "This template creates a new incident in ServiceNow with the issue details when an issue is created in Jira.", - "summary": "Jira to ServiceNow", - "sourceApp": "jira", - "targetApps": ["jira", "servicenow"], - "tags": ["jira", "servicenow"], - "offerings": ["app connect professional"] - }, - { - "name": "Creates a case in Salesforce when an issue is created in Jira", - "description": "This template creates new case in Salesforce with the issue details when an issue is created in Jira.", - "summary": "Jira to Salesforce", - "sourceApp": "jira", - "targetApps": ["jira", "salesforce"], - "tags": ["jira", "salesforce"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Slack message when an incident is created in ServiceNow", - "description": "This template creates a new Slack message when a new incident is created in ServiceNow.", - "summary": "ServiceNow to Slack", - "sourceApp": "servicenow", - "targetApps": ["slack"], - "tags": ["servicenow", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Slack message when an incident is updated in ServiceNow", - "description": "This template creates a new Slack message when an incident is updated in ServiceNow.", - "summary": "ServiceNow to Slack", - "sourceApp": "servicenow", - "targetApps": ["slack"], - "tags": ["servicenow", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Creates a list item attachment in SharePoint and uploads it to Box when a new attachment is created in ServiceNow", - "description": "This template uploads an attachment file with its details to a specified Box folder from Microsoft SharePoint when new attachment is created in ServiceNow.", - "summary": "ServiceNow to 2 applications ", - "sourceApp": "servicenow", - "targetApps": ["mssharepoint", "box"], - "tags": ["servicenow", "mssharepoint", "box"], - "offerings": ["app connect professional"] - }, - { - "name": "Record ServiceNow ticket details to Google Sheets", - "description": "Use this template to create a new row in Google Sheets when a ticket is created in ServiceNow.", - "summary": "ServiceNow to Google Sheets", - "sourceApp": "servicenow", - "targetApps": ["googlesheet"], - "tags": ["servicenow", "googlesheet"], - "offerings": ["app connect professional"] - }, - { - "name": "Create new Trello card when a new case is created in Microsoft Dynamics 365", - "description": "Use this template to create a new Trello card when a new case is created in Microsoft Dynamics 365 for Sales.", - "summary": "Microsoft Dynamics 365 to Trello", - "sourceApp": "msdynamicscrmrest", - "targetApps": ["trello"], - "tags": ["trello", "msdynamicscrmrest"], - "offerings": ["app connect professional"] - }, - { - "name": "Create new user in ServiceNow when a new contact is created in Microsoft Dynamics 365", - "description": "Use this template to create a new user in ServiceNow when a new contact is created in Microsoft Dynamics 365 for Sales.", - "summary": "Microsoft Dynamics 365 to ServiceNow", - "sourceApp": "msdynamicscrmrest", - "targetApps": ["servicenow"], - "tags": ["msdynamicscrmrest", "servicenow"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Microsoft Teams message when a new product is created in Microsoft Dynamics 365", - "description": "This template creates a new Microsoft Teams message when a new product is created in Microsoft Dynamics 365 for Sales.", - "summary": "Microsoft Dynamics 365 to Microsoft Teams", - "sourceApp": "msdynamicscrmrest", - "targetApps": ["msteams"], - "tags": ["msdynamicscrmrest", "msteams"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Slack message when a new order is created in Microsoft Dynamics 365", - "description": "This template creates a new Slack message whenever a new order is created in Microsoft Dynamics 365 for Sales.", - "summary": "Microsoft Dynamics 365 to Slack", - "sourceApp": "msdynamicscrmrest", - "targetApps": ["slack"], - "tags": ["msdynamicscrmrest", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Slack message when accounts are created in Microsoft Dynamics 365", - "description": "This template creates a new Slack message whenever a new account is created in Microsoft Dynamics 365 for Sales.", - "summary": "Microsoft Dynamics 365 to Slack", - "sourceApp": "msdynamicscrmrest", - "targetApps": ["slack"], - "tags": ["msdynamicscrmrest", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Slack message when new contacts are created in Microsoft Dynamics 365", - "description": "This template allows you to receive a Slack message with the contact details whenever new contacts are created in Microsoft Dynamics 365 for Sales.", - "summary": "Microsoft Dynamics 365 to Slack", - "sourceApp": "msdynamicscrmrest", - "targetApps": ["slack"], - "tags": ["msdynamicscrmrest", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Slack notification for resolved case in Microsoft Dynamics 365", - "description": "This template creates a Slack message to notify user when a case is marked as resolved in Microsoft Dynamics 365 for Sales.", - "summary": "Microsoft Dynamics 365 to Slack", - "sourceApp": "msdynamicscrmrest", - "targetApps": ["slack"], - "tags": ["msdynamicscrmrest", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Creates an Asana task when a new Microsoft Teams message is created", - "description": "This template creates a task in Asana if Microsoft Teams message contains the word 'task'.", - "summary": "Microsoft Teams to Asana", - "sourceApp": "msteams", - "targetApps": ["asana"], - "tags": ["msteams", "asana"], - "offerings": ["app connect professional"] - }, - { - "name": "Sync new or updated contact from Microsoft Dynamics 365 to Marketo lead", - "description": "This template updates or creates a Marketo lead when a new contact is created or updated in Microsoft Dynamics 365 for Sales based on the email address. If the email address of the Microsoft Dynamics 365 for Sales contact and Marketo lead is different, a new lead is created in Marketo. If the email address is the same, the lead is updated with the contact details in Marketo.", - "summary": "Microsoft Dynamics 365 to Marketo", - "sourceApp": "msdynamicscrmrest", - "targetApps": ["marketo"], - "tags": ["msdynamicscrmrest", "marketo"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a list item in SharePoint when a Wufoo form is submitted", - "description": "Use this template to create a list item in SharePoint when a completed form entry is submitted in Wufoo. A Microsoft Teams message is received with the list item details.", - "summary": "Wufoo to 2 applications", - "sourceApp": "wufoo", - "targetApps": ["mssharepoint", "msteams"], - "tags": ["wufoo", "mssharepoint", "msteams"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Microsoft Teams message when a listitem is updated in SharePoint", - "description": "This template allows you to receive Microsoft Teams message with details when the listitem is updated in SharePoint.", - "summary": "Microsoft SharePoint to Microsoft Teams", - "sourceApp": "mssharepoint", - "targetApps": ["msteams"], - "tags": ["mssharepoint", "msteams"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Slack message when a site is created or updated in SharePoint", - "description": "This template creates a new message in Slack whenever site is created or updated in SharePoint.", - "summary": "Microsoft SharePoint to Slack", - "sourceApp": "mssharepoint", - "targetApps": ["slack"], - "tags": ["mssharepoint", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Microsoft Teams message when a sales order is created or updated in Salesforce", - "description": "This template creates a new Microsoft Teams message when a sales order is created or updated in Salesforce.", - "summary": "Salesforce to Microsoft Teams", - "sourceApp": "salesforce", - "targetApps": ["msteams"], - "tags": ["salesforce", "msteams"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Slack message for every updated message in Microsoft Teams", - "description": "This template allows you to receive a Slack message with details whenever there is any updated message in Microsoft Teams.", - "summary": "Microsoft Teams to Slack", - "sourceApp": "msteams", - "targetApps": ["slack"], - "tags": ["msteams", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Microsoft Teams message when an issue is created in Jira", - "description": "This template creates a new Microsoft Teams message with the Jira issue details when an issue is created in Jira.", - "summary": "Jira to Microsoft Teams", - "sourceApp": "jira", - "targetApps": ["msteams"], - "tags": ["jira", "msteams"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Microsoft Teams message when a ticket is created in ServiceNow", - "description": "This template creates a Microsoft Teams message with the ServiceNow ticket details when a ticket is created in ServiceNow.", - "summary": "ServiceNow to Microsoft Teams", - "sourceApp": "servicenow", - "targetApps": ["msteams"], - "tags": ["servicenow", "msteams"], - "offerings": ["app connect professional"] - }, - { - "name": "Creates a Dropbox file when a new attachment is created in ServiceNow", - "description": "This template uploads the attachment file details to Dropbox when a new attachment is created in ServiceNow", - "summary": "ServiceNow to Dropbox", - "sourceApp": "servicenow", - "targetApps": ["dropbox"], - "tags": ["servicenow", "dropbox"], - "offerings": ["app connect professional"] - }, - { - "name": "Sync new case from Microsoft Dynamics 365 to ServiceNow", - "description": "This template creates a new incident in ServiceNow when a new case is created in Microsoft Dynamics 365 for Sales.", - "summary": "Microsoft Dynamics 365 to ServiceNow", - "sourceApp": "msdynamicscrmrest", - "targetApps": ["servicenow"], - "tags": ["servicenow", "msdynamicscrmrest"], - "offerings": ["app connect professional"] - }, - { - "name": "Sync leads from Microsoft Dynamics 365 to Marketo", - "description": "This template finds a matching lead in Marketo based on the email address when a new lead is created in Microsoft Dynamics 365 for Sales. If a matching lead is not found, the lead is created in Marketo.", - "summary": "Microsoft Dynamics 365 to Marketo", - "sourceApp": "msdynamicscrmrest", - "targetApps": ["marketo"], - "tags": ["msdynamicscrmrest", "marketo"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a Trello card for new SharePoint listitem", - "description": "This template creates a new Trello card when new listitem is created in Microsoft SharePoint.", - "summary": "SharePoint to Trello", - "sourceApp": "mssharepoint", - "targetApps": ["trello"], - "tags": ["mssharepoint", "trello"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a user in Microsoft Active Directory for each contact in Salesforce", - "description": "Use this template to retrieve contacts from Salesforce, then for each create a user in Microsoft Active Directory, and then update the Saleforce contact.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["msad", "salesforce"], - "tags": ["msad", "salesforce", "scheduler", "contact", "foreach", "user"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a new task in Asana when a new Salesforce campaign is created", - "description": "Use this template to create a new task in Asana for a new Salesforce campaign, setting the Asana task name to the name of the Salesforce campaign.", - "summary": "Salesforce to Asana", - "sourceApp": "Salesforce", - "targetApps": ["Asana"], - "tags": ["Salesforce", "Asana"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a message on Slack when a new Salesforce contact is created", - "description": "Use this template to send a Slack message when a new contact created in Salesforce, with the message containing data from the Salesforce contact.", - "summary": "Salesforce to Slack", - "sourceApp": "Salesforce", - "targetApps": ["Slack"], - "tags": ["Salesforce", "Slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a new Jira issue for a new Trello card", - "description": "When a new issue is created in Jira, a new Trello card is created with metadata from the Jira issue.", - "summary": "Jira Issue to Trello Card", - "sourceApp": "jira", - "targetApps": ["trello"], - "tags": ["jira", "trello"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a new Trello card when a new opportunity record is created in Salesforce", - "description": "Learn how easy it is to use App Connect to connect Salesforce to Trello so that every time a new opportunity is created in Salesforce, details of that opportunity are added automatically to a card list in the Trello account.", - "summary": "Salesforce to Trello", - "sourceApp": "salesforce", - "targetApps": ["trello"], - "tags": ["salesforce", "trello", "opportunity", "card", "list", "sales", "event-driven flow"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a new Trello card when a new row is added in Google Sheets", - "description": "Learn how easy it is to use App Connect to connect Google Sheets to Trello so that every time a new row is added in Google Sheets, a new card is created in the Trello account with metadata of the new row from Google Sheets.", - "summary": "Google Sheets to Trello", - "sourceApp": "googlesheet", - "targetApps": ["trello"], - "tags": ["trello", "googlesheet", "spreadsheet", "record", "card", "event-driven flow", "row","metadata"], - "offerings": ["app connect professional"] - }, - { - "name": "Creates a task in Asana when an issue is created in Jira", - "description": "Whenever a new Issue is created in Jira, a new task is created in Asana", - "summary": "Jira to Asana", - "sourceApp": "jira", - "targetApps": ["asana"], - "tags": ["jira","asana"], - "offerings": ["app connect professional"] - }, - { - "name": "Create data extension values in Salesforce Marketing Cloud for contacts created in Salesforce event", - "description": "Use this template to create a contact’s data extension values table with the contact’s details whenever a contact is created in a Salesforce New contact event.", - "summary": "Salesforce to Salesforce Marketing Cloud", - "sourceApp": "salesforce", - "targetApps": ["salesforcemc", "salesforcemc", "slack"], - "tags": ["salesforcemc", "salesforce", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "An email gets sent when a Salesforce opportunity update fails due to incorrect values", - "description": "Use this template to send an email when a Salesforce opportunity update fails due to incorrect values.", - "summary": "Microsoft Dynamics 365 to 2 applications", - "sourceApp": "msdynamicscrmrest", - "targetApps": ["salesforce", "email"], - "tags": ["msdynamicscrmrest", "salesforce", "email", "addErrorCatch"], - "offerings": ["app connect professional"] - }, - { - "name": "Add a document in IBM Watson Discovery when a file is created in IBM OpenPages with Watson", - "description": "Use this template to add a document in IBM Watson Discovery whenever a file is created and downloaded in IBM OpenPages with Watson.", - "summary": "IBM OpenPages to 2 applications", - "sourceApp": "ibmopenpages", - "targetApps": ["slack", "watsondiscovery"], - "tags": ["ibmopenpages", "slack", "watsondiscovery"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a document in Couchbase whenever a ticket gets created in Zendesk Service", - "description": "Use this template to create a document in Couchbase with the specified document data whenever a ticket is created in Zendesk Service. A Slack message is then sent to the intended channel.", - "summary": "Zendesk Service to 2 applications", - "sourceApp": "zendeskservice", - "targetApps": ["slack", "couchbase"], - "tags": ["zendeskservice", "slack", "couchbase"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a list of workers for an upcoming assignment in Google Sheets from Oracle HCM worker records", - "description": "Use this template to retrieve worker details from Oracle Human Capital Management and create an entry in Google Sheets whenever a worker’s status is inactive.", - "summary": "Scheduler to 5 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["oraclehcm", "googlesheet", "slack"], - "tags": ["oraclehcm", "slack", "googlesheet", "scheduler", "foreach", "setVariable", "if", "JSON parser"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a new IBM EWM work item when a new incident is logged in ServiceNow", - "description": "Use this template to create a work item in IBM Engineering Workflow Management whenever a new incident is logged in ServiceNow. A notification is then sent to the relevant squad through Microsoft Teams.", - "summary": "ServiceNow to 2 applications", - "sourceApp": "servicenow", - "targetApps": ["ibmewm", "msteams"], - "tags": ["servicenow", "ibmewm", "msteams"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a pickup ready order event through flexEngage based on the IBM Sterling Order Management System delivery method", - "description": "Use this template to create a pickup ready order event if the IBM Order Management System delivery method is empty. An email is then sent from flexEngage with the order pickup details.", - "summary": "IBM Sterling OMS to flexEngage", - "sourceApp": "ibmsterlingoms", - "targetApps": ["flexengage"], - "tags": ["ibmsterlingoms", "flexengage"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an incident or problem in ServiceNow when a ticket is created in Zendesk Service", - "description": "Use this template to create an incident or problem in ServiceNow when a ticket is created in Zendesk Service. A Slack notification gets sent to the relevant squad.", - "summary": "Zendesk Service to 2 applications", - "sourceApp": "zendeskservice", - "targetApps": ["servicenow", "slack"], - "tags": ["zendeskservice", "servicenow", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an issue in IBM OpenPages with Watson when an incident is created in ServiceNow", - "description": "Use this template to create an issue in IBM OpenPages with Watson whenever an incident gets created in ServiceNow. This flow helps you to keep incident data in sync between ServiceNow and IBM OpenPages with Watson. ", - "summary": "ServiceNow to 3 applications", - "sourceApp": "servicenow", - "targetApps": ["ibmopenpages", "servicenow", "slack"], - "tags": ["servicenow", "ibmopenpages", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an item on the mondaydotcom board for tickets created in Zendesk Service", - "description": "Use this template to create an item on the monday.com board for tickets created in Zendesk Service.", - "summary": "Zendesk Service to 2 applications", - "sourceApp": "zendeskservice", - "targetApps": ["mondaydotcom", "slack"], - "tags": ["zendeskservice", "mondaydotcom", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Create order in IBM Sterling Order Management System for orders created in Microsoft Dynamics 365 for Sales", - "description": "Use this template to create orders by using the IBM Order Management System’s create order asynchronous operation whenever any new orders are created in Microsoft Dynamics 365 for Sales.", - "summary": "Microsoft Dynamics 365 to IBM OMS", - "sourceApp": "msdynamicscrmrest", - "targetApps": ["ibmsterlingoms"], - "tags": ["msdynamicscrmrest", "ibmsterlingoms"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a single invoice in Oracle E-Business Suite when an order is closed", - "description": "Use this template to create a single invoice in Oracle E-Business Suite when an order status is updated to closed in Oracle E-Business Suite. An email is sent from Gmail with the invoice details.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["oracleebs", "gmail"], - "tags": ["scheduler", "oracleebs", "gmail"], - "offerings": ["app connect professional"] - }, - { - "name": "Creates data extension values in Salesforce Marketing Cloud for contacts created in Salesforce event", - "description": "Use this template to create contact’s data extension values table with the contact’s details whenever a contact is created in a Salesforce New contact event.", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["salesforcemc", "slack"], - "tags": ["salesforce", "salesforcemc", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Invoke a function from AWS Lambda whenever an opportunity gets created in Salesforce", - "description": "Use this template to invoke a function from AWS Lambda whenever an opportunity gets created in Salesforce.", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["gmail", "amazonlambda"], - "tags": ["salesforce", "gmail", "amazonlambda"], - "offerings": ["app connect professional"] - }, - { - "name": "Launch an Amazon EC2 instance whenever a new row is appended in Google Sheets requesting to launch the instance", - "description": "Use this template to launch an Amazon EC2 instance whenever a new row is appended in the Google Sheets worksheet.", - "summary": "Google Sheets to 3 applications", - "sourceApp": "googlesheet", - "targetApps": ["amazonec2", "gmail", "slack"], - "tags": ["", "amazonec2", "gmail", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Retrieve a file from Box and update the content in Anaplan, then import the data into a model in Anaplan", - "description": "Use this template to retrieve a file from Box and update the content in Anaplan, then import the data into a model in Anaplan.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["box", "anaplan", "gmail"], - "tags": ["box", "anaplan", "gmail", "scheduler"], - "offerings": ["app connect professional"] - }, - { - "name": "Retrieve and update Microsoft Excel Online worksheet rows with the status email sent through Gmail", - "description": "Use this template to retrieve and update Microsoft Excel Online rows with the status email sent through a Gmail account.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["msexcel", "gmail"], - "tags": ["scheduler", "msexcel", "gmail"], - "offerings": ["app connect professional"] - }, - { - "name": "Stop or start or reboot the Amazon EC2 instance whenever a Zendesk Service ticket gets created", - "description": "Use this template to stop, start, or reboot the Amazon EC2 instance whenever a Zendesk Service ticket gets created.", - "summary": "Zendesk Service to 3 applications", - "sourceApp": "zendeskservice", - "targetApps": ["amazonec2", "gmail", "slack"], - "tags": ["zendeskservice", "amazonec2", "gmail", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Sync employee records between Couchbase and Amazon DynamoDB", - "description": " ", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["couchbase", "slack", "amazondynamodb"], - "tags": ["scheduler", "couchbase", "slack", "amazondynamodb"], - "offerings": ["app connect professional"] - }, - { - "name": "Syncs Microsoft Active Directory computers to Microsoft Entra ID", - "description": "Use this template to create or update the device in Microsoft Entra ID whenever a new computer is created or updated in Microsoft Active Directory, helping you keep your devices information in sync", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["slack", "msad", "azuread"], - "tags": ["scheduler", "slack", "msad", "azuread"], - "offerings": ["app connect professional"] - }, - { - "name": "Syncs Microsoft Active Directory users to Microsoft Entra ID", - "description": "Use this template to create or update the user in Microsoft Entra ID whenever a new user is created or updated in Microsoft Active Directory, helping you keep your user information in sync. ", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["msad", "azuread"], - "tags": ["scheduler", "msad", "azuread"], - "offerings": ["app connect professional"] - }, - { - "name": "Syncs Salesforce accounts with Oracle E-Business Suite customers", - "description": "Use this template to create a customer in Oracle E-Business Suite whenever an account is created in Salesforce.", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["gmail", "oracleebs"], - "tags": ["salesforce", "gmail", "oracleebs"], - "offerings": ["app connect professional"] - }, - { - "name": "Update ServiceNow incident and send a Microsoft Teams notification whenever a work item in IBM EWM is updated", - "description": "Use this template to update the incident in ServiceNow when any updates are done to the existing work item in IBM Engineering Workflow Management. A Microsoft Teams notification is then sent to the relevant squad.", - "summary": "IBM EWM to 2 applications", - "sourceApp": "ibmewm", - "targetApps": ["msteams", "servicenow"], - "tags": ["ibmewm", "msteams", "servicenow"], - "offerings": ["app connect professional"] - }, - { - "name": "Initiate a large volume read request for an Anaplan view and share the data as an attachment via Gmail", - "description": "Use this template to request a large volume of data insights from a view in Anaplan, download it, and share the data as an attachment via Gmail.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["anaplan", "gmail"], - "tags": ["scheduler", "anaplan", "gmail"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a lead in Salesforce whenever a new row that contains potential lead data is appended in Microsoft Excel Online", - "description": "Use this template to add a new lead in Salesforce whenever a new row is appended in Microsoft Excel Online with potential lead data. A Slack message gets sent to the intended channel.", - "summary": "Microsoft Excel Online to 2 applications", - "sourceApp": "msexcel", - "targetApps": ["salesforce", "slack"], - "tags": ["msexcel", "salesforce", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Trigger an alarm whenever the threshold is violated based on the Amazon CloudWatch published metric data", - "description": "Use this template to trigger an alarm whenever the published metric data breaches the threshold value set in Amazon CloudWatch. An email gets sent to the intended recipient by AWS Simple Notification Service (SNS) for each threshold violation.", - "summary": "Salesforce to 3 applications", - "sourceApp": "salesforce", - "targetApps": ["zendeskservice", "amazoncloudwatch", "slack"], - "tags": ["salesforce", "zendeskservice", "amazoncloudwatch", "slack", "addErrorCatch"], - "offerings": ["app connect professional"] - }, + "templates": [{ + "name": "Create a comment in a ServiceNow ticket when a new case is created in Salesforce", + "description": "This template looks for new cases added in your Salesforce account and syncs this by creating a new ticket in ServiceNow that includes the comments from the original case.", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["salesforce","servicenow"], + "tags": ["servicenow", "salesforce", "case", "support", "ticket"], + "offerings": ["app connect professional"] + }, + { + "name": "Open a ticket on ServiceNow from an identified issue in Slack and send an email using Gmail", + "description": "Use this template to open a ticket in ServiceNow directly from Slack using a simple slash command. The flow sends you an email using Gmail with the ticket ID number and creation date in the subject, and the description of the issue in the body of the email.", + "summary": "Slack to 2 applications", + "sourceApp": "slack", + "targetApps": ["servicenow", "gmail"], + "tags": ["servicenow", "slack", "gmail", "support", "ticket", "email"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a case in Salesforce when a new incident is created in ServiceNow and alert team", + "description": "This template creates a new case in Salesforce when a new incident is created in ServiceNow. If this is an urgent incident, the flow then sends an email via Gmail and a message on Slack to alert the team when a highly urgent incident comes in to ServiceNow. This helps you to act quickly on your urgent support incidents!", + "summary": "ServiceNow to 3 applications", + "sourceApp": "servicenow", + "targetApps": ["salesforce", "gmail", "slack"], + "tags": ["servicenow", "gmail", "support", "email", "incident", "salesforce", "slack", "crm"], + "offerings": ["app connect professional"] + }, + { + "name": "Sync Salesforce cases with ServiceNow tickets", + "description": "The template creates a new ticket in ServiceNow when a new case is created in Salesforce - helping you to keep your support services in sync!", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["salesforce","servicenow"], + "tags": ["servicenow", "salesforce", "case", "support", "ticket"], + "offerings": ["app connect professional"] + }, + { + "name": "Sync Marketo new leads with Salesforce Leads", + "description": "Never miss a lead again! This templates creates or updates a new lead in Salesforce when a new lead is created in Marketo.", + "summary": "Marketo to Salesforce", + "sourceApp": "marketo", + "targetApps": ["salesforce"], + "tags": ["Salesforce", "marketo", "marketing", "lead", "crm"], + "offerings": ["app connect professional"] + }, + { + "name": "Send Gmail message for a new Salesforce Lead or a Slack message if email address is missing", + "description": "Use this template to send your new Salesforce leads an email. If there is no email ID included then send a Slack message to your team that someone needs to call the lead.", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["slack", "gmail"], + "tags": ["Salesforce", "slack", "gmail", "marketing", "lead", "email", "crm"], + "offerings": ["app connect professional"] + }, + { + "name": "Send Gmail message to new Salesforce lead", + "description": "This template creates and sends an email via Gmail when a new lead is created in Salesforce. If there is no email provided for the lead then we log an error about the missing email.", + "summary": "Salesforce to Gmail", + "sourceApp": "salesforce", + "targetApps": ["gmail"], + "tags": ["Salesforce", "gmail", "marketing", "lead", "email", "crm"], + "offerings": ["app connect professional"] + }, + { + "name": "Send Gmail message for new Slack message", + "description": "This template sends a new Gmail message whenever a new message is received in Slack.", + "summary": "Slack to Gmail", + "sourceApp": "slack", + "targetApps": ["gmail"], + "tags": ["gmail", "slack", "email"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an Asana task from a Gmail message", + "description": "This template creates a new task in Asana whenever a new Gmail message is received.", + "summary": "Gmail to Asana", + "sourceApp": "gmail", + "targetApps": ["asana"], + "tags": ["gmail", "asana"], + "offerings": ["app connect professional"] + }, + { + "name": "Post Slack message for new Gmail message", + "description": "This template creates a new message in Slack whenever a new Gmail message is received.", + "summary": "Gmail to Slack", + "sourceApp": "gmail", + "targetApps": ["slack"], + "tags": ["gmail", "slack", "email"], + "offerings": ["app connect professional"] + }, + { + "name": "For large Salesforce opportunities send an email and create an Asana task", + "description": "This template creates and sends an email via Gmail, and creates an Asana task, when a new high value opportunity is created in Salesforce.", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["gmail", "asana"], + "tags": ["Salesforce", "gmail", "asana", "sales", "opportunity", "email", "crm"], + "offerings": ["app connect professional"] + }, + { + "name": "Create new leads in Marketo by capturing lead names and details in Slack", + "description": "Capturing leads at an event is never an easy task - consolidating these after the event is even harder. This template allows you to record your leads via the Slack phone app. This then records the contact in a Google sheet (to audit the creation), and then creates the contact in Marketo. A response is then sent on Slack giving the newly created Marketo contact id.", + "summary": "Slack to 3 applications", + "sourceApp": "slack", + "targetApps": ["googlesheet", "marketo", "slack"], + "tags": ["slack", "marketo", "googlesheet", "spreadsheet", "marketing", "contact", "lead", "leadcapturing"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Gmail message when urgent ServiceNow incidents come in", + "description": "This template sends an email via Gmail when a highly urgent incident comes in to ServiceNow. This helps you to act quickly on your urgent support incidents!", + "summary": "ServiceNow to Gmail", + "sourceApp": "servicenow", + "targetApps": ["gmail"], + "tags": ["servicenow", "gmail", "support", "email", "incident"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a new Trello card for a new Salesforce campaign", + "description": "This template creates a new card in Trello when a new campaign is created in Salesforce - make sure you never forget to finish that campaign again!", + "summary": "Salesforce to Trello", + "sourceApp": "salesforce", + "targetApps": ["trello"], + "tags": ["salesforce", "trello", "marketing", "campaign", "project management", "crm"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a new Trello card for a new Salesforce lead", + "description": "This template creates a new card in Trello when a new lead is created in Salesforce - make sure you never forget to follow up with that lead again!", + "summary": "Salesforce to Trello", + "sourceApp": "salesforce", + "targetApps": ["trello"], + "tags": ["Salesforce", "trello", "marketing", "lead", "project management", "crm"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a new Trello card for a new Salesforce case", + "description": "This template creates a new card in Trello when a new case is created in Salesforce - make sure you never forget to follow up with that new case again!", + "summary": "Salesforce to Trello", + "sourceApp": "salesforce", + "targetApps": ["trello"], + "tags": ["Salesforce", "trello", "support", "case", "project management", "crm"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a Trello card for every new Insightly task", + "description": "This template creates a new card in Trello when a new task is created in Insightly.", + "summary": "Insightly to Trello", + "sourceApp": "insightly", + "targetApps": ["trello"], + "tags": ["insightly", "trello", "business", "task", "card", "crm"], + "offerings": ["app connect professional"] + }, + { + "name": "Send me a Slack notification for every new Insightly contact", + "description": "Use this template to send a Slack notification to your chosen channel whenever a new contact is added in Insightly.", + "summary": "Insightly to Slack", + "sourceApp": "insightly", + "targetApps": ["slack"], + "tags": ["insightly", "slack", "sales", "notification", "contact"], + "offerings": ["app connect professional"] + }, + { + "name": "Send me a Slack notification for every new Marketo lead", + "description": "Use this template to send a Slack notification to your chosen channel whenever a new contact is added in Marketo.", + "summary": "Marketo to Slack", + "sourceApp": "marketo", + "targetApps": ["slack"], + "tags": ["marketo", "slack", "sales", "notification", "contact"], + "offerings": ["app connect professional"] + }, + { + "name": "Add a card to a list in Trello when a new lead is added in Marketo", + "description": "This template creates a new card in Trello when a new lead is created in Marketo - make sure that you never forget to follow up with that lead again!", + "summary": "Marketo to Trello", + "sourceApp": "marketo", + "targetApps": ["trello"], + "tags": ["marketo", "trello", "lead", "card"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an Asana task for every new Insigthly task", + "description": "Use this template to create task in Asana when a new task added in Insightly.", + "summary": "Insigthly to Asana", + "sourceApp": "insightly", + "targetApps": ["asana"], + "tags": ["asana", "insightly", "business", "notification", "task", "crm"], + "offerings": ["app connect professional"] + }, + { + "name": "Copy messages between Slack channels", + "description": "Use this template to copy messages between two Slack channels. This can be between channels in the same Slack account or between channels in different Slack accounts.", + "summary": "Slack to Slack", + "sourceApp": "slack", + "targetApps": ["slack"], + "tags": ["slack", "channels", "message", "copy", "callback", "callback url"], + "offerings": ["app connect professional"] + }, + { + "name": "Send me a Slack notification for every new Salesforce opportunity", + "description": "Use this template to send a Slack notification to the sales team when a new opportunity is added in Salesforce.", + "summary": "Salesforce to Slack", + "sourceApp": "salesforce", + "targetApps": ["slack"], + "tags": ["salesforce", "slack", "sales", "opportunity", "notification"], + "offerings": ["app connect professional"] + }, + { + "name": "Sync Salesforce Leads between accounts and check and record state", + "description": "This template schedules a monthly synchronisation (batch) between the Leads of two Salesforce accounts. When it completes, a Gmail message is sent with the results of the operation. You can use this template to perform a check on the status of a batch process.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["salesforce","gmail","slack"], + "tags": ["batch", "completion", "scheduler","salesforce", "gmail", "email", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "API to create or update leads in Salesforce based on a Google Sheets spreadsheet", + "description": "This template creates an API to create or update leads in Salesforce for a specific event based on data collected in a Google Sheets spreadsheet.", + "summary": "1 flow using 2 applications", + "sourceApp": "api", + "targetApps": ["googlesheet", "salesforce"], + "tags": ["api", "salesforce", "googlesheet"], + "offerings": ["app connect professional"] + }, + { + "name": "An API to create a contact in Salesforce using a name and email address", + "description": "This is the template for an API used to create a new contact in Salesforce.", + "summary": "1 flow using 1 application", + "sourceApp": "api", + "targetApps": ["salesforce"], + "tags": ["api", "salesforce", "contact"], + "offerings": ["app connect professional"] + }, + { + "name": "API to create leads in Salesforce using a csv file from Box", + "description": "This API takes a URL to a Box document, and an optional event name. Using that information it retrieves the document, parses it to find the new leads generated and creates or updates those leads in Salesforce.", + "summary": "1 flow using 3 applications", + "sourceApp": "api", + "targetApps": ["salesforce"], + "tags": ["api", "box", "if", "salesforce", "lead"], + "offerings": ["app connect professional"] + }, + { + "name": "Download a PDF attachment from Salesforce and add the PDF document to the Watson Discovery Service", + "description": "Use this template to download an attachment from Salesforce and add the same document to the IBM Watson Discovery Service.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["salesforce", "watsondiscovery"], + "tags": ["salesforce", "watsondiscovery", "scheduler", "document", "upload", "encoding"], + "offerings": ["app connect professional"] + }, + { + "name": "Retrieve file content from Google Drive then add the document to the Watson Discovery Service", + "description": "Use this template to retrieve file content from Google Drive and add the same document to the IBM Watson Discovery Service.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["googledrive", "watsondiscovery"], + "tags": ["googledrive", "watsondiscovery", "scheduler", "document", "upload", "encoding"], + "offerings": ["app connect professional"] + }, + { + "name": "Using the For each node and JSONata to process high priority issues", + "description": "Use this template to receive a notification in the log for high priority issues.", + "summary": "Scheduler to Atlassian Jira Service Desk", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["jira"], + "tags": ["scheduler", "jira", "service desk", "tickets", "issues", "priority", "incidents", "JSONata", "for each", "log", "logging", "high", "highest"], + "offerings": ["app connect professional"] + }, + { + "name": "At regular intervals extract Salesforce lead details and upload Box file with CSV output", + "description": "This template gathers 10 leads from Salesforce, uses their names and email addresses to build a CSV file, then outputs the file to Box. The flow triggers once per day at 00:00 UTC.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["salesforce", "box"], + "tags": ["CSV", "Comma-Separated Values", "Salesforce", "Box", "lead"], + "offerings": ["app connect professional"] + }, + { + "name": "API to retrieve source code repository details and send an email about inactive repositories", + "description": "Use this template to find inactive source code repositories, then send an email to the repository owner so that they know which repositories to archive.", + "summary": "1 flow using 2 applications", + "sourceApp": "api", + "targetApps": ["http", "gmail"], + "tags": ["http node", "gmail", "JSON parse", "foreach", "retrieve with pagination", "pagination", "api flow"], + "offerings": ["app connect professional"] + }, + { + "name": "Sync leads between Salesforce accounts and send email with the sync result", + "description": "Use this template to start a batch process using the scheduler node to retrieve leads from Salesforce Account 1 and then create or update leads in Salesforce Account 2. The flow will send a message to Slack to alert you when the batch process has started, and an email will be sent to your preferred email address with the status of the sync.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["salesforce", "slack", "gmail"], + "tags": ["scheduler", "salesforce", "slack", "gmail", "batch", "process", "sync", "email", "retrieve", "add", "create", "update", "upsert", "leads", ""], + "offerings": ["app connect professional"] + }, + { + "name": "Get PagerDuty schedule and update Slack user group and topic", + "description": "Use this template to manage members of a Slack group based on a PagerDuty schedule.", + "summary": "PagerDuty to Slack", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["http"], + "tags": ["scheduler", "pagerduty", "JSON parser", "slack", "operations", "devops"], + "offerings": ["app connect professional"] + }, + { + "name": "Welcome guide part 3 - Create a CSV file in Box of the products in Salesforce", + "description": "This template contains the flow created in the 'Welcome to IBM App Connect [Part 3 of 4]: Visually map and transform your data' video. Use it to retrieve a list of products for a particular product family from Salesforce, and use the products to generate a CSV file in Box on a schedule.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["salesforce", "box"], + "tags": ["scheduler", "salesforce", "box"], + "offerings": ["app connect professional"] + }, + { + "name": "Welcome guide part 4 - Flower order API", + "description": "This template contains the API created in the 'Welcome to IBM App Connect [Part 4 of 4]: Create flows for an API' video. The API includes a flow to create a Trello card when new flowers are ordered for the festival, and it updates Salesforce with the quantity of flowers needed.", + "summary": "1 flow using 2 applications", + "sourceApp": "api", + "targetApps": ["trello", "salesforce"], + "tags": ["api", "salesforce", "trello"], + "offerings": ["app connect professional"] + }, + { + "name": "Welcome guide setup 1 - Add products to Salesforce", + "description": "Use this flow in conjuction with the templates for 'Welcome guide part 3 - Create a CSV file in Box of the products in Salesforce' and 'Welcome guide part 4 - Flower order API' to set up Salesforce products.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["googlesheet", "salesforce"], + "tags": ["scheduler", "salesforce", "trello"], + "offerings": ["app connect professional"] + }, + { + "name": "Welcome guide setup 2 - Create Sunflower Festival order in Salesforce", + "description": "Use this template to create the Salesforce order needed for the 'Welcome guide part 4 - Flower order API' template.", + "summary": "Scheduler to Salesforce", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["salesforce"], + "tags": ["salesforce", "salesforce"], + "offerings": ["app connect professional"] + }, + { + "name": "Welcome guide setup 3 - Delete flowers and order from Salesforce", + "description": "This template contains a flow to delete the objects created in 'Welcome guide setup 1 - Add products to Salesforce' and 'Welcome guide setup 2 - Create Sunflower Festival order in Salesforce'.", + "summary": "Scheduler to Salesforce", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["salesforce"], + "tags": ["salesforce", "scheduler"], + "offerings": ["app connect professional"] + }, + { + "name": "Open Banking - Account information data load", + "description": "This flow aggregates the account information of users with active consents set up in Yapily and stores it in IBM Cloudant", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["yapily", "cloudantdb"], + "tags": ["scheduler", "yapily", "for each", "if", "cloudantdb"], + "offerings": ["app connect professional"] + }, + { + "name": "Assign ServiceNow incidents to Jira and Slack", + "description": "This template detects when a new ServiceNow incident is created; if the incident has a High urgency creates an issue in Jira and sends a message to a Slack channel; otherwise, create a task in Jira. The flow illustrates the use of Jira create and retrieve actions, and the use of an If node to take alternative actions depending on data from the ServiceNow new incident trigger event.", + "summary": "ServiceNow to 2 applications", + "sourceApp": "servicenow", + "targetApps": ["jira", "slack"], + "tags": ["servicenow", "jira", "slack", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Weekly copy Dropbox files to new IBM Cloud Object Storage S3 bucket named with date", + "description": "This template copies files from a Dropbox folder to a new bucket in IBM Cloud Object Storage S3 on a weekly schedule.", + "summary": "Dropbox to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["dropbox", "ibmcoss3"], + "tags": ["scheduler", "dropbox", "ibmcoss3", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Orders ingestion to IBM Supply Chain Intelligence Suite from Microsoft Dynamics 365", + "description": "Use this template to retrieve multiple global identifiers of an order from Microsoft Dynamics 365 CRM system and ingest these global identifiers as name-value pairs to the IBM Supply Chain Intelligence Suite.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["msdynamicscrmrest", "ibmsterlingsci", "slack"], + "tags": ["scheduler", "msdynamics365forsales", "ibmsterlingsci", "foreach", "setVariable", "log", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Slack message for urgent ServiceNow incidents", + "description": "This template sends a message via Slack when a highly urgent incident comes in to ServiceNow. This helps you to act quickly on your urgent support incidents.", + "summary": "ServiceNow to Slack", + "sourceApp": "servicenow", + "targetApps": ["slack"], + "tags": ["servicenow", "slack", "incident"], + "offerings": ["app connect professional"] + }, + { + "name": "Record Microsoft Dynamics 365 campaign to Google Sheets", + "description": "This template creates a new row in Google Sheets whenever a campaign is added in Microsoft Dynamics 365 for Sales.", + "summary": "Microsoft Dynamics 365 to Google Sheets", + "sourceApp": "msdynamicscrmrest", + "targetApps": ["googlesheet"], + "tags": ["msdynamicscrmrest", "googlesheet"], + "offerings": ["app connect professional"] + }, + { + "name": "Slack notifications for Closed Won opportunities in Microsoft Dynamics 365", + "description": "This template allows you to receive Slack message with the opportunities details whenever opportunities are updated with 'Closed Won' status in Microsoft Dynamics 365 for Sales.", + "summary": "Microsoft Dynamics 365 to Slack", + "sourceApp": "msdynamicscrmrest", + "targetApps": ["slack"], + "tags": ["msdynamicscrmrest", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Record Jira issues to Google Sheets", + "description": "This template creates a new row in Google Sheets whenever a new issue is created in Jira.", + "summary": "Jira to Google Sheets", + "sourceApp": "jira", + "targetApps": ["googlesheet"], + "tags": ["jira", "googlesheet"], + "offerings": ["app connect professional"] + }, + { + "name": "Create Box folders for Jira issues", + "description": "This template creates a Box folder with the Jira issue key whenever a new issue is created in Jira.", + "summary": "Jira to Box", + "sourceApp": "jira", + "targetApps": ["box"], + "tags": ["msdynamicscrmrest", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Microsoft Teams message when a case is created or updated in Microsoft Dynamics 365", + "description": "This template allows you to receive a Microsoft Teams message with the case details when a case is created or updated in Microsoft Dynamics 365 for Sales.", + "summary": "Microsoft Dynamics 365 to Microsoft Teams", + "sourceApp": "msdynamicscrmrest", + "targetApps": ["msteams"], + "tags": ["msdynamicscrmrest", "msteams"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Microsoft Teams message when a new Insightly task is created", + "description": "This template allows you to receive Microsoft Teams message with the task details when a new Insightly task is created.", + "summary": "Insightly to Microsoft Teams", + "sourceApp": "insightly", + "targetApps": ["msteams"], + "tags": ["insightly", "msteams"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a task in Asana when a new contact is created in Insightly", + "description": "This template creates a task in Asana with the contact details when a new contact is created in Insightly. A slack message is created to notify the Insightly contact is created in Asana.", + "summary": "Insightly to 2 applications ", + "sourceApp": "insightly", + "targetApps": ["asana", "slack"], + "tags": ["insightly", "asana", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Retrieve MS Dynamics 365 leads and create an MS Excel CSV file in Dropbox at regular intervals", + "description": "This template retrieves 10 leads maximum at a time from Microsoft Dynamics 365 for Sales and creates a Microsoft Excel .csv file with the lead details in Dropbox. The flow is triggered once a day at 00:00 UTC.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["msdynamicscrmrest", "dropbox"], + "tags": ["scheduler", "msdynamicscrmrest", "dropbox"], + "offerings": ["app connect professional"] + }, + { + "name": "Creates an object in Amazon S3 when a new lead is created in Microsoft Dynamics 365", + "description": "This template creates the lead details in Amazon S3 when a new lead is created in Microsoft Dynamics 365 for Sales.", + "summary": "Microsoft Dynamics 365 to Amazon S3", + "sourceApp": "msdynamicscrmrest", + "targetApps": ["amazons3"], + "tags": ["msdynamicscrmrest", "amazons3"], + "offerings": ["app connect professional"] + }, + { + "name": "Creates an object in Amazon S3 when an attachment of type incident is created in ServiceNow", + "description": "This template creates the attachment details in Amazon S3 when an attachment of type incident is created in ServiceNow.", + "summary": "ServiceNow to Amazon S3 ", + "sourceApp": "servicenow", + "targetApps": ["amazons3"], + "tags": ["servicenow", "amazons3"], + "offerings": ["app connect professional"] + }, + { + "name": "Creates a Dropbox folder and shares the link via Slack when a new spreadsheet is created in Google Sheets", + "description": "This template creates a Dropbox folder when a new spread sheet is created in Google Sheets. A Dropbox share link is created for the folder and shared through a Slack message.", + "summary": "Google Sheets to 2 applications ", + "sourceApp": "googlesheet", + "targetApps": ["dropbox", "dropbox", "slack"], + "tags": ["dropbox", "googlesheet", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Creates a file in Dropbox when a new email is received in Gmail", + "description": "This template creates a file with the email details in Dropbox when a new email is received in Gmail.", + "summary": "Gmail to Dropbox", + "sourceApp": "gmail", + "targetApps": ["dropbox"], + "tags": ["gmail", "dropbox"], + "offerings": ["app connect professional"] + }, + { + "name": "Sync new contact from Insightly to Marketo", + "description": "This template finds a matching lead in Marketo based on the email address when a new contact is created Insightly. If a matching lead is not found, the lead is created in Marketo and a Slack notification is sent. If a matching lead is found, the lead is updated in Marketo and a Slack notification is sent.", + "summary": "Insightly to 2 applications", + "sourceApp": "insightly", + "targetApps": ["marketo", "slack"], + "tags": ["insightly", "marketo", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Creates a Trello card for a new Insightly lead", + "description": "This template adds the card to the list in Trello when a lead is created in Insightly.", + "summary": "Insightly to Trello", + "sourceApp": "insightly", + "targetApps": ["trello"], + "tags": ["insightly", "trello"], + "offerings": ["app connect professional"] + }, + { + "name": "Sync Insightly new leads with Salesforce leads", + "description": "This template creates new leads in Salesforce when a new lead is created in Insightly.", + "summary": "Insightly to Salesforce", + "sourceApp": "insightly", + "targetApps": ["salesforce"], + "tags": ["insightly", "salesforce"], + "offerings": ["app connect professional"] + }, + { + "name": "Sync Insightly contacts with Microsoft Dynamics 365 contacts", + "description": "This template creates a contact in Microsoft Dynamics 365 for Sales when a new contact is created in Insightly.", + "summary": "Insightly to Microsoft Dynamics 365", + "sourceApp": "insightly", + "targetApps": ["msdynamicscrmrest"], + "tags": ["insightly", "msdynamicscrmrest"], + "offerings": ["app connect professional"] + }, + { + "name": "Creates a file in Box when a new incident is created in ServiceNow", + "description": "This template creates a new file in Box with the incident details when a new incident is created in ServiceNow.", + "summary": "ServiceNow to Box", + "sourceApp": "servicenow", + "targetApps": ["box"], + "tags": ["servicenow", "box"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Slack message when a high or highest priority issue is created in Jira", + "description": "This template creates a new Slack message with the issue details when a 'High' or 'Highest' priority issue is created in Jira.", + "summary": "Jira to Slack", + "sourceApp": "jira", + "targetApps": ["jira", "slack"], + "tags": ["jira", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Creates an incident in ServiceNow when an issue is created in Jira", + "description": "This template creates a new incident in ServiceNow with the issue details when an issue is created in Jira.", + "summary": "Jira to ServiceNow", + "sourceApp": "jira", + "targetApps": ["jira", "servicenow"], + "tags": ["jira", "servicenow"], + "offerings": ["app connect professional"] + }, + { + "name": "Creates a case in Salesforce when an issue is created in Jira", + "description": "This template creates new case in Salesforce with the issue details when an issue is created in Jira.", + "summary": "Jira to Salesforce", + "sourceApp": "jira", + "targetApps": ["jira", "salesforce"], + "tags": ["jira", "salesforce"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Slack message when an incident is created in ServiceNow", + "description": "This template creates a new Slack message when a new incident is created in ServiceNow.", + "summary": "ServiceNow to Slack", + "sourceApp": "servicenow", + "targetApps": ["slack"], + "tags": ["servicenow", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Slack message when an incident is updated in ServiceNow", + "description": "This template creates a new Slack message when an incident is updated in ServiceNow.", + "summary": "ServiceNow to Slack", + "sourceApp": "servicenow", + "targetApps": ["slack"], + "tags": ["servicenow", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Creates a list item attachment in SharePoint and uploads it to Box when a new attachment is created in ServiceNow", + "description": "This template uploads an attachment file with its details to a specified Box folder from Microsoft SharePoint when new attachment is created in ServiceNow.", + "summary": "ServiceNow to 2 applications ", + "sourceApp": "servicenow", + "targetApps": ["mssharepoint", "box"], + "tags": ["servicenow", "mssharepoint", "box"], + "offerings": ["app connect professional"] + }, + { + "name": "Record ServiceNow ticket details to Google Sheets", + "description": "Use this template to create a new row in Google Sheets when a ticket is created in ServiceNow.", + "summary": "ServiceNow to Google Sheets", + "sourceApp": "servicenow", + "targetApps": ["googlesheet"], + "tags": ["servicenow", "googlesheet"], + "offerings": ["app connect professional"] + }, + { + "name": "Create new Trello card when a new case is created in Microsoft Dynamics 365", + "description": "Use this template to create a new Trello card when a new case is created in Microsoft Dynamics 365 for Sales.", + "summary": "Microsoft Dynamics 365 to Trello", + "sourceApp": "msdynamicscrmrest", + "targetApps": ["trello"], + "tags": ["trello", "msdynamicscrmrest"], + "offerings": ["app connect professional"] + }, + { + "name": "Create new user in ServiceNow when a new contact is created in Microsoft Dynamics 365", + "description": "Use this template to create a new user in ServiceNow when a new contact is created in Microsoft Dynamics 365 for Sales.", + "summary": "Microsoft Dynamics 365 to ServiceNow", + "sourceApp": "msdynamicscrmrest", + "targetApps": ["servicenow"], + "tags": ["msdynamicscrmrest", "servicenow"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Microsoft Teams message when a new product is created in Microsoft Dynamics 365", + "description": "This template creates a new Microsoft Teams message when a new product is created in Microsoft Dynamics 365 for Sales.", + "summary": "Microsoft Dynamics 365 to Microsoft Teams", + "sourceApp": "msdynamicscrmrest", + "targetApps": ["msteams"], + "tags": ["msdynamicscrmrest", "msteams"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Slack message when a new order is created in Microsoft Dynamics 365", + "description": "This template creates a new Slack message whenever a new order is created in Microsoft Dynamics 365 for Sales.", + "summary": "Microsoft Dynamics 365 to Slack", + "sourceApp": "msdynamicscrmrest", + "targetApps": ["slack"], + "tags": ["msdynamicscrmrest", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Slack message when accounts are created in Microsoft Dynamics 365", + "description": "This template creates a new Slack message whenever a new account is created in Microsoft Dynamics 365 for Sales.", + "summary": "Microsoft Dynamics 365 to Slack", + "sourceApp": "msdynamicscrmrest", + "targetApps": ["slack"], + "tags": ["msdynamicscrmrest", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Slack message when new contacts are created in Microsoft Dynamics 365", + "description": "This template allows you to receive a Slack message with the contact details whenever new contacts are created in Microsoft Dynamics 365 for Sales.", + "summary": "Microsoft Dynamics 365 to Slack", + "sourceApp": "msdynamicscrmrest", + "targetApps": ["slack"], + "tags": ["msdynamicscrmrest", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Slack notification for resolved case in Microsoft Dynamics 365", + "description": "This template creates a Slack message to notify user when a case is marked as resolved in Microsoft Dynamics 365 for Sales.", + "summary": "Microsoft Dynamics 365 to Slack", + "sourceApp": "msdynamicscrmrest", + "targetApps": ["slack"], + "tags": ["msdynamicscrmrest", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Creates an Asana task when a new Microsoft Teams message is created", + "description": "This template creates a task in Asana if Microsoft Teams message contains the word 'task'.", + "summary": "Microsoft Teams to Asana", + "sourceApp": "msteams", + "targetApps": ["asana"], + "tags": ["msteams", "asana"], + "offerings": ["app connect professional"] + }, + { + "name": "Sync new or updated contact from Microsoft Dynamics 365 to Marketo lead", + "description": "This template updates or creates a Marketo lead when a new contact is created or updated in Microsoft Dynamics 365 for Sales based on the email address. If the email address of the Microsoft Dynamics 365 for Sales contact and Marketo lead is different, a new lead is created in Marketo. If the email address is the same, the lead is updated with the contact details in Marketo.", + "summary": "Microsoft Dynamics 365 to Marketo", + "sourceApp": "msdynamicscrmrest", + "targetApps": ["marketo"], + "tags": ["msdynamicscrmrest", "marketo"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a list item in SharePoint when a Wufoo form is submitted", + "description": "Use this template to create a list item in SharePoint when a completed form entry is submitted in Wufoo. A Microsoft Teams message is received with the list item details.", + "summary": "Wufoo to 2 applications", + "sourceApp": "wufoo", + "targetApps": ["mssharepoint", "msteams"], + "tags": ["wufoo", "mssharepoint", "msteams"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Microsoft Teams message when a listitem is updated in SharePoint", + "description": "This template allows you to receive Microsoft Teams message with details when the listitem is updated in SharePoint.", + "summary": "Microsoft SharePoint to Microsoft Teams", + "sourceApp": "mssharepoint", + "targetApps": ["msteams"], + "tags": ["mssharepoint", "msteams"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Slack message when a site is created or updated in SharePoint", + "description": "This template creates a new message in Slack whenever site is created or updated in SharePoint.", + "summary": "Microsoft SharePoint to Slack", + "sourceApp": "mssharepoint", + "targetApps": ["slack"], + "tags": ["mssharepoint", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Microsoft Teams message when a sales order is created or updated in Salesforce", + "description": "This template creates a new Microsoft Teams message when a sales order is created or updated in Salesforce.", + "summary": "Salesforce to Microsoft Teams", + "sourceApp": "salesforce", + "targetApps": ["msteams"], + "tags": ["salesforce", "msteams"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Slack message for every updated message in Microsoft Teams", + "description": "This template allows you to receive a Slack message with details whenever there is any updated message in Microsoft Teams.", + "summary": "Microsoft Teams to Slack", + "sourceApp": "msteams", + "targetApps": ["slack"], + "tags": ["msteams", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Microsoft Teams message when an issue is created in Jira", + "description": "This template creates a new Microsoft Teams message with the Jira issue details when an issue is created in Jira.", + "summary": "Jira to Microsoft Teams", + "sourceApp": "jira", + "targetApps": ["msteams"], + "tags": ["jira", "msteams"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Microsoft Teams message when a ticket is created in ServiceNow", + "description": "This template creates a Microsoft Teams message with the ServiceNow ticket details when a ticket is created in ServiceNow.", + "summary": "ServiceNow to Microsoft Teams", + "sourceApp": "servicenow", + "targetApps": ["msteams"], + "tags": ["servicenow", "msteams"], + "offerings": ["app connect professional"] + }, + { + "name": "Creates a Dropbox file when a new attachment is created in ServiceNow", + "description": "This template uploads the attachment file details to Dropbox when a new attachment is created in ServiceNow", + "summary": "ServiceNow to Dropbox", + "sourceApp": "servicenow", + "targetApps": ["dropbox"], + "tags": ["servicenow", "dropbox"], + "offerings": ["app connect professional"] + }, + { + "name": "Sync new case from Microsoft Dynamics 365 to ServiceNow", + "description": "This template creates a new incident in ServiceNow when a new case is created in Microsoft Dynamics 365 for Sales.", + "summary": "Microsoft Dynamics 365 to ServiceNow", + "sourceApp": "msdynamicscrmrest", + "targetApps": ["servicenow"], + "tags": ["servicenow", "msdynamicscrmrest"], + "offerings": ["app connect professional"] + }, + { + "name": "Sync leads from Microsoft Dynamics 365 to Marketo", + "description": "This template finds a matching lead in Marketo based on the email address when a new lead is created in Microsoft Dynamics 365 for Sales. If a matching lead is not found, the lead is created in Marketo.", + "summary": "Microsoft Dynamics 365 to Marketo", + "sourceApp": "msdynamicscrmrest", + "targetApps": ["marketo"], + "tags": ["msdynamicscrmrest", "marketo"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a Trello card for new SharePoint listitem", + "description": "This template creates a new Trello card when new listitem is created in Microsoft SharePoint.", + "summary": "SharePoint to Trello", + "sourceApp": "mssharepoint", + "targetApps": ["trello"], + "tags": ["mssharepoint", "trello"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a user in Microsoft Active Directory for each contact in Salesforce", + "description": "Use this template to retrieve contacts from Salesforce, then for each create a user in Microsoft Active Directory, and then update the Saleforce contact.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["msad", "salesforce"], + "tags": ["msad", "salesforce", "scheduler", "contact", "foreach", "user"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a new task in Asana when a new Salesforce campaign is created", + "description": "Use this template to create a new task in Asana for a new Salesforce campaign, setting the Asana task name to the name of the Salesforce campaign.", + "summary": "Salesforce to Asana", + "sourceApp": "Salesforce", + "targetApps": ["Asana"], + "tags": ["Salesforce", "Asana"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a message on Slack when a new Salesforce contact is created", + "description": "Use this template to send a Slack message when a new contact created in Salesforce, with the message containing data from the Salesforce contact.", + "summary": "Salesforce to Slack", + "sourceApp": "Salesforce", + "targetApps": ["Slack"], + "tags": ["Salesforce", "Slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a new Jira issue for a new Trello card", + "description": "When a new issue is created in Jira, a new Trello card is created with metadata from the Jira issue.", + "summary": "Jira Issue to Trello Card", + "sourceApp": "jira", + "targetApps": ["trello"], + "tags": ["jira", "trello"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a new Trello card when a new opportunity record is created in Salesforce", + "description": "Learn how easy it is to use App Connect to connect Salesforce to Trello so that every time a new opportunity is created in Salesforce, details of that opportunity are added automatically to a card list in the Trello account.", + "summary": "Salesforce to Trello", + "sourceApp": "salesforce", + "targetApps": ["trello"], + "tags": ["salesforce", "trello", "opportunity", "card", "list", "sales", "event-driven flow"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a new Trello card when a new row is added in Google Sheets", + "description": "Learn how easy it is to use App Connect to connect Google Sheets to Trello so that every time a new row is added in Google Sheets, a new card is created in the Trello account with metadata of the new row from Google Sheets.", + "summary": "Google Sheets to Trello", + "sourceApp": "googlesheet", + "targetApps": ["trello"], + "tags": ["trello", "googlesheet", "spreadsheet", "record", "card", "event-driven flow", "row","metadata"], + "offerings": ["app connect professional"] + }, + { + "name": "Creates a task in Asana when an issue is created in Jira", + "description": "Whenever a new Issue is created in Jira, a new task is created in Asana", + "summary": "Jira to Asana", + "sourceApp": "jira", + "targetApps": ["asana"], + "tags": ["jira","asana"], + "offerings": ["app connect professional"] + }, + { + "name": "Create data extension values in Salesforce Marketing Cloud for contacts created in Salesforce event", + "description": "Use this template to create a contact’s data extension values table with the contact’s details whenever a contact is created in a Salesforce New contact event.", + "summary": "Salesforce to Salesforce Marketing Cloud", + "sourceApp": "salesforce", + "targetApps": ["salesforcemc", "salesforcemc", "slack"], + "tags": ["salesforcemc", "salesforce", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "An email gets sent when a Salesforce opportunity update fails due to incorrect values", + "description": "Use this template to send an email when a Salesforce opportunity update fails due to incorrect values.", + "summary": "Microsoft Dynamics 365 to 2 applications", + "sourceApp": "msdynamicscrmrest", + "targetApps": ["salesforce", "email"], + "tags": ["msdynamicscrmrest", "salesforce", "email", "addErrorCatch"], + "offerings": ["app connect professional"] + }, + { + "name": "Add a document in IBM Watson Discovery when a file is created in IBM OpenPages with Watson", + "description": "Use this template to add a document in IBM Watson Discovery whenever a file is created and downloaded in IBM OpenPages with Watson.", + "summary": "IBM OpenPages to 2 applications", + "sourceApp": "ibmopenpages", + "targetApps": ["slack", "watsondiscovery"], + "tags": ["ibmopenpages", "slack", "watsondiscovery"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a document in Couchbase whenever a ticket gets created in Zendesk Service", + "description": "Use this template to create a document in Couchbase with the specified document data whenever a ticket is created in Zendesk Service. A Slack message is then sent to the intended channel.", + "summary": "Zendesk Service to 2 applications", + "sourceApp": "zendeskservice", + "targetApps": ["slack", "couchbase"], + "tags": ["zendeskservice", "slack", "couchbase"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a list of workers for an upcoming assignment in Google Sheets from Oracle HCM worker records", + "description": "Use this template to retrieve worker details from Oracle Human Capital Management and create an entry in Google Sheets whenever a worker’s status is inactive.", + "summary": "Scheduler to 5 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["oraclehcm", "googlesheet", "slack"], + "tags": ["oraclehcm", "slack", "googlesheet", "scheduler", "foreach", "setVariable", "if", "JSON parser"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a new IBM EWM work item when a new incident is logged in ServiceNow", + "description": "Use this template to create a work item in IBM Engineering Workflow Management whenever a new incident is logged in ServiceNow. A notification is then sent to the relevant squad through Microsoft Teams.", + "summary": "ServiceNow to 2 applications", + "sourceApp": "servicenow", + "targetApps": ["ibmewm", "msteams"], + "tags": ["servicenow", "ibmewm", "msteams"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a pickup ready order event through flexEngage based on the IBM Sterling Order Management System delivery method", + "description": "Use this template to create a pickup ready order event if the IBM Order Management System delivery method is empty. An email is then sent from flexEngage with the order pickup details.", + "summary": "IBM Sterling OMS to flexEngage", + "sourceApp": "ibmsterlingoms", + "targetApps": ["flexengage"], + "tags": ["ibmsterlingoms", "flexengage"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an incident or problem in ServiceNow when a ticket is created in Zendesk Service", + "description": "Use this template to create an incident or problem in ServiceNow when a ticket is created in Zendesk Service. A Slack notification gets sent to the relevant squad.", + "summary": "Zendesk Service to 2 applications", + "sourceApp": "zendeskservice", + "targetApps": ["servicenow", "slack"], + "tags": ["zendeskservice", "servicenow", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an issue in IBM OpenPages with Watson when an incident is created in ServiceNow", + "description": "Use this template to create an issue in IBM OpenPages with Watson whenever an incident gets created in ServiceNow. This flow helps you to keep incident data in sync between ServiceNow and IBM OpenPages with Watson. ", + "summary": "ServiceNow to 3 applications", + "sourceApp": "servicenow", + "targetApps": ["ibmopenpages", "servicenow", "slack"], + "tags": ["servicenow", "ibmopenpages", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an item on the mondaydotcom board for tickets created in Zendesk Service", + "description": "Use this template to create an item on the monday.com board for tickets created in Zendesk Service.", + "summary": "Zendesk Service to 2 applications", + "sourceApp": "zendeskservice", + "targetApps": ["mondaydotcom", "slack"], + "tags": ["zendeskservice", "mondaydotcom", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Create order in IBM Sterling Order Management System for orders created in Microsoft Dynamics 365 for Sales", + "description": "Use this template to create orders by using the IBM Order Management System’s create order asynchronous operation whenever any new orders are created in Microsoft Dynamics 365 for Sales.", + "summary": "Microsoft Dynamics 365 to IBM OMS", + "sourceApp": "msdynamicscrmrest", + "targetApps": ["ibmsterlingoms"], + "tags": ["msdynamicscrmrest", "ibmsterlingoms"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a single invoice in Oracle E-Business Suite when an order is closed", + "description": "Use this template to create a single invoice in Oracle E-Business Suite when an order status is updated to closed in Oracle E-Business Suite. An email is sent from Gmail with the invoice details.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["oracleebs", "gmail"], + "tags": ["scheduler", "oracleebs", "gmail"], + "offerings": ["app connect professional"] + }, + { + "name": "Creates data extension values in Salesforce Marketing Cloud for contacts created in Salesforce event", + "description": "Use this template to create contact’s data extension values table with the contact’s details whenever a contact is created in a Salesforce New contact event.", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["salesforcemc", "slack"], + "tags": ["salesforce", "salesforcemc", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Invoke a function from AWS Lambda whenever an opportunity gets created in Salesforce", + "description": "Use this template to invoke a function from AWS Lambda whenever an opportunity gets created in Salesforce.", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["gmail", "amazonlambda"], + "tags": ["salesforce", "gmail", "amazonlambda"], + "offerings": ["app connect professional"] + }, + { + "name": "Launch an Amazon EC2 instance whenever a new row is appended in Google Sheets requesting to launch the instance", + "description": "Use this template to launch an Amazon EC2 instance whenever a new row is appended in the Google Sheets worksheet.", + "summary": "Google Sheets to 3 applications", + "sourceApp": "googlesheet", + "targetApps": ["amazonec2", "gmail", "slack"], + "tags": ["", "amazonec2", "gmail", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Retrieve a file from Box and update the content in Anaplan, then import the data into a model in Anaplan", + "description": "Use this template to retrieve a file from Box and update the content in Anaplan, then import the data into a model in Anaplan.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["box", "anaplan", "gmail"], + "tags": ["box", "anaplan", "gmail", "scheduler"], + "offerings": ["app connect professional"] + }, + { + "name": "Retrieve and update Microsoft Excel Online worksheet rows with the status email sent through Gmail", + "description": "Use this template to retrieve and update Microsoft Excel Online rows with the status email sent through a Gmail account.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["msexcel", "gmail"], + "tags": ["scheduler", "msexcel", "gmail"], + "offerings": ["app connect professional"] + }, + { + "name": "Stop or start or reboot the Amazon EC2 instance whenever a Zendesk Service ticket gets created", + "description": "Use this template to stop, start, or reboot the Amazon EC2 instance whenever a Zendesk Service ticket gets created.", + "summary": "Zendesk Service to 3 applications", + "sourceApp": "zendeskservice", + "targetApps": ["amazonec2", "gmail", "slack"], + "tags": ["zendeskservice", "amazonec2", "gmail", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Sync employee records between Couchbase and Amazon DynamoDB", + "description": " ", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["couchbase", "slack", "amazondynamodb"], + "tags": ["scheduler", "couchbase", "slack", "amazondynamodb"], + "offerings": ["app connect professional"] + }, + { + "name": "Syncs Microsoft Active Directory computers to Microsoft Entra ID", + "description": "Use this template to create or update the device in Microsoft Entra ID whenever a new computer is created or updated in Microsoft Active Directory, helping you keep your devices information in sync", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["slack", "msad", "azuread"], + "tags": ["scheduler", "slack", "msad", "azuread"], + "offerings": ["app connect professional"] + }, + { + "name": "Syncs Microsoft Active Directory users to Microsoft Entra ID", + "description": "Use this template to create or update the user in Microsoft Entra ID whenever a new user is created or updated in Microsoft Active Directory, helping you keep your user information in sync. ", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["msad", "azuread"], + "tags": ["scheduler", "msad", "azuread"], + "offerings": ["app connect professional"] + }, + { + "name": "Syncs Salesforce accounts with Oracle E-Business Suite customers", + "description": "Use this template to create a customer in Oracle E-Business Suite whenever an account is created in Salesforce.", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["gmail", "oracleebs"], + "tags": ["salesforce", "gmail", "oracleebs"], + "offerings": ["app connect professional"] + }, + { + "name": "Update ServiceNow incident and send a Microsoft Teams notification whenever a work item in IBM EWM is updated", + "description": "Use this template to update the incident in ServiceNow when any updates are done to the existing work item in IBM Engineering Workflow Management. A Microsoft Teams notification is then sent to the relevant squad.", + "summary": "IBM EWM to 2 applications", + "sourceApp": "ibmewm", + "targetApps": ["msteams", "servicenow"], + "tags": ["ibmewm", "msteams", "servicenow"], + "offerings": ["app connect professional"] + }, + { + "name": "Initiate a large volume read request for an Anaplan view and share the data as an attachment via Gmail", + "description": "Use this template to request a large volume of data insights from a view in Anaplan, download it, and share the data as an attachment via Gmail.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["anaplan", "gmail"], + "tags": ["scheduler", "anaplan", "gmail"], + "offerings": ["app connect professional"] + }, { - "name": "Create a repository or issue in GitHub when a new issue is created in Jira", - "description": "Use this template to create a repository or an issue in GitHub whenever an issue is created in Jira, based on the issue type. A GitHub repository is created when a new Jira issue of type Epic is created in the specified Jira project. Otherwise, if a Jira issue is created with any other issue type in the specified Jira project, a GitHub issue is created.", - "summary": "Jira to 2 applications", - "sourceApp": "jira", - "targetApps": ["github", "slack"], - "tags": ["jira", "github", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Trigger a Jenkins build for a new commit on GitHub", - "description": "Use this template to trigger a Jenkins build whenever a new commit is made in GitHub. A Slack message is then sent to the intended channel.", - "summary": "GitHub to 2 applications", - "sourceApp": "github", - "targetApps": ["jenkins", "slack"], - "tags": ["github", "jenkins", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Insert data into the Snowflake table when a new file gets created in Amazon S3", - "description": "Use this template to add data to a Snowflake table whenever a new file gets created in the Amazon S3 bucket.", - "summary": "API to 2 applications", - "sourceApp": "api", - "targetApps": ["amazons3", "snowflake"], - "tags": ["api", "snowflake", "amazons3"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a platform event in Salesforce whenever a product is created or updated in Microsoft Dynamics 365 for Sales", - "description": "Use this template to create a platform event whenever a product is created or updated in Microsoft Dynamics 365 for Sales.", - "summary": "Microsoft Dynamics 365 to 3 applications", - "sourceApp": "msdynamicscrmrest", - "targetApps": ["salesforce", "slack"], - "tags": ["msdynamicscrmrest", "salesforce", "slack", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Gmail message when a platform event is triggered", - "description": "Use this template to send a Gmail message to the subscribers of the platform event.", - "summary": "Salesforce to Gmail", - "sourceApp": "salesforce", - "targetApps": ["gmail"], - "tags": ["salesforce", "gmail"], - "offerings": ["app connect professional"] - }, - { - "name": "Create lead in Insightly and store the details in Amazon DynamoDB whenever a new lead is created in Salesforce", - "description": "Use this template to create a lead with the lead’s details in Insightly, and store the information of the lead in Amazon DynamoDB whenever a new lead is created in Salesforce.", - "summary": "Salesforce to 4 applications", - "sourceApp": "salesforce", - "targetApps": ["salesforce", "insightly", "amazondynamodb", "salesforce"], - "tags": ["salesforce", "insightly", "amazondynamodb", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Update lead in Insightly and store the updated details in Amazon DynamoDB whenever a lead is updated in Salesforce", - "description": "Use this template to update a lead or its details in Insightly, and store the updated information in Amazon DynamoDB whenever a new lead is created in Salesforce.", - "summary": "Salesforce to 4 applications", - "sourceApp": "salesforce", - "targetApps": ["salesforce", "insightly", "amazondynamodb", "slack"], - "tags": ["salesforce", "insightly", "amazondynamodb", "slack", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Retrieve campaign-related records from Salesforce and update the rows in Microsoft Excel Online with campaign details", - "description": "Use this template to retrieve campaigns and their members' records from Salesforce and update the rows in the Microsoft Excel Online worksheet with the campaign details. Campaign-related information is queried from Salesforce for a specified year, and these details are then appended to a Microsoft Excel Online worksheet with the specified campaign information.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["salesforce", "msexcel", "slack"], - "tags": ["salesforce", "msexcel", "slack", "scheduler", "foreach", "setVariable"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a supplier and invoice in Coupa for each purchase order retrieved from IBM Maximo", - "description": "Use this template to create a supplier and invoice in Coupa for each purchase order retrieved from IBM Maximo. A Slack message is then sent to the intended channel with the supplier and invoice details.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["maximo", "coupa", "slack"], - "tags": ["scheduler", "maximo", "coupa", "slack", "setVariable", "foreach"], - "offerings": ["app connect professional"] - }, - { - "name": "Amazon EventBridge sends events when a Salesforce lead is successfully created or when a Salesforce lead creation fails", - "description": "Use this template to create a lead in Salesforce when a new row is appended to the Microsoft Excel Online worksheet. Upon each successful lead creation in Salesforce, Amazon EventBridge sends events to the specified event bus. A Slack notification then confirms that the event has been published.", - "summary": "Microsoft Excel Online to 3 applications", - "sourceApp": "msexcel", - "targetApps": ["salesforce", "amazoneventbridge", "slack"], - "tags": ["msexcel", "salesforce", "amazoneventbridge", "slack", "if", "addErrorCatch"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a file in Microsoft OneDrive for Business and a Zendesk ticket whenever a Gmail message is received", - "description": "Use this template to create a file in Microsoft OneDrive for Business, and a ticket in Zendesk Service whenever an email is received from a Gmail account. ", - "summary": "Gmail to 2 applications", - "sourceApp": "gmail", - "targetApps": ["msonedrive", "msonedrive", "zendeskservice"], - "tags": ["gmail", "msonedrive", "zendeskservice"], - "offerings": ["app connect professional"] - }, - { - "name": "Upload the attachments to Microsoft OneDrive for Business whenever a new issue with attachments is created in Jira", - "description": "Use this template to create a file with the attachment content in Microsoft OneDrive for Business when a new issue with attachments gets created in Jira.", - "summary": "Jira to 3 applications", - "sourceApp": "jira", - "targetApps": ["jira", "jira", "msonedrive"], - "tags": ["jira", "msonedrive", "foreach"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an order in Oracle E-Business Suite when a new opportunity is created in Salesforce", - "description": "Use this template to create a new order whenever a new opportunity is created in Salesforce and a Slack notification is sent to the dedicated channel.", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["oracleebs", "slack"], - "tags": ["salesforce", "oracleebs", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Add records to Amazon Kinesis data streams for each object retrieved from Amazon S3", - "description": "Use this template to add records to Amazon Kinesis data streams for each object retrieved from Amazon S3. Make sure that you run the Get Amazon Kinesis data stream record flow before running this flow.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["amazons3", "amazonkinesis", "slack"], - "tags": ["scheduler", "amazons3", "slack", "amazonkinesis", "foreach"], - "offerings": ["app connect professional"] - }, - { - "name": "Integrate data between Microsoft Azure Blob storage and Amazon Kinesis", - "description": "Use this template to retrieve a blob file from a specified Azure blob container, split the content into a user-defined file size, download the file content, and add the spilt records to an Amazon S3 bucket through Amazon Kinesis delivery streams.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["azureblobstorage", "amazonkinesis", "slack"], - "tags": ["scheduler", "azureblobstorage", "slack", "amazonkinesis", "foreach"], - "offerings": ["app connect professional"] - }, - { - "name": "Filter records with speed limit violations and add these records to Amazon S3 via the Amazon Kinesis delivery stream", - "description": "Use this template to add the vehicle records with speed limit violation in Amazon Kinesis. The Amazon CloudWatch event logs are seamlessly retrieved and published to an Amazon Kinesis data stream. The data is processed, and the filtered data (which violates the speed limit) is added to the Amazon CloudWatch bucket via Amazon Kinesis delivery streams.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["amazonkinesis", "amazoncloudwatch", "slack"], - "tags": ["scheduler", "amazonkinesis", "slack", "amazoncloudwatch"], - "offerings": ["app connect professional"] - }, - { - "name": "Get Amazon Kinesis data stream records", - "description": "Use this template to retrieve data stream records. This flow acts as a consumer for the use case: Add records to Amazon Kinesis data streams for each object retrieved from Amazon S3.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["amazonkinesis", "slack"], - "tags": ["scheduler", "amazonkinesis", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a supplier in Coupa for each supplier profile downloaded from SAP Ariba", - "description": "Use this template to download the supplier profiles from SAP Ariba and create these suppliers in Coupa for each of the supplier profiles that were downloaded from SAP Ariba with the relevant supplier information.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["sapariba", "slack", "coupa"], - "tags": ["scheduler", "sapariba", "slack", "coupa"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a sourcing project in SAP Ariba for each project retrieved from Insightly", - "description": "Use this template to create a sourcing project in SAP Ariba for each project retrieved from Insightly.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["insightly", "sapariba"], - "tags": ["scheduler", "insightly", "sapariba"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a Google Calendar event whenever an epic is created in GitLab", - "description": "Use this template to create an event in Google Calendar whenever an epic is created in Gitlab. In this example, the GitLab epic details are parsed to Google Calendar, and an invite gets sent to the intended attendees with the epic details.", - "summary": "GitLab to 2 applications", - "sourceApp": "gitlab", - "targetApps": ["msexcel", "googlecalendar"], - "tags": ["gitlab", "msexcel", "googlecalendar", "foreach", "setVariable", "JSON parser"], - "offerings": ["app connect professional"] - }, - { - "name": "Export the report from Microsoft Power BI and create the file in Microsoft OneDrive for Business", - "description": "Use this template to export a report from Microsoft Power BI and create the file in Microsoft OneDrive for Business. If the report already exists, it will be updated in Microsoft OneDrive for Business.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["mspowerbi", "msonedrive", "slack"], - "tags": ["scheduler", "mspowerbi", "msonedrive", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Retrieve leads from Insightly and add the lead data to Microsoft Power BI", - "description": "Use this template to retrieve lead records from Insightly, and the lead data is added to Microsoft Power BI. In this example, the lead data is inserted into a Microsoft Power BI dataset. This data helps analyse and visualise the data patterns in reports.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["insightly", "mspowerbi"], - "tags": ["scheduler", "insightly", "mspowerbi", "setVariable", "JSON parser"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Gmail message when the Microsoft Power BI target goal value is either achieved or failed", - "description": "Use this template to send a Gmail message to the intended recipient if the retrieved Microsoft Power BI goal value set is not achieved. A Gmail message will also be sent if the goal value is achieved.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["mspowerbi", "gmail"], - "tags": ["scheduler", "mspowerbi", "gmail", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an order in Salesforce whenever a new customer order is created in Magento", - "description": "Use this template to update the order details in an enterprise resource planning (ERP) system, for example, Salesforce and send the order confirmation number by using Slack whenever a new customer order is created in Magento.", - "summary": "Magento to 2 applications", - "sourceApp": "magento", - "targetApps": ["salesforce", "slack"], - "tags": ["salesforce", "magento", "slack", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Retrieve orders from Salesforce and notify customers about any weather dependent delays", - "description": "Use this template to retrieve an order from Salesforce, map the shipping address to IBM Weather Company Data to retrieve the forecast, and send a delayed order notification to the customer via Domino. This use case helps you inform your customers when the delivery of an order is going to be delayed due to bad weather conditions.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["salesforce", "ibmtwc", "domino"], - "tags": ["scheduler", "salesforce", "ibmtwc", "domino", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Retrieve emails by subject from Microsoft Exchange and upload the details to the Wufoo", - "description": "Use this template to retrieve emails from Microsoft Exchange based on the subject by searching for a specified keyword.", - "summary": "1 flow using 2 applications", - "sourceApp": "api", - "targetApps": ["msexchange", "wufoo"], - "tags": ["api", "msexchange", "wufoo", "foreach"], - "offerings": ["app connect professional"] - }, - { - "name": "Synchronize data between Amazon DynamoDB and Google Cloud BigQuery", - "description": "Use this template to retrieve employee records from Amazon DynamoDB and synchronise that data with Google Cloud BigQuery.", - "summary": "1 flow using 3 applications", - "sourceApp": "api", - "targetApps": ["amazondynamodb", "googlebigquery", "slack"], - "tags": ["api", "amazondynamodb", "googlebigquery", "foreach", "if", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "IBM Sterling Inventory Visibility performs a supply check for each product that it retrieves", - "description": "Use this template to retrieve a list of products from IBM Sterling Inventory Visibility and create a message in a Microsoft Team channel based on the status of the retrieved item and where it is in the delivery process.", - "summary": "1 flow using 2 applications", - "sourceApp": "api", - "targetApps": ["ibmsterlingiv", "msteams"], - "tags": ["api", "ibmsterlingiv", "msteams", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an issue in GitLab whenever a new incident is logged in ServiceNow", - "description": "Use this template to create a new issue in GitLab whenever a new incident is logged in ServiceNow and the incident is updated in ServiceNow with GitLab detail.", - "summary": "ServiceNow to 2 applications", - "sourceApp": "servicenow", - "targetApps": ["gitlab", "slack", "servicenow"], - "tags": ["scheduler", "gitlab", "servicenow", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Data integration between Microsoft Azure Blob storage and Amazon S3", - "description": "Use this template to create a scheduler-based flow that retrieves a large blob file’s metadata from a specified Azure blob container, splits the file into a user-defined file size, downloads the file content, and uploads the spilt files to an Amazon S3 bucket or any other storage endpoint.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["azureblobstorage", "amazons3"], - "tags": ["scheduler", "azureblobstorage", "amazons3", "foreach", "setVariable"], - "offerings": ["app connect professional"] - }, - { - "name": "Retrieve incidents from ServiceNow based on the severity level and push incident details to a Microsoft Teams channel", - "description": "Use this template to retrieve incidents from ServiceNow and send those incidents, along with incident details, to a channel in Microsoft Teams.", - "summary": "1 flow using 2 applications", - "sourceApp": "api", - "targetApps": ["servicenow", "msteams"], - "tags": ["api", "servicenow", "msteams", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Retrieve documents from IBM Cloudant and publish them in Google Cloud PubSub topics", - "description": "Use this template to retrieve the flight times from an IBM Cloudant database and publish them into Google Cloud PubSub topics.", - "summary": "1 flow using 2 applications", - "sourceApp": "api", - "targetApps": ["cloudantdb", "googlepubsub"], - "tags": ["api", "cloudantdb", "googlepubsub", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Data ingestion to Google Cloud Storage from Dropbox", - "description": "Use this template to retrieve any type of file from the specified Dropbox path, downloads the content, and uploads the metadata and the file to a Google Cloud Storage bucket.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["dropbox", "googlecloudstorage", "slack"], - "tags": ["scheduler", "dropbox", "slack", "googlecloudstorage", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Retrieve the last build from Jenkins and if the build fails create an issue in Jira if an issue does not already exist", - "description": "Use this template to retrieve the last build details from Jenkins. If the build fails, an issue is created in Jira if an issue doesn’t already exist.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["jenkins", "jira", "slack"], - "tags": ["scheduler", "jenkins", "jira", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Update or create a configuration string in Redis", - "description": "Use this template to update or create a string in Redis and then display the response payload from Redis in a Slack channel as confirmation.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["rediscache", "slack"], - "tags": ["scheduler", "rediscache", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Retrieve a configuration string from Redis", - "description": "Use this template to retrieve an existing string in Redis and then display the response payload from Redis in a Slack channel as confirmation. This is a sequal use case of 'Update or create a configuration string in Redis'.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["rediscache", "slack"], - "tags": ["scheduler", "rediscache", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Retrieve documents from IBM Cloudant and insert document data into a Google Cloud BigQuery table", - "description": "Use this template to retrieve documents from an IBM Cloudant database and inserts data from these documents into a Google Cloud BigQuery table.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["cloudantdb", "googlebigquery"], - "tags": ["scheduler", "cloudantdb", "googlebigquery", "foreach"], - "offerings": ["app connect professional"] - }, - { - "name": "Retrieve employees from Microsoft Dynamics 365 for Finance and Operations and create users in Microsoft Active Directory", - "description": "Use this template to retrieve employees from Microsoft Dynamics 365 Finance and Operations and create a new user in Microsoft Active Directory (MSAD).", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["msdynamicsfando", "msad", "slack"], - "tags": ["scheduler", "msdynamicsfando", "msad", "slack", "foreach"], - "offerings": ["app connect professional"] - }, - { - "name": "Retrieve documents from Microsoft SharePoint and upload them to an IBM FileNet repository", - "description": "Use this template to retrieve documents from Microsoft SharePoint and upload those documents to an IBM FileNet repository.", - "summary": "1 flow using 2 applications", - "sourceApp": "api", - "targetApps": ["mssharepoint", "filenet"], - "tags": ["api", "mssharepoint", "filenet", "foreach"], - "offerings": ["app connect professional"] - }, - { - "name": "Add a Mailchimp subscriber from a Slack slash command", - "description": "Use this template to add a new member as a subscriber of a Mailchimp list from a Slack slash command.", - "summary": "Slack to Mailchimp", - "sourceApp": "slack", - "targetApps": ["mailchimp"], - "tags": ["slack", "mailchimp"], - "offerings": ["app connect professional"] - }, - { - "name": "Add Eventbrite attendees to Insightly and MailChimp", - "description": "This template creates an Insightly lead when someone registers for an event in Eventbrite and additionally subscribes the attendee to a MailChimp campaign list.", - "summary": "Eventbrite to 2 applications", - "sourceApp": "eventbrite", - "targetApps": ["insightly", "mailchimp"], - "tags": ["eventbrite", "insightly", "mailchimp", "subscribe", "publicize", "promote", "marketing"], - "offerings": ["app connect professional"] - }, - { - "name": "Add Eventbrite event as a new Salesforce campaign and notify via Slack", - "description": "When a new event is created in Eventbrite, this flow tries to retrieve a matching campaign in Salesforce. If a matching campaign is not found in Salesforce, the flow creates a new campaign in Salesforce and adds a message to a Slack channel.", - "summary": "Eventbrite to 2 applications", - "sourceApp": "eventbrite", - "targetApps": ["salesforce", "slack"], - "tags": ["eventbrite", "salesforce", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Add new Eventbrite attendees to MailChimp lists", - "description": "This template adds attendees of Eventbrite events to different mailing lists in MailChimp, depending on the event that they sign up to.", - "summary": "Eventbrite to MailChimp", - "sourceApp": "eventbrite", - "targetApps": ["mailchimp"], - "tags": ["eventbrite", "mailchimp", "marketing", "events", "mailing list"], - "offerings": ["app connect professional"] - }, - { - "name": "Announce new Eventbrite attendees on Slack", - "description": "Use this template to send a Slack message when new attendees register for an Eventbrite event.", - "summary": "Eventbrite to Slack", - "sourceApp": "eventbrite", - "targetApps": ["slack"], - "tags": ["eventbrite", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Announce new Eventbrite attendees on Slack and send a voucher", - "description": "Use this template to send a free drink voucher to attendees of Eventbrite event.", - "summary": "Eventbrite to 2 applications", - "sourceApp": "eventbrite", - "targetApps": ["slack", "gmail"], - "tags": ["eventbrite", "slack", "gmail", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a new contact in Salesforce for a new Eventbrite order", - "description": "When a new order for an event is created in Eventbrite, this flow tries to retrieve a matching contact in Salesforce by email address. If a matching contact is not found in Salesforce, the flow creates a new contact in Salesforce.", - "summary": "Eventbrite to Salesforce", - "sourceApp": "eventbrite", - "targetApps": ["salesforce"], - "tags": ["eventbrite", "salesforce"], - "offerings": ["app connect professional"] - }, - { - "name": "Create targeted contact lists in Eventbrite based on unconverted Salesforce leads and geography", - "description": "This template triggers on a new Eventbrite event. It retrieves new unconverted leads from Salesforce and checks to see if their city features in the event. If it does, they they are added to a newly created Eventbrite contact list which can be reviewed by the organisers, who are notified about this list creation in Slack.", - "summary": "Eventbrite to 3 applications", - "sourceApp": "eventbrite", - "targetApps": ["eventbrite", "salesforce", "slack"], - "tags": ["eventbrite", "slack", "salesforce", "contact", "marketing", "lead", "event", "matching", "city", "notification"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a new Trello card when a new event in Eventbrite is added", - "description": "This template creates a new card in Trello when a new event is added in Eventbrite. You can use this template to track tasks such as checking attendee lists prior to the event.", - "summary": "Eventbrite to Trello", - "sourceApp": "eventbrite", - "targetApps": ["trello"], - "tags": ["eventbrite", "trello", "marketing", "events", "project management"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a Sharepoint team site for the new Eventbrite event", - "description": "This template detects when a new Eventbrite event is created and then automatically creates a site in Microsoft Sharepoint online, adds a list to the site, and then posts a message in Slack.", - "summary": "Eventbrite to 2 applications", - "sourceApp": "eventbrite", - "targetApps": ["mssharepoint", "slack"], - "tags": ["eventbrite", "mssharepoint", "slack", "site", "list", "message"], - "offerings": ["app connect professional"] - }, - { - "name": "Record Eventbrite attendees to Google Sheets", - "description": "Use this template to record each newly-registered attendee of an Eventbrite event as a new row in Google Sheets.", - "summary": "Eventbrite to Google Sheets", - "sourceApp": "eventbrite", - "targetApps": ["googlesheet"], - "tags": ["googlesheet", "eventbrite"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Microsoft Teams message when a new event is created in Eventbrite", - "description": "This template allows you to receive a Microsoft Teams message with the event details when a new event is created in Eventbrite.", - "summary": "Eventbrite to Microsoft Teams", - "sourceApp": "eventbrite", - "targetApps": ["msteams"], - "tags": ["eventbrite", "msteams"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Gmail message when a new event is added to Eventbrite", - "description": "This template creates and sends an email via Gmail when a new event is added in Eventbrite. You can use this template to boost sign ups to your events.", - "summary": "Eventbrite to Gmail", - "sourceApp": "eventbrite", - "targetApps": ["gmail"], - "tags": ["eventbrite", "gmail", "marketing", "events", "email"], - "offerings": ["app connect professional"] - }, - { - "name": "Sync new attendee from Eventbrite to lead in Insightly", - "description": "This template creates a new lead in Insightly when a new attendee is created in Eventbrite.", - "summary": " Eventbrite to Insightly", - "sourceApp": "eventbrite", - "targetApps": ["insightly"], - "tags": ["eventbrite", "insightly"], - "offerings": ["app connect professional"] - }, - { - "name": "Sync new attendee from Eventbrite to lead in Microsoft Dynamics 365 for Sales", - "description": "This template creates a new lead in Microsoft Dynamics 365 for Sales whenever a new attendee is created in Eventbrite.", - "summary": "Eventbrite to Microsoft Dynamics 365", - "sourceApp": "eventbrite", - "targetApps": ["msdynamicscrmrest"], - "tags": ["eventbrite", "msdynamicscrmrest"], - "offerings": ["app connect professional"] - }, - { - "name": "Sync Salesforce contacts and Mailchimp mailing list subscribers", - "description": "This template adds new Salesforce contacts to Mailchimp lists and sends an email via Gmail to alert you if a contact's email address is missing.", - "summary": "Salesforce to 3 applications", - "sourceApp": "salesforce", - "targetApps": ["salesforce", "gmail", "mailchimp"], - "tags": ["Salesforce", "gmail", "marketing", "contact", "email", "crm", "mailchimp"], - "offerings": ["app connect professional"] - }, - { - "name": "Update Eventbrite event based on IBM Weather forecast", - "description": "An API to get the weather forecast for an Eventbrite event and take different actions based on weather criteria.", - "summary": "1 flow using 4 applications", - "sourceApp": "api", - "targetApps": ["eventbrite", "http", "ibmtwc"], - "tags": ["api", "eventbrite", "http", "ibmtwc", "weather"], - "offerings": ["app connect professional"] - }, - { - "name": "Update or create a Salesforce contact for a new Eventbrite event attendee", - "description": "This template updates or creates a Salesforce contact when a new attendee signs up for an Eventbrite event, depending on whether the Salesforce contact exists. It then posts a message to a Slack channel, depending on whether the contact was created or updated.", - "summary": "Eventbrite to 2 applications", - "sourceApp": "eventbrite", - "targetApps": ["salesforce", "slack"], - "tags": ["eventbrite", "salesforce", "slack", "marketing", "events", "contact", "notification", "if", "conditional"], - "offerings": ["app connect professional"] - }, - { - "name": "Use Slack to notify of unprocessed UKG leave requests", - "description": "Use this template to send a Slack notification about unprocessed UKG leave requests.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["kronos", "slack"], - "tags": ["scheduler", "kronos", "slack", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an employee account in LDAP for each employee retrieved from Microsoft Dynamics 365 for Finance and Operations", - "description": "Use this template to retrieve new employees from Microsoft Dynamics 365 for Finance and Operations, create accounts for each employee in LDAP, and update Microsoft Dynamics 365 for Finance and Operations with the employee email address.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["msdynamicsfando", "ldap"], - "tags": ["scheduler", "msdynamicsfando", "ldap", "setVariable"], - "offerings": ["app connect professional"] - }, - { - "name": "Update a Workday opportunity and send a Slack message whenever an opportunity is updated in Salesforce", - "description": "Use this template to update an opportunity in Workday when any updates are made to the existing opportunity in Salesforce. A Slack message gets sent to the relevant channel.", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["slack", "workday"], - "tags": ["salesforce", "slack", "workday"], - "offerings": ["app connect professional"] - }, - { - "name": "Translate non-English content to English whenever a new Gmail message is received", - "description": "Use this template to translate the non-English content of a Gmail message to English whenever a new Gmail message is received.", - "summary": "Gmail to 2 applications", - "sourceApp": "gmail", - "targetApps": ["googletranslate","gmail"], - "tags": ["googletranslate", "gmail", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Translate Amazon S3 file content to a specified language and store the translated file in Amazon S3", - "description": "Use this template to translate Amazon S3 file content to a specified language and store the translated file in Amazon S3.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["amazons3","googletranslate"], - "tags": ["scheduler", "googletranslate", "amazons3"], - "offerings": ["app connect professional"] - }, - { - "name": "Stop or start or reboot the Amazon RDS instance whenever a Zendesk Service ticket gets created", - "description": "Use this template to stop, start, or reboot the Amazon RDS instance whenever a Zendesk Service ticket gets created.", - "summary": "Zendesk Service to Amazon RDS", - "sourceApp": "zendeskservice", - "targetApps": ["amazonrds"], - "tags": ["zendeskservice", "amazonrds", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a database instance in Amazon RDS when a new company is created in IBM Maximo", - "description": "Use this template to create a database instance in Amazon RDS when a new company is created in IBM Maximo.", - "summary": "IBM Maximo to 2 applications", - "sourceApp": "maximo", - "targetApps": ["amazonrds", "gmail"], - "tags": ["maximo", "amazonrds", "gmail"], - "offerings": ["app connect professional"] - }, - { - "name": "Store the lead details in Oracle Database when a new Salesforce lead gets created", - "description": "Use this template to store the lead details in Oracle Database when a new Salesforce lead gets created.", - "summary": "Salesforce to Oracle Database", - "sourceApp": "salesforce", - "targetApps": ["oracle"], - "tags": ["salesforce", "oracle"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a job requisition in SAP SuccessFactors and send an email to the hiring manager about the job requisition", - "description": "Use this template to send a gmail message when a new job requisition is created.", - "summary": "API to 2 applications", - "sourceApp": "api", - "targetApps": ["sapsuccessfactors", "gmail"], - "tags": ["api", "sapsuccessfactors", "gmail"], - "offerings": ["app connect professional"] - }, - { - "name": "Send an email using a template from Amazon SES whenever a lead is created in Salesforce", - "description": "Use this template to send an email using the template from Amazon SES if the lead's Salesforce status is open and they have not been contacted.", - "summary": "Salesforce to Amazon SES", - "sourceApp": "salesforce", - "targetApps": ["amazonses"], - "tags": ["salesforce", "amazonses", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a contact in Amazon SES whenever a new contact is created in Insightly", - "description": "Use this template to create a contact in Amazon SES whenever a new contact is created in Insightly.", - "summary": "Insightly to 2 applications", - "sourceApp": "insightly", - "targetApps": ["amazonses", "gmail"], - "tags": ["insightly", "amazonses", "gmail"], - "offerings": ["app connect professional"] - }, - { - "name": "Notify users via phone call or text or WhatsApp message using Twilio whenever an incident is created in ServiceNow", - "description": "Use this template to notify users via phone call, text message, or WhatsApp message by using Twilio whenever an incident is created in ServiceNow.", - "summary": "ServiceNow to Twilio", - "sourceApp": "servicenow", - "targetApps": ["twilio"], - "tags": ["servicenow", "twilio", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a note in Salesforce for the retrieved call details of a phone number from Twilio", - "description": "Use this template to create a note that contains the call details of a phone number from Twilio that is associated with a Salesforce account.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["twilio", "salesforce"], - "tags": ["scheduler", "twilio", "salesforce"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a prospect in Salesforce Account Engagement whenever a new form entry is created in Wufoo", - "description": "Use this template to create a prospect in Salesforce Account Engagement with the prospect's information whenever a new form entry with a campaign attendee's information is created.", - "summary": "Wufoo to Salesforce Account Engagement", - "sourceApp": "wufoo", - "targetApps": ["salesforceae"], - "tags": ["wufoo", "salesforceae"], - "offerings": ["app connect professional"] - }, - { - "name": "Assign a prospect in Salesforce Account Engagement for each Salesforce Account Engagement visitor", - "description": "Use this template to assign a visitor to a prospect for each of the retrieved Salesforce Account Engagement visitors.", - "summary": "Scheduler to Salesforce Account Engagement", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["salesforceae"], - "tags": ["scheduler", "salesforceae", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Store the issue data in IBM Db2 whenever a new issue gets created in Jira", - "description": "Use this template to store the issue data in IBM Db2 whenever a new issue gets created in Jira.", - "summary": "Jira to IBM Db2", - "sourceApp": "jira", - "targetApps": ["db2"], - "tags": ["jira", "db2"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an incident in ServiceNow whenever a new customer issue record is added to IBM Db2", - "description": "Use this template to create an incident in ServiceNow whenever a new customer issue record is added to IBM Db2.", - "summary": "IBM Db2 to ServiceNow", - "sourceApp": "db2", - "targetApps": ["servicenow"], - "tags": ["db2", "servicenow"], + "name": "Create a lead in Salesforce whenever a new row that contains potential lead data is appended in Microsoft Excel Online", + "description": "Use this template to add a new lead in Salesforce whenever a new row is appended in Microsoft Excel Online with potential lead data. A Slack message gets sent to the intended channel.", + "summary": "Microsoft Excel Online to 2 applications", + "sourceApp": "msexcel", + "targetApps": ["salesforce", "slack"], + "tags": ["msexcel", "salesforce", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Trigger an alarm whenever the threshold is violated based on the Amazon CloudWatch published metric data", + "description": "Use this template to trigger an alarm whenever the published metric data breaches the threshold value set in Amazon CloudWatch. An email gets sent to the intended recipient by AWS Simple Notification Service (SNS) for each threshold violation.", + "summary": "Salesforce to 3 applications", + "sourceApp": "salesforce", + "targetApps": ["zendeskservice", "amazoncloudwatch", "slack"], + "tags": ["salesforce", "zendeskservice", "amazoncloudwatch", "slack", "addErrorCatch"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a repository or issue in GitHub when a new issue is created in Jira", + "description": "Use this template to create a repository or an issue in GitHub whenever an issue is created in Jira, based on the issue type. A GitHub repository is created when a new Jira issue of type Epic is created in the specified Jira project. Otherwise, if a Jira issue is created with any other issue type in the specified Jira project, a GitHub issue is created.", + "summary": "Jira to 2 applications", + "sourceApp": "jira", + "targetApps": ["github", "slack"], + "tags": ["jira", "github", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Trigger a Jenkins build for a new commit on GitHub", + "description": "Use this template to trigger a Jenkins build whenever a new commit is made in GitHub. A Slack message is then sent to the intended channel.", + "summary": "GitHub to 2 applications", + "sourceApp": "github", + "targetApps": ["jenkins", "slack"], + "tags": ["github", "jenkins", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Insert data into the Snowflake table when a new file gets created in Amazon S3", + "description": "Use this template to add data to a Snowflake table whenever a new file gets created in the Amazon S3 bucket.", + "summary": "API to 2 applications", + "sourceApp": "api", + "targetApps": ["amazons3", "snowflake"], + "tags": ["api", "snowflake", "amazons3"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a platform event in Salesforce whenever a product is created or updated in Microsoft Dynamics 365 for Sales", + "description": "Use this template to create a platform event whenever a product is created or updated in Microsoft Dynamics 365 for Sales.", + "summary": "Microsoft Dynamics 365 to 3 applications", + "sourceApp": "msdynamicscrmrest", + "targetApps": ["salesforce", "slack"], + "tags": ["msdynamicscrmrest", "salesforce", "slack", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Gmail message when a platform event is triggered", + "description": "Use this template to send a Gmail message to the subscribers of the platform event.", + "summary": "Salesforce to Gmail", + "sourceApp": "salesforce", + "targetApps": ["gmail"], + "tags": ["salesforce", "gmail"], + "offerings": ["app connect professional"] + }, + { + "name": "Create lead in Insightly and store the details in Amazon DynamoDB whenever a new lead is created in Salesforce", + "description": "Use this template to create a lead with the lead’s details in Insightly, and store the information of the lead in Amazon DynamoDB whenever a new lead is created in Salesforce.", + "summary": "Salesforce to 4 applications", + "sourceApp": "salesforce", + "targetApps": ["salesforce", "insightly", "amazondynamodb", "salesforce"], + "tags": ["salesforce", "insightly", "amazondynamodb", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Update lead in Insightly and store the updated details in Amazon DynamoDB whenever a lead is updated in Salesforce", + "description": "Use this template to update a lead or its details in Insightly, and store the updated information in Amazon DynamoDB whenever a new lead is created in Salesforce.", + "summary": "Salesforce to 4 applications", + "sourceApp": "salesforce", + "targetApps": ["salesforce", "insightly", "amazondynamodb", "slack"], + "tags": ["salesforce", "insightly", "amazondynamodb", "slack", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Retrieve campaign-related records from Salesforce and update the rows in Microsoft Excel Online with campaign details", + "description": "Use this template to retrieve campaigns and their members' records from Salesforce and update the rows in the Microsoft Excel Online worksheet with the campaign details. Campaign-related information is queried from Salesforce for a specified year, and these details are then appended to a Microsoft Excel Online worksheet with the specified campaign information.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["salesforce", "msexcel", "slack"], + "tags": ["salesforce", "msexcel", "slack", "scheduler", "foreach", "setVariable"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a supplier and invoice in Coupa for each purchase order retrieved from IBM Maximo", + "description": "Use this template to create a supplier and invoice in Coupa for each purchase order retrieved from IBM Maximo. A Slack message is then sent to the intended channel with the supplier and invoice details.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["maximo", "coupa", "slack"], + "tags": ["scheduler", "maximo", "coupa", "slack", "setVariable", "foreach"], + "offerings": ["app connect professional"] + }, + { + "name": "Amazon EventBridge sends events when a Salesforce lead is successfully created or when a Salesforce lead creation fails", + "description": "Use this template to create a lead in Salesforce when a new row is appended to the Microsoft Excel Online worksheet. Upon each successful lead creation in Salesforce, Amazon EventBridge sends events to the specified event bus. A Slack notification then confirms that the event has been published.", + "summary": "Microsoft Excel Online to 3 applications", + "sourceApp": "msexcel", + "targetApps": ["salesforce", "amazoneventbridge", "slack"], + "tags": ["msexcel", "salesforce", "amazoneventbridge", "slack", "if", "addErrorCatch"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a file in Microsoft OneDrive for Business and a Zendesk ticket whenever a Gmail message is received", + "description": "Use this template to create a file in Microsoft OneDrive for Business, and a ticket in Zendesk Service whenever an email is received from a Gmail account. ", + "summary": "Gmail to 2 applications", + "sourceApp": "gmail", + "targetApps": ["msonedrive", "msonedrive", "zendeskservice"], + "tags": ["gmail", "msonedrive", "zendeskservice"], + "offerings": ["app connect professional"] + }, + { + "name": "Upload the attachments to Microsoft OneDrive for Business whenever a new issue with attachments is created in Jira", + "description": "Use this template to create a file with the attachment content in Microsoft OneDrive for Business when a new issue with attachments gets created in Jira.", + "summary": "Jira to 3 applications", + "sourceApp": "jira", + "targetApps": ["jira", "jira", "msonedrive"], + "tags": ["jira", "msonedrive", "foreach"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an order in Oracle E-Business Suite when a new opportunity is created in Salesforce", + "description": "Use this template to create a new order whenever a new opportunity is created in Salesforce and a Slack notification is sent to the dedicated channel.", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["oracleebs", "slack"], + "tags": ["salesforce", "oracleebs", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Add records to Amazon Kinesis data streams for each object retrieved from Amazon S3", + "description": "Use this template to add records to Amazon Kinesis data streams for each object retrieved from Amazon S3. Make sure that you run the Get Amazon Kinesis data stream record flow before running this flow.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["amazons3", "amazonkinesis", "slack"], + "tags": ["scheduler", "amazons3", "slack", "amazonkinesis", "foreach"], + "offerings": ["app connect professional"] + }, + { + "name": "Integrate data between Microsoft Azure Blob storage and Amazon Kinesis", + "description": "Use this template to retrieve a blob file from a specified Azure blob container, split the content into a user-defined file size, download the file content, and add the spilt records to an Amazon S3 bucket through Amazon Kinesis delivery streams.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["azureblobstorage", "amazonkinesis", "slack"], + "tags": ["scheduler", "azureblobstorage", "slack", "amazonkinesis", "foreach"], + "offerings": ["app connect professional"] + }, + { + "name": "Filter records with speed limit violations and add these records to Amazon S3 via the Amazon Kinesis delivery stream", + "description": "Use this template to add the vehicle records with speed limit violation in Amazon Kinesis. The Amazon CloudWatch event logs are seamlessly retrieved and published to an Amazon Kinesis data stream. The data is processed, and the filtered data (which violates the speed limit) is added to the Amazon CloudWatch bucket via Amazon Kinesis delivery streams.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["amazonkinesis", "amazoncloudwatch", "slack"], + "tags": ["scheduler", "amazonkinesis", "slack", "amazoncloudwatch"], + "offerings": ["app connect professional"] + }, + { + "name": "Get Amazon Kinesis data stream records", + "description": "Use this template to retrieve data stream records. This flow acts as a consumer for the use case: Add records to Amazon Kinesis data streams for each object retrieved from Amazon S3.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["amazonkinesis", "slack"], + "tags": ["scheduler", "amazonkinesis", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a supplier in Coupa for each supplier profile downloaded from SAP Ariba", + "description": "Use this template to download the supplier profiles from SAP Ariba and create these suppliers in Coupa for each of the supplier profiles that were downloaded from SAP Ariba with the relevant supplier information.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["sapariba", "slack", "coupa"], + "tags": ["scheduler", "sapariba", "slack", "coupa"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a sourcing project in SAP Ariba for each project retrieved from Insightly", + "description": "Use this template to create a sourcing project in SAP Ariba for each project retrieved from Insightly.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["insightly", "sapariba"], + "tags": ["scheduler", "insightly", "sapariba"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a Google Calendar event whenever an epic is created in GitLab", + "description": "Use this template to create an event in Google Calendar whenever an epic is created in Gitlab. In this example, the GitLab epic details are parsed to Google Calendar, and an invite gets sent to the intended attendees with the epic details.", + "summary": "GitLab to 2 applications", + "sourceApp": "gitlab", + "targetApps": ["msexcel", "googlecalendar"], + "tags": ["gitlab", "msexcel", "googlecalendar", "foreach", "setVariable", "JSON parser"], + "offerings": ["app connect professional"] + }, + { + "name": "Export the report from Microsoft Power BI and create the file in Microsoft OneDrive for Business", + "description": "Use this template to export a report from Microsoft Power BI and create the file in Microsoft OneDrive for Business. If the report already exists, it will be updated in Microsoft OneDrive for Business.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["mspowerbi", "msonedrive", "slack"], + "tags": ["scheduler", "mspowerbi", "msonedrive", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Retrieve leads from Insightly and add the lead data to Microsoft Power BI", + "description": "Use this template to retrieve lead records from Insightly, and the lead data is added to Microsoft Power BI. In this example, the lead data is inserted into a Microsoft Power BI dataset. This data helps analyse and visualise the data patterns in reports.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["insightly", "mspowerbi"], + "tags": ["scheduler", "insightly", "mspowerbi", "setVariable", "JSON parser"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Gmail message when the Microsoft Power BI target goal value is either achieved or failed", + "description": "Use this template to send a Gmail message to the intended recipient if the retrieved Microsoft Power BI goal value set is not achieved. A Gmail message will also be sent if the goal value is achieved.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["mspowerbi", "gmail"], + "tags": ["scheduler", "mspowerbi", "gmail", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an order in Salesforce whenever a new customer order is created in Magento", + "description": "Use this template to update the order details in an enterprise resource planning (ERP) system, for example, Salesforce and send the order confirmation number by using Slack whenever a new customer order is created in Magento.", + "summary": "Magento to 2 applications", + "sourceApp": "magento", + "targetApps": ["salesforce", "slack"], + "tags": ["salesforce", "magento", "slack", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Retrieve orders from Salesforce and notify customers about any weather dependent delays", + "description": "Use this template to retrieve an order from Salesforce, map the shipping address to IBM Weather Company Data to retrieve the forecast, and send a delayed order notification to the customer via Domino. This use case helps you inform your customers when the delivery of an order is going to be delayed due to bad weather conditions.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["salesforce", "ibmtwc", "domino"], + "tags": ["scheduler", "salesforce", "ibmtwc", "domino", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Retrieve emails by subject from Microsoft Exchange and upload the details to the Wufoo", + "description": "Use this template to retrieve emails from Microsoft Exchange based on the subject by searching for a specified keyword.", + "summary": "1 flow using 2 applications", + "sourceApp": "api", + "targetApps": ["msexchange", "wufoo"], + "tags": ["api", "msexchange", "wufoo", "foreach"], + "offerings": ["app connect professional"] + }, + { + "name": "Synchronize data between Amazon DynamoDB and Google Cloud BigQuery", + "description": "Use this template to retrieve employee records from Amazon DynamoDB and synchronise that data with Google Cloud BigQuery.", + "summary": "1 flow using 3 applications", + "sourceApp": "api", + "targetApps": ["amazondynamodb", "googlebigquery", "slack"], + "tags": ["api", "amazondynamodb", "googlebigquery", "foreach", "if", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "IBM Sterling Inventory Visibility performs a supply check for each product that it retrieves", + "description": "Use this template to retrieve a list of products from IBM Sterling Inventory Visibility and create a message in a Microsoft Team channel based on the status of the retrieved item and where it is in the delivery process.", + "summary": "1 flow using 2 applications", + "sourceApp": "api", + "targetApps": ["ibmsterlingiv", "msteams"], + "tags": ["api", "ibmsterlingiv", "msteams", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an issue in GitLab whenever a new incident is logged in ServiceNow", + "description": "Use this template to create a new issue in GitLab whenever a new incident is logged in ServiceNow and the incident is updated in ServiceNow with GitLab detail.", + "summary": "ServiceNow to 2 applications", + "sourceApp": "servicenow", + "targetApps": ["gitlab", "slack", "servicenow"], + "tags": ["scheduler", "gitlab", "servicenow", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Data integration between Microsoft Azure Blob storage and Amazon S3", + "description": "Use this template to create a scheduler-based flow that retrieves a large blob file’s metadata from a specified Azure blob container, splits the file into a user-defined file size, downloads the file content, and uploads the spilt files to an Amazon S3 bucket or any other storage endpoint.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["azureblobstorage", "amazons3"], + "tags": ["scheduler", "azureblobstorage", "amazons3", "foreach", "setVariable"], + "offerings": ["app connect professional"] + }, + { + "name": "Retrieve incidents from ServiceNow based on the severity level and push incident details to a Microsoft Teams channel", + "description": "Use this template to retrieve incidents from ServiceNow and send those incidents, along with incident details, to a channel in Microsoft Teams.", + "summary": "1 flow using 2 applications", + "sourceApp": "api", + "targetApps": ["servicenow", "msteams"], + "tags": ["api", "servicenow", "msteams", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Retrieve documents from IBM Cloudant and publish them in Google Cloud PubSub topics", + "description": "Use this template to retrieve the flight times from an IBM Cloudant database and publish them into Google Cloud PubSub topics.", + "summary": "1 flow using 2 applications", + "sourceApp": "api", + "targetApps": ["cloudantdb", "googlepubsub"], + "tags": ["api", "cloudantdb", "googlepubsub", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Data ingestion to Google Cloud Storage from Dropbox", + "description": "Use this template to retrieve any type of file from the specified Dropbox path, downloads the content, and uploads the metadata and the file to a Google Cloud Storage bucket.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["dropbox", "googlecloudstorage", "slack"], + "tags": ["scheduler", "dropbox", "slack", "googlecloudstorage", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Retrieve the last build from Jenkins and if the build fails create an issue in Jira if an issue does not already exist", + "description": "Use this template to retrieve the last build details from Jenkins. If the build fails, an issue is created in Jira if an issue doesn’t already exist.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["jenkins", "jira", "slack"], + "tags": ["scheduler", "jenkins", "jira", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Update or create a configuration string in Redis", + "description": "Use this template to update or create a string in Redis and then display the response payload from Redis in a Slack channel as confirmation.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["rediscache", "slack"], + "tags": ["scheduler", "rediscache", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Retrieve a configuration string from Redis", + "description": "Use this template to retrieve an existing string in Redis and then display the response payload from Redis in a Slack channel as confirmation. This is a sequal use case of 'Update or create a configuration string in Redis'.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["rediscache", "slack"], + "tags": ["scheduler", "rediscache", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Retrieve documents from IBM Cloudant and insert document data into a Google Cloud BigQuery table", + "description": "Use this template to retrieve documents from an IBM Cloudant database and inserts data from these documents into a Google Cloud BigQuery table.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["cloudantdb", "googlebigquery"], + "tags": ["scheduler", "cloudantdb", "googlebigquery", "foreach"], + "offerings": ["app connect professional"] + }, + { + "name": "Retrieve employees from Microsoft Dynamics 365 for Finance and Operations and create users in Microsoft Active Directory", + "description": "Use this template to retrieve employees from Microsoft Dynamics 365 Finance and Operations and create a new user in Microsoft Active Directory (MSAD).", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["msdynamicsfando", "msad", "slack"], + "tags": ["scheduler", "msdynamicsfando", "msad", "slack", "foreach"], + "offerings": ["app connect professional"] + }, + { + "name": "Retrieve documents from Microsoft SharePoint and upload them to an IBM FileNet repository", + "description": "Use this template to retrieve documents from Microsoft SharePoint and upload those documents to an IBM FileNet repository.", + "summary": "1 flow using 2 applications", + "sourceApp": "api", + "targetApps": ["mssharepoint", "filenet"], + "tags": ["api", "mssharepoint", "filenet", "foreach"], + "offerings": ["app connect professional"] + }, + { + "name": "Add a Mailchimp subscriber from a Slack slash command", + "description": "Use this template to add a new member as a subscriber of a Mailchimp list from a Slack slash command.", + "summary": "Slack to Mailchimp", + "sourceApp": "slack", + "targetApps": ["mailchimp"], + "tags": ["slack", "mailchimp"], + "offerings": ["app connect professional"] + }, + { + "name": "Add Eventbrite attendees to Insightly and MailChimp", + "description": "This template creates an Insightly lead when someone registers for an event in Eventbrite and additionally subscribes the attendee to a MailChimp campaign list.", + "summary": "Eventbrite to 2 applications", + "sourceApp": "eventbrite", + "targetApps": ["insightly", "mailchimp"], + "tags": ["eventbrite", "insightly", "mailchimp", "subscribe", "publicize", "promote", "marketing"], + "offerings": ["app connect professional"] + }, + { + "name": "Add Eventbrite event as a new Salesforce campaign and notify via Slack", + "description": "When a new event is created in Eventbrite, this flow tries to retrieve a matching campaign in Salesforce. If a matching campaign is not found in Salesforce, the flow creates a new campaign in Salesforce and adds a message to a Slack channel.", + "summary": "Eventbrite to 2 applications", + "sourceApp": "eventbrite", + "targetApps": ["salesforce", "slack"], + "tags": ["eventbrite", "salesforce", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Add new Eventbrite attendees to MailChimp lists", + "description": "This template adds attendees of Eventbrite events to different mailing lists in MailChimp, depending on the event that they sign up to.", + "summary": "Eventbrite to MailChimp", + "sourceApp": "eventbrite", + "targetApps": ["mailchimp"], + "tags": ["eventbrite", "mailchimp", "marketing", "events", "mailing list"], + "offerings": ["app connect professional"] + }, + { + "name": "Announce new Eventbrite attendees on Slack", + "description": "Use this template to send a Slack message when new attendees register for an Eventbrite event.", + "summary": "Eventbrite to Slack", + "sourceApp": "eventbrite", + "targetApps": ["slack"], + "tags": ["eventbrite", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Announce new Eventbrite attendees on Slack and send a voucher", + "description": "Use this template to send a free drink voucher to attendees of Eventbrite event.", + "summary": "Eventbrite to 2 applications", + "sourceApp": "eventbrite", + "targetApps": ["slack", "gmail"], + "tags": ["eventbrite", "slack", "gmail", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a new contact in Salesforce for a new Eventbrite order", + "description": "When a new order for an event is created in Eventbrite, this flow tries to retrieve a matching contact in Salesforce by email address. If a matching contact is not found in Salesforce, the flow creates a new contact in Salesforce.", + "summary": "Eventbrite to Salesforce", + "sourceApp": "eventbrite", + "targetApps": ["salesforce"], + "tags": ["eventbrite", "salesforce"], + "offerings": ["app connect professional"] + }, + { + "name": "Create targeted contact lists in Eventbrite based on unconverted Salesforce leads and geography", + "description": "This template triggers on a new Eventbrite event. It retrieves new unconverted leads from Salesforce and checks to see if their city features in the event. If it does, they they are added to a newly created Eventbrite contact list which can be reviewed by the organisers, who are notified about this list creation in Slack.", + "summary": "Eventbrite to 3 applications", + "sourceApp": "eventbrite", + "targetApps": ["eventbrite", "salesforce", "slack"], + "tags": ["eventbrite", "slack", "salesforce", "contact", "marketing", "lead", "event", "matching", "city", "notification"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a new Trello card when a new event in Eventbrite is added", + "description": "This template creates a new card in Trello when a new event is added in Eventbrite. You can use this template to track tasks such as checking attendee lists prior to the event.", + "summary": "Eventbrite to Trello", + "sourceApp": "eventbrite", + "targetApps": ["trello"], + "tags": ["eventbrite", "trello", "marketing", "events", "project management"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a Sharepoint team site for the new Eventbrite event", + "description": "This template detects when a new Eventbrite event is created and then automatically creates a site in Microsoft Sharepoint online, adds a list to the site, and then posts a message in Slack.", + "summary": "Eventbrite to 2 applications", + "sourceApp": "eventbrite", + "targetApps": ["mssharepoint", "slack"], + "tags": ["eventbrite", "mssharepoint", "slack", "site", "list", "message"], + "offerings": ["app connect professional"] + }, + { + "name": "Record Eventbrite attendees to Google Sheets", + "description": "Use this template to record each newly-registered attendee of an Eventbrite event as a new row in Google Sheets.", + "summary": "Eventbrite to Google Sheets", + "sourceApp": "eventbrite", + "targetApps": ["googlesheet"], + "tags": ["googlesheet", "eventbrite"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Microsoft Teams message when a new event is created in Eventbrite", + "description": "This template allows you to receive a Microsoft Teams message with the event details when a new event is created in Eventbrite.", + "summary": "Eventbrite to Microsoft Teams", + "sourceApp": "eventbrite", + "targetApps": ["msteams"], + "tags": ["eventbrite", "msteams"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Gmail message when a new event is added to Eventbrite", + "description": "This template creates and sends an email via Gmail when a new event is added in Eventbrite. You can use this template to boost sign ups to your events.", + "summary": "Eventbrite to Gmail", + "sourceApp": "eventbrite", + "targetApps": ["gmail"], + "tags": ["eventbrite", "gmail", "marketing", "events", "email"], + "offerings": ["app connect professional"] + }, + { + "name": "Sync new attendee from Eventbrite to lead in Insightly", + "description": "This template creates a new lead in Insightly when a new attendee is created in Eventbrite.", + "summary": " Eventbrite to Insightly", + "sourceApp": "eventbrite", + "targetApps": ["insightly"], + "tags": ["eventbrite", "insightly"], + "offerings": ["app connect professional"] + }, + { + "name": "Sync new attendee from Eventbrite to lead in Microsoft Dynamics 365 for Sales", + "description": "This template creates a new lead in Microsoft Dynamics 365 for Sales whenever a new attendee is created in Eventbrite.", + "summary": "Eventbrite to Microsoft Dynamics 365", + "sourceApp": "eventbrite", + "targetApps": ["msdynamicscrmrest"], + "tags": ["eventbrite", "msdynamicscrmrest"], + "offerings": ["app connect professional"] + }, + { + "name": "Sync Salesforce contacts and Mailchimp mailing list subscribers", + "description": "This template adds new Salesforce contacts to Mailchimp lists and sends an email via Gmail to alert you if a contact's email address is missing.", + "summary": "Salesforce to 3 applications", + "sourceApp": "salesforce", + "targetApps": ["salesforce", "gmail", "mailchimp"], + "tags": ["Salesforce", "gmail", "marketing", "contact", "email", "crm", "mailchimp"], + "offerings": ["app connect professional"] + }, + { + "name": "Update Eventbrite event based on IBM Weather forecast", + "description": "An API to get the weather forecast for an Eventbrite event and take different actions based on weather criteria.", + "summary": "1 flow using 4 applications", + "sourceApp": "api", + "targetApps": ["eventbrite", "http", "ibmtwc"], + "tags": ["api", "eventbrite", "http", "ibmtwc", "weather"], + "offerings": ["app connect professional"] + }, + { + "name": "Update or create a Salesforce contact for a new Eventbrite event attendee", + "description": "This template updates or creates a Salesforce contact when a new attendee signs up for an Eventbrite event, depending on whether the Salesforce contact exists. It then posts a message to a Slack channel, depending on whether the contact was created or updated.", + "summary": "Eventbrite to 2 applications", + "sourceApp": "eventbrite", + "targetApps": ["salesforce", "slack"], + "tags": ["eventbrite", "salesforce", "slack", "marketing", "events", "contact", "notification", "if", "conditional"], + "offerings": ["app connect professional"] + }, + { + "name": "Use Slack to notify of unprocessed UKG leave requests", + "description": "Use this template to send a Slack notification about unprocessed UKG leave requests.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["kronos", "slack"], + "tags": ["scheduler", "kronos", "slack", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an employee account in LDAP for each employee retrieved from Microsoft Dynamics 365 for Finance and Operations", + "description": "Use this template to retrieve new employees from Microsoft Dynamics 365 for Finance and Operations, create accounts for each employee in LDAP, and update Microsoft Dynamics 365 for Finance and Operations with the employee email address.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["msdynamicsfando", "ldap"], + "tags": ["scheduler", "msdynamicsfando", "ldap", "setVariable"], + "offerings": ["app connect professional"] + }, + { + "name": "Update a Workday opportunity and send a Slack message whenever an opportunity is updated in Salesforce", + "description": "Use this template to update an opportunity in Workday when any updates are made to the existing opportunity in Salesforce. A Slack message gets sent to the relevant channel.", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["slack", "workday"], + "tags": ["salesforce", "slack", "workday"], + "offerings": ["app connect professional"] + }, + { + "name": "Translate non-English content to English whenever a new Gmail message is received", + "description": "Use this template to translate the non-English content of a Gmail message to English whenever a new Gmail message is received.", + "summary": "Gmail to 2 applications", + "sourceApp": "gmail", + "targetApps": ["googletranslate","gmail"], + "tags": ["googletranslate", "gmail", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Translate Amazon S3 file content to a specified language and store the translated file in Amazon S3", + "description": "Use this template to translate Amazon S3 file content to a specified language and store the translated file in Amazon S3.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["amazons3","googletranslate"], + "tags": ["scheduler", "googletranslate", "amazons3"], + "offerings": ["app connect professional"] + }, + { + "name": "Stop or start or reboot the Amazon RDS instance whenever a Zendesk Service ticket gets created", + "description": "Use this template to stop, start, or reboot the Amazon RDS instance whenever a Zendesk Service ticket gets created.", + "summary": "Zendesk Service to Amazon RDS", + "sourceApp": "zendeskservice", + "targetApps": ["amazonrds"], + "tags": ["zendeskservice", "amazonrds", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a database instance in Amazon RDS when a new company is created in IBM Maximo", + "description": "Use this template to create a database instance in Amazon RDS when a new company is created in IBM Maximo.", + "summary": "IBM Maximo to 2 applications", + "sourceApp": "maximo", + "targetApps": ["amazonrds", "gmail"], + "tags": ["maximo", "amazonrds", "gmail"], "offerings": ["app connect professional"] - }, - { - "name": "Create a folder in Box whenever a new case is created in Salesforce", - "description": "Use this template to create a folder in Box whenever a new case is created in Salesforce.", - "summary": "Salesforce to Box", - "sourceApp": "salesforce", - "targetApps": ["box"], - "tags": ["salesforce", "box"], - "offerings": ["app connect professional"] - }, -{ - "name": "Create a folder in Box whenever a new opportunity is created in Salesforce", - "description": "Use this template to create a folder in Box whenever a new opportunity is created in Salesforce.", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["gmail", "box"], - "tags": ["salesforce", "box", "gmail"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a folder in Box whenever a new account is created in Salesforce", - "description": "Use this template to create a folder in Box whenever a new account is created in Salesforce.", - "summary": "Salesforce to Box", - "sourceApp": "salesforce", - "targetApps": ["box"], - "tags": ["salesforce", "box"], - "offerings": ["app connect professional"] - }, - { - "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": "servicenow", - "targetApps": ["box"], - "tags": ["servicenow", "box"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a folder in Box for each event retrieved from Eventbrite", - "description": "Use this template to create a folder in Box for each event retrieved from Eventbrite.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["eventbrite", "box"], - "tags": ["scheduler", "eventbrite", "box", "foreach"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a folder in Box whenever a new form entry is created in Wufoo", - "description": "Use this template to create a folder in Box whenever a new form entry is created in Wufoo.", - "summary": "Wufoo to Box", - "sourceApp": "wufoo", - "targetApps": ["box"], - "tags": ["wufoo", "box"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a folder in Box whenever a new campaign is created in MailChimp", - "description": "Use this template to create a folder in Box whenever a new campaign is created in MailChimp.", - "summary": "MailChimp to Box", - "sourceApp": "mailchimp", - "targetApps": ["box"], - "tags": ["mailchimp", "box"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a folder in Google Drive for each event retrieved from Eventbrite", - "description": "Use this template to create a folder in Google Drive for each event retrieved from Eventbrite.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["eventbrite", "googledrive"], - "tags": ["scheduler", "googledrive", "eventbrite", "foreach"], - "offerings": ["app connect professional"] - }, - { - "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": "googlesheet", - "targetApps": ["googledrive"], - "tags": ["googlesheet", "googledrive"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a folder in Google Drive whenever a new campaign is created in Salesforce", - "description": "Use this template to create a folder in Google Drive whenever a new campaign is created in Salesforce.", - "summary": "Salesforce to Google Drive", - "sourceApp": "salesforce", - "targetApps": ["googledrive"], - "tags": ["salesforce", "googledrive"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Slack message whenever a new task is created in Asana", - "description": "Use this template to send a Slack message to the intended channel whenever a new task is created in Asana.", - "summary": "Asana to Slack", - "sourceApp": "asana", - "targetApps": ["slack"], - "tags": ["asana", "slack"], - "offerings": ["app connect professional"] - }, - { - "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": "googlesheet", - "targetApps": ["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": ["googlesheet", "slack"], - "tags": ["asana", "googlesheet", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a task in Asana whenever a new subscriber is added to MailChimp", - "description": "Use this template to create a task in Asana whenever a new subscriber is added in MailChimp.", - "summary": "MailChimp to Asana ", - "sourceApp": "mailchimp", - "targetApps": ["asana"], - "tags": ["mailchimp", "asana"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Gmail message whenever a new task is created in Asana", - "description": "Use this template to send a Gmail message to the intended recipients whenever a new task is created in Asana.", - "summary": "Asana to Gmail", - "sourceApp": "asana", - "targetApps": ["gmail"], - "tags": ["asana", "gmail"], - "offerings": ["app connect professional"] - }, - { - "name": "Add a card to a list in Trello whenever a new task is created in Asana", - "description": "Use this template to add a card to a list in Trello whenever a new task is created in Asana.", - "summary": "Asana to Trello", - "sourceApp": "asana", - "targetApps": ["trello"], - "tags": ["asana", "trello"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a task in Asana whenever a new response is added in SurveyMonkey", - "description": "Use this template to create a task in Asana whenever a new response is added in SurveyMonkey.", - "summary": "SurveyMonkey to Asana", - "sourceApp": "surveymonkey", - "targetApps": ["asana"], - "tags": ["surveymonkey", "asana"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a customer in Square when a customer is created in Shopify", - "description": "Use this template to create a new customer in Square when a new customer is created in Shopify.", - "summary": "2 flows using 2 applications", - "sourceApp": "api", - "targetApps": ["shopify", "square"], - "tags": ["api", "shopify", "square"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a contact in HubSpot CRM when a contact is created in Salesforce and then associate the contact with a company", - "description": "Use this template to create a contact in HubSpot CRM with the contact details whenever a contact is created in Salesforce. If the Salesforce contact has the company’s details, then the company will be associated with the contact in HubSpot CRM.", - "summary": "Salesforce to 2 applications", + }, + { + "name": "Store the lead details in Oracle Database when a new Salesforce lead gets created", + "description": "Use this template to store the lead details in Oracle Database when a new Salesforce lead gets created.", + "summary": "Salesforce to Oracle Database", "sourceApp": "salesforce", - "targetApps": ["hubspotcrm", "salesforce"], - "tags": ["salesforce", "hubspotcrm", "if"], + "targetApps": ["oracle"], + "tags": ["salesforce", "oracle"], "offerings": ["app connect professional"] - }, - { - "name": "Create an order in Oracle E-Business Suite when a new order is received in Microsoft Dynamics 365", - "description": "Use this template to create an order in Oracle E-Business Suite when a new order is received in Microsoft Dynamics 365 for Sales.", - "summary": "Microsoft Dynamics 365 for Sales to Oracle E-Business Suite", - "sourceApp": "msdynamicscrmrest", - "targetApps": ["oracleebs"], - "tags": ["msdynamicscrmrest", "oracleebs"], + }, + { + "name": "Create a job requisition in SAP SuccessFactors and send an email to the hiring manager about the job requisition", + "description": "Use this template to send a gmail message when a new job requisition is created.", + "summary": "API to 2 applications", + "sourceApp": "api", + "targetApps": ["sapsuccessfactors", "gmail"], + "tags": ["api", "sapsuccessfactors", "gmail"], + "offerings": ["app connect professional"] + }, + { + "name": "Send an email using a template from Amazon SES whenever a lead is created in Salesforce", + "description": "Use this template to send an email using the template from Amazon SES if the lead's Salesforce status is open and they have not been contacted.", + "summary": "Salesforce to Amazon SES", + "sourceApp": "salesforce", + "targetApps": ["amazonses"], + "tags": ["salesforce", "amazonses", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a contact in Amazon SES whenever a new contact is created in Insightly", + "description": "Use this template to create a contact in Amazon SES whenever a new contact is created in Insightly.", + "summary": "Insightly to 2 applications", + "sourceApp": "insightly", + "targetApps": ["amazonses", "gmail"], + "tags": ["insightly", "amazonses", "gmail"], + "offerings": ["app connect professional"] + }, + { + "name": "Notify users via phone call or text or WhatsApp message using Twilio whenever an incident is created in ServiceNow", + "description": "Use this template to notify users via phone call, text message, or WhatsApp message by using Twilio whenever an incident is created in ServiceNow.", + "summary": "ServiceNow to Twilio", + "sourceApp": "servicenow", + "targetApps": ["twilio"], + "tags": ["servicenow", "twilio", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a note in Salesforce for the retrieved call details of a phone number from Twilio", + "description": "Use this template to create a note that contains the call details of a phone number from Twilio that is associated with a Salesforce account.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["twilio", "salesforce"], + "tags": ["scheduler", "twilio", "salesforce"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a prospect in Salesforce Account Engagement whenever a new form entry is created in Wufoo", + "description": "Use this template to create a prospect in Salesforce Account Engagement with the prospect's information whenever a new form entry with a campaign attendee's information is created.", + "summary": "Wufoo to Salesforce Account Engagement", + "sourceApp": "wufoo", + "targetApps": ["salesforceae"], + "tags": ["wufoo", "salesforceae"], + "offerings": ["app connect professional"] + }, + { + "name": "Assign a prospect in Salesforce Account Engagement for each Salesforce Account Engagement visitor", + "description": "Use this template to assign a visitor to a prospect for each of the retrieved Salesforce Account Engagement visitors.", + "summary": "Scheduler to Salesforce Account Engagement", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["salesforceae"], + "tags": ["scheduler", "salesforceae", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Store the issue data in IBM Db2 whenever a new issue gets created in Jira", + "description": "Use this template to store the issue data in IBM Db2 whenever a new issue gets created in Jira.", + "summary": "Jira to IBM Db2", + "sourceApp": "jira", + "targetApps": ["db2"], + "tags": ["jira", "db2"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an incident in ServiceNow whenever a new customer issue record is added to IBM Db2", + "description": "Use this template to create an incident in ServiceNow whenever a new customer issue record is added to IBM Db2.", + "summary": "IBM Db2 to ServiceNow", + "sourceApp": "db2", + "targetApps": ["servicenow"], + "tags": ["db2", "servicenow"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a folder in Box whenever a new case is created in Salesforce", + "description": "Use this template to create a folder in Box whenever a new case is created in Salesforce.", + "summary": "Salesforce to Box", + "sourceApp": "salesforce", + "targetApps": ["box"], + "tags": ["salesforce", "box"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a folder in Box whenever a new opportunity is created in Salesforce", + "description": "Use this template to create a folder in Box whenever a new opportunity is created in Salesforce.", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["gmail", "box"], + "tags": ["salesforce", "box", "gmail"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a folder in Box whenever a new account is created in Salesforce", + "description": "Use this template to create a folder in Box whenever a new account is created in Salesforce.", + "summary": "Salesforce to Box", + "sourceApp": "salesforce", + "targetApps": ["box"], + "tags": ["salesforce", "box"], + "offerings": ["app connect professional"] + }, + { + "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": "servicenow", + "targetApps": ["box"], + "tags": ["servicenow", "box"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a folder in Box for each event retrieved from Eventbrite", + "description": "Use this template to create a folder in Box for each event retrieved from Eventbrite.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["eventbrite", "box"], + "tags": ["scheduler", "eventbrite", "box", "foreach"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a folder in Box whenever a new form entry is created in Wufoo", + "description": "Use this template to create a folder in Box whenever a new form entry is created in Wufoo.", + "summary": "Wufoo to Box", + "sourceApp": "wufoo", + "targetApps": ["box"], + "tags": ["wufoo", "box"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a folder in Box whenever a new campaign is created in MailChimp", + "description": "Use this template to create a folder in Box whenever a new campaign is created in MailChimp.", + "summary": "MailChimp to Box", + "sourceApp": "mailchimp", + "targetApps": ["box"], + "tags": ["mailchimp", "box"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a folder in Google Drive for each event retrieved from Eventbrite", + "description": "Use this template to create a folder in Google Drive for each event retrieved from Eventbrite.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["eventbrite", "googledrive"], + "tags": ["scheduler", "googledrive", "eventbrite", "foreach"], + "offerings": ["app connect professional"] + }, + { + "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": "googlesheet", + "targetApps": ["googledrive"], + "tags": ["googlesheet", "googledrive"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a folder in Google Drive whenever a new campaign is created in Salesforce", + "description": "Use this template to create a folder in Google Drive whenever a new campaign is created in Salesforce.", + "summary": "Salesforce to Google Drive", + "sourceApp": "salesforce", + "targetApps": ["googledrive"], + "tags": ["salesforce", "googledrive"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Slack message whenever a new task is created in Asana", + "description": "Use this template to send a Slack message to the intended channel whenever a new task is created in Asana.", + "summary": "Asana to Slack", + "sourceApp": "asana", + "targetApps": ["slack"], + "tags": ["asana", "slack"], + "offerings": ["app connect professional"] + }, + { + "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": "googlesheet", + "targetApps": ["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": ["googlesheet", "slack"], + "tags": ["asana", "googlesheet", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a task in Asana whenever a new subscriber is added to MailChimp", + "description": "Use this template to create a task in Asana whenever a new subscriber is added in MailChimp.", + "summary": "MailChimp to Asana ", + "sourceApp": "mailchimp", + "targetApps": ["asana"], + "tags": ["mailchimp", "asana"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Gmail message whenever a new task is created in Asana", + "description": "Use this template to send a Gmail message to the intended recipients whenever a new task is created in Asana.", + "summary": "Asana to Gmail", + "sourceApp": "asana", + "targetApps": ["gmail"], + "tags": ["asana", "gmail"], + "offerings": ["app connect professional"] + }, + { + "name": "Add a card to a list in Trello whenever a new task is created in Asana", + "description": "Use this template to add a card to a list in Trello whenever a new task is created in Asana.", + "summary": "Asana to Trello", + "sourceApp": "asana", + "targetApps": ["trello"], + "tags": ["asana", "trello"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a task in Asana whenever a new response is added in SurveyMonkey", + "description": "Use this template to create a task in Asana whenever a new response is added in SurveyMonkey.", + "summary": "SurveyMonkey to Asana", + "sourceApp": "surveymonkey", + "targetApps": ["asana"], + "tags": ["surveymonkey", "asana"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a customer in Square when a customer is created in Shopify", + "description": "Use this template to create a new customer in Square when a new customer is created in Shopify.", + "summary": "2 flows using 2 applications", + "sourceApp": "api", + "targetApps": ["shopify", "square"], + "tags": ["api", "shopify", "square"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a contact in HubSpot CRM when a contact is created in Salesforce and then associate the contact with a company", + "description": "Use this template to create a contact in HubSpot CRM with the contact details whenever a contact is created in Salesforce. If the Salesforce contact has the company’s details, then the company will be associated with the contact in HubSpot CRM.", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["hubspotcrm", "salesforce"], + "tags": ["salesforce", "hubspotcrm", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an order in Oracle E-Business Suite when a new order is received in Microsoft Dynamics 365", + "description": "Use this template to create an order in Oracle E-Business Suite when a new order is received in Microsoft Dynamics 365 for Sales.", + "summary": "Microsoft Dynamics 365 for Sales to Oracle E-Business Suite", + "sourceApp": "msdynamicscrmrest", + "targetApps": ["oracleebs"], + "tags": ["msdynamicscrmrest", "oracleebs"], + "offerings": ["app connect professional"] + }, + { + "name": "Send an email notification on creating an employee in BambooHR", + "description": "Use this template to send an email notification to a user or employee on Gmail on adding a new employee in BambooHR.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["bamboohr", "gmail"], + "tags": ["scheduler","bamboohr", "gmail"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a new form entry in Wufoo from BambooHR", + "description": "Use this template to create a new employee entry in Wufoo from BambooHR", + "summary": "1 flow using 2 applications", + "sourceApp": "api", + "targetApps": ["bamboohr", "wufoo"], + "tags": ["api", "bamboohr", "wufoo"], + "offerings": ["app connect professional"] + }, + { + "name": "Send an email using a template from Salesforce Account Engagement for each Salesforce Account Engagement prospect", + "description": "Use this template to send an email by using a template from Salesforce Account Engagement for each prospect retrieved from Salesforce Account Engagement that has opted out of phone or voice calls.", + "summary": "Scheduler to Salesforce Account Engagement", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["salesforceae"], + "tags": ["scheduler", "salesforceae", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Update a prospect score in Salesforce Account Engagement for each visit retrieved from Salesforce Account Engagement", + "description": "Use this template to update a prospect score in Salesforce Account Engagement based on the each visit retrieved from Salesforce Account Engagement. The flow checks if the prospect has visited the site for a certain amount of time and the number of page views.", + "summary": "Scheduler to Salesforce Account Engagement", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["salesforceae"], + "tags": ["scheduler", "salesforceae", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Associate a new prospect to a list in Salesforce Account Engagement when a new subscriber is created in MailChimp", + "description": "Use this template to associate a newly created prospect to a list in Salesforce Account Engagement from a MailChimp list whenever a new subscriber is created in MailChimp. If the list exists, based on the new subscriber, a prospect is created, and the prospect is then associated with the existing list. If the list does not exist, a list is created along with the prospect details, and it will be associated with the newly created list in Salesforce Account Engagement.", + "summary": "MailChimp to Salesforce Account Engagement", + "sourceApp": "mailchimp", + "targetApps": ["mailchimp", "salesforceae"], + "tags": ["mailchimp", "salesforceae", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a contact and add the contact to a Google Contacts group based on the product interest of the new Salesforce lead", + "description": "Use this template to create a contact and add the contact to a contact group in Google Contacts whenever a new lead is created in Salesforce. The contacts created are then added to Google Contacts group based on the product interest of the new Salesforce lead.", + "summary": "Salesforce to Google Contacts", + "sourceApp": "salesforce", + "targetApps": ["googlecontacts"], + "tags": ["googlecontacts", "salesforceae", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a contact in Google Contacts when a new row in Google Sheets containing contact information is appended", + "description": "Use this template to create a contact in Google Contacts whenever a new complete row containing contact information is appended in Google Sheets.", + "summary": "Google Sheets to Google Contacts", + "sourceApp": "googlesheet", + "targetApps": ["googlecontacts"], + "tags": ["googlesheet", "googlecontacts", "foreach"], + "offerings": ["app connect professional"] + }, + { + "name": "Add subscribers to a list in MailChimp for each other contact retrieved from Google Contacts", + "description": "Use this template to add subscribers to a list in MailChimp for each other contact retrieved from Google Contacts. This use case retrieves the other contacts from Google Contacts by using a search string.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["googlecontacts", "mailchimp"], + "tags": ["scheduler", "googlecontacts", "mailchimp", "foreach"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a contact in Google Contacts for each HubSpot CRM contact who qualifies as a customer", + "description": "Use this template to create a contact in Google Contacts for each contact retrieved from HubSpot CRM. If the HubSpot CRM contact type is a customer, the contact is created in Google Contacts with the customer information.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["hubspotcrm", "googlecontacts", "slack"], + "tags": ["scheduler", "googlecontacts", "hubspotcrm", "slack", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a task in Microsoft To Do when a new task is created in Asana", + "description": "Use this template to create a new task in the default list in Microsoft To Do whenever a new task is created in Asana.", + "summary": "Asana to Microsoft To Do", + "sourceApp": "asana", + "targetApps": ["mstodo"], + "tags": ["asana", "mstodo"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a task in a list in Microsoft To Do when a lead is created in Salesforce", + "description": "Use this template to create a new task in a list in Microsoft To Do whenever a new lead is created in Salesforce. The task is created and added to the Microsoft To Do list based on the lead rating of the new Salesforce lead.", + "summary": "Salesforce to Microsoft To Do", + "sourceApp": "salesforce", + "targetApps": ["mstodo"], + "tags": ["salesforce", "mstodo"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a task in Microsoft To Do when a new event is created in Google Calendar", + "description": "Use this template to create a new task in Microsoft To Do whenever a new event is created in Google Calendar.", + "summary": "Google Calendar to Microsoft To Do", + "sourceApp": "googlecalendar", + "targetApps": ["mstodo"], + "tags": ["googlecalendar", "mstodo"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a task on the Microsoft To Do list using information retrieved from Microsoft Excel Online", + "description": "Use this template to create a new task in a list in Microsoft To Do whenever a new row is appended in Microsoft Excel Online. A new list is created if the list doesn’t exist in To Do based on the information retrieved from the Microsoft Excel Online worksheet. A task is then added to the newly created list. Otherwise, if the list already exists in To Do, the task will be added to that list.", + "summary": "Microsoft Excel Online to 2 applications", + "sourceApp": "msexcel", + "targetApps": ["mstodo", "slack"], + "tags": ["msexcel", "mstodo", "slack", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a task in Microsoft To Do when a new ticket is created in Zendesk Service", + "description": "Use this template to create a new task in Microsoft To Do whenever a new ticket is created in Zendesk Service. The task is created in a Microsoft default list based on the Zendesk Service ticket type.", + "summary": "Zendesk Service to Microsoft To Do", + "sourceApp": "zendeskservice", + "targetApps": ["mstodo"], + "tags": ["zendeskservice", "mstodo", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Append a note in Microsoft OneNote when a task is created in Asana", + "description": "Use this template to append a note to a Microsoft OneNote page whenever a new task is created in Asana. The note is added based on the Asana assignee status.", + "summary": "Asana to Microsoft OneNote", + "sourceApp": "asana", + "targetApps": ["msonenote"], + "tags": ["asana", "msonenote", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Append a note to the Microsoft OneNote page for each file downloaded from Google Drive", + "description": "Use this template to append a note to the Microsoft OneNote page for each new file downloaded from Google Drive. Google Drive retrieves and downloads the files periodically. For each new file, OneNote creates the file and adds a note to it.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["googledrive", "msonenote", "slack"], + "tags": ["scheduler", "googledrive", "msonenote", "slack", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an HTML file in Box for each page of the HTML content retrieved from Microsoft OneNote", + "description": "Use this template to create an HTML file in Box for each page of the content downloaded from Microsoft OneNote. An HTML file is created in Box based on the downloaded HTML content from the retrieved OneNote pages.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["msonenote", "box"], + "tags": ["scheduler", "msonenote", "box", "foreach"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a page with embedded content in Microsoft OneNote for the email received with attachments from Microsoft Exchange", + "description": "Use this template to create a page with embedded content in Microsoft OneNote for each new email received with attachments from Microsoft Exchange. Otherwise, a slack notification is sent, notifying that the email has no attachment.", + "summary": "Microsoft Exchange to 2 applications", + "sourceApp": "msexchange", + "targetApps": ["msonenote", "slack"], + "tags": ["msexchange", "msonenote", "slack", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a quick event in Google Calendar when a new task is created in Asana", + "description": "Use this template to create a quick event in Google Calendar when a new task is created in Asana. If the task is completed, a Slack notification is sent to the intended channel.", + "summary": "Asana to 2 applications", + "sourceApp": "asana", + "targetApps": ["googlecalendar", "slack"], + "tags": ["asana", "googlecalendar", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a quick event in Google Calendar when a new subscriber is created in MailChimp", + "description": "Use this template to create a quick event in Google Calendar whenever a new subscriber is created in MailChimp.", + "summary": "MailChimp to Google Calendar", + "sourceApp": "mailchimp", + "targetApps": ["googlecalendar"], + "tags": ["mailchimp", "googlecalendar"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an event in Google Calendar when a new form entry is created in Wufoo", + "description": "Use this template to create an event in Google Calendar whenever a new form entry is created in Wufoo.", + "summary": "Wufoo to Google Calendar", + "sourceApp": "wufoo", + "targetApps": ["googlecalendar"], + "tags": ["wufoo", "googlecalendar"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a calendar in Google Calendar when a new item is created in mondaydotcom", + "description": "Use this template to create a calendar in Google Calendar whenever a new item is created in mondayd.com", + "summary": "monday.com to Google Calendar", + "sourceApp": "mondaydotcom", + "targetApps": ["googlecalendar"], + "tags": ["mondaydotcom", "googlecalendar"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an event in Google Calendar when a new campaign is created in MailChimp", + "description": "Use this template to create an event in Google Calendar whenever a new campaign is created in MailChimp. If the campaign type is regular, an event is sent to each of the MailChimp members; otherwise, a Slack notification is sent to the intended channel notifying that the new campaign created is not regular.", + "summary": "MailChimp to 2 applications", + "sourceApp": "mailchimp", + "targetApps": ["googlecalendar", "slack"], + "tags": ["mailchimp", "googlecalendar", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an event in Google Calendar from a new Gmail message", + "description": "Use this template to create an event whenever a new Gmail message is received.", + "summary": "Gmail to Google Calendar", + "sourceApp": "gmail", + "targetApps": ["googlecalendar"], + "tags": ["gmail", "googlecalendar"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a message in Microsoft Viva Engage when a new response is received in SurveyMonkey", + "description": "Use this template to create a message in Microsoft Viva Engage whenever a new response is received in SurveyMonkey.", + "summary": "SurveyMonkey to Microsoft Viva Engage", + "sourceApp": "surveymonkey", + "targetApps": ["yammer"], + "tags": ["surveymonkey", "yammer"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a message in Microsoft Viva Engage when a new task is created in Asana", + "description": "Use this template to create a message in Microsoft Viva Engage whenever a new task is created in Asana.", + "summary": "Asana to Microsoft Viva Engage", + "sourceApp": "asana", + "targetApps": ["yammer"], + "tags": ["asana", "yammer"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Slack message when a new topic is created in Microsoft Viva Engage", + "description": "Use this template to send a Slack message to the intended channel whenever a new topic is created in Microsoft Viva Engage.", + "summary": "Microsoft Viva Engage to Slack", + "sourceApp": "yammer", + "targetApps": ["slack"], + "tags": ["yammer", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Gmail message when a new message is created in Microsoft Viva Engage", + "description": "Use this template to send a Gmail message to the intended recipients whenever a new message is created in Microsoft Viva Engage.", + "summary": "Microsoft Viva Engage to Gmail", + "sourceApp": "yammer", + "targetApps": ["gmail"], + "tags": ["yammer", "gmail"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a post in a category in WordPress when a new campaign is created in MailChimp", + "description": "Use this template to create a post in a category in WordPress whenever a new campaign is created in MailChimp.", + "summary": "MailChimp to WordPress", + "sourceApp": "mailchimp", + "targetApps": ["wordpress"], + "tags": ["mailchimp", "wordpress"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Slack message for published posts in WordPress", + "description": "Use this template to send a Slack message to the intended channel for posts that are in publish status in WordPress.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["wordpress", "slack"], + "tags": ["scheduler", "wordpress", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a post in WordPress when a new complete row is appended in Google Sheets", + "description": "Use this template to create a post in WordPress whenever a new complete row is appended to a spreadsheet in Google Sheets.", + "summary": "Google Sheets to WordPress", + "sourceApp": "googlesheet", + "targetApps": ["wordpress"], + "tags": ["googlesheet", "wordpress"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a post in WordPress for each Eventbrite event", + "description": "Use this template to create a post in WordPress for each event retrieved from Eventbrite.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["eventbrite", "wordpress"], + "tags": ["scheduler", "eventbrite", "wordpress"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an opportunity in Insightly when an issue is created or updated in GitHub", + "description": "Use this template to create an opportunity in Insightly whenever an issue is newly created or updated in GitHub.", + "summary": "GitHub to Insightly", + "sourceApp": "github", + "targetApps": ["insightly"], + "tags": ["github", "insightly", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a row in a Google Sheets spreadsheet when an issue is created or updated on GitHub", + "description": "Use this template to create a row in a Google Sheets spreadsheet whenever an issue is newly created or updated in GitHub.", + "summary": "GitHub to Google Sheets", + "sourceApp": "github", + "targetApps": ["googlesheet"], + "tags": ["github", "googlesheet"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a task in Asana when an issue is created or updated in GitHub", + "description": "Use this template to create a task in Asana whenever an issue is newly created or updated in GitHub.", + "summary": "GitHub to Asana", + "sourceApp": "github", + "targetApps": ["asana"], + "tags": ["github", "asana", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an issue in GitHub from a new Gmail message", + "description": "Use this template to create an issue in GitHub from a new Gmail message.", + "summary": "Gmail to GitHub", + "sourceApp": "gmail", + "targetApps": ["github"], + "tags": ["gmail", "github"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an issue in GitHub when a new campaign is created in Salesforce", + "description": "Use this template to create an issue in GitHub when a new campaign is created in Salesforce.", + "summary": "Salesforce to GitHub", + "sourceApp": "salesforce", + "targetApps": ["github"], + "tags": ["salesforce", "github"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an issue in GitHub when a new complete row is appended in Google Sheets", + "description": "Use this template to create an issue in GitHub whenever a new complete row is appended to a spreadsheet in Google Sheets.", + "summary": "Google Sheets to GitHub", + "sourceApp": "googlesheet", + "targetApps": ["github"], + "tags": ["googlesheet", "github"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Slack message when an issue is created or updated on GitHub", + "description": "Use this template to send a Slack message whenever an issue is newly created or updated in GitHub.", + "summary": "GitHub to Slack", + "sourceApp": "github", + "targetApps": ["slack"], + "tags": ["github", "slack", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Gmail message to new employees retrieved from Oracle HCM for an organization", + "description": "Use this template to send a Gmail message with a file attachment to new employees who are part of an organization. The email is sent to a specific type of employee who joined after a specified date. These workers details are retrieved from Oracle HCM. For instance, share welcome document from google drive via email to all the new joiners created in Oracle HCM. ", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["oraclehcm", "googledrive", "gmail"], + "tags": ["scheduler", "oraclehcm", "googledrive", "gmail", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a system user in ServiceNow for new employees of a specific work type that is created in Oracle HCM", + "description": "Use this template to create a system user in ServiceNow based on the worker details retrieved from Oracle HCM. If it’s an employee of a specific work group who joined after a specified date, a new system user account is created in ServiceNow for the worker. Otherwise, a Slack message is posted on the intended channel, notifying the worker that they are not from a specific work group.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["oraclehcm", "servicenow", "slack"], + "tags": ["scheduler", "oraclehcm", "servicenow", "slack", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Slack notification for the new employees retrieved from Oracle HCM", + "description": "Use this template to send a Slack notification for the new employees retrieved from Oracle HCM. These workers details are retrieved from Oracle HCM.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["oraclehcm", "slack"], + "tags": ["scheduler", "oraclehcm", "slack", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a candidate in Oracle HCM for each candidate who has a unique email address from Workday", + "description": "Use this template to create a candidate in Oracle Human Capital Management for each Workday candidate. The flow periodically checks for new candidates and creates the candidate with a unique email address in Oracle Human Capital Management. If the candidate already exists in Oracle Human Capital Management, a Slack notification is sent to the specified channel.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["workday", "oraclehcm", "slack"], + "tags": ["scheduler", "workday", "oraclehcm", "slack", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create or update a campaign member in Salesforce when a new sales order is created in Magento", + "description": "Use this template to create or update campaign members for each new sales order created in Magento. For each new sales order for a specific product type in Magento, a campaign, contact, and campaign member details are either created or updated in Salesforce.", + "summary": "Magento to Salesforce", + "sourceApp": "magento", + "targetApps": ["salesforce"], + "tags": ["magento", "salesforce", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Gmail message to a contact whenever a case is updated to a closed status in Salesforce", + "description": "Use this template to send a Gmail message to a Salesforce contact with the case details whenever a case status is updated to 'Closed' in Salesforce.", + "summary": "Salesforce to Gmail", + "sourceApp": "salesforce", + "targetApps": ["gmail"], + "tags": ["salesforce", "gmail", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a file in a specific folder in Box with Salesforce opportunity details", + "description": "Use this template to create a file in a specific folder in Box with Salesforce opportunity details. The opportunity details are periodically retrieved from Salesforce. This use case helps you to extract and upload Salesforce opportunity details to a Box file with CSV output at a regular interval.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["salesforce", "box"], + "tags": ["scheduler", "salesforce", "box"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Gmail message for new leads created in Salesforce based on the lead rating", + "description": "Use this template to send a Gmail message to the intended team members whenever a new lead is created in Salesforce. If the lead's rating is 'Hot', an email is sent with the lead's details. If the lead's rating is 'Warm', an email is sent to notify Salesforce that a lead has been created.", + "summary": "Salesforce to Gmail", + "sourceApp": "salesforce", + "targetApps": ["gmail"], + "tags": ["salesforce", "gmail", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a case in Salesforce whenever a new issue is created in Jira", + "description": "Use this template to create a case in Salesforce whenever a new issue is created in Jira.", + "summary": "Jira to Salesforce", + "sourceApp": "jira", + "targetApps": ["salesforce"], + "tags": ["jira", "salesforce"], + "offerings": ["app connect professional"] + }, + { + "name": "Update the price book entry in Salesforce whenever a product is updated in Magento", + "description": "Use this template to update the price of a product in Salesforce whenever a product price has been updated in Magento.", + "summary": "Magento to Salesforce", + "sourceApp": "magento", + "targetApps": ["salesforce"], + "tags": ["magento", "salesforce", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Append a row in Microsoft Excel Online for each activity log retrieved from mondaydotcom", + "description": "Use this template to append a row of information in Microsoft Excel Online for each activity log retrieved from a board in monday.com. For example, the activity logs contain time tracking data stored in monday.com. This information is retrieved and added to the Microsoft Excel Online worksheet periodically. This integration simplifies time tracking and reporting processes. ", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["mondaydotcom", "msexcel"], + "tags": ["scheduler", "mondaydotcom", "msexcel", "foreach"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a campaign in Mailchimp for each new job requisition created in Oracle HCM", + "description": "Use this template to create a campaign in Mailchimp for each new job requisition created in Oracle HCM. ", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["oraclehcm", "mailchimp"], + "tags": ["scheduler", "oraclehcm", "mailchimp", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a candidate in Oracle HCM for all new Mailchimp subscribers", + "description": "Use this template to create a candidate in Oracle HCM for any new subscribers who have expressed interest in a MailChimp campaign. ", + "summary": "MailChimp to Oracle HCM", + "sourceApp": "mailchimp", + "targetApps": ["oraclehcm"], + "tags": ["mailchimp", "oraclehcm"], + "offerings": ["app connect professional"] + }, + { + "name": "Save a candidate attachment in Workday for each new email received with attachments from Microsoft Exchange", + "description": "Use this template to save a candidate attachment in Workday for each new email received with attachments from Microsoft Exchange.", + "summary": "Microsoft Exchange to Workday", + "sourceApp": "msexchange", + "targetApps": ["workday"], + "tags": ["msexchange", "workday", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Make a voice call to the component owner using Twilio when a new ticket is created in Zendesk Service", + "description": "Use this template to make a voice call to the component owner using Twilio when a new ticket with an urgent priority is created in Zendesk Service. If the priority is urgent, a Twilio voice call is made to the saved component owner, whose information was retrieved from a saved Microsoft Excel Online worksheet based on the component details. A Slack message is posted on the intended channel, detailing the worksheet row's information.", + "summary": "Zendesk Service to 3 applications", + "sourceApp": "zendeskservice", + "targetApps": ["msexcel", "slack", "twilio"], + "tags": ["zendeskservice", "msexcel", "slack", "twilio", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Launch an Amazon EC2 instance for each retrieved alarm from Amazon CloudWatch", + "description": "Use this template to launch an Amazon EC2 instance for each retrieved alarm from Amazon CloudWatch. If the alarm state is equal to 'Alarm' from the alarm metrics retrieved from Amazon CloudWatch,an instance in Amazon EC2 is launched. In this flow, the Amazon CloudWatch CPU usage metrics are monitored periodically. If the alarm is triggered for breaching the threshold, a new instance is launched in Amazon EC2.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["amazoncloudwatch", "amazonec2", "slack"], + "tags": ["scheduler", "foreach", "if", "amazoncloudwatch", "amazonec2", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a case file in IBM Cloud Object Storage S3 for any non-English file content when a case is created in Salesforce", + "description": "Use this template to create a case file in IBM Cloud Object Storage S3 for non-English file content whenever a new case is created in Salesforce. When a new case is created in Salefroce, the file is created in Box. If the file content is non-English, the case file will be created in IBM Cloud Object Storage S3. Otherwise, a Slack message gets sent to the intended channel, notifying that the file for the case ID already exists in English.", + "summary": "Salesforce to 4 applications", + "sourceApp": "salesforce", + "targetApps": ["slack", "box", "googletranslate", "ibmcoss3"], + "tags": ["salesforce", "slack", "box", "googletranslate", "ibmcoss3", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Append a row in Microsoft Excel Online for each new response retrieved from SurveyMonkey surveys", + "description": "Use this template to append a row in a Microsoft Excel Online worksheet for each response retrieved from SurveyMonkey surveys. In this flow, all new employee exit interview response surveys from SurveyMonkey are retrieved and saved in a Microsoft Excel Online worksheet with the employee ID.", + "summary": "SurveyMonkey to 2 applications", + "sourceApp": "surveymonkey", + "targetApps": ["msexcel", "slack"], + "tags": ["surveymonkey", "msexcel", "slack", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Schedule an exit interview via Google Calendar for a new offboarding ticket created in Zendesk Service", + "description": "Use this template to schedule an exit interview via Google Calendar for a new offboarding ticket created in Zendesk Service.", + "summary": "Zendesk Service to 2 applications", + "sourceApp": "zendeskservice", + "targetApps": ["googlecalendar", "slack"], + "tags": ["zendeskservice", "googlecalendar", "slack", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a Google Calendar when a campaign is created in Salesforce for members who have completed the registration", + "description": "Use this template to create an event in Google Calendar whenever a new campaign is created in Salesforce. In this example, for each Salesforce campaign member, if the registration is completed, a Google Calendar invite gets sent to the registered campaign member for the event.", + "summary": "Salesforce to Google Calendar", + "sourceApp": "salesforce", + "targetApps": ["salesforce", "googlecalendar"], + "tags": ["salesforce", "googlecalendar", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an incident in ServiceNow for each worker retrieved from Oracle HCM based on their joining date", + "description": "Use this template to create a user in Microsoft Entra ID and an incident in ServiceNow for each worker retrieved from Oracle Human Capital Management. In this example, when a worker is created in Oracle HCM with a start date that is 7 days prior to the joining date, a new user is created in Microsoft Entra ID based on the worker's details. An incident is also created in ServiceNow requesting a new procurement laptop for the worker.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["oraclehcm", "azuread", "servicenow"], + "tags": ["scheduler", "oraclehcm", "azuread", "servicenow", "setVariable", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Delete a user from Microsoft Entra ID when an offboarding request is created for the user in Zendesk Service", + "description": "Use this template to delete an existing user from Microsoft Entra ID when an offboarding request is created in Zendesk Service. In this example, when a new ticket is created for an employee that is leaving an organization, the employee record is retrieved and deleted from Microsoft Entra ID.", + "summary": "Zendesk Service to Microsoft Entra ID", + "sourceApp": "zendeskservice", + "targetApps": ["azuread", "azuread"], + "tags": ["zendeskservice", "azuread", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Launch an Amazon EC2 instance and send a Gmail message to the attendees of the Amazon EC2 event with instance details", + "description": "Use this template to launch an Amazon EC2 instance and send a Gmail message to the attendees of the Amazon EC2 event with the instance details. In this example, Google Calendar event details are retrieved. If the Google Calendar event summary is Amazon EC2 event, an Amazon EC2 instance is launched, and a Gmail message is sent to the Amazon EC2 event attendees with the instance details.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["googlecalendar", "amazonec2", "gmail"], + "tags": ["scheduler", "googlecalendar", "amazonec2", "gmail", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a new employee in IBM Db2 for each worker retrieved from Oracle HCM and sync any existing employee to IBM Db2", + "description": "Use this template to create a new employee record in the IBM Db2 table for each worker retrieved from Oracle Human Capital Management (HCM). If the Oracle HCM employee work relationship data already exists in IBM Db2, create this record in another IBM Db2 table.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["oraclehcm", "ibmdb2"], + "tags": ["scheduler", "oraclehcm", "ibmdb2", "setVariable", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Gmail message to the Zendesk Service user for each ticket retrieved from Zendesk Service", + "description": "Use this template to send a Gmail message to the Zendesk Service users as a reminder of the Zendesk Service tickets that are awaiting the user's response.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["zendeskservice", "gmail"], + "tags": ["scheduler", "zendeskservice", "gmail", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Update a ticket status in Zendesk Service for tickets that didn’t have a response from the user for more than 3 days", + "description": "Use this template to update the ticket status to closed in Zendesk Service for tickets that didn’t have a response from the user for more than 3 days. A Slack message is posted on the intended channel to notify the recipients that the ticket is closed.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["zendeskservice", "slack"], + "tags": ["scheduler", "zendeskservice", "slack", "setVariable", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an issue in GitHub when a case is created in Salesforce", + "description": "Use this template to create a new issue in GitHub whenever a new case is created in Salesforce.", + "summary": "Salesforce to GitHub", + "sourceApp": "salesforce", + "targetApps": ["github"], + "tags": ["salesforce", "github"], + "offerings": ["app connect professional"] + }, + { + "name": "Sync new Salesforce cases with GitHub issues", + "description": "Use this template to update a GitHub issue when a case is updated in Salesforce. If the GitHub title and the Salesforce subject match, the GitHub issue is then updated with the Salesforce case details.", + "summary": "Salesforce to GitHub", + "sourceApp": "salesforce", + "targetApps": ["github", "github"], + "tags": ["salesforce", "github", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a comment in GitHub with a knowledge article from ServiceNow when an issue is created or updated in GitHub", + "description": "Use this template to create a comment in GitHub with the ServiceNow knowledge article reference when an issue is created or updated in GitHub. For each GitHub issue, if the GitHub issue label matches the knowledge article in ServiceNow, a comment is created in GitHub stating the reference to the knowledge article.", + "summary": "GitHub to 2 applications", + "sourceApp": "github", + "targetApps": ["servicenow", "slack", "github"], + "tags": ["github", "servicenow", "slack", "github", "setVariable", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a contact list or a contact in HubSpot Marketing when a new form entry is created in Wufoo", + "description": "Use this template to create a contact list or a contact in HubSpot Marketing when a new form entry is created in Wufoo. In this example, consider that an event is being organized only for women. When a new Wufoo form entry is created, HubSpot Marketing retrieves its contact list. A contact list will be created based on the company details provided in the form. If the company doesn't exist in HubSpot Marketing, a new contact list is created. If the company already exists, a contact is directly created in HubSpot Marketing. A contact is created in HubSpot Marketing only if the contact is female. Otherwise, a Gmail message gets sent to the recipient, notifying them that the event is only for women.", + "summary": "Wufoo to 2 applications", + "sourceApp": "wufoo", + "targetApps": ["hubspotmarketing", "hubspotmarketing", "gmail", "hubspotmarketing"], + "tags": ["wufoo", "hubspotmarketing", "gmail", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Gmail message to the marketing team for each marketing campaign data retrieved from HubSpot Marketing", + "description": "Use this template to send a Gmail message to the marketing team for each marketing campaign data retrieved from HubSpot Marketing.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["hubspotmarketing", "hubspotmarketing", "gmail"], + "tags": ["scheduler", "hubspotmarketing", "gmail"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a marketing event in HubSpot Marketing and send event details through Gmail for each Eventbrite event", + "description": "Use this template to create a marketing event in HubSpot Marketing for each event retrieved from Eventbrite. In this example, for each Eventbrite event that has been newly created, a HubSpot Marketing event is created. A Gmail message is then sent to the intended recipient, containing the details of the event.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["eventbrite", "hubspotmarketing", "gmail"], + "tags": ["scheduler", "hubspotmarketing", "gmail", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Record event attendance for each Eventbrite attendee by syncing Eventbrite events with HubSpot Marketing events", + "description": "Use this template to Record event attendance for each Eventbrite attendee by syncing Eventbrite events with HubSpot Marketing events. In this example, the marketing events that were created earlier are being retrieved. The attendance of each Eventbrite attendee is being recorded together with the attendee's contact email ID and the attendance date in HubSpot Marketing.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["hubspotmarketing", "hubspotmarketing", "eventbrite", "hubspotmarketing", "gmail"], + "tags": ["scheduler", "hubspotmarketing", "gmail", "foreach", "eventbrite"], + "offerings": ["app connect professional"] + }, + { + "name": "Download an expense report in Expensify and send the report to the manager for approval via DocuSign", + "description": "Use this template to download an expense report in Expensify and send the report to the manager for the approval via DocuSign.", + "summary": "1 flow using 2 applications", + "sourceApp": "api", + "targetApps": ["expensify", "docusign"], + "tags": ["api", "expensify", "docusign"], "offerings": ["app connect professional"] - }, - { - "name": "Send an email notification on creating an employee in BambooHR", - "description": "Use this template to send an email notification to a user or employee on Gmail on adding a new employee in BambooHR.", - "summary": "Scheduler to 2 applications", + }, + { + "name": "Send a Google Chat welcome message with a Dropbox link to all the attendees of a Google Calendar event", + "description": "Use this template to send a welcome message to all the attendees in a Google Chat space with a Dropbox link whenever a Google Calendar event is created. A folder is created in Dropbox to store all the artifacts related to the Google Calendar event, and the link is shared with the event attendees.", + "summary": "Google Calendar to 2 applications", + "sourceApp": "googlecalendar", + "targetApps": ["googlechat", "dropbox", "googlechat"], + "tags": ["googlecalendar", "googlechat", "dropbox", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Google Chat message to the Zendesk Service ticket assignee with a Dropbox link for tickets with urgent priority", + "description": "Use this template to send a Google Chat message to the Zendesk Service ticket assignee in a Google Chat space with a Dropbox link whenever a ticket is created with urgent priority in Zendesk Service. A folder is created in Dropbox to store all the root cause analysis (RCA) documents related to the issue, and the link is shared with the ticket’s assignee.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["zendeskservice", "googlechat", "dropbox", "googlechat"], + "tags": ["scheduler", "zendeskservice", "dropbox", "googlechat", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Add a group member in Google Groups for each employee retrieved from Microsoft Dynamics 365 Finance and Operations", + "description": "Use this template to add a member to a specific group in Google Groups for each employee retrieved from Microsoft Dynamics 365 Finance and Operations.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["msdynamicsfando", "googlegroups"], + "tags": ["scheduler", "msdynamicsfando", "googlegroups", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Add a subscriber to a specific list in MailChimp", + "description": "Use this template to add a subscriber to a specific list in MailChimp with the subscriber's email address. This is a prequel flow for ‘Add a member to a group in Google Groups when a new subscriber is added to a list’ and ‘Send a notification message via Gmail to a specific group in Google Groups’ templates. Ensure that you have started these template flows.", + "summary": "Scheduler to MailChimp", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["mailchimp"], + "tags": ["scheduler", "mailchimp"], + "offerings": ["app connect professional"] + }, + { + "name": "Add a member to a group in Google Groups when a new subscriber is added to a list in MailChimp", + "description": "Use this template to add a member to a specific group in Google Groups when a new subscriber is added to a list. An HTTP method is invoked with a URL request to run the ‘Send a notification message via Gmail to a specific group in Google Groups’ flow. Ensure that you specify the complete URL path of the ‘Send a notification Gmail message to a specific Google Groups group’ template.", + "summary": "MailChimp to 2 applications", + "sourceApp": "mailchimp", + "targetApps": ["googlegroups", "http"], + "tags": ["mailchimp", "googlegroups", "http"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a notification message via Gmail to a specific group in Google Groups", + "description": "Use this API template to send a notification message via Gmail to a specific group in Google Groups. This is a prequel flow for the ‘Add a member to a group in Google Groups when a new subscriber is added to a list’ template.", + "summary": "1 flow using 2 applications", + "sourceApp": "api", + "targetApps": ["googlegroups", "gmail"], + "tags": ["api", "googlegroups", "gmail", "foreach"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a task in a list in Google Tasks when a new ticket is created in Zendesk Service", + "description": "Use this template to create a task in a list in Google Tasks when a new ticket is created in Zendesk Service. In this example, if the Google task title and task list id is not empty, create a task in the corresponding task list. Otherwise, a task list is created in Google Tasks and the task is added to the list.", + "summary": "Zendesk Service to 2 applications", + "sourceApp": "zendeskservice", + "targetApps": ["googletasks", "slack"], + "tags": ["zendeskservice", "googletasks", "slack", "setVariable", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Update a ticket in Zendesk Service for each completed task retrieved from Google Tasks", + "description": "Use this template to update the ticket status in Zendesk Service for each of the completed tasks retrieved from Google Tasks. In this example, the Zendesk Service ticket status is updated to closed for each of the completed tasks as of the end of the current day, which is retrieved from Google Tasks.", + "summary": "1 flow using 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["zendeskservice", "googletasks", "slack"], + "tags": ["scheduler", "zendeskservice", "googletasks", "slack", "foreach"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a new row in a Google Sheets spreadsheet for each new employee retrieved from the Amazon Redshift record", + "description": "Use this template to create a new row in a Google Sheets spreadsheet for each new employee retrieved from the Amazon Redshift record.", + "summary": "1 flow using 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["amazonredshift", "googlesheet"], + "tags": ["scheduler", "amazonredshift", "googlesheet", "setVariable", "foreach", "JSON parser"], + "offerings": ["app connect professional"] + }, + { + "name": "Integrate data between IBM Cloud Object Storage S3 and Amazon Redshift", + "description": "Use this template to create a scheduler-based flow that retrieves object files from a specified IBM Cloud Object Storage S3 (COSS3) bucket and downloads the object content. The content is then parsed using CSV Parser to convert the CSV text into a JSON object. Subsequently, the object details are either created or updated in the specified Amazon Redshift record.", + "summary": "1 flow using 3 applications", "sourceApp": "streaming-connector-scheduler", - "targetApps": ["bamboohr", "gmail"], - "tags": ["scheduler","bamboohr", "gmail"], + "targetApps": ["ibmcoss3", "amazonredshift", "gmail"], + "tags": ["scheduler", "ibmcoss3", "amazonredshift", "gmail", "if", "foreach", "CSV parser"], "offerings": ["app connect professional"] }, - { - "name": "Create a new form entry in Wufoo from BambooHR", - "description": "Use this template to create a new employee entry in Wufoo from BambooHR", - "summary": "1 flow using 2 applications", - "sourceApp": "api", - "targetApps": ["bamboohr", "wufoo"], - "tags": ["api", "bamboohr", "wufoo"], - "offerings": ["app connect professional"] - }, - { - "name": "Send an email using a template from Salesforce Account Engagement for each Salesforce Account Engagement prospect", - "description": "Use this template to send an email by using a template from Salesforce Account Engagement for each prospect retrieved from Salesforce Account Engagement that has opted out of phone or voice calls.", - "summary": "Scheduler to Salesforce Account Engagement", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["salesforceae"], - "tags": ["scheduler", "salesforceae", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Update a prospect score in Salesforce Account Engagement for each visit retrieved from Salesforce Account Engagement", - "description": "Use this template to update a prospect score in Salesforce Account Engagement based on the each visit retrieved from Salesforce Account Engagement. The flow checks if the prospect has visited the site for a certain amount of time and the number of page views.", - "summary": "Scheduler to Salesforce Account Engagement", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["salesforceae"], - "tags": ["scheduler", "salesforceae", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Associate a new prospect to a list in Salesforce Account Engagement when a new subscriber is created in MailChimp", - "description": "Use this template to associate a newly created prospect to a list in Salesforce Account Engagement from a MailChimp list whenever a new subscriber is created in MailChimp. If the list exists, based on the new subscriber, a prospect is created, and the prospect is then associated with the existing list. If the list does not exist, a list is created along with the prospect details, and it will be associated with the newly created list in Salesforce Account Engagement.", - "summary": "MailChimp to Salesforce Account Engagement", - "sourceApp": "mailchimp", - "targetApps": ["mailchimp", "salesforceae"], - "tags": ["mailchimp", "salesforceae", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a contact and add the contact to a Google Contacts group based on the product interest of the new Salesforce lead", - "description": "Use this template to create a contact and add the contact to a contact group in Google Contacts whenever a new lead is created in Salesforce. The contacts created are then added to Google Contacts group based on the product interest of the new Salesforce lead.", - "summary": "Salesforce to Google Contacts", - "sourceApp": "salesforce", - "targetApps": ["googlecontacts"], - "tags": ["googlecontacts", "salesforceae", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a contact in Google Contacts when a new row in Google Sheets containing contact information is appended", - "description": "Use this template to create a contact in Google Contacts whenever a new complete row containing contact information is appended in Google Sheets.", - "summary": "Google Sheets to Google Contacts", - "sourceApp": "googlesheet", - "targetApps": ["googlecontacts"], - "tags": ["googlesheet", "googlecontacts", "foreach"], - "offerings": ["app connect professional"] - }, - { - "name": "Add subscribers to a list in MailChimp for each other contact retrieved from Google Contacts", - "description": "Use this template to add subscribers to a list in MailChimp for each other contact retrieved from Google Contacts. This use case retrieves the other contacts from Google Contacts by using a search string.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["googlecontacts", "mailchimp"], - "tags": ["scheduler", "googlecontacts", "mailchimp", "foreach"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a contact in Google Contacts for each HubSpot CRM contact who qualifies as a customer", - "description": "Use this template to create a contact in Google Contacts for each contact retrieved from HubSpot CRM. If the HubSpot CRM contact type is a customer, the contact is created in Google Contacts with the customer information.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["hubspotcrm", "googlecontacts", "slack"], - "tags": ["scheduler", "googlecontacts", "hubspotcrm", "slack", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a task in Microsoft To Do when a new task is created in Asana", - "description": "Use this template to create a new task in the default list in Microsoft To Do whenever a new task is created in Asana.", - "summary": "Asana to Microsoft To Do", - "sourceApp": "asana", - "targetApps": ["mstodo"], - "tags": ["asana", "mstodo"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a task in a list in Microsoft To Do when a lead is created in Salesforce", - "description": "Use this template to create a new task in a list in Microsoft To Do whenever a new lead is created in Salesforce. The task is created and added to the Microsoft To Do list based on the lead rating of the new Salesforce lead.", - "summary": "Salesforce to Microsoft To Do", - "sourceApp": "salesforce", - "targetApps": ["mstodo"], - "tags": ["salesforce", "mstodo"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a task in Microsoft To Do when a new event is created in Google Calendar", - "description": "Use this template to create a new task in Microsoft To Do whenever a new event is created in Google Calendar.", - "summary": "Google Calendar to Microsoft To Do", - "sourceApp": "googlecalendar", - "targetApps": ["mstodo"], - "tags": ["googlecalendar", "mstodo"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a task on the Microsoft To Do list using information retrieved from Microsoft Excel Online", - "description": "Use this template to create a new task in a list in Microsoft To Do whenever a new row is appended in Microsoft Excel Online. A new list is created if the list doesn’t exist in To Do based on the information retrieved from the Microsoft Excel Online worksheet. A task is then added to the newly created list. Otherwise, if the list already exists in To Do, the task will be added to that list.", - "summary": "Microsoft Excel Online to 2 applications", - "sourceApp": "msexcel", - "targetApps": ["mstodo", "slack"], - "tags": ["msexcel", "mstodo", "slack", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a task in Microsoft To Do when a new ticket is created in Zendesk Service", - "description": "Use this template to create a new task in Microsoft To Do whenever a new ticket is created in Zendesk Service. The task is created in a Microsoft default list based on the Zendesk Service ticket type.", - "summary": "Zendesk Service to Microsoft To Do", - "sourceApp": "zendeskservice", - "targetApps": ["mstodo"], - "tags": ["zendeskservice", "mstodo", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Append a note in Microsoft OneNote when a task is created in Asana", - "description": "Use this template to append a note to a Microsoft OneNote page whenever a new task is created in Asana. The note is added based on the Asana assignee status.", - "summary": "Asana to Microsoft OneNote", - "sourceApp": "asana", - "targetApps": ["msonenote"], - "tags": ["asana", "msonenote", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Append a note to the Microsoft OneNote page for each file downloaded from Google Drive", - "description": "Use this template to append a note to the Microsoft OneNote page for each new file downloaded from Google Drive. Google Drive retrieves and downloads the files periodically. For each new file, OneNote creates the file and adds a note to it.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["googledrive", "msonenote", "slack"], - "tags": ["scheduler", "googledrive", "msonenote", "slack", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an HTML file in Box for each page of the HTML content retrieved from Microsoft OneNote", - "description": "Use this template to create an HTML file in Box for each page of the content downloaded from Microsoft OneNote. An HTML file is created in Box based on the downloaded HTML content from the retrieved OneNote pages.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["msonenote", "box"], - "tags": ["scheduler", "msonenote", "box", "foreach"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a page with embedded content in Microsoft OneNote for the email received with attachments from Microsoft Exchange", - "description": "Use this template to create a page with embedded content in Microsoft OneNote for each new email received with attachments from Microsoft Exchange. Otherwise, a slack notification is sent, notifying that the email has no attachment.", - "summary": "Microsoft Exchange to 2 applications", - "sourceApp": "msexchange", - "targetApps": ["msonenote", "slack"], - "tags": ["msexchange", "msonenote", "slack", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a quick event in Google Calendar when a new task is created in Asana", - "description": "Use this template to create a quick event in Google Calendar when a new task is created in Asana. If the task is completed, a Slack notification is sent to the intended channel.", - "summary": "Asana to 2 applications", - "sourceApp": "asana", - "targetApps": ["googlecalendar", "slack"], - "tags": ["asana", "googlecalendar", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a quick event in Google Calendar when a new subscriber is created in MailChimp", - "description": "Use this template to create a quick event in Google Calendar whenever a new subscriber is created in MailChimp.", - "summary": "MailChimp to Google Calendar", - "sourceApp": "mailchimp", - "targetApps": ["googlecalendar"], - "tags": ["mailchimp", "googlecalendar"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an event in Google Calendar when a new form entry is created in Wufoo", - "description": "Use this template to create an event in Google Calendar whenever a new form entry is created in Wufoo.", - "summary": "Wufoo to Google Calendar", - "sourceApp": "wufoo", - "targetApps": ["googlecalendar"], - "tags": ["wufoo", "googlecalendar"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a calendar in Google Calendar when a new item is created in mondaydotcom", - "description": "Use this template to create a calendar in Google Calendar whenever a new item is created in mondayd.com", - "summary": "monday.com to Google Calendar", - "sourceApp": "mondaydotcom", - "targetApps": ["googlecalendar"], - "tags": ["mondaydotcom", "googlecalendar"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an event in Google Calendar when a new campaign is created in MailChimp", - "description": "Use this template to create an event in Google Calendar whenever a new campaign is created in MailChimp. If the campaign type is regular, an event is sent to each of the MailChimp members; otherwise, a Slack notification is sent to the intended channel notifying that the new campaign created is not regular.", - "summary": "MailChimp to 2 applications", - "sourceApp": "mailchimp", - "targetApps": ["googlecalendar", "slack"], - "tags": ["mailchimp", "googlecalendar", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an event in Google Calendar from a new Gmail message", - "description": "Use this template to create an event whenever a new Gmail message is received.", - "summary": "Gmail to Google Calendar", - "sourceApp": "gmail", - "targetApps": ["googlecalendar"], - "tags": ["gmail", "googlecalendar"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a message in Microsoft Viva Engage when a new response is received in SurveyMonkey", - "description": "Use this template to create a message in Microsoft Viva Engage whenever a new response is received in SurveyMonkey.", - "summary": "SurveyMonkey to Microsoft Viva Engage", - "sourceApp": "surveymonkey", - "targetApps": ["yammer"], - "tags": ["surveymonkey", "yammer"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a message in Microsoft Viva Engage when a new task is created in Asana", - "description": "Use this template to create a message in Microsoft Viva Engage whenever a new task is created in Asana.", - "summary": "Asana to Microsoft Viva Engage", - "sourceApp": "asana", - "targetApps": ["yammer"], - "tags": ["asana", "yammer"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Slack message when a new topic is created in Microsoft Viva Engage", - "description": "Use this template to send a Slack message to the intended channel whenever a new topic is created in Microsoft Viva Engage.", - "summary": "Microsoft Viva Engage to Slack", - "sourceApp": "yammer", - "targetApps": ["slack"], - "tags": ["yammer", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Gmail message when a new message is created in Microsoft Viva Engage", - "description": "Use this template to send a Gmail message to the intended recipients whenever a new message is created in Microsoft Viva Engage.", - "summary": "Microsoft Viva Engage to Gmail", - "sourceApp": "yammer", - "targetApps": ["gmail"], - "tags": ["yammer", "gmail"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a post in a category in WordPress when a new campaign is created in MailChimp", - "description": "Use this template to create a post in a category in WordPress whenever a new campaign is created in MailChimp.", - "summary": "MailChimp to WordPress", - "sourceApp": "mailchimp", - "targetApps": ["wordpress"], - "tags": ["mailchimp", "wordpress"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Slack message for published posts in WordPress", - "description": "Use this template to send a Slack message to the intended channel for posts that are in publish status in WordPress.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["wordpress", "slack"], - "tags": ["scheduler", "wordpress", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a post in WordPress when a new complete row is appended in Google Sheets", - "description": "Use this template to create a post in WordPress whenever a new complete row is appended to a spreadsheet in Google Sheets.", - "summary": "Google Sheets to WordPress", - "sourceApp": "googlesheet", - "targetApps": ["wordpress"], - "tags": ["googlesheet", "wordpress"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a post in WordPress for each Eventbrite event", - "description": "Use this template to create a post in WordPress for each event retrieved from Eventbrite.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["eventbrite", "wordpress"], - "tags": ["scheduler", "eventbrite", "wordpress"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an opportunity in Insightly when an issue is created or updated in GitHub", - "description": "Use this template to create an opportunity in Insightly whenever an issue is newly created or updated in GitHub.", - "summary": "GitHub to Insightly", - "sourceApp": "github", - "targetApps": ["insightly"], - "tags": ["github", "insightly", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a row in a Google Sheets spreadsheet when an issue is created or updated on GitHub", - "description": "Use this template to create a row in a Google Sheets spreadsheet whenever an issue is newly created or updated in GitHub.", - "summary": "GitHub to Google Sheets", - "sourceApp": "github", - "targetApps": ["googlesheet"], - "tags": ["github", "googlesheet"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a task in Asana when an issue is created or updated in GitHub", - "description": "Use this template to create a task in Asana whenever an issue is newly created or updated in GitHub.", - "summary": "GitHub to Asana", - "sourceApp": "github", - "targetApps": ["asana"], - "tags": ["github", "asana", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an issue in GitHub from a new Gmail message", - "description": "Use this template to create an issue in GitHub from a new Gmail message.", - "summary": "Gmail to GitHub", - "sourceApp": "gmail", - "targetApps": ["github"], - "tags": ["gmail", "github"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an issue in GitHub when a new campaign is created in Salesforce", - "description": "Use this template to create an issue in GitHub when a new campaign is created in Salesforce.", - "summary": "Salesforce to GitHub", - "sourceApp": "salesforce", - "targetApps": ["github"], - "tags": ["salesforce", "github"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an issue in GitHub when a new complete row is appended in Google Sheets", - "description": "Use this template to create an issue in GitHub whenever a new complete row is appended to a spreadsheet in Google Sheets.", - "summary": "Google Sheets to GitHub", - "sourceApp": "googlesheet", - "targetApps": ["github"], - "tags": ["googlesheet", "github"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Slack message when an issue is created or updated on GitHub", - "description": "Use this template to send a Slack message whenever an issue is newly created or updated in GitHub.", - "summary": "GitHub to Slack", - "sourceApp": "github", - "targetApps": ["slack"], - "tags": ["github", "slack", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Gmail message to new employees retrieved from Oracle HCM for an organization", - "description": "Use this template to send a Gmail message with a file attachment to new employees who are part of an organization. The email is sent to a specific type of employee who joined after a specified date. These workers details are retrieved from Oracle HCM. For instance, share welcome document from google drive via email to all the new joiners created in Oracle HCM. ", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["oraclehcm", "googledrive", "gmail"], - "tags": ["scheduler", "oraclehcm", "googledrive", "gmail", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a system user in ServiceNow for new employees of a specific work type that is created in Oracle HCM", - "description": "Use this template to create a system user in ServiceNow based on the worker details retrieved from Oracle HCM. If it’s an employee of a specific work group who joined after a specified date, a new system user account is created in ServiceNow for the worker. Otherwise, a Slack message is posted on the intended channel, notifying the worker that they are not from a specific work group.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["oraclehcm", "servicenow", "slack"], - "tags": ["scheduler", "oraclehcm", "servicenow", "slack", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Slack notification for the new employees retrieved from Oracle HCM", - "description": "Use this template to send a Slack notification for the new employees retrieved from Oracle HCM. These workers details are retrieved from Oracle HCM.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["oraclehcm", "slack"], - "tags": ["scheduler", "oraclehcm", "slack", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a candidate in Oracle HCM for each candidate who has a unique email address from Workday", - "description": "Use this template to create a candidate in Oracle Human Capital Management for each Workday candidate. The flow periodically checks for new candidates and creates the candidate with a unique email address in Oracle Human Capital Management. If the candidate already exists in Oracle Human Capital Management, a Slack notification is sent to the specified channel.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["workday", "oraclehcm", "slack"], - "tags": ["scheduler", "workday", "oraclehcm", "slack", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create or update a campaign member in Salesforce when a new sales order is created in Magento", - "description": "Use this template to create or update campaign members for each new sales order created in Magento. For each new sales order for a specific product type in Magento, a campaign, contact, and campaign member details are either created or updated in Salesforce.", - "summary": "Magento to Salesforce", - "sourceApp": "magento", - "targetApps": ["salesforce"], - "tags": ["magento", "salesforce", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Gmail message to a contact whenever a case is updated to a closed status in Salesforce", - "description": "Use this template to send a Gmail message to a Salesforce contact with the case details whenever a case status is updated to 'Closed' in Salesforce.", - "summary": "Salesforce to Gmail", - "sourceApp": "salesforce", - "targetApps": ["gmail"], - "tags": ["salesforce", "gmail", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a file in a specific folder in Box with Salesforce opportunity details", - "description": "Use this template to create a file in a specific folder in Box with Salesforce opportunity details. The opportunity details are periodically retrieved from Salesforce. This use case helps you to extract and upload Salesforce opportunity details to a Box file with CSV output at a regular interval.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["salesforce", "box"], - "tags": ["scheduler", "salesforce", "box"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Gmail message for new leads created in Salesforce based on the lead rating", - "description": "Use this template to send a Gmail message to the intended team members whenever a new lead is created in Salesforce. If the lead's rating is 'Hot', an email is sent with the lead's details. If the lead's rating is 'Warm', an email is sent to notify Salesforce that a lead has been created.", - "summary": "Salesforce to Gmail", - "sourceApp": "salesforce", - "targetApps": ["gmail"], - "tags": ["salesforce", "gmail", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a case in Salesforce whenever a new issue is created in Jira", - "description": "Use this template to create a case in Salesforce whenever a new issue is created in Jira.", - "summary": "Jira to Salesforce", - "sourceApp": "jira", - "targetApps": ["salesforce"], - "tags": ["jira", "salesforce"], - "offerings": ["app connect professional"] - }, - { - "name": "Update the price book entry in Salesforce whenever a product is updated in Magento", - "description": "Use this template to update the price of a product in Salesforce whenever a product price has been updated in Magento.", - "summary": "Magento to Salesforce", - "sourceApp": "magento", - "targetApps": ["salesforce"], - "tags": ["magento", "salesforce", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Append a row in Microsoft Excel Online for each activity log retrieved from mondaydotcom", - "description": "Use this template to append a row of information in Microsoft Excel Online for each activity log retrieved from a board in monday.com. For example, the activity logs contain time tracking data stored in monday.com. This information is retrieved and added to the Microsoft Excel Online worksheet periodically. This integration simplifies time tracking and reporting processes. ", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["mondaydotcom", "msexcel"], - "tags": ["scheduler", "mondaydotcom", "msexcel", "foreach"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a campaign in Mailchimp for each new job requisition created in Oracle HCM", - "description": "Use this template to create a campaign in Mailchimp for each new job requisition created in Oracle HCM. ", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["oraclehcm", "mailchimp"], - "tags": ["scheduler", "oraclehcm", "mailchimp", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a candidate in Oracle HCM for all new Mailchimp subscribers", - "description": "Use this template to create a candidate in Oracle HCM for any new subscribers who have expressed interest in a MailChimp campaign. ", - "summary": "MailChimp to Oracle HCM", - "sourceApp": "mailchimp", - "targetApps": ["oraclehcm"], - "tags": ["mailchimp", "oraclehcm"], - "offerings": ["app connect professional"] - }, - { - "name": "Save a candidate attachment in Workday for each new email received with attachments from Microsoft Exchange", - "description": "Use this template to save a candidate attachment in Workday for each new email received with attachments from Microsoft Exchange.", - "summary": "Microsoft Exchange to Workday", - "sourceApp": "msexchange", - "targetApps": ["workday"], - "tags": ["msexchange", "workday", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Make a voice call to the component owner using Twilio when a new ticket is created in Zendesk Service", - "description": "Use this template to make a voice call to the component owner using Twilio when a new ticket with an urgent priority is created in Zendesk Service. If the priority is urgent, a Twilio voice call is made to the saved component owner, whose information was retrieved from a saved Microsoft Excel Online worksheet based on the component details. A Slack message is posted on the intended channel, detailing the worksheet row's information.", - "summary": "Zendesk Service to 3 applications", - "sourceApp": "zendeskservice", - "targetApps": ["msexcel", "slack", "twilio"], - "tags": ["zendeskservice", "msexcel", "slack", "twilio", "if"], - "offerings": ["app connect professional"] + { + "name": "Add a card to a list in Trello when a new task is created in Insightly", + "description": "Use this template to create a new card in Trello when a new task is created in Insightly. In this example, based on Insightly task category ID and priotity, a new card gets added to a list in Trello.", + "summary": "Insightly to Trello", + "sourceApp": "insightly", + "targetApps": ["trello"], + "tags": ["insightly", "trello"], + "offerings": ["app connect professional"] }, { - "name": "Launch an Amazon EC2 instance for each retrieved alarm from Amazon CloudWatch", - "description": "Use this template to launch an Amazon EC2 instance for each retrieved alarm from Amazon CloudWatch. If the alarm state is equal to 'Alarm' from the alarm metrics retrieved from Amazon CloudWatch,an instance in Amazon EC2 is launched. In this flow, the Amazon CloudWatch CPU usage metrics are monitored periodically. If the alarm is triggered for breaching the threshold, a new instance is launched in Amazon EC2.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["amazoncloudwatch", "amazonec2", "slack"], - "tags": ["scheduler", "foreach", "if", "amazoncloudwatch", "amazonec2", "slack"], - "offerings": ["app connect professional"] + "name": "Add a subscriber to a list in Mailchimp when a new row is appended in Microsoft Excel Online", + "description": "Use this template to add subscribers to a list in Mailchimp when new rows are appended to a Microsoft Excel Online spreadsheet. In this example, when a new row is appended in a Microsoft Excel spreadsheet, for each MailChimp member whose status code equals 200, a Slack notification is posted in a channel to notify them that the member already exists. Otherwise, the member is added as a subsciber to a list in MaliChimp.", + "summary": "Microsoft Excel Online to 2 applications", + "sourceApp": "msexcel", + "targetApps": ["mailchimp", "slack", "mailchimp"], + "tags": ["msexcel", ""], + "offerings": ["app connect professional"] }, { - "name": "Create a case file in IBM Cloud Object Storage S3 for any non-English file content when a case is created in Salesforce", - "description": "Use this template to create a case file in IBM Cloud Object Storage S3 for non-English file content whenever a new case is created in Salesforce. When a new case is created in Salefroce, the file is created in Box. If the file content is non-English, the case file will be created in IBM Cloud Object Storage S3. Otherwise, a Slack message gets sent to the intended channel, notifying that the file for the case ID already exists in English.", - "summary": "Salesforce to 4 applications", - "sourceApp": "salesforce", - "targetApps": ["slack", "box", "googletranslate", "ibmcoss3"], - "tags": ["salesforce", "slack", "box", "googletranslate", "ibmcoss3", "if"], - "offerings": ["app connect professional"] + "name": "Append a row in the Microsoft Excel Online spreadsheet for each new response created in SurveyMonkey", + "description": "Use this template to append a row in the Microsoft Excel Online spreadsheet for each new response created in SurveyMonkey. In this example, for each SurveyMonkey's answer, the responses are added to a spreadsheet in Microsoft Excel Online.", + "summary": "SurveyMonkey to Microsoft Excel Online", + "sourceApp": "surveymonkey", + "targetApps": ["msexcel"], + "tags": ["surveymonkey", "msexcel"], + "offerings": ["app connect professional"] }, { - "name": "Append a row in Microsoft Excel Online for each new response retrieved from SurveyMonkey surveys", - "description": "Use this template to append a row in a Microsoft Excel Online worksheet for each response retrieved from SurveyMonkey surveys. In this flow, all new employee exit interview response surveys from SurveyMonkey are retrieved and saved in a Microsoft Excel Online worksheet with the employee ID.", - "summary": "SurveyMonkey to 2 applications", - "sourceApp": "surveymonkey", - "targetApps": ["msexcel", "slack"], - "tags": ["surveymonkey", "msexcel", "slack", "foreach", "if"], - "offerings": ["app connect professional"] + "name": "Create a contact and add the contact to a specific group in Google Contacts when a subscriber is created in MailChimp", + "description": "Use this template to create a contact and add the contact to a specific contact group in Google Contacts whenever a new subscriber is created in MailChimp.", + "summary": "MailChimp to Google Contacts", + "sourceApp": "mailchimp", + "targetApps": ["googlecontacts", "googlecontacts"], + "tags": ["mailchimp", "googlecontacts"], + "offerings": ["app connect professional"] }, { - "name": "Schedule an exit interview via Google Calendar for a new offboarding ticket created in Zendesk Service", - "description": "Use this template to schedule an exit interview via Google Calendar for a new offboarding ticket created in Zendesk Service.", - "summary": "Zendesk Service to 2 applications", - "sourceApp": "zendeskservice", - "targetApps": ["googlecalendar", "slack"], - "tags": ["zendeskservice", "googlecalendar", "slack", "if"], - "offerings": ["app connect professional"] + "name": "Create a folder in Box for new events created in Google Calendar", + "description": "Use this template to create a box folder for new events created in Google Calendar. This scenario helps the user upload files or documents before the Google Calendar event into a Box folder.", + "summary": "Google Calendar to Box", + "sourceApp": "googlecalendar", + "targetApps": ["box"], + "tags": ["googlecalendar", "box"], + "offerings": ["app connect professional"] }, { - "name": "Create a Google Calendar when a campaign is created in Salesforce for members who have completed the registration", - "description": "Use this template to create an event in Google Calendar whenever a new campaign is created in Salesforce. In this example, for each Salesforce campaign member, if the registration is completed, a Google Calendar invite gets sent to the registered campaign member for the event.", - "summary": "Salesforce to Google Calendar", - "sourceApp": "salesforce", - "targetApps": ["salesforce", "googlecalendar"], - "tags": ["salesforce", "googlecalendar", "foreach", "if"], - "offerings": ["app connect professional"] + "name": "Create a list in Microsoft To Do for a new list created in MailChimp", + "description": "Use this template to create a list in Microsoft To Do whenever a new list is created in MailChimp.", + "summary": "MailChimp to Microsoft To Do", + "sourceApp": "mailchimp", + "targetApps": ["mstodo", "mstodo"], + "tags": ["mailchimp", "mstodo"], + "offerings": ["app connect professional"] }, { - "name": "Create an incident in ServiceNow for each worker retrieved from Oracle HCM based on their joining date", - "description": "Use this template to create a user in Microsoft Entra ID and an incident in ServiceNow for each worker retrieved from Oracle Human Capital Management. In this example, when a worker is created in Oracle HCM with a start date that is 7 days prior to the joining date, a new user is created in Microsoft Entra ID based on the worker's details. An incident is also created in ServiceNow requesting a new procurement laptop for the worker.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["oraclehcm", "azuread", "servicenow"], - "tags": ["scheduler", "oraclehcm", "azuread", "servicenow", "setVariable", "if"], - "offerings": ["app connect professional"] + "name": "Create a ticket in Zendesk Service when a new form entry is created in Wufoo", + "description": "Use this template to create a ticket in Zendesk Service when a new form entry is created in Wufoo. In this example, whenever a new form entry is created, a Zendesk Service ticket is created as a task.", + "summary": "Wufoo to Zendesk Service", + "sourceApp": "wufoo", + "targetApps": ["zendeskservice"], + "tags": ["wufoo", "zendeskservice"], + "offerings": ["app connect professional"] }, { - "name": "Delete a user from Microsoft Entra ID when an offboarding request is created for the user in Zendesk Service", - "description": "Use this template to delete an existing user from Microsoft Entra ID when an offboarding request is created in Zendesk Service. In this example, when a new ticket is created for an employee that is leaving an organization, the employee record is retrieved and deleted from Microsoft Entra ID.", - "summary": "Zendesk Service to Microsoft Entra ID", - "sourceApp": "zendeskservice", - "targetApps": ["azuread", "azuread"], - "tags": ["zendeskservice", "azuread", "if"], - "offerings": ["app connect professional"] + "name": "Create an item in mondaydotcom when a new lead is created in Salesforce based on the Salesforce lead rating", + "description": "Use this template to create an item in monday.com when a new lead is created in Salesforce based on the Salesforce lead rating. In this example, the item is created with different group identifiers for rating, such as hot or warm.", + "summary": "Salesforce to monday.com", + "sourceApp": "salesforce", + "targetApps": ["mondaydotcom"], + "tags": ["salesforce", "mondaydotcom"], + "offerings": ["app connect professional"] }, { - "name": "Launch an Amazon EC2 instance and send a Gmail message to the attendees of the Amazon EC2 event with instance details", - "description": "Use this template to launch an Amazon EC2 instance and send a Gmail message to the attendees of the Amazon EC2 event with the instance details. In this example, Google Calendar event details are retrieved. If the Google Calendar event summary is Amazon EC2 event, an Amazon EC2 instance is launched, and a Gmail message is sent to the Amazon EC2 event attendees with the instance details.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["googlecalendar", "amazonec2", "gmail"], - "tags": ["scheduler", "googlecalendar", "amazonec2", "gmail", "foreach", "if"], - "offerings": ["app connect professional"] + "name": "Send a Slack message for each closed opportunity retrieved from Insightly", + "description": "Use this template to send a Slack message for each opportunity that is retrieved from Insightly, which was recently closed. The Slack message consists of the opportunity details.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["insightly", "slack"], + "tags": ["scheduler", "insightly", "slack"], + "offerings": ["app connect professional"] }, { - "name": "Create a new employee in IBM Db2 for each worker retrieved from Oracle HCM and sync any existing employee to IBM Db2", - "description": "Use this template to create a new employee record in the IBM Db2 table for each worker retrieved from Oracle Human Capital Management (HCM). If the Oracle HCM employee work relationship data already exists in IBM Db2, create this record in another IBM Db2 table.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["oraclehcm", "ibmdb2"], - "tags": ["scheduler", "oraclehcm", "ibmdb2", "setVariable", "foreach", "if"], - "offerings": ["app connect professional"] + "name": "Send a Slack message for opportunities created in Insightly based on the opportunity value", + "description": "Use this template to send a Slack message for new opportunities created in Insightly. In this example, a Slack message is sent for high-bid opportunities created in Insightly. Whenever a new opportunity is created in Insightly with an opportunity value greater than $25,000, a Slack message is sent to the intended recipient. The Slack message consists of the opportunity details.", + "summary": "Insightly to Slack", + "sourceApp": "insightly", + "targetApps": ["slack"], + "tags": ["insightly", "slack"], + "offerings": ["app connect professional"] }, { - "name": "Send a Gmail message to the Zendesk Service user for each ticket retrieved from Zendesk Service", - "description": "Use this template to send a Gmail message to the Zendesk Service users as a reminder of the Zendesk Service tickets that are awaiting the user's response.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["zendeskservice", "gmail"], - "tags": ["scheduler", "zendeskservice", "gmail", "foreach", "if"], - "offerings": ["app connect professional"] + "name": "Send a reminder Gmail message to the event attendees for each Google Calendar event", + "description": "Use this template to send a Gmail message to remind the attendees of each Google Calendar event. In this example, for each event that has been created in Google Calendar, a reminder message is sent to the event attendees via Gmail 24 hours before the event.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["googlecalendar", "gmail"], + "tags": ["scheduler", "googlecalendar", "gmail"], + "offerings": ["app connect professional"] }, { - "name": "Update a ticket status in Zendesk Service for tickets that didn’t have a response from the user for more than 3 days", - "description": "Use this template to update the ticket status to closed in Zendesk Service for tickets that didn’t have a response from the user for more than 3 days. A Slack message is posted on the intended channel to notify the recipients that the ticket is closed.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["zendeskservice", "slack"], - "tags": ["scheduler", "zendeskservice", "slack", "setVariable", "foreach", "if"], - "offerings": ["app connect professional"] + "name": "Send a welcome Gmail message to the newly added campaign member in Salesforce", + "description": "Use this template to send a welcome Gmail message to the newly added campaign members in Salesforce.", + "summary": "Salesforce to Gmail", + "sourceApp": "salesforce", + "targetApps": ["salesforce", "gmail"], + "tags": ["salesforce", "gmail"], + "offerings": ["app connect professional"] }, { - "name": "Create an issue in GitHub when a case is created in Salesforce", - "description": "Use this template to create a new issue in GitHub whenever a new case is created in Salesforce.", - "summary": "Salesforce to GitHub", - "sourceApp": "salesforce", - "targetApps": ["github"], - "tags": ["salesforce", "github"], - "offerings": ["app connect professional"] + "name": "Add a subscriber to a list in MailChimp for each other customer retrieved from Shopify", + "description": "Use this template to add subscribers to a list in MailChimp for each customer retrieved from Shopify. In this example, for each Shopify customer that has a unique email address, the customer details are added to a list in MailChimp as a subscriber. Otherwise, a Slack message gets posted to a channel indicating that the customer already exist in MailChimp.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["shopify", "mailchimp", "slack"], + "tags": ["scheduler", "shopify", "mailchimp", "slack", "foreach", "if"], + "offerings": ["app connect professional"] }, { - "name": "Sync new Salesforce cases with GitHub issues", - "description": "Use this template to update a GitHub issue when a case is updated in Salesforce. If the GitHub title and the Salesforce subject match, the GitHub issue is then updated with the Salesforce case details.", - "summary": "Salesforce to GitHub", - "sourceApp": "salesforce", - "targetApps": ["github", "github"], - "tags": ["salesforce", "github", "foreach", "if"], - "offerings": ["app connect professional"] + "name": "Send a Gmail message when a new employee record is retrieved from Google Cloud BigQuery", + "description": "Use this template to send a Gmail message to the intended recipients whenever a new employee record is retrieved from Google Cloud BigQuery. In this example, a Gmail message with the employee details and the joining date is sent based on the employee record retrieved from Google Cloud BigQuery.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["googlebigquery", "gmail"], + "tags": ["scheduler", "googlebigquery", "gmail", "foreach", "if"], + "offerings": ["app connect professional"] }, { - "name": "Create a comment in GitHub with a knowledge article from ServiceNow when an issue is created or updated in GitHub", - "description": "Use this template to create a comment in GitHub with the ServiceNow knowledge article reference when an issue is created or updated in GitHub. For each GitHub issue, if the GitHub issue label matches the knowledge article in ServiceNow, a comment is created in GitHub stating the reference to the knowledge article.", - "summary": "GitHub to 2 applications", - "sourceApp": "github", - "targetApps": ["servicenow", "slack", "github"], - "tags": ["github", "servicenow", "slack", "github", "setVariable", "foreach", "if"], - "offerings": ["app connect professional"] + "name": "Add a card to a list in Trello for each new form entry created in Wufoo", + "description": "Use this template to add a card to a list in Trello for each new form entry created in Wufoo. In this example, for each Wufoo's new form entry that has a unique lead entry, the Wufoo lead details are added to a list in Trello.", + "summary": "Wufoo to Trello", + "sourceApp": "wufoo", + "targetApps": ["wufoo", "trello"], + "tags": ["wufoo", "trello", "foreach", "if"], + "offerings": ["app connect professional"] }, { - "name": "Create a contact list or a contact in HubSpot Marketing when a new form entry is created in Wufoo", - "description": "Use this template to create a contact list or a contact in HubSpot Marketing when a new form entry is created in Wufoo. In this example, consider that an event is being organized only for women. When a new Wufoo form entry is created, HubSpot Marketing retrieves its contact list. A contact list will be created based on the company details provided in the form. If the company doesn't exist in HubSpot Marketing, a new contact list is created. If the company already exists, a contact is directly created in HubSpot Marketing. A contact is created in HubSpot Marketing only if the contact is female. Otherwise, a Gmail message gets sent to the recipient, notifying them that the event is only for women.", - "summary": "Wufoo to 2 applications", - "sourceApp": "wufoo", - "targetApps": ["hubspotmarketing", "hubspotmarketing", "gmail", "hubspotmarketing"], - "tags": ["wufoo", "hubspotmarketing", "gmail", "if"], - "offerings": ["app connect professional"] + "name": "Append a row in the Microsoft Excel Online spreadsheet for each new form entry created in Wufoo", + "description": "Use this template to append a row in the Microsoft Excel Online spreadsheet for each new form entry created in Wufoo. In this example, for each Wufoo's new form entry that has a unique email address, the responses are added to a spreadsheet in Microsoft Excel Online.", + "summary": "Wufoo to Microsoft Excel Online", + "sourceApp": "wufoo", + "targetApps": ["wufoo", "msexcel"], + "tags": ["wufoo", "msexcel", "foreach", "if"], + "offerings": ["app connect professional"] }, { - "name": "Send a Gmail message to the marketing team for each marketing campaign data retrieved from HubSpot Marketing", - "description": "Use this template to send a Gmail message to the marketing team for each marketing campaign data retrieved from HubSpot Marketing.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["hubspotmarketing", "hubspotmarketing", "gmail"], - "tags": ["scheduler", "hubspotmarketing", "gmail"], - "offerings": ["app connect professional"] + "name": "Create an event in Google Calendar for each new form entry created in Wufoo", + "description": "Use this template to create an event in Google Calendar for each new form entry created in Wufoo. In this example, for each Wufoo's new form entry that has a unique email address, an event is created for the attendee based on their email address.", + "summary": "Wufoo to Google Calendar", + "sourceApp": "wufoo", + "targetApps": ["wufoo", "googlecalendar"], + "tags": ["wufoo", "googlecalendar", "foreach", "if"], + "offerings": ["app connect professional"] }, { - "name": "Create a marketing event in HubSpot Marketing and send event details through Gmail for each Eventbrite event", - "description": "Use this template to create a marketing event in HubSpot Marketing for each event retrieved from Eventbrite. In this example, for each Eventbrite event that has been newly created, a HubSpot Marketing event is created. A Gmail message is then sent to the intended recipient, containing the details of the event.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["eventbrite", "hubspotmarketing", "gmail"], - "tags": ["scheduler", "hubspotmarketing", "gmail", "foreach", "if"], - "offerings": ["app connect professional"] + "name": "Send a Slack message for each new form entry created in Wufoo", + "description": "Use this template to send a Slack message for each new form entry created in Wufoo. In this example, for each Wufoo's new form entry that has a unique email address, a Slack message is posted to the intended group to notify them that lead information has been created.", + "summary": "Wufoo to Slack", + "sourceApp": "wufoo", + "targetApps": ["slack"], + "tags": ["wufoo", "slack", "foreach", "if"], + "offerings": ["app connect professional"] }, { - "name": "Record event attendance for each Eventbrite attendee by syncing Eventbrite events with HubSpot Marketing events", - "description": "Use this template to Record event attendance for each Eventbrite attendee by syncing Eventbrite events with HubSpot Marketing events. In this example, the marketing events that were created earlier are being retrieved. The attendance of each Eventbrite attendee is being recorded together with the attendee's contact email ID and the attendance date in HubSpot Marketing.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["hubspotmarketing", "hubspotmarketing", "eventbrite", "hubspotmarketing", "gmail"], - "tags": ["scheduler", "hubspotmarketing", "gmail", "foreach", "eventbrite"], - "offerings": ["app connect professional"] + "name": "Send a Slack message when a new feature request issue is created in Jira", + "description": "Use this template to send a Slack message to an intended group when an issue requesting a new feature is created in Jira.", + "summary": "Jira to Slack", + "sourceApp": "jira", + "targetApps": ["slack"], + "tags": ["jira", "slack", "if"], + "offerings": ["app connect professional"] }, { - "name": "Download an expense report in Expensify and send the report to the manager for approval via DocuSign", - "description": "Use this template to download an expense report in Expensify and send the report to the manager for the approval via DocuSign.", - "summary": "1 flow using 2 applications", - "sourceApp": "api", - "targetApps": ["expensify", "docusign"], - "tags": ["api", "expensify", "docusign"], - "offerings": ["app connect professional"] + "name": "Send a Slack message when a new incident ticket with urgent priority is created in Zendesk Service", + "description": "Use this template to send a Slack message when a new ticket is created in Zendesk Service. In this example, a Slack message is posted to the intended group to notify them that an incident ticket has been created with urgent priority in Zendesk Service.", + "summary": "Zendesk Service to Slack", + "sourceApp": "zendeskservice", + "targetApps": ["slack"], + "tags": ["zendeskservice", "slack", "if"], + "offerings": ["app connect professional"] }, { - "name": "Send a Google Chat welcome message with a Dropbox link to all the attendees of a Google Calendar event", - "description": "Use this template to send a welcome message to all the attendees in a Google Chat space with a Dropbox link whenever a Google Calendar event is created. A folder is created in Dropbox to store all the artifacts related to the Google Calendar event, and the link is shared with the event attendees.", - "summary": "Google Calendar to 2 applications", - "sourceApp": "googlecalendar", - "targetApps": ["googlechat", "dropbox", "googlechat"], - "tags": ["googlecalendar", "googlechat", "dropbox", "foreach", "if"], - "offerings": ["app connect professional"] + "name": "Send a Slack message when a new Salesforce opportunity is created for a new customer that has been closed", + "description": "Use this template to send a Slack message to an intended group whenever a new opportunity is created in Salesforce. The Slack message is posted in a channel if the opportunity is created for a new customer and the opportunity status is closed.", + "summary": "Salesforce to Slack", + "sourceApp": "salesforce", + "targetApps": ["slack"], + "tags": ["salesforce", "slack", "if"], + "offerings": ["app connect professional"] }, { - "name": "Send a Google Chat message to the Zendesk Service ticket assignee with a Dropbox link for tickets with urgent priority", - "description": "Use this template to send a Google Chat message to the Zendesk Service ticket assignee in a Google Chat space with a Dropbox link whenever a ticket is created with urgent priority in Zendesk Service. A folder is created in Dropbox to store all the root cause analysis (RCA) documents related to the issue, and the link is shared with the ticket’s assignee.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["zendeskservice", "googlechat", "dropbox", "googlechat"], - "tags": ["scheduler", "zendeskservice", "dropbox", "googlechat", "foreach", "if"], - "offerings": ["app connect professional"] - }, + "name": "Send a status message via Gmail when a lead is created in Salesforce", + "description": "Use this template to send a status message using Gmail when a lead is created in Salesforce. In this example, a Gmail message is sent to the intended recipients if the newly created lead status is open in Salesforce.", + "summary": "Salesforce to Gmail", + "sourceApp": "salesforce", + "targetApps": ["gmail"], + "tags": ["salesforce", "gmail", "if"], + "offerings": ["app connect professional"] + }, { - "name": "Add a group member in Google Groups for each employee retrieved from Microsoft Dynamics 365 Finance and Operations", - "description": "Use this template to add a member to a specific group in Google Groups for each employee retrieved from Microsoft Dynamics 365 Finance and Operations.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["msdynamicsfando", "googlegroups"], - "tags": ["scheduler", "msdynamicsfando", "googlegroups", "foreach", "if"], - "offerings": ["app connect professional"] + "name": "Create a job requisition in Workday when a new row is appended in Microsoft Excel Online", + "description": "Use this template to create a job requisition in Workday whenever a new row is appended in Microsoft Excel Online. In this example, if the budget amount is less than a specific amount, an HTTP method is invoked to create a job requisition in Workday. This is a sequel flow for 'Create a job requisition in Workday' template.", + "summary": "Microsoft Excel Online to HTTP", + "sourceApp": "msexcel", + "targetApps": ["http"], + "tags": ["msexcel", "http"], + "offerings": ["app connect professional"] }, { - "name": "Add a subscriber to a specific list in MailChimp", - "description": "Use this template to add a subscriber to a specific list in MailChimp with the subscriber's email address. This is a prequel flow for ‘Add a member to a group in Google Groups when a new subscriber is added to a list’ and ‘Send a notification message via Gmail to a specific group in Google Groups’ templates. Ensure that you have started these template flows.", - "summary": "Scheduler to MailChimp", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["mailchimp"], - "tags": ["scheduler", "mailchimp"], - "offerings": ["app connect professional"] + "name": "Create a job requisition in Workday", + "description": "Use this API template to create a job requistion in Workday.", + "summary": "API flow using 1 application", + "sourceApp": "api", + "targetApps": ["workday"], + "tags": ["api", "workday"], + "offerings": ["app connect professional"] }, { - "name": "Add a member to a group in Google Groups when a new subscriber is added to a list in MailChimp", - "description": "Use this template to add a member to a specific group in Google Groups when a new subscriber is added to a list. An HTTP method is invoked with a URL request to run the ‘Send a notification message via Gmail to a specific group in Google Groups’ flow. Ensure that you specify the complete URL path of the ‘Send a notification Gmail message to a specific Google Groups group’ template.", - "summary": "MailChimp to 2 applications", - "sourceApp": "mailchimp", - "targetApps": ["googlegroups", "http"], - "tags": ["mailchimp", "googlegroups", "http"], - "offerings": ["app connect professional"] + "name": "Create an event in Google Calendar for each registered Eventbrite event attendee", + "description": "Use this template to create an event in Google Calendar for each registered Eventbrite event attendee. In this example, a Google Calendar event is sent to each of the newly registered Eventbrite attendees.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["eventbrite", "eventbrite", "googlecalendar"], + "tags": ["scheduler", "eventbrite", "googlecalendar"], + "offerings": ["app connect professional"] }, { - "name": "Send a notification message via Gmail to a specific group in Google Groups", - "description": "Use this API template to send a notification message via Gmail to a specific group in Google Groups. This is a prequel flow for the ‘Add a member to a group in Google Groups when a new subscriber is added to a list’ template.", - "summary": "1 flow using 2 applications", - "sourceApp": "api", - "targetApps": ["googlegroups", "gmail"], - "tags": ["api", "googlegroups", "gmail", "foreach"], - "offerings": ["app connect professional"] + "name": "Integrate data between Box files and Microsoft Azure Blob storage", + "description": "Use this template to create a scheduler-based flow that retrieves CSV-type file metadata from Box for a specified time. For each Box file, the file content is retrieved in text format, and the content is appended into a Microsoft Azure Blob storage container.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["box", "box", "azureblobstorage"], + "tags": ["scheduler", "box", "azureblobstorage"], + "offerings": ["app connect professional"] }, { - "name": "Create a task in a list in Google Tasks when a new ticket is created in Zendesk Service", - "description": "Use this template to create a task in a list in Google Tasks when a new ticket is created in Zendesk Service. In this example, if the Google task title and task list id is not empty, create a task in the corresponding task list. Otherwise, a task list is created in Google Tasks and the task is added to the list.", - "summary": "Zendesk Service to 2 applications", - "sourceApp": "zendeskservice", - "targetApps": ["googletasks", "slack"], - "tags": ["zendeskservice", "googletasks", "slack", "setVariable", "if"], - "offerings": ["app connect professional"] + "name": "Invoke an HTTP method for each item retrieved from a new sales order created using Magento", + "description": "Use this template to invoke a method for each item retrieved from a new sales order created using Magento. In this example, when a new sales order is created, an HTTP method is invoked, which sends a request to a client URL to get the customer email details.", + "summary": "Magento to HTTP", + "sourceApp": "magento", + "targetApps": ["http"], + "tags": ["magento", "http"], + "offerings": ["app connect professional"] }, { - "name": "Update a ticket in Zendesk Service for each completed task retrieved from Google Tasks", - "description": "Use this template to update the ticket status in Zendesk Service for each of the completed tasks retrieved from Google Tasks. In this example, the Zendesk Service ticket status is updated to closed for each of the completed tasks as of the end of the current day, which is retrieved from Google Tasks.", - "summary": "1 flow using 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["zendeskservice", "googletasks", "slack"], - "tags": ["scheduler", "zendeskservice", "googletasks", "slack", "foreach"], - "offerings": ["app connect professional"] + "name": "Retrieve a ticket from Zendesk Service based on the ticket severity", + "description": "Use this API template to retrieve tickets from Zendesk Service at regular intervals based on the ticket severity.", + "summary": "API flow using 1 application", + "sourceApp": "api", + "targetApps": ["zendeskservice"], + "tags": ["api", "zendeskservice"], + "offerings": ["app connect professional"] }, { - "name": "Create a new row in a Google Sheets spreadsheet for each new employee retrieved from the Amazon Redshift record", - "description": "Use this template to create a new row in a Google Sheets spreadsheet for each new employee retrieved from the Amazon Redshift record.", - "summary": "1 flow using 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["amazonredshift", "googlesheet"], - "tags": ["scheduler", "amazonredshift", "googlesheet", "setVariable", "foreach", "JSON parser"], - "offerings": ["app connect professional"] - }, - { - "name": "Integrate data between IBM Cloud Object Storage S3 and Amazon Redshift", - "description": "Use this template to create a scheduler-based flow that retrieves object files from a specified IBM Cloud Object Storage S3 (COSS3) bucket and downloads the object content. The content is then parsed using CSV Parser to convert the CSV text into a JSON object. Subsequently, the object details are either created or updated in the specified Amazon Redshift record.", - "summary": "1 flow using 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["ibmcoss3", "amazonredshift", "gmail"], - "tags": ["scheduler", "ibmcoss3", "amazonredshift", "gmail", "if", "foreach", "CSV parser"], - "offerings": ["app connect professional"] - }, - { - "name": "Add a card to a list in Trello when a new task is created in Insightly", - "description": "Use this template to create a new card in Trello when a new task is created in Insightly. In this example, based on Insightly task category ID and priotity, a new card gets added to a list in Trello.", - "summary": "Insightly to Trello", - "sourceApp": "insightly", - "targetApps": ["trello"], - "tags": ["insightly", "trello"], - "offerings": ["app connect professional"] -}, -{ - "name": "Add a subscriber to a list in Mailchimp when a new row is appended in Microsoft Excel Online", - "description": "Use this template to add subscribers to a list in Mailchimp when new rows are appended to a Microsoft Excel Online spreadsheet. In this example, when a new row is appended in a Microsoft Excel spreadsheet, for each MailChimp member whose status code equals 200, a Slack notification is posted in a channel to notify them that the member already exists. Otherwise, the member is added as a subsciber to a list in MaliChimp.", - "summary": "Microsoft Excel Online to 2 applications", - "sourceApp": "msexcel", - "targetApps": ["mailchimp", "slack", "mailchimp"], - "tags": ["msexcel", ""], - "offerings": ["app connect professional"] -}, -{ - "name": "Append a row in the Microsoft Excel Online spreadsheet for each new response created in SurveyMonkey", - "description": "Use this template to append a row in the Microsoft Excel Online spreadsheet for each new response created in SurveyMonkey. In this example, for each SurveyMonkey's answer, the responses are added to a spreadsheet in Microsoft Excel Online.", - "summary": "SurveyMonkey to Microsoft Excel Online", - "sourceApp": "surveymonkey", - "targetApps": ["msexcel"], - "tags": ["surveymonkey", "msexcel"], - "offerings": ["app connect professional"] -}, -{ - "name": "Create a contact and add the contact to a specific group in Google Contacts when a subscriber is created in MailChimp", - "description": "Use this template to create a contact and add the contact to a specific contact group in Google Contacts whenever a new subscriber is created in MailChimp.", - "summary": "MailChimp to Google Contacts", - "sourceApp": "mailchimp", - "targetApps": ["googlecontacts", "googlecontacts"], - "tags": ["mailchimp", "googlecontacts"], - "offerings": ["app connect professional"] -}, -{ - "name": "Create a folder in Box for new events created in Google Calendar", - "description": "Use this template to create a box folder for new events created in Google Calendar. This scenario helps the user upload files or documents before the Google Calendar event into a Box folder.", - "summary": "Google Calendar to Box", - "sourceApp": "googlecalendar", - "targetApps": ["box"], - "tags": ["googlecalendar", "box"], - "offerings": ["app connect professional"] -}, -{ - "name": "Create a list in Microsoft To Do for a new list created in MailChimp", - "description": "Use this template to create a list in Microsoft To Do whenever a new list is created in MailChimp.", - "summary": "MailChimp to Microsoft To Do", - "sourceApp": "mailchimp", - "targetApps": ["mstodo", "mstodo"], - "tags": ["mailchimp", "mstodo"], - "offerings": ["app connect professional"] -}, -{ - "name": "Create a ticket in Zendesk Service when a new form entry is created in Wufoo", - "description": "Use this template to create a ticket in Zendesk Service when a new form entry is created in Wufoo. In this example, whenever a new form entry is created, a Zendesk Service ticket is created as a task.", - "summary": "Wufoo to Zendesk Service", - "sourceApp": "wufoo", - "targetApps": ["zendeskservice"], - "tags": ["wufoo", "zendeskservice"], - "offerings": ["app connect professional"] -}, -{ - "name": "Create an item in mondaydotcom when a new lead is created in Salesforce based on the Salesforce lead rating", - "description": "Use this template to create an item in monday.com when a new lead is created in Salesforce based on the Salesforce lead rating. In this example, the item is created with different group identifiers for rating, such as hot or warm.", - "summary": "Salesforce to monday.com", - "sourceApp": "salesforce", - "targetApps": ["mondaydotcom"], - "tags": ["salesforce", "mondaydotcom"], - "offerings": ["app connect professional"] -}, -{ - "name": "Send a Slack message for each closed opportunity retrieved from Insightly", - "description": "Use this template to send a Slack message for each opportunity that is retrieved from Insightly, which was recently closed. The Slack message consists of the opportunity details.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["insightly", "slack"], - "tags": ["scheduler", "insightly", "slack"], - "offerings": ["app connect professional"] -}, -{ - "name": "Send a Slack message for opportunities created in Insightly based on the opportunity value", - "description": "Use this template to send a Slack message for new opportunities created in Insightly. In this example, a Slack message is sent for high-bid opportunities created in Insightly. Whenever a new opportunity is created in Insightly with an opportunity value greater than $25,000, a Slack message is sent to the intended recipient. The Slack message consists of the opportunity details.", - "summary": "Insightly to Slack", - "sourceApp": "insightly", - "targetApps": ["slack"], - "tags": ["insightly", "slack"], - "offerings": ["app connect professional"] -}, -{ - "name": "Send a reminder Gmail message to the event attendees for each Google Calendar event", - "description": "Use this template to send a Gmail message to remind the attendees of each Google Calendar event. In this example, for each event that has been created in Google Calendar, a reminder message is sent to the event attendees via Gmail 24 hours before the event.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["googlecalendar", "gmail"], - "tags": ["scheduler", "googlecalendar", "gmail"], - "offerings": ["app connect professional"] -}, -{ - "name": "Send a welcome Gmail message to the newly added campaign member in Salesforce", - "description": "Use this template to send a welcome Gmail message to the newly added campaign members in Salesforce.", - "summary": "Salesforce to Gmail", - "sourceApp": "salesforce", - "targetApps": ["salesforce", "gmail"], - "tags": ["salesforce", "gmail"], - "offerings": ["app connect professional"] -}, -{ - "name": "Add a subscriber to a list in MailChimp for each other customer retrieved from Shopify", - "description": "Use this template to add subscribers to a list in MailChimp for each customer retrieved from Shopify. In this example, for each Shopify customer that has a unique email address, the customer details are added to a list in MailChimp as a subscriber. Otherwise, a Slack message gets posted to a channel indicating that the customer already exist in MailChimp.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["shopify", "mailchimp", "slack"], - "tags": ["scheduler", "shopify", "mailchimp", "slack", "foreach", "if"], - "offerings": ["app connect professional"] -}, -{ - "name": "Send a Gmail message when a new employee record is retrieved from Google Cloud BigQuery", - "description": "Use this template to send a Gmail message to the intended recipients whenever a new employee record is retrieved from Google Cloud BigQuery. In this example, a Gmail message with the employee details and the joining date is sent based on the employee record retrieved from Google Cloud BigQuery.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["googlebigquery", "gmail"], - "tags": ["scheduler", "googlebigquery", "gmail", "foreach", "if"], - "offerings": ["app connect professional"] -}, -{ - "name": "Add a card to a list in Trello for each new form entry created in Wufoo", - "description": "Use this template to add a card to a list in Trello for each new form entry created in Wufoo. In this example, for each Wufoo's new form entry that has a unique lead entry, the Wufoo lead details are added to a list in Trello.", - "summary": "Wufoo to Trello", - "sourceApp": "wufoo", - "targetApps": ["wufoo", "trello"], - "tags": ["wufoo", "trello", "foreach", "if"], - "offerings": ["app connect professional"] -}, -{ - "name": "Append a row in the Microsoft Excel Online spreadsheet for each new form entry created in Wufoo", - "description": "Use this template to append a row in the Microsoft Excel Online spreadsheet for each new form entry created in Wufoo. In this example, for each Wufoo's new form entry that has a unique email address, the responses are added to a spreadsheet in Microsoft Excel Online.", - "summary": "Wufoo to Microsoft Excel Online", - "sourceApp": "wufoo", - "targetApps": ["wufoo", "msexcel"], - "tags": ["wufoo", "msexcel", "foreach", "if"], - "offerings": ["app connect professional"] -}, -{ - "name": "Create an event in Google Calendar for each new form entry created in Wufoo", - "description": "Use this template to create an event in Google Calendar for each new form entry created in Wufoo. In this example, for each Wufoo's new form entry that has a unique email address, an event is created for the attendee based on their email address.", - "summary": "Wufoo to Google Calendar", - "sourceApp": "wufoo", - "targetApps": ["wufoo", "googlecalendar"], - "tags": ["wufoo", "googlecalendar", "foreach", "if"], - "offerings": ["app connect professional"] -}, -{ - "name": "Send a Slack message for each new form entry created in Wufoo", - "description": "Use this template to send a Slack message for each new form entry created in Wufoo. In this example, for each Wufoo's new form entry that has a unique email address, a Slack message is posted to the intended group to notify them that lead information has been created.", - "summary": "Wufoo to Slack", - "sourceApp": "wufoo", - "targetApps": ["slack"], - "tags": ["wufoo", "slack", "foreach", "if"], - "offerings": ["app connect professional"] -}, -{ - "name": "Send a Slack message when a new feature request issue is created in Jira", - "description": "Use this template to send a Slack message to an intended group when an issue requesting a new feature is created in Jira.", - "summary": "Jira to Slack", - "sourceApp": "jira", - "targetApps": ["slack"], - "tags": ["jira", "slack", "if"], - "offerings": ["app connect professional"] -}, -{ - "name": "Send a Slack message when a new incident ticket with urgent priority is created in Zendesk Service", - "description": "Use this template to send a Slack message when a new ticket is created in Zendesk Service. In this example, a Slack message is posted to the intended group to notify them that an incident ticket has been created with urgent priority in Zendesk Service.", - "summary": "Zendesk Service to Slack", - "sourceApp": "zendeskservice", - "targetApps": ["slack"], - "tags": ["zendeskservice", "slack", "if"], - "offerings": ["app connect professional"] -}, -{ - "name": "Send a Slack message when a new Salesforce opportunity is created for a new customer that has been closed", - "description": "Use this template to send a Slack message to an intended group whenever a new opportunity is created in Salesforce. The Slack message is posted in a channel if the opportunity is created for a new customer and the opportunity status is closed.", - "summary": "Salesforce to Slack", - "sourceApp": "salesforce", - "targetApps": ["slack"], - "tags": ["salesforce", "slack", "if"], - "offerings": ["app connect professional"] -}, -{ - "name": "Send a status message via Gmail when a lead is created in Salesforce", - "description": "Use this template to send a status message using Gmail when a lead is created in Salesforce. In this example, a Gmail message is sent to the intended recipients if the newly created lead status is open in Salesforce.", - "summary": "Salesforce to Gmail", - "sourceApp": "salesforce", - "targetApps": ["gmail"], - "tags": ["salesforce", "gmail", "if"], - "offerings": ["app connect professional"] - }, -{ - "name": "Create a job requisition in Workday when a new row is appended in Microsoft Excel Online", - "description": "Use this template to create a job requisition in Workday whenever a new row is appended in Microsoft Excel Online. In this example, if the budget amount is less than a specific amount, an HTTP method is invoked to create a job requisition in Workday. This is a sequel flow for 'Create a job requisition in Workday' template.", - "summary": "Microsoft Excel Online to HTTP", - "sourceApp": "msexcel", - "targetApps": ["http"], - "tags": ["msexcel", "http"], - "offerings": ["app connect professional"] -}, -{ - "name": "Create a job requisition in Workday", - "description": "Use this API template to create a job requistion in Workday.", - "summary": "API flow using 1 application", - "sourceApp": "api", - "targetApps": ["workday"], - "tags": ["api", "workday"], - "offerings": ["app connect professional"] -}, -{ - "name": "Create an event in Google Calendar for each registered Eventbrite event attendee", - "description": "Use this template to create an event in Google Calendar for each registered Eventbrite event attendee. In this example, a Google Calendar event is sent to each of the newly registered Eventbrite attendees.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["eventbrite", "eventbrite", "googlecalendar"], - "tags": ["scheduler", "eventbrite", "googlecalendar"], - "offerings": ["app connect professional"] -}, -{ - "name": "Integrate data between Box files and Microsoft Azure Blob storage", - "description": "Use this template to create a scheduler-based flow that retrieves CSV-type file metadata from Box for a specified time. For each Box file, the file content is retrieved in text format, and the content is appended into a Microsoft Azure Blob storage container.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["box", "box", "azureblobstorage"], - "tags": ["scheduler", "box", "azureblobstorage"], - "offerings": ["app connect professional"] -}, -{ - "name": "Invoke an HTTP method for each item retrieved from a new sales order created using Magento", - "description": "Use this template to invoke a method for each item retrieved from a new sales order created using Magento. In this example, when a new sales order is created, an HTTP method is invoked, which sends a request to a client URL to get the customer email details.", - "summary": "Magento to HTTP", - "sourceApp": "magento", - "targetApps": ["http"], - "tags": ["magento", "http"], - "offerings": ["app connect professional"] -}, -{ - "name": "Retrieve a ticket from Zendesk Service based on the ticket severity", - "description": "Use this API template to retrieve tickets from Zendesk Service at regular intervals based on the ticket severity.", - "summary": "API flow using 1 application", - "sourceApp": "api", - "targetApps": ["zendeskservice"], - "tags": ["api", "zendeskservice"], - "offerings": ["app connect professional"] -}, -{ - "name": "Send a Gmail message to the assignee based on the retrieved Zendesk Service ticket severity", - "description": "Use this template to invoke an HTTP method to get the retrieved Zendesk Service tickets and send a Gmail message to the assignee to inform them of the status of the ticket. This is a sequel flow for 'Retrieve a ticket from Zendesk Service based on the ticket severity' template.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["http", "gmail"], - "tags": ["scheduler", "http", "gmail"], - "offerings": ["app connect professional"] -}, -{ - "name": "Send a Gmail message when a new sales rule coupon is created in Magento", - "description": "Use this API template to create a new sales rule coupon in Magento and send the coupon details to the customer via Gmail message.", - "summary": "API flow using 2 applications", - "sourceApp": "api", - "targetApps": ["magento", "gmail"], - "tags": ["api", "magento", "gmail"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a contact in HubSpot Marketing when a new row is appended in Microsoft Excel Online", - "description": "Use this template to create a contact in HubSpot Marketing whenever a new row is appended in Microsoft Excel Online. In this example, a contact is created in HubSpot Marketing for each row retrieved from the Microsoft Excel Online spreadsheet with a unique email address.", - "summary": "Microsoft Excel Online to HubSpot Marketing", - "sourceApp": "msexcel", - "targetApps": ["hubspotmarketing", "hubspotmarketing"], - "tags": ["msexcel", "hubspotmarketing", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Append a row in the Microsoft Excel Online spreadsheet when a new subscriber is created in MailChimp", - "description": "Use this template to append a row in the Microsoft Excel Online spreadsheet whenever a new subscriber is created in MailChimp. In this example, the MailChimp sucbriber details are appended to the Microsoft Excel Online spreadsheet for each newly created MailChimp sucbriber that has a unique email address.", - "summary": "MailChimp to Microsoft Excel Online", - "sourceApp": "mailchimp", - "targetApps": ["msexcel", "msexcel"], - "tags": ["mailchimp", "msexcel", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a contact in HubSpot Marketing when a new lead is created in Salesforce", - "description": "Use this template to create a contact in HubSpot Marketing whenever a new lead is created in Salesforce. In this example, a new contact is created in HubSpot Marketing for each newly created Salesforce lead that has a unique email address. Otherwise, a Slack message gets posted to a channel indicating that the lead already exists.", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["hubspotmarketing", "hubspotmarketing", "slack"], - "tags": ["salesforce", "hubspotmarketing", "slack", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Validate the data between Wufoo form entry responses and Microsoft Excel Online worksheet data", - "description": "Use this template to check and validate the data between Wufoo form entry responses and Microsoft Excel Online worksheet data, and send a Slack message for the validated responses. In this example, the responses from the Wufoo entry are validated across a Microsoft Excel Online worksheet that contains answers for a course. The responses are validated with the answers, and a Slack notification gets sent to the intended recipient, whether the answer is correct or incorrect.", - "summary": "Wufoo to 2 applications", - "sourceApp": "wufoo", - "targetApps": ["msexcel", "slack"], - "tags": ["wufoo", "msexcel", "slack", "foreach", "if", "setVariable"], - "offerings": ["app connect professional"] - }, - { - "name": "Add a subscriber to a list in MailChimp when a new form entry is created in Wufoo", - "description": "Use this template to add subscribers to a list in MailChimp whenever a new form entry is created in Wufoo. In this example, for each MaiLChimp member that has a unique email address, the member details are added to a list in MailChimp as a subscriber.", - "summary": "Wufoo to MailChimp", - "sourceApp": "wufoo", - "targetApps": ["mailchimp", "mailchimp"], - "tags": ["wufoo", "mailchimp", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a lead in Salesforce when a new form entry is created in Wufoo", - "description": "Use this template to create a contact in Salesforce whenever a new form entry is created in Wufoo. In this example, for each lead that has a unique email address, the lead is created in Saleforce. Otherwise, a Slack message gets posted to a channel indicating that the lead already exists.", - "summary": "Wufoo to 2 applications", - "sourceApp": "wufoo", - "targetApps": ["salesforce", "salesforce", "slack"], - "tags": ["wufoo", "salesforce", "slack", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Insert a record in Google Cloud BigQuery when a new form entry is created in Wufoo", - "description": "Use this template to insert a record in the Google Cloud BigQuery table whenever a new form entry is created in Wufoo. In this example, the record is inserted in a table in Google Cloud BigQuery for each record that has a unique email address.", - "summary": "Wufoo to Google Cloud BigQuery", - "sourceApp": "wufoo", - "targetApps": ["googlebigquery", "googlebigquery"], - "tags": ["wufoo", "googlebigquery", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Slack message when the task count in Asana exceeds the limit", - "description": "Use this template to send a Slack message when the task count in Asana exceeds the limit. In this example, a Slack notification is sent when the Asana task count is greater than 5, and the tasks are not completed.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["asana", "slack"], - "tags": ["scheduler", "asana", "slack", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Append a row in Microsoft Excel Online when a new lead is created in Marketo", - "description": "Use this template to append a row in Microsoft Excel Online when a new lead is created in Marketo.", - "summary": "Marketo to 2 applications", - "sourceApp": "marketo", - "targetApps": ["msexcel", "googlesheet"], - "tags": ["marketo", "msexcel", "googlesheet", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Append a row in Microsoft Excel Online when a new Salesforce account with more than 500 employees is created", - "description": "Use this template to append a row in the Microsoft Excel Online spreadsheet when a new Salesforce account with more than 500 employees is created.", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["msexcel", "slack"], - "tags": ["salesforce", "msexcel", "slack", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Update a case in Salesforce when a Zendesk Service ticket status is updated to closed", - "description": "Use this template to update a case in Salesforce when a Zendesk Service ticket status is updated to closed.", - "summary": "Zendesk Service to 2 applications", - "sourceApp": "zendeskservice", - "targetApps": ["salesforce", "gmail"], - "tags": ["zendeskservice", "salesforce", "gmail", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a contact in HubSpot CRM when a campaign member is created or updated in Salesforce", - "description": "Use this template to create a contact in HubSpot CRM whenever a campaign member is created or updated in Salesforce.", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["hubspotcrm", "gmail"], - "tags": ["salesforce", "hubspotcrm", "gmail", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a task in Asana when a new case is created in Salesforce", - "description": "Use this template to create a task in Asana when a new case is created in Salesforce.", - "summary": "Salesforce to Asana", - "sourceApp": "salesforce", - "targetApps": ["asana"], - "tags": ["salesforce", "asana", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a file in Box when a new document is created in Salesforce", - "description": "Use this template to create a file in Box when a new document is created in Salesforce. A Gmail message is sent to notify the users that a new document has been created in Box.", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["box", "gmail"], - "tags": ["salesforce", "box", "gmail"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a folder in Box for new contacts created in Salesforce", - "description": "Use this template to create a folder in Box for new contacts created in Salesforce.", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["box", "gmail", "box"], - "tags": ["salesforce", "box", "gmail", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create or update a contact in HubSpot Marketing when an account is created or updated in Salesforce", - "description": "Use this template to create or update a contact in HubSpot Marketing when an account is created or updated in Salesforce.", - "summary": "Salesforce to HubSpot Marketing", - "sourceApp": "salesforce", - "targetApps": ["hubspotmarketing"], - "tags": ["salesforce", "hubspotmarketing", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a file in Google Drive for each new document created in Salesforce", - "description": "Use this template to create a file in Google Drive for each new document created in Salesforce.", - "summary": "Salesforce to Google Drive", - "sourceApp": "salesforce", - "targetApps": ["googledrive", "googledrive"], - "tags": ["salesforce", "googledrive", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Send an SMS message via Twilio when a new row is appended to a Google Sheets worksheet", - "description": "Use this template to send an SMS message via Twilio when a new row is appended to a Google Sheets worksheet.", - "summary": "Google Sheets to Twilio", - "sourceApp": "googlesheet", - "targetApps": ["twilio"], - "tags": ["googlesheet"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a row in Google Sheets for each new task created in Asana", - "description": "Use this template to create a row in Google Sheets for each new task created in Asana.", - "summary": "Asana to 3 applications", - "sourceApp": "asana", - "targetApps": ["googlesheet", "slack", "marketo"], - "tags": ["asana", "googlesheet", "slack", "marketo", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a row in the Google Sheets worksheet when a new campaign member is created in Microsoft Dynamics 365 for Sales", - "description": "Use this template to create a row in the Google Sheets worksheet when a new campaign member is created in Microsoft Dynamics 365 for Sales.", - "summary": "Microsoft Dynamics 365 for Sale to Google Sheets", - "sourceApp": "msdynamicscrmrest", - "targetApps": ["googlesheet"], - "tags": ["msdynamicscrmrest", "googlesheet"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a project in Workday for each Jira project retrieved", - "description": "Use this template to create a project in Workday for each Jira project retrieved.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["jira", "workday", "slack"], - "tags": ["scheduler", "jira", "foreach", "workday"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a file in Box based on the value retrieved from a row in a Google Sheets worksheet", - "description": "Use this template to create a file in Box based on the value retrieved from each new row in a Google Sheets worksheet.", - "summary": "Scheduler to 4 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["googlesheet", "slack", "http", "box"], - "tags": ["scheduler", "googlesheet", "slack", "http", "box", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a file in Box for each attachment downloaded from an email", - "description": "Use this template to create a file in Box for each attachment downloaded from an email.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["email", "box"], - "tags": ["scheduler", "email", "foreach", "box"], - "offerings": ["app connect professional"] - }, - { - "name": "Send an SMS message via Twilio when a new task is created in Asana", - "description": "Use this template to send an SMS message via Twilio when a new task is created in Asana.", - "summary": "Asana to Twilio", - "sourceApp": "asana", - "targetApps": ["twilio"], - "tags": ["asana", "twilio", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Send an SMS message via Twilio when a new issue is created in Jira", - "description": "Use this template to send an SMS message via Twilio when a new issue is created in Jira.", - "summary": "Jira to 2 applications", - "sourceApp": "jira", - "targetApps": ["jira", "twilio", "slack"], - "tags": ["jira", "twilio", "slack", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Slack notification for each new closed and won opportunity in Salesforce", - "description": "Use this template to send a Slack notification for each new closed and won opportunity in Salesforce.", - "summary": "Salesforce to Slack", - "sourceApp": "salesforce", - "targetApps": ["slack"], - "tags": ["salesforce", "slackslack", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a contact in HubSpot CRM for each campaign member of a completed campaign in Salesforce", - "description": "Use this template to create a contact in HubSpot CRM when a campaign status is updated to completed in Salesforce.", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["salesforce", "gmail", "hubspotcrm", "gmail"], - "tags": ["salesforce", "gmail", "hubspotcrm", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an account in Salesforce when a new attendee is created in Eventbrite", - "description": "Use this template to create an account in Salesforce when a new attendee is created in Eventbrite.", - "summary": "Eventbrite to Salesforce", - "sourceApp": "eventbrite", - "targetApps": ["salesforce"], - "tags": ["eventbrite", "salesforce", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a lead in Marketo when a new contact is created in Salesforce", - "description": "Use this template to create a lead in Marketo when a new contact is created in Salesforce.", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["marketo", "marketo", "gmail"], - "tags": ["salesforce", "marketo", "gmail", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a file in a Box folder when a new attachment is created in Salesforce", - "description": "Use this template to create a file in a Box folder when a new attachment is created in Salesforce.", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["salesforce", "box", "box", "gmail"], - "tags": ["salesforce", "box", "gmail", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a file in Dropbox for each new opportunity in Salesforce that has attachments", - "description": "Use this template to create a file in Dropbox for each new opportunity in Salesforce that has attachments.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["salesforce", "salesforce", "salesforce", "dropbox", "dropbox"], - "tags": ["scheduler", "salesforce", "dropbox", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a new contact in Google Contacts when a campaign member is created or updated in Salesforce", - "description": "Use this template to create a contact in Google Contacts whenever a new campaign member is either created or updated in Salesforce.", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["googlecontacts", "googlecontacts", "gmail"], - "tags": ["salesforce", "googlecontacts", "gmail", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a contact in Salesforce when a new company record is created in Microsoft SQL Server", - "description": "Use this template to create a contact in Salesforce when a new company record is created in Microsoft SQL Server.", - "summary": "Microsoft SQL Server to Salesforce", - "sourceApp": "mssql", - "targetApps": ["salesforce"], - "tags": ["mssql", "salesforce"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a file in Box for new documents created in Salesforce", - "description": "Use this template to create a file in Box for all new documents created in Salesforce.", - "summary": "Salesforce to Box", - "sourceApp": "salesforce", - "targetApps": ["box", "box"], - "tags": ["salesforce", "box", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a lead in Marketo for each new attendee retrieved from Eventbrite", - "description": "Use this template to create a lead in Marketo for each attendee retrieved from Eventbrite.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["eventbrite", "marketo", "marketo"], - "tags": ["scheduler", "eventbrite", "marketo", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a lead in Salesforce for each Eventbrite attendee", - "description": "Use this template to create a lead in Salesforce for each attendee retrieved from Eventbrite.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["eventbrite","salesforce"], - "tags": ["scheduler", "eventbrite", "salesforce", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an account in Salesforce for each new Eventbrite attendee", - "description": "Use this template to create an account in Salesforce for each new Eventbrite attendee.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["eventbrite", "salesforce"], - "tags": ["scheduler", "eventbrite", "salesforce", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an incident in ServiceNow for each new WhatsApp message retrieved from Twilio", - "description": "Use this template to create an incident in ServiceNow for each new WhatsApp message retrieved from Twilio.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["twilio", "servicenow"], - "tags": ["scheduler", "twilio", "servicenow", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an SAP customer set in SAP via OData for each new opportunity retrieved from Salesforce", - "description": "Use this template to create an SAP customer set in SAP via OData for each new opportunity retrieved from Salesforce. ", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["salesforce", "sapodata", "gmail"], - "tags": ["salesforce", "sapodata", "gmail", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Invite a new Salesforce contact to access a file in Google Drive", - "description": "Use this template to invite new contacts in Salesforce to be collaborators in Google Drive.", - "summary": "Salesforce to Google Drive", - "sourceApp": "salesforce", - "targetApps": ["googledrive"], - "tags": ["salesforce", "googledrive", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Invoke a function from AWS Lambda whenever a new row is appended in Google Sheets", - "description": "Use this template to update an existing row in a Google Sheets worksheet based on an AWS Lambda function execution report.", - "summary": "Google Sheets to 2 applications", - "sourceApp": "googlesheet", - "targetApps": ["amazonlambda", "gmail", "googlesheet"], - "tags": ["googlesheet", "amazonlambda", "gmail"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a message by phone number via Twilio when new all-day-event information is updated in a Google Sheets worksheet", - "description": "Use this template to send a message by phone number via Twilio when new Google Calendar all-day-event information is updated in a Google Sheets worksheet.", - "summary": "Google Calendar to 2 applications", - "sourceApp": "googlecalendar", - "targetApps": ["googlesheet", "twilio"], - "tags": ["googlecalendar", "googlesheet", "twilio", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Update or create a customer set in SAP via OData when a new contact is created in Salesforce", - "description": "Use this template to update or create a customer set in SAP via OData when a new contact is created in Salesforce.", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["sapodata", "gmail"], - "tags": ["salesforce", "sapodata", "gmail", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a row in Google Sheets worksheet when a new lead is created in Marketo", - "description": "Use this template to create a row in Google Sheets worksheet when a new lead is created in Marketo.", - "summary": "Marketo to Google Sheets", - "sourceApp": "marketo", - "targetApps": ["googlesheet"], - "tags": ["marketo", "googlesheet"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a new row in a Google Sheets worksheet for each new opportunity retrieved from the MySQL record", - "description": "Use this template to create a new row in a Google Sheets worksheet for each new opportunity retrieved from the MySQL record.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["mysql", "googlesheet"], - "tags": ["scheduler", "mysql", "googlesheet", "setVariable", "foreach"], - "offerings": ["app connect professional"] - }, - { - "name": "Send an SMS via Infobip when an event is created in Google Calendar for each new Wufoo form entry", - "description": "Use this template to send an SMS via Infobip when an event is created in Google Calendar for each new Wufoo form entry.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["infobip", "googlecalendar", "wufoo"], - "tags": ["streaming-connector-scheduler", "infobip", "googlecalendar", "wufoo"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a voice message via Infobip for each new form entry created in Wufoo", - "description": "Use this template to send a voice message via Infobip for each new form entry created in Wufoo.", + "name": "Send a Gmail message to the assignee based on the retrieved Zendesk Service ticket severity", + "description": "Use this template to invoke an HTTP method to get the retrieved Zendesk Service tickets and send a Gmail message to the assignee to inform them of the status of the ticket. This is a sequel flow for 'Retrieve a ticket from Zendesk Service based on the ticket severity' template.", "summary": "Scheduler to 2 applications", "sourceApp": "streaming-connector-scheduler", - "targetApps": ["infobip", "wufoo"], - "tags": ["streaming-connector-scheduler", "infobip", "wufoo"], + "targetApps": ["http", "gmail"], + "tags": ["scheduler", "http", "gmail"], "offerings": ["app connect professional"] -}, - { - "name": "Create time entries in Toggl Track for each new issue created in Jira", - "description": "Use this template to create time entries in Toggl Track for each new issue created in Jira.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["jira", "toggltrack"], - "tags": ["streaming-connector-scheduler", "jira", "toggltrack"], + }, + { + "name": "Send a Gmail message when a new sales rule coupon is created in Magento", + "description": "Use this API template to create a new sales rule coupon in Magento and send the coupon details to the customer via Gmail message.", + "summary": "API flow using 2 applications", + "sourceApp": "api", + "targetApps": ["magento", "gmail"], + "tags": ["api", "magento", "gmail"], "offerings": ["app connect professional"] }, { - "name": "Send an invite to fill time entries in Toggl Track for each new employee added to BambooHR", - "description": "Use this template to send an invite to fill time entries in Toggl Track for each new employee added to BambooHR.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["bamboohr", "toggltrack"], - "tags": ["streaming-connector-scheduler", "bamboohr", "toggltrack"], + "name": "Create a contact in HubSpot Marketing when a new row is appended in Microsoft Excel Online", + "description": "Use this template to create a contact in HubSpot Marketing whenever a new row is appended in Microsoft Excel Online. In this example, a contact is created in HubSpot Marketing for each row retrieved from the Microsoft Excel Online spreadsheet with a unique email address.", + "summary": "Microsoft Excel Online to HubSpot Marketing", + "sourceApp": "msexcel", + "targetApps": ["hubspotmarketing", "hubspotmarketing"], + "tags": ["msexcel", "hubspotmarketing", "foreach", "if"], "offerings": ["app connect professional"] }, - { - "name": "Create an event in Google Calendar for each applied absence in Factorial HR", - "description": "Use this template to create an event in Google Calendar for each applied absence in Factorial HR.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["factorialhr", "googlecalendar"], - "tags": ["streaming-connector-scheduler", "factorialhr", "googlecalendar"], + { + "name": "Append a row in the Microsoft Excel Online spreadsheet when a new subscriber is created in MailChimp", + "description": "Use this template to append a row in the Microsoft Excel Online spreadsheet whenever a new subscriber is created in MailChimp. In this example, the MailChimp sucbriber details are appended to the Microsoft Excel Online spreadsheet for each newly created MailChimp sucbriber that has a unique email address.", + "summary": "MailChimp to Microsoft Excel Online", + "sourceApp": "mailchimp", + "targetApps": ["msexcel", "msexcel"], + "tags": ["mailchimp", "msexcel", "foreach", "if"], "offerings": ["app connect professional"] }, { - "name": "Create time entries in Toggl Track for each time registry added in Factorial HR", - "description": "Use this template to create time entries in Toggl Track for each time registry added in Factorial HR.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["factorialhr", "toggltrack"], - "tags": ["streaming-connector-scheduler", "factorialhr", "toggltrack"], + "name": "Create a contact in HubSpot Marketing when a new lead is created in Salesforce", + "description": "Use this template to create a contact in HubSpot Marketing whenever a new lead is created in Salesforce. In this example, a new contact is created in HubSpot Marketing for each newly created Salesforce lead that has a unique email address. Otherwise, a Slack message gets posted to a channel indicating that the lead already exists.", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["hubspotmarketing", "hubspotmarketing", "slack"], + "tags": ["salesforce", "hubspotmarketing", "slack", "foreach", "if"], "offerings": ["app connect professional"] }, { - "name": "Search people from an organization by email domain in Hunter and create or update contacts in Salesforce", - "description": "Use this template to search people from an organization by using email domain and create or update contacts in Salesforce.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["hunter", "salesforce"], - "tags": ["hunter", "salesforce", "streaming-connector-scheduler"], + "name": "Validate the data between Wufoo form entry responses and Microsoft Excel Online worksheet data", + "description": "Use this template to check and validate the data between Wufoo form entry responses and Microsoft Excel Online worksheet data, and send a Slack message for the validated responses. In this example, the responses from the Wufoo entry are validated across a Microsoft Excel Online worksheet that contains answers for a course. The responses are validated with the answers, and a Slack notification gets sent to the intended recipient, whether the answer is correct or incorrect.", + "summary": "Wufoo to 2 applications", + "sourceApp": "wufoo", + "targetApps": ["msexcel", "slack"], + "tags": ["wufoo", "msexcel", "slack", "foreach", "if", "setVariable"], "offerings": ["app connect professional"] }, { - "name": "Create a payment reminder in Mailchimp for unpaid attendee emails found using Hunter", - "description": "Use this template to create a payment reminder in Mailchimp for unpaid attendee emails found using Hunter.", - "summary": "1 flow using 2 applications", - "sourceApp": "api", - "targetApps": ["hunter", "mailchimp"], - "tags": ["api", "hunter", "mailchimp"], + "name": "Add a subscriber to a list in MailChimp when a new form entry is created in Wufoo", + "description": "Use this template to add subscribers to a list in MailChimp whenever a new form entry is created in Wufoo. In this example, for each MaiLChimp member that has a unique email address, the member details are added to a list in MailChimp as a subscriber.", + "summary": "Wufoo to MailChimp", + "sourceApp": "wufoo", + "targetApps": ["mailchimp", "mailchimp"], + "tags": ["wufoo", "mailchimp", "foreach", "if"], "offerings": ["app connect professional"] }, { - "name": "Add recipients to a campaign using Hunter when a Google Calendar event is scheduled", - "description": "Use this template to check for response status of invitees (whether tentative or accepted) when an event is created in Google Calendar, and add those recipients to a campaign in Hunter.", - "summary": "Google Calendar to Hunter", - "sourceApp": "googlecalendar", - "targetApps": ["hunter"], - "tags": ["googlecalendar", "hunter"], + "name": "Create a lead in Salesforce when a new form entry is created in Wufoo", + "description": "Use this template to create a contact in Salesforce whenever a new form entry is created in Wufoo. In this example, for each lead that has a unique email address, the lead is created in Saleforce. Otherwise, a Slack message gets posted to a channel indicating that the lead already exists.", + "summary": "Wufoo to 2 applications", + "sourceApp": "wufoo", + "targetApps": ["salesforce", "salesforce", "slack"], + "tags": ["wufoo", "salesforce", "slack", "foreach", "if"], "offerings": ["app connect professional"] }, { - "name": "Send an SMS message through ClickSend for each order placed in Shopify", - "description": "Use this template to send an SMS message through ClickSend for each order placed in Shopify.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["shopify", "clicksend"], - "tags": ["streaming-connector-scheduler", "shopify", "clicksend"], + "name": "Insert a record in Google Cloud BigQuery when a new form entry is created in Wufoo", + "description": "Use this template to insert a record in the Google Cloud BigQuery table whenever a new form entry is created in Wufoo. In this example, the record is inserted in a table in Google Cloud BigQuery for each record that has a unique email address.", + "summary": "Wufoo to Google Cloud BigQuery", + "sourceApp": "wufoo", + "targetApps": ["googlebigquery", "googlebigquery"], + "tags": ["wufoo", "googlebigquery", "foreach", "if"], "offerings": ["app connect professional"] }, { - "name": "Send an SMS message through ClickSend for each complaint received through Gmail", - "description": "Use this template to send an SMS message through ClickSend for each complaint received through Gmail.", - "summary": "Gmail to ClickSend", - "sourceApp": "gmail", - "targetApps": ["clicksend"], - "tags": ["gmail", "clicksend"], - "offerings": ["app connect professional"] + "name": "Send a Slack message when the task count in Asana exceeds the limit", + "description": "Use this template to send a Slack message when the task count in Asana exceeds the limit. In this example, a Slack notification is sent when the Asana task count is greater than 5, and the tasks are not completed.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["asana", "slack"], + "tags": ["scheduler", "asana", "slack", "if"], + "offerings": ["app connect professional"] }, { - "name": "Send a voice message through ClickSend for each new form entry created in Wufoo", - "description": "Use this template to send a voice message through ClickSend for each new form entry created in Wufoo.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["wufoo", "clicksend"], - "tags": ["streaming-connector-scheduler", "wufoo", "clicksend"], - "offerings": ["app connect professional"] + "name": "Append a row in Microsoft Excel Online when a new lead is created in Marketo", + "description": "Use this template to append a row in Microsoft Excel Online when a new lead is created in Marketo.", + "summary": "Marketo to 2 applications", + "sourceApp": "marketo", + "targetApps": ["msexcel", "googlesheet"], + "tags": ["marketo", "msexcel", "googlesheet", "foreach", "if"], + "offerings": ["app connect professional"] }, { - "name": "Create tickets in Zendesk Service for the bugs retrieved from Apptio Targetprocess", - "description": "Use this template to create tickets in Zendesk Service for the bugs retrieved from Apptio Targetprocess.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["apptiotargetprocess", "zendeskservice"], - "tags": ["streaming-connector-scheduler", "apptiotargetprocess", "zendeskservice"], - "offerings": ["app connect professional"] + "name": "Append a row in Microsoft Excel Online when a new Salesforce account with more than 500 employees is created", + "description": "Use this template to append a row in the Microsoft Excel Online spreadsheet when a new Salesforce account with more than 500 employees is created.", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["msexcel", "slack"], + "tags": ["salesforce", "msexcel", "slack", "if"], + "offerings": ["app connect professional"] }, { - "name": "Update Apptio Targetprocess bugs with the latest status and priority from Zendesk Service tickets", - "description": "Use this template to update Apptio Targetprocess bugs with the latest status and priority from Zendesk Service tickets. This is a sequel flow for: Create tickets in Zendesk Service for the bugs retrieved from Apptio Targetprocess.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["zendeskservice", "apptiotargetprocess"], - "tags": ["streaming-connector-scheduler", "zendeskservice", "apptiotargetprocess"], - "offerings": ["app connect professional"] + "name": "Update a case in Salesforce when a Zendesk Service ticket status is updated to closed", + "description": "Use this template to update a case in Salesforce when a Zendesk Service ticket status is updated to closed.", + "summary": "Zendesk Service to 2 applications", + "sourceApp": "zendeskservice", + "targetApps": ["salesforce", "gmail"], + "tags": ["zendeskservice", "salesforce", "gmail", "if"], + "offerings": ["app connect professional"] }, { - "name": "Assign open tasks to a team from Apptio Targetprocess and send details to the team using Gmail", - "description": "Use this template to retrieve open tasks from Apptio Targetprocess, assign to a team and send details to the team using Gmail.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["apptiotargetprocess", "gmail"], - "tags": ["streaming-connector-scheduler", "apptiotargetprocess", "gmail"], - "offerings": ["app connect professional"] + "name": "Create a contact in HubSpot CRM when a campaign member is created or updated in Salesforce", + "description": "Use this template to create a contact in HubSpot CRM whenever a campaign member is created or updated in Salesforce.", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["hubspotcrm", "gmail"], + "tags": ["salesforce", "hubspotcrm", "gmail", "if"], + "offerings": ["app connect professional"] }, { - "name": "Create bugs in Apptio Targetprocess for the issues retrieved from Jira", - "description": "Use this template to create bugs in Apptio Targetprocess for the issues retrieved from Jira.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["jira", "apptiotargetprocess"], - "tags": ["streaming-connector-scheduler", "jira", "apptiotargetprocess"], - "offerings": ["app connect professional"] + "name": "Create a task in Asana when a new case is created in Salesforce", + "description": "Use this template to create a task in Asana when a new case is created in Salesforce.", + "summary": "Salesforce to Asana", + "sourceApp": "salesforce", + "targetApps": ["asana"], + "tags": ["salesforce", "asana", "if"], + "offerings": ["app connect professional"] }, { - "name": "Update the status of Jira issues with the status from Apptio Targetprocess bugs", - "description": "Use this template to update the status of Jira issues with the status from Apptio Targetprocess bugs. This is a sequel flow for: Create bugs in Apptio Targetprocess for the issues retrieved from Jira.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["apptiotargetprocess", "jira"], - "tags": ["streaming-connector-scheduler", "apptiotargetprocess", "jira"], - "offerings": ["app connect professional"] + "name": "Create a file in Box when a new document is created in Salesforce", + "description": "Use this template to create a file in Box when a new document is created in Salesforce. A Gmail message is sent to notify the users that a new document has been created in Box.", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["box", "gmail"], + "tags": ["salesforce", "box", "gmail"], + "offerings": ["app connect professional"] }, { - "name": "Add comments to the Jira issues with the new comments from Apptio Targetprocess bugs", - "description": "Use this template to add comments to the Jira issues with the new comments from Apptio Targetprocess bugs. This is a sequel flow for: Create bugs in Apptio Targetprocess for the issues retrieved from Jira.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["apptiotargetprocess", "jira"], - "tags": ["streaming-connector-scheduler", "apptiotargetprocess", "jira"], - "offerings": ["app connect professional"] + "name": "Create a folder in Box for new contacts created in Salesforce", + "description": "Use this template to create a folder in Box for new contacts created in Salesforce.", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["box", "gmail", "box"], + "tags": ["salesforce", "box", "gmail", "if"], + "offerings": ["app connect professional"] }, { - "name": "Add employees of BambooHR as users in Apptio Targetprocess", - "description": "Use this template to add employees of BambooHR as users in Apptio Targetprocess.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["bamboohr", "apptiotargetprocess"], - "tags": ["streaming-connector-scheduler", "bamboohr", "apptiotargetprocess"], - "offerings": ["app connect professional"] - } -] -} \ No newline at end of file + "name": "Create or update a contact in HubSpot Marketing when an account is created or updated in Salesforce", + "description": "Use this template to create or update a contact in HubSpot Marketing when an account is created or updated in Salesforce.", + "summary": "Salesforce to HubSpot Marketing", + "sourceApp": "salesforce", + "targetApps": ["hubspotmarketing"], + "tags": ["salesforce", "hubspotmarketing", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a file in Google Drive for each new document created in Salesforce", + "description": "Use this template to create a file in Google Drive for each new document created in Salesforce.", + "summary": "Salesforce to Google Drive", + "sourceApp": "salesforce", + "targetApps": ["googledrive", "googledrive"], + "tags": ["salesforce", "googledrive", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Send an SMS message via Twilio when a new row is appended to a Google Sheets worksheet", + "description": "Use this template to send an SMS message via Twilio when a new row is appended to a Google Sheets worksheet.", + "summary": "Google Sheets to Twilio", + "sourceApp": "googlesheet", + "targetApps": ["twilio"], + "tags": ["googlesheet"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a row in Google Sheets for each new task created in Asana", + "description": "Use this template to create a row in Google Sheets for each new task created in Asana.", + "summary": "Asana to 3 applications", + "sourceApp": "asana", + "targetApps": ["googlesheet", "slack", "marketo"], + "tags": ["asana", "googlesheet", "slack", "marketo", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a row in the Google Sheets worksheet when a new campaign member is created in Microsoft Dynamics 365 for Sales", + "description": "Use this template to create a row in the Google Sheets worksheet when a new campaign member is created in Microsoft Dynamics 365 for Sales.", + "summary": "Microsoft Dynamics 365 for Sale to Google Sheets", + "sourceApp": "msdynamicscrmrest", + "targetApps": ["googlesheet"], + "tags": ["msdynamicscrmrest", "googlesheet"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a project in Workday for each Jira project retrieved", + "description": "Use this template to create a project in Workday for each Jira project retrieved.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["jira", "workday", "slack"], + "tags": ["scheduler", "jira", "foreach", "workday"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a file in Box based on the value retrieved from a row in a Google Sheets worksheet", + "description": "Use this template to create a file in Box based on the value retrieved from each new row in a Google Sheets worksheet.", + "summary": "Scheduler to 4 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["googlesheet", "slack", "http", "box"], + "tags": ["scheduler", "googlesheet", "slack", "http", "box", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a file in Box for each attachment downloaded from an email", + "description": "Use this template to create a file in Box for each attachment downloaded from an email.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["email", "box"], + "tags": ["scheduler", "email", "foreach", "box"], + "offerings": ["app connect professional"] + }, + { + "name": "Send an SMS message via Twilio when a new task is created in Asana", + "description": "Use this template to send an SMS message via Twilio when a new task is created in Asana.", + "summary": "Asana to Twilio", + "sourceApp": "asana", + "targetApps": ["twilio"], + "tags": ["asana", "twilio", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Send an SMS message via Twilio when a new issue is created in Jira", + "description": "Use this template to send an SMS message via Twilio when a new issue is created in Jira.", + "summary": "Jira to 2 applications", + "sourceApp": "jira", + "targetApps": ["jira", "twilio", "slack"], + "tags": ["jira", "twilio", "slack", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Slack notification for each new closed and won opportunity in Salesforce", + "description": "Use this template to send a Slack notification for each new closed and won opportunity in Salesforce.", + "summary": "Salesforce to Slack", + "sourceApp": "salesforce", + "targetApps": ["slack"], + "tags": ["salesforce", "slackslack", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a contact in HubSpot CRM for each campaign member of a completed campaign in Salesforce", + "description": "Use this template to create a contact in HubSpot CRM when a campaign status is updated to completed in Salesforce.", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["salesforce", "gmail", "hubspotcrm", "gmail"], + "tags": ["salesforce", "gmail", "hubspotcrm", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an account in Salesforce when a new attendee is created in Eventbrite", + "description": "Use this template to create an account in Salesforce when a new attendee is created in Eventbrite.", + "summary": "Eventbrite to Salesforce", + "sourceApp": "eventbrite", + "targetApps": ["salesforce"], + "tags": ["eventbrite", "salesforce", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a lead in Marketo when a new contact is created in Salesforce", + "description": "Use this template to create a lead in Marketo when a new contact is created in Salesforce.", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["marketo", "marketo", "gmail"], + "tags": ["salesforce", "marketo", "gmail", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a file in a Box folder when a new attachment is created in Salesforce", + "description": "Use this template to create a file in a Box folder when a new attachment is created in Salesforce.", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["salesforce", "box", "box", "gmail"], + "tags": ["salesforce", "box", "gmail", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a file in Dropbox for each new opportunity in Salesforce that has attachments", + "description": "Use this template to create a file in Dropbox for each new opportunity in Salesforce that has attachments.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["salesforce", "salesforce", "salesforce", "dropbox", "dropbox"], + "tags": ["scheduler", "salesforce", "dropbox", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a new contact in Google Contacts when a campaign member is created or updated in Salesforce", + "description": "Use this template to create a contact in Google Contacts whenever a new campaign member is either created or updated in Salesforce.", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["googlecontacts", "googlecontacts", "gmail"], + "tags": ["salesforce", "googlecontacts", "gmail", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a contact in Salesforce when a new company record is created in Microsoft SQL Server", + "description": "Use this template to create a contact in Salesforce when a new company record is created in Microsoft SQL Server.", + "summary": "Microsoft SQL Server to Salesforce", + "sourceApp": "mssql", + "targetApps": ["salesforce"], + "tags": ["mssql", "salesforce"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a file in Box for new documents created in Salesforce", + "description": "Use this template to create a file in Box for all new documents created in Salesforce.", + "summary": "Salesforce to Box", + "sourceApp": "salesforce", + "targetApps": ["box", "box"], + "tags": ["salesforce", "box", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a lead in Marketo for each new attendee retrieved from Eventbrite", + "description": "Use this template to create a lead in Marketo for each attendee retrieved from Eventbrite.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["eventbrite", "marketo", "marketo"], + "tags": ["scheduler", "eventbrite", "marketo", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a lead in Salesforce for each Eventbrite attendee", + "description": "Use this template to create a lead in Salesforce for each attendee retrieved from Eventbrite.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["eventbrite","salesforce"], + "tags": ["scheduler", "eventbrite", "salesforce", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an account in Salesforce for each new Eventbrite attendee", + "description": "Use this template to create an account in Salesforce for each new Eventbrite attendee.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["eventbrite", "salesforce"], + "tags": ["scheduler", "eventbrite", "salesforce", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an incident in ServiceNow for each new WhatsApp message retrieved from Twilio", + "description": "Use this template to create an incident in ServiceNow for each new WhatsApp message retrieved from Twilio.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["twilio", "servicenow"], + "tags": ["scheduler", "twilio", "servicenow", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an SAP customer set in SAP via OData for each new opportunity retrieved from Salesforce", + "description": "Use this template to create an SAP customer set in SAP via OData for each new opportunity retrieved from Salesforce. ", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["salesforce", "sapodata", "gmail"], + "tags": ["salesforce", "sapodata", "gmail", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Invite a new Salesforce contact to access a file in Google Drive", + "description": "Use this template to invite new contacts in Salesforce to be collaborators in Google Drive.", + "summary": "Salesforce to Google Drive", + "sourceApp": "salesforce", + "targetApps": ["googledrive"], + "tags": ["salesforce", "googledrive", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Invoke a function from AWS Lambda whenever a new row is appended in Google Sheets", + "description": "Use this template to update an existing row in a Google Sheets worksheet based on an AWS Lambda function execution report.", + "summary": "Google Sheets to 2 applications", + "sourceApp": "googlesheet", + "targetApps": ["amazonlambda", "gmail", "googlesheet"], + "tags": ["googlesheet", "amazonlambda", "gmail"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a message by phone number via Twilio when new all-day-event information is updated in a Google Sheets worksheet", + "description": "Use this template to send a message by phone number via Twilio when new Google Calendar all-day-event information is updated in a Google Sheets worksheet.", + "summary": "Google Calendar to 2 applications", + "sourceApp": "googlecalendar", + "targetApps": ["googlesheet", "twilio"], + "tags": ["googlecalendar", "googlesheet", "twilio", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Update or create a customer set in SAP via OData when a new contact is created in Salesforce", + "description": "Use this template to update or create a customer set in SAP via OData when a new contact is created in Salesforce.", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["sapodata", "gmail"], + "tags": ["salesforce", "sapodata", "gmail", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a row in Google Sheets worksheet when a new lead is created in Marketo", + "description": "Use this template to create a row in Google Sheets worksheet when a new lead is created in Marketo.", + "summary": "Marketo to Google Sheets", + "sourceApp": "marketo", + "targetApps": ["googlesheet"], + "tags": ["marketo", "googlesheet"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a new row in a Google Sheets worksheet for each new opportunity retrieved from the MySQL record", + "description": "Use this template to create a new row in a Google Sheets worksheet for each new opportunity retrieved from the MySQL record.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["mysql", "googlesheet"], + "tags": ["scheduler", "mysql", "googlesheet", "setVariable", "foreach"], + "offerings": ["app connect professional"] + }, + { + "name": "Send an SMS via Infobip when an event is created in Google Calendar for each new Wufoo form entry", + "description": "Use this template to send an SMS via Infobip when an event is created in Google Calendar for each new Wufoo form entry.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["infobip", "googlecalendar", "wufoo"], + "tags": ["streaming-connector-scheduler", "infobip", "googlecalendar", "wufoo"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a voice message via Infobip for each new form entry created in Wufoo", + "description": "Use this template to send a voice message via Infobip for each new form entry created in Wufoo.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["infobip", "wufoo"], + "tags": ["streaming-connector-scheduler", "infobip", "wufoo"], + "offerings": ["app connect professional"] + }, + { + "name": "Create time entries in Toggl Track for each new issue created in Jira", + "description": "Use this template to create time entries in Toggl Track for each new issue created in Jira.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["jira", "toggltrack"], + "tags": ["streaming-connector-scheduler", "jira", "toggltrack"], + "offerings": ["app connect professional"] + }, + { + "name": "Send an invite to fill time entries in Toggl Track for each new employee added to BambooHR", + "description": "Use this template to send an invite to fill time entries in Toggl Track for each new employee added to BambooHR.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["bamboohr", "toggltrack"], + "tags": ["streaming-connector-scheduler", "bamboohr", "toggltrack"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an event in Google Calendar for each applied absence in Factorial HR", + "description": "Use this template to create an event in Google Calendar for each applied absence in Factorial HR.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["factorialhr", "googlecalendar"], + "tags": ["streaming-connector-scheduler", "factorialhr", "googlecalendar"], + "offerings": ["app connect professional"] + }, + { + "name": "Create time entries in Toggl Track for each time registry added in Factorial HR", + "description": "Use this template to create time entries in Toggl Track for each time registry added in Factorial HR.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["factorialhr", "toggltrack"], + "tags": ["streaming-connector-scheduler", "factorialhr", "toggltrack"], + "offerings": ["app connect professional"] + }, + { + "name": "Search people from an organization by email domain in Hunter and create or update contacts in Salesforce", + "description": "Use this template to search people from an organization by using email domain and create or update contacts in Salesforce.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["hunter", "salesforce"], + "tags": ["hunter", "salesforce", "streaming-connector-scheduler"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a payment reminder in Mailchimp for unpaid attendee emails found using Hunter", + "description": "Use this template to create a payment reminder in Mailchimp for unpaid attendee emails found using Hunter.", + "summary": "1 flow using 2 applications", + "sourceApp": "api", + "targetApps": ["hunter", "mailchimp"], + "tags": ["api", "hunter", "mailchimp"], + "offerings": ["app connect professional"] + }, + { + "name": "Add recipients to a campaign using Hunter when a Google Calendar event is scheduled", + "description": "Use this template to check for response status of invitees (whether tentative or accepted) when an event is created in Google Calendar, and add those recipients to a campaign in Hunter.", + "summary": "Google Calendar to Hunter", + "sourceApp": "googlecalendar", + "targetApps": ["hunter"], + "tags": ["googlecalendar", "hunter"], + "offerings": ["app connect professional"] + }, + { + "name": "Send an SMS message through ClickSend for each order placed in Shopify", + "description": "Use this template to send an SMS message through ClickSend for each order placed in Shopify.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["shopify", "clicksend"], + "tags": ["streaming-connector-scheduler", "shopify", "clicksend"], + "offerings": ["app connect professional"] + }, + { + "name": "Send an SMS message through ClickSend for each complaint received through Gmail", + "description": "Use this template to send an SMS message through ClickSend for each complaint received through Gmail.", + "summary": "Gmail to ClickSend", + "sourceApp": "gmail", + "targetApps": ["clicksend"], + "tags": ["gmail", "clicksend"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a voice message through ClickSend for each new form entry created in Wufoo", + "description": "Use this template to send a voice message through ClickSend for each new form entry created in Wufoo.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["wufoo", "clicksend"], + "tags": ["streaming-connector-scheduler", "wufoo", "clicksend"], + "offerings": ["app connect professional"] + }, + { + "name": "Create tickets in Zendesk Service for the bugs retrieved from Apptio Targetprocess", + "description": "Use this template to create tickets in Zendesk Service for the bugs retrieved from Apptio Targetprocess.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["apptiotargetprocess", "zendeskservice"], + "tags": ["streaming-connector-scheduler", "apptiotargetprocess", "zendeskservice"], + "offerings": ["app connect professional"] + }, + { + "name": "Update Apptio Targetprocess bugs with the latest status and priority from Zendesk Service tickets", + "description": "Use this template to update Apptio Targetprocess bugs with the latest status and priority from Zendesk Service tickets. This is a sequel flow for: Create tickets in Zendesk Service for the bugs retrieved from Apptio Targetprocess.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["zendeskservice", "apptiotargetprocess"], + "tags": ["streaming-connector-scheduler", "zendeskservice", "apptiotargetprocess"], + "offerings": ["app connect professional"] + }, + { + "name": "Assign open tasks to a team from Apptio Targetprocess and send details to the team using Gmail", + "description": "Use this template to retrieve open tasks from Apptio Targetprocess, assign to a team and send details to the team using Gmail.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["apptiotargetprocess", "gmail"], + "tags": ["streaming-connector-scheduler", "apptiotargetprocess", "gmail"], + "offerings": ["app connect professional"] + }, + { + "name": "Create bugs in Apptio Targetprocess for the issues retrieved from Jira", + "description": "Use this template to create bugs in Apptio Targetprocess for the issues retrieved from Jira.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["jira", "apptiotargetprocess"], + "tags": ["streaming-connector-scheduler", "jira", "apptiotargetprocess"], + "offerings": ["app connect professional"] + }, + { + "name": "Update the status of Jira issues with the status from Apptio Targetprocess bugs", + "description": "Use this template to update the status of Jira issues with the status from Apptio Targetprocess bugs. This is a sequel flow for: Create bugs in Apptio Targetprocess for the issues retrieved from Jira.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["apptiotargetprocess", "jira"], + "tags": ["streaming-connector-scheduler", "apptiotargetprocess", "jira"], + "offerings": ["app connect professional"] + }, + { + "name": "Add comments to the Jira issues with the new comments from Apptio Targetprocess bugs", + "description": "Use this template to add comments to the Jira issues with the new comments from Apptio Targetprocess bugs. This is a sequel flow for: Create bugs in Apptio Targetprocess for the issues retrieved from Jira.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["apptiotargetprocess", "jira"], + "tags": ["streaming-connector-scheduler", "apptiotargetprocess", "jira"], + "offerings": ["app connect professional"] + }, + { + "name": "Add employees of BambooHR as users in Apptio Targetprocess", + "description": "Use this template to add employees of BambooHR as users in Apptio Targetprocess.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["bamboohr", "apptiotargetprocess"], + "tags": ["streaming-connector-scheduler", "bamboohr", "apptiotargetprocess"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a github comment when a comment is posted in wrike", + "description": "Use this template to create a github comment when a comment is posted in wrike", + "summary": "Wrike to 2 applications", + "sourceApp": "wrike", + "targetApps": ["wrike","slack","github"], + "tags": ["wrike","slack","github"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a github issue according to the importance of wrike task", + "description": "Use this template create a github issue according to the importance of wrike task", + "summary": "Wrike to 3 applications", + "sourceApp": "wrike", + "targetApps": ["wrike","slack","email","github"], + "tags": ["wrike","slack","email","github"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a wrike task when a new issue is raised in github", + "description": "Use this template create a wrike task when a new issue is raised in github", + "summary": "Wrike to 2 applications", + "sourceApp": "github", + "targetApps": ["github","wrike","slack"], + "tags": ["github","wrike","slack"], + "offerings": ["app connect professional"] + } + ] + } From 75e13d902e97a1a60543c36a0dda31852ffc7dfd Mon Sep 17 00:00:00 2001 From: RaghuRam168 <61040521+RaghuRam168@users.noreply.github.com> Date: Tue, 2 Jul 2024 13:50:12 +0530 Subject: [PATCH 03/21] Create Create a github comment when a comment is posted in wrike_instructions.md --- ...hub comment when a comment is posted in wrike_instructions.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 resources/markdown/Create a github comment when a comment is posted in wrike_instructions.md diff --git a/resources/markdown/Create a github comment when a comment is posted in wrike_instructions.md b/resources/markdown/Create a github comment when a comment is posted in wrike_instructions.md new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/resources/markdown/Create a github comment when a comment is posted in wrike_instructions.md @@ -0,0 +1 @@ + From 7a1af7814e6df0b5289ec0f57ed2a2ed44caf3a5 Mon Sep 17 00:00:00 2001 From: RaghuRam168 <61040521+RaghuRam168@users.noreply.github.com> Date: Tue, 2 Jul 2024 13:51:21 +0530 Subject: [PATCH 04/21] Create Create a github issue according to the importance of wrike task_instructions.md --- ...sue according to the importance of wrike task_instructions.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 resources/markdown/Create a github issue according to the importance of wrike task_instructions.md diff --git a/resources/markdown/Create a github issue according to the importance of wrike task_instructions.md b/resources/markdown/Create a github issue according to the importance of wrike task_instructions.md new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/resources/markdown/Create a github issue according to the importance of wrike task_instructions.md @@ -0,0 +1 @@ + From d2c5baea50328ebb0227935f3c4b395219b61aec Mon Sep 17 00:00:00 2001 From: RaghuRam168 <61040521+RaghuRam168@users.noreply.github.com> Date: Tue, 2 Jul 2024 13:51:55 +0530 Subject: [PATCH 05/21] Create Create a wrike task when a new issue is raised in github_instructions.md --- ...ike task when a new issue is raised in github_instructions.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 resources/markdown/Create a wrike task when a new issue is raised in github_instructions.md diff --git a/resources/markdown/Create a wrike task when a new issue is raised in github_instructions.md b/resources/markdown/Create a wrike task when a new issue is raised in github_instructions.md new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/resources/markdown/Create a wrike task when a new issue is raised in github_instructions.md @@ -0,0 +1 @@ + From 89a966ff2fc88c14d6d6f079e8854da8a26b27b6 Mon Sep 17 00:00:00 2001 From: RaghuRam168 <61040521+RaghuRam168@users.noreply.github.com> Date: Tue, 2 Jul 2024 14:07:45 +0530 Subject: [PATCH 06/21] Update Create a github comment when a comment is posted in wrike_instructions.md --- ...t when a comment is posted in wrike_instructions.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/resources/markdown/Create a github comment when a comment is posted in wrike_instructions.md b/resources/markdown/Create a github comment when a comment is posted in wrike_instructions.md index 8b1378917..4485c6259 100644 --- a/resources/markdown/Create a github comment when a comment is posted in wrike_instructions.md +++ b/resources/markdown/Create a github comment when a comment is posted in wrike_instructions.md @@ -1 +1,11 @@ +To refer to these instructions while editing the flow, open [the GitHub page](https://github.com/ot4i/app-connect-templates/tree/main/resources/markdown/Create%20a%20github%20comment%20when%20a%20comment%20is%20posted%20in%20wrike_instructions.md) (opens in a new window). +1. Click **Use this template** to start using the template. +2. Connect to the following accounts by using your credentials: + - [Wrike](https://www.ibm.com/docs/en/app-connect/saas?topic=apps-wrike) + - [Slack](https://www.ibm.com/docs/en/app-connect/saas?topic=apps-slack) + - [GitHub](https://www.ibm.com/docs/en/app-connect/saas?topic=apps-github) +3. To start the flow, in the banner, click **Start flow**. + + +Use this template to create a github comment when a comment is posted in wrike. From 5922263703f32dcd00d36f5ecdffe770e5dfe2ff Mon Sep 17 00:00:00 2001 From: RaghuRam168 <61040521+RaghuRam168@users.noreply.github.com> Date: Tue, 2 Jul 2024 14:13:56 +0530 Subject: [PATCH 07/21] Update Create a github issue according to the importance of wrike task_instructions.md --- ...ng to the importance of wrike task_instructions.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/resources/markdown/Create a github issue according to the importance of wrike task_instructions.md b/resources/markdown/Create a github issue according to the importance of wrike task_instructions.md index 8b1378917..72a08bd85 100644 --- a/resources/markdown/Create a github issue according to the importance of wrike task_instructions.md +++ b/resources/markdown/Create a github issue according to the importance of wrike task_instructions.md @@ -1 +1,12 @@ +To refer to these instructions while editing the flow, open [the GitHub page](https://github.com/ot4i/app-connect-templates/tree/main/resources/markdown/Create%20a%20github%20issue%20according%20to%20the%20importance%20of%20wrike%20task_instructions.md) (opens in a new window). +1. Click **Use this template** to start using the template. +2. Connect to the following accounts by using your credentials: + - [Wrike](https://www.ibm.com/docs/en/app-connect/saas?topic=apps-wrike) + - [Slack](https://www.ibm.com/docs/en/app-connect/saas?topic=apps-slack) + - [GitHub](https://www.ibm.com/docs/en/app-connect/saas?topic=apps-github) + - [Email](https://www.ibm.com/docs/en/app-connect/saas?topic=apps-email) +3. To start the flow, in the banner, click **Start flow**. + + +Use this template to create a github issue according to the importance of wrike task. From 100359ee0ad7ca4827156d7bdfebfd16d3a61f34 Mon Sep 17 00:00:00 2001 From: RaghuRam168 <61040521+RaghuRam168@users.noreply.github.com> Date: Tue, 2 Jul 2024 14:15:46 +0530 Subject: [PATCH 08/21] Update Create a wrike task when a new issue is raised in github_instructions.md --- ...en a new issue is raised in github_instructions.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/resources/markdown/Create a wrike task when a new issue is raised in github_instructions.md b/resources/markdown/Create a wrike task when a new issue is raised in github_instructions.md index 8b1378917..37c60cf43 100644 --- a/resources/markdown/Create a wrike task when a new issue is raised in github_instructions.md +++ b/resources/markdown/Create a wrike task when a new issue is raised in github_instructions.md @@ -1 +1,12 @@ +To refer to these instructions while editing the flow, open [the GitHub page](https://github.com/ot4i/app-connect-templates/tree/main/resources/markdown/Create%20a%20wrike%20task%20when%20a%20new%20issue%20is%20raised%20in%20github_instructions.md) (opens in a new window). + +1. Click **Use this template** to start using the template. +2. Connect to the following accounts by using your credentials: + - [Wrike](https://www.ibm.com/docs/en/app-connect/saas?topic=apps-wrike) + - [Slack](https://www.ibm.com/docs/en/app-connect/saas?topic=apps-slack) + - [GitHub](https://www.ibm.com/docs/en/app-connect/saas?topic=apps-github) +3. To start the flow, in the banner, click **Start flow**. + + +Use this template to create a wrike task when a new issue is raised in github. From c2a003467360719b5a8598d143082676046a2225 Mon Sep 17 00:00:00 2001 From: RaghuRam168 <61040521+RaghuRam168@users.noreply.github.com> Date: Tue, 2 Jul 2024 14:21:15 +0530 Subject: [PATCH 09/21] Update template-metadata.json --- resources/template-metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/template-metadata.json b/resources/template-metadata.json index bb270524b..5dd3371f6 100644 --- a/resources/template-metadata.json +++ b/resources/template-metadata.json @@ -3553,6 +3553,6 @@ "targetApps": ["github","wrike","slack"], "tags": ["github","wrike","slack"], "offerings": ["app connect professional"] - } + } ] } From bbd1923e83546b509c8ffdaf94a0ea3254b38996 Mon Sep 17 00:00:00 2001 From: RaghuRam168 <61040521+RaghuRam168@users.noreply.github.com> Date: Tue, 2 Jul 2024 14:29:19 +0530 Subject: [PATCH 10/21] Update template-metadata.json --- resources/template-metadata.json | 6877 +++++++++++++++--------------- 1 file changed, 3425 insertions(+), 3452 deletions(-) diff --git a/resources/template-metadata.json b/resources/template-metadata.json index 5dd3371f6..65ea68824 100644 --- a/resources/template-metadata.json +++ b/resources/template-metadata.json @@ -1,3558 +1,3531 @@ { - "templates": [{ - "name": "Create a comment in a ServiceNow ticket when a new case is created in Salesforce", - "description": "This template looks for new cases added in your Salesforce account and syncs this by creating a new ticket in ServiceNow that includes the comments from the original case.", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["salesforce","servicenow"], - "tags": ["servicenow", "salesforce", "case", "support", "ticket"], - "offerings": ["app connect professional"] - }, - { - "name": "Open a ticket on ServiceNow from an identified issue in Slack and send an email using Gmail", - "description": "Use this template to open a ticket in ServiceNow directly from Slack using a simple slash command. The flow sends you an email using Gmail with the ticket ID number and creation date in the subject, and the description of the issue in the body of the email.", - "summary": "Slack to 2 applications", - "sourceApp": "slack", - "targetApps": ["servicenow", "gmail"], - "tags": ["servicenow", "slack", "gmail", "support", "ticket", "email"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a case in Salesforce when a new incident is created in ServiceNow and alert team", - "description": "This template creates a new case in Salesforce when a new incident is created in ServiceNow. If this is an urgent incident, the flow then sends an email via Gmail and a message on Slack to alert the team when a highly urgent incident comes in to ServiceNow. This helps you to act quickly on your urgent support incidents!", - "summary": "ServiceNow to 3 applications", - "sourceApp": "servicenow", - "targetApps": ["salesforce", "gmail", "slack"], - "tags": ["servicenow", "gmail", "support", "email", "incident", "salesforce", "slack", "crm"], - "offerings": ["app connect professional"] - }, - { - "name": "Sync Salesforce cases with ServiceNow tickets", - "description": "The template creates a new ticket in ServiceNow when a new case is created in Salesforce - helping you to keep your support services in sync!", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["salesforce","servicenow"], - "tags": ["servicenow", "salesforce", "case", "support", "ticket"], - "offerings": ["app connect professional"] - }, - { - "name": "Sync Marketo new leads with Salesforce Leads", - "description": "Never miss a lead again! This templates creates or updates a new lead in Salesforce when a new lead is created in Marketo.", - "summary": "Marketo to Salesforce", - "sourceApp": "marketo", - "targetApps": ["salesforce"], - "tags": ["Salesforce", "marketo", "marketing", "lead", "crm"], - "offerings": ["app connect professional"] - }, - { - "name": "Send Gmail message for a new Salesforce Lead or a Slack message if email address is missing", - "description": "Use this template to send your new Salesforce leads an email. If there is no email ID included then send a Slack message to your team that someone needs to call the lead.", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["slack", "gmail"], - "tags": ["Salesforce", "slack", "gmail", "marketing", "lead", "email", "crm"], - "offerings": ["app connect professional"] - }, - { - "name": "Send Gmail message to new Salesforce lead", - "description": "This template creates and sends an email via Gmail when a new lead is created in Salesforce. If there is no email provided for the lead then we log an error about the missing email.", - "summary": "Salesforce to Gmail", - "sourceApp": "salesforce", - "targetApps": ["gmail"], - "tags": ["Salesforce", "gmail", "marketing", "lead", "email", "crm"], - "offerings": ["app connect professional"] - }, - { - "name": "Send Gmail message for new Slack message", - "description": "This template sends a new Gmail message whenever a new message is received in Slack.", - "summary": "Slack to Gmail", - "sourceApp": "slack", - "targetApps": ["gmail"], - "tags": ["gmail", "slack", "email"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an Asana task from a Gmail message", - "description": "This template creates a new task in Asana whenever a new Gmail message is received.", - "summary": "Gmail to Asana", - "sourceApp": "gmail", - "targetApps": ["asana"], - "tags": ["gmail", "asana"], - "offerings": ["app connect professional"] - }, - { - "name": "Post Slack message for new Gmail message", - "description": "This template creates a new message in Slack whenever a new Gmail message is received.", - "summary": "Gmail to Slack", - "sourceApp": "gmail", - "targetApps": ["slack"], - "tags": ["gmail", "slack", "email"], - "offerings": ["app connect professional"] - }, - { - "name": "For large Salesforce opportunities send an email and create an Asana task", - "description": "This template creates and sends an email via Gmail, and creates an Asana task, when a new high value opportunity is created in Salesforce.", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["gmail", "asana"], - "tags": ["Salesforce", "gmail", "asana", "sales", "opportunity", "email", "crm"], - "offerings": ["app connect professional"] - }, - { - "name": "Create new leads in Marketo by capturing lead names and details in Slack", - "description": "Capturing leads at an event is never an easy task - consolidating these after the event is even harder. This template allows you to record your leads via the Slack phone app. This then records the contact in a Google sheet (to audit the creation), and then creates the contact in Marketo. A response is then sent on Slack giving the newly created Marketo contact id.", - "summary": "Slack to 3 applications", - "sourceApp": "slack", - "targetApps": ["googlesheet", "marketo", "slack"], - "tags": ["slack", "marketo", "googlesheet", "spreadsheet", "marketing", "contact", "lead", "leadcapturing"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Gmail message when urgent ServiceNow incidents come in", - "description": "This template sends an email via Gmail when a highly urgent incident comes in to ServiceNow. This helps you to act quickly on your urgent support incidents!", - "summary": "ServiceNow to Gmail", - "sourceApp": "servicenow", - "targetApps": ["gmail"], - "tags": ["servicenow", "gmail", "support", "email", "incident"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a new Trello card for a new Salesforce campaign", - "description": "This template creates a new card in Trello when a new campaign is created in Salesforce - make sure you never forget to finish that campaign again!", - "summary": "Salesforce to Trello", - "sourceApp": "salesforce", - "targetApps": ["trello"], - "tags": ["salesforce", "trello", "marketing", "campaign", "project management", "crm"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a new Trello card for a new Salesforce lead", - "description": "This template creates a new card in Trello when a new lead is created in Salesforce - make sure you never forget to follow up with that lead again!", - "summary": "Salesforce to Trello", - "sourceApp": "salesforce", - "targetApps": ["trello"], - "tags": ["Salesforce", "trello", "marketing", "lead", "project management", "crm"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a new Trello card for a new Salesforce case", - "description": "This template creates a new card in Trello when a new case is created in Salesforce - make sure you never forget to follow up with that new case again!", - "summary": "Salesforce to Trello", - "sourceApp": "salesforce", - "targetApps": ["trello"], - "tags": ["Salesforce", "trello", "support", "case", "project management", "crm"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a Trello card for every new Insightly task", - "description": "This template creates a new card in Trello when a new task is created in Insightly.", - "summary": "Insightly to Trello", - "sourceApp": "insightly", - "targetApps": ["trello"], - "tags": ["insightly", "trello", "business", "task", "card", "crm"], - "offerings": ["app connect professional"] - }, - { - "name": "Send me a Slack notification for every new Insightly contact", - "description": "Use this template to send a Slack notification to your chosen channel whenever a new contact is added in Insightly.", - "summary": "Insightly to Slack", - "sourceApp": "insightly", - "targetApps": ["slack"], - "tags": ["insightly", "slack", "sales", "notification", "contact"], - "offerings": ["app connect professional"] - }, - { - "name": "Send me a Slack notification for every new Marketo lead", - "description": "Use this template to send a Slack notification to your chosen channel whenever a new contact is added in Marketo.", - "summary": "Marketo to Slack", - "sourceApp": "marketo", - "targetApps": ["slack"], - "tags": ["marketo", "slack", "sales", "notification", "contact"], - "offerings": ["app connect professional"] - }, - { - "name": "Add a card to a list in Trello when a new lead is added in Marketo", - "description": "This template creates a new card in Trello when a new lead is created in Marketo - make sure that you never forget to follow up with that lead again!", - "summary": "Marketo to Trello", - "sourceApp": "marketo", - "targetApps": ["trello"], - "tags": ["marketo", "trello", "lead", "card"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an Asana task for every new Insigthly task", - "description": "Use this template to create task in Asana when a new task added in Insightly.", - "summary": "Insigthly to Asana", - "sourceApp": "insightly", - "targetApps": ["asana"], - "tags": ["asana", "insightly", "business", "notification", "task", "crm"], - "offerings": ["app connect professional"] - }, - { - "name": "Copy messages between Slack channels", - "description": "Use this template to copy messages between two Slack channels. This can be between channels in the same Slack account or between channels in different Slack accounts.", - "summary": "Slack to Slack", - "sourceApp": "slack", - "targetApps": ["slack"], - "tags": ["slack", "channels", "message", "copy", "callback", "callback url"], - "offerings": ["app connect professional"] - }, - { - "name": "Send me a Slack notification for every new Salesforce opportunity", - "description": "Use this template to send a Slack notification to the sales team when a new opportunity is added in Salesforce.", - "summary": "Salesforce to Slack", - "sourceApp": "salesforce", - "targetApps": ["slack"], - "tags": ["salesforce", "slack", "sales", "opportunity", "notification"], - "offerings": ["app connect professional"] - }, - { - "name": "Sync Salesforce Leads between accounts and check and record state", - "description": "This template schedules a monthly synchronisation (batch) between the Leads of two Salesforce accounts. When it completes, a Gmail message is sent with the results of the operation. You can use this template to perform a check on the status of a batch process.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["salesforce","gmail","slack"], - "tags": ["batch", "completion", "scheduler","salesforce", "gmail", "email", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "API to create or update leads in Salesforce based on a Google Sheets spreadsheet", - "description": "This template creates an API to create or update leads in Salesforce for a specific event based on data collected in a Google Sheets spreadsheet.", - "summary": "1 flow using 2 applications", - "sourceApp": "api", - "targetApps": ["googlesheet", "salesforce"], - "tags": ["api", "salesforce", "googlesheet"], - "offerings": ["app connect professional"] - }, - { - "name": "An API to create a contact in Salesforce using a name and email address", - "description": "This is the template for an API used to create a new contact in Salesforce.", - "summary": "1 flow using 1 application", - "sourceApp": "api", - "targetApps": ["salesforce"], - "tags": ["api", "salesforce", "contact"], - "offerings": ["app connect professional"] - }, - { - "name": "API to create leads in Salesforce using a csv file from Box", - "description": "This API takes a URL to a Box document, and an optional event name. Using that information it retrieves the document, parses it to find the new leads generated and creates or updates those leads in Salesforce.", - "summary": "1 flow using 3 applications", - "sourceApp": "api", - "targetApps": ["salesforce"], - "tags": ["api", "box", "if", "salesforce", "lead"], - "offerings": ["app connect professional"] - }, - { - "name": "Download a PDF attachment from Salesforce and add the PDF document to the Watson Discovery Service", - "description": "Use this template to download an attachment from Salesforce and add the same document to the IBM Watson Discovery Service.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["salesforce", "watsondiscovery"], - "tags": ["salesforce", "watsondiscovery", "scheduler", "document", "upload", "encoding"], - "offerings": ["app connect professional"] - }, - { - "name": "Retrieve file content from Google Drive then add the document to the Watson Discovery Service", - "description": "Use this template to retrieve file content from Google Drive and add the same document to the IBM Watson Discovery Service.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["googledrive", "watsondiscovery"], - "tags": ["googledrive", "watsondiscovery", "scheduler", "document", "upload", "encoding"], - "offerings": ["app connect professional"] - }, - { - "name": "Using the For each node and JSONata to process high priority issues", - "description": "Use this template to receive a notification in the log for high priority issues.", - "summary": "Scheduler to Atlassian Jira Service Desk", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["jira"], - "tags": ["scheduler", "jira", "service desk", "tickets", "issues", "priority", "incidents", "JSONata", "for each", "log", "logging", "high", "highest"], - "offerings": ["app connect professional"] - }, - { - "name": "At regular intervals extract Salesforce lead details and upload Box file with CSV output", - "description": "This template gathers 10 leads from Salesforce, uses their names and email addresses to build a CSV file, then outputs the file to Box. The flow triggers once per day at 00:00 UTC.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["salesforce", "box"], - "tags": ["CSV", "Comma-Separated Values", "Salesforce", "Box", "lead"], - "offerings": ["app connect professional"] - }, - { - "name": "API to retrieve source code repository details and send an email about inactive repositories", - "description": "Use this template to find inactive source code repositories, then send an email to the repository owner so that they know which repositories to archive.", - "summary": "1 flow using 2 applications", - "sourceApp": "api", - "targetApps": ["http", "gmail"], - "tags": ["http node", "gmail", "JSON parse", "foreach", "retrieve with pagination", "pagination", "api flow"], - "offerings": ["app connect professional"] - }, - { - "name": "Sync leads between Salesforce accounts and send email with the sync result", - "description": "Use this template to start a batch process using the scheduler node to retrieve leads from Salesforce Account 1 and then create or update leads in Salesforce Account 2. The flow will send a message to Slack to alert you when the batch process has started, and an email will be sent to your preferred email address with the status of the sync.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["salesforce", "slack", "gmail"], - "tags": ["scheduler", "salesforce", "slack", "gmail", "batch", "process", "sync", "email", "retrieve", "add", "create", "update", "upsert", "leads", ""], - "offerings": ["app connect professional"] - }, - { - "name": "Get PagerDuty schedule and update Slack user group and topic", - "description": "Use this template to manage members of a Slack group based on a PagerDuty schedule.", - "summary": "PagerDuty to Slack", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["http"], - "tags": ["scheduler", "pagerduty", "JSON parser", "slack", "operations", "devops"], - "offerings": ["app connect professional"] - }, - { - "name": "Welcome guide part 3 - Create a CSV file in Box of the products in Salesforce", - "description": "This template contains the flow created in the 'Welcome to IBM App Connect [Part 3 of 4]: Visually map and transform your data' video. Use it to retrieve a list of products for a particular product family from Salesforce, and use the products to generate a CSV file in Box on a schedule.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["salesforce", "box"], - "tags": ["scheduler", "salesforce", "box"], - "offerings": ["app connect professional"] - }, - { - "name": "Welcome guide part 4 - Flower order API", - "description": "This template contains the API created in the 'Welcome to IBM App Connect [Part 4 of 4]: Create flows for an API' video. The API includes a flow to create a Trello card when new flowers are ordered for the festival, and it updates Salesforce with the quantity of flowers needed.", - "summary": "1 flow using 2 applications", - "sourceApp": "api", - "targetApps": ["trello", "salesforce"], - "tags": ["api", "salesforce", "trello"], - "offerings": ["app connect professional"] - }, - { - "name": "Welcome guide setup 1 - Add products to Salesforce", - "description": "Use this flow in conjuction with the templates for 'Welcome guide part 3 - Create a CSV file in Box of the products in Salesforce' and 'Welcome guide part 4 - Flower order API' to set up Salesforce products.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["googlesheet", "salesforce"], - "tags": ["scheduler", "salesforce", "trello"], - "offerings": ["app connect professional"] - }, - { - "name": "Welcome guide setup 2 - Create Sunflower Festival order in Salesforce", - "description": "Use this template to create the Salesforce order needed for the 'Welcome guide part 4 - Flower order API' template.", - "summary": "Scheduler to Salesforce", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["salesforce"], - "tags": ["salesforce", "salesforce"], - "offerings": ["app connect professional"] - }, - { - "name": "Welcome guide setup 3 - Delete flowers and order from Salesforce", - "description": "This template contains a flow to delete the objects created in 'Welcome guide setup 1 - Add products to Salesforce' and 'Welcome guide setup 2 - Create Sunflower Festival order in Salesforce'.", - "summary": "Scheduler to Salesforce", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["salesforce"], - "tags": ["salesforce", "scheduler"], - "offerings": ["app connect professional"] - }, - { - "name": "Open Banking - Account information data load", - "description": "This flow aggregates the account information of users with active consents set up in Yapily and stores it in IBM Cloudant", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["yapily", "cloudantdb"], - "tags": ["scheduler", "yapily", "for each", "if", "cloudantdb"], - "offerings": ["app connect professional"] - }, - { - "name": "Assign ServiceNow incidents to Jira and Slack", - "description": "This template detects when a new ServiceNow incident is created; if the incident has a High urgency creates an issue in Jira and sends a message to a Slack channel; otherwise, create a task in Jira. The flow illustrates the use of Jira create and retrieve actions, and the use of an If node to take alternative actions depending on data from the ServiceNow new incident trigger event.", - "summary": "ServiceNow to 2 applications", - "sourceApp": "servicenow", - "targetApps": ["jira", "slack"], - "tags": ["servicenow", "jira", "slack", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Weekly copy Dropbox files to new IBM Cloud Object Storage S3 bucket named with date", - "description": "This template copies files from a Dropbox folder to a new bucket in IBM Cloud Object Storage S3 on a weekly schedule.", - "summary": "Dropbox to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["dropbox", "ibmcoss3"], - "tags": ["scheduler", "dropbox", "ibmcoss3", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Orders ingestion to IBM Supply Chain Intelligence Suite from Microsoft Dynamics 365", - "description": "Use this template to retrieve multiple global identifiers of an order from Microsoft Dynamics 365 CRM system and ingest these global identifiers as name-value pairs to the IBM Supply Chain Intelligence Suite.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["msdynamicscrmrest", "ibmsterlingsci", "slack"], - "tags": ["scheduler", "msdynamics365forsales", "ibmsterlingsci", "foreach", "setVariable", "log", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Slack message for urgent ServiceNow incidents", - "description": "This template sends a message via Slack when a highly urgent incident comes in to ServiceNow. This helps you to act quickly on your urgent support incidents.", - "summary": "ServiceNow to Slack", - "sourceApp": "servicenow", - "targetApps": ["slack"], - "tags": ["servicenow", "slack", "incident"], - "offerings": ["app connect professional"] - }, - { - "name": "Record Microsoft Dynamics 365 campaign to Google Sheets", - "description": "This template creates a new row in Google Sheets whenever a campaign is added in Microsoft Dynamics 365 for Sales.", - "summary": "Microsoft Dynamics 365 to Google Sheets", - "sourceApp": "msdynamicscrmrest", - "targetApps": ["googlesheet"], - "tags": ["msdynamicscrmrest", "googlesheet"], - "offerings": ["app connect professional"] - }, - { - "name": "Slack notifications for Closed Won opportunities in Microsoft Dynamics 365", - "description": "This template allows you to receive Slack message with the opportunities details whenever opportunities are updated with 'Closed Won' status in Microsoft Dynamics 365 for Sales.", - "summary": "Microsoft Dynamics 365 to Slack", - "sourceApp": "msdynamicscrmrest", - "targetApps": ["slack"], - "tags": ["msdynamicscrmrest", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Record Jira issues to Google Sheets", - "description": "This template creates a new row in Google Sheets whenever a new issue is created in Jira.", - "summary": "Jira to Google Sheets", - "sourceApp": "jira", - "targetApps": ["googlesheet"], - "tags": ["jira", "googlesheet"], - "offerings": ["app connect professional"] - }, - { - "name": "Create Box folders for Jira issues", - "description": "This template creates a Box folder with the Jira issue key whenever a new issue is created in Jira.", - "summary": "Jira to Box", - "sourceApp": "jira", - "targetApps": ["box"], - "tags": ["msdynamicscrmrest", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Microsoft Teams message when a case is created or updated in Microsoft Dynamics 365", - "description": "This template allows you to receive a Microsoft Teams message with the case details when a case is created or updated in Microsoft Dynamics 365 for Sales.", - "summary": "Microsoft Dynamics 365 to Microsoft Teams", - "sourceApp": "msdynamicscrmrest", - "targetApps": ["msteams"], - "tags": ["msdynamicscrmrest", "msteams"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Microsoft Teams message when a new Insightly task is created", - "description": "This template allows you to receive Microsoft Teams message with the task details when a new Insightly task is created.", - "summary": "Insightly to Microsoft Teams", - "sourceApp": "insightly", - "targetApps": ["msteams"], - "tags": ["insightly", "msteams"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a task in Asana when a new contact is created in Insightly", - "description": "This template creates a task in Asana with the contact details when a new contact is created in Insightly. A slack message is created to notify the Insightly contact is created in Asana.", - "summary": "Insightly to 2 applications ", - "sourceApp": "insightly", - "targetApps": ["asana", "slack"], - "tags": ["insightly", "asana", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Retrieve MS Dynamics 365 leads and create an MS Excel CSV file in Dropbox at regular intervals", - "description": "This template retrieves 10 leads maximum at a time from Microsoft Dynamics 365 for Sales and creates a Microsoft Excel .csv file with the lead details in Dropbox. The flow is triggered once a day at 00:00 UTC.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["msdynamicscrmrest", "dropbox"], - "tags": ["scheduler", "msdynamicscrmrest", "dropbox"], - "offerings": ["app connect professional"] - }, - { - "name": "Creates an object in Amazon S3 when a new lead is created in Microsoft Dynamics 365", - "description": "This template creates the lead details in Amazon S3 when a new lead is created in Microsoft Dynamics 365 for Sales.", - "summary": "Microsoft Dynamics 365 to Amazon S3", - "sourceApp": "msdynamicscrmrest", - "targetApps": ["amazons3"], - "tags": ["msdynamicscrmrest", "amazons3"], - "offerings": ["app connect professional"] - }, - { - "name": "Creates an object in Amazon S3 when an attachment of type incident is created in ServiceNow", - "description": "This template creates the attachment details in Amazon S3 when an attachment of type incident is created in ServiceNow.", - "summary": "ServiceNow to Amazon S3 ", - "sourceApp": "servicenow", - "targetApps": ["amazons3"], - "tags": ["servicenow", "amazons3"], - "offerings": ["app connect professional"] - }, - { - "name": "Creates a Dropbox folder and shares the link via Slack when a new spreadsheet is created in Google Sheets", - "description": "This template creates a Dropbox folder when a new spread sheet is created in Google Sheets. A Dropbox share link is created for the folder and shared through a Slack message.", - "summary": "Google Sheets to 2 applications ", - "sourceApp": "googlesheet", - "targetApps": ["dropbox", "dropbox", "slack"], - "tags": ["dropbox", "googlesheet", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Creates a file in Dropbox when a new email is received in Gmail", - "description": "This template creates a file with the email details in Dropbox when a new email is received in Gmail.", - "summary": "Gmail to Dropbox", - "sourceApp": "gmail", - "targetApps": ["dropbox"], - "tags": ["gmail", "dropbox"], - "offerings": ["app connect professional"] - }, - { - "name": "Sync new contact from Insightly to Marketo", - "description": "This template finds a matching lead in Marketo based on the email address when a new contact is created Insightly. If a matching lead is not found, the lead is created in Marketo and a Slack notification is sent. If a matching lead is found, the lead is updated in Marketo and a Slack notification is sent.", - "summary": "Insightly to 2 applications", - "sourceApp": "insightly", - "targetApps": ["marketo", "slack"], - "tags": ["insightly", "marketo", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Creates a Trello card for a new Insightly lead", - "description": "This template adds the card to the list in Trello when a lead is created in Insightly.", - "summary": "Insightly to Trello", - "sourceApp": "insightly", - "targetApps": ["trello"], - "tags": ["insightly", "trello"], - "offerings": ["app connect professional"] - }, - { - "name": "Sync Insightly new leads with Salesforce leads", - "description": "This template creates new leads in Salesforce when a new lead is created in Insightly.", - "summary": "Insightly to Salesforce", - "sourceApp": "insightly", - "targetApps": ["salesforce"], - "tags": ["insightly", "salesforce"], - "offerings": ["app connect professional"] - }, - { - "name": "Sync Insightly contacts with Microsoft Dynamics 365 contacts", - "description": "This template creates a contact in Microsoft Dynamics 365 for Sales when a new contact is created in Insightly.", - "summary": "Insightly to Microsoft Dynamics 365", - "sourceApp": "insightly", - "targetApps": ["msdynamicscrmrest"], - "tags": ["insightly", "msdynamicscrmrest"], - "offerings": ["app connect professional"] - }, - { - "name": "Creates a file in Box when a new incident is created in ServiceNow", - "description": "This template creates a new file in Box with the incident details when a new incident is created in ServiceNow.", - "summary": "ServiceNow to Box", - "sourceApp": "servicenow", - "targetApps": ["box"], - "tags": ["servicenow", "box"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Slack message when a high or highest priority issue is created in Jira", - "description": "This template creates a new Slack message with the issue details when a 'High' or 'Highest' priority issue is created in Jira.", - "summary": "Jira to Slack", - "sourceApp": "jira", - "targetApps": ["jira", "slack"], - "tags": ["jira", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Creates an incident in ServiceNow when an issue is created in Jira", - "description": "This template creates a new incident in ServiceNow with the issue details when an issue is created in Jira.", - "summary": "Jira to ServiceNow", - "sourceApp": "jira", - "targetApps": ["jira", "servicenow"], - "tags": ["jira", "servicenow"], - "offerings": ["app connect professional"] - }, - { - "name": "Creates a case in Salesforce when an issue is created in Jira", - "description": "This template creates new case in Salesforce with the issue details when an issue is created in Jira.", - "summary": "Jira to Salesforce", - "sourceApp": "jira", - "targetApps": ["jira", "salesforce"], - "tags": ["jira", "salesforce"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Slack message when an incident is created in ServiceNow", - "description": "This template creates a new Slack message when a new incident is created in ServiceNow.", - "summary": "ServiceNow to Slack", - "sourceApp": "servicenow", - "targetApps": ["slack"], - "tags": ["servicenow", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Slack message when an incident is updated in ServiceNow", - "description": "This template creates a new Slack message when an incident is updated in ServiceNow.", - "summary": "ServiceNow to Slack", - "sourceApp": "servicenow", - "targetApps": ["slack"], - "tags": ["servicenow", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Creates a list item attachment in SharePoint and uploads it to Box when a new attachment is created in ServiceNow", - "description": "This template uploads an attachment file with its details to a specified Box folder from Microsoft SharePoint when new attachment is created in ServiceNow.", - "summary": "ServiceNow to 2 applications ", - "sourceApp": "servicenow", - "targetApps": ["mssharepoint", "box"], - "tags": ["servicenow", "mssharepoint", "box"], - "offerings": ["app connect professional"] - }, - { - "name": "Record ServiceNow ticket details to Google Sheets", - "description": "Use this template to create a new row in Google Sheets when a ticket is created in ServiceNow.", - "summary": "ServiceNow to Google Sheets", - "sourceApp": "servicenow", - "targetApps": ["googlesheet"], - "tags": ["servicenow", "googlesheet"], - "offerings": ["app connect professional"] - }, - { - "name": "Create new Trello card when a new case is created in Microsoft Dynamics 365", - "description": "Use this template to create a new Trello card when a new case is created in Microsoft Dynamics 365 for Sales.", - "summary": "Microsoft Dynamics 365 to Trello", - "sourceApp": "msdynamicscrmrest", - "targetApps": ["trello"], - "tags": ["trello", "msdynamicscrmrest"], - "offerings": ["app connect professional"] - }, - { - "name": "Create new user in ServiceNow when a new contact is created in Microsoft Dynamics 365", - "description": "Use this template to create a new user in ServiceNow when a new contact is created in Microsoft Dynamics 365 for Sales.", - "summary": "Microsoft Dynamics 365 to ServiceNow", - "sourceApp": "msdynamicscrmrest", - "targetApps": ["servicenow"], - "tags": ["msdynamicscrmrest", "servicenow"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Microsoft Teams message when a new product is created in Microsoft Dynamics 365", - "description": "This template creates a new Microsoft Teams message when a new product is created in Microsoft Dynamics 365 for Sales.", - "summary": "Microsoft Dynamics 365 to Microsoft Teams", - "sourceApp": "msdynamicscrmrest", - "targetApps": ["msteams"], - "tags": ["msdynamicscrmrest", "msteams"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Slack message when a new order is created in Microsoft Dynamics 365", - "description": "This template creates a new Slack message whenever a new order is created in Microsoft Dynamics 365 for Sales.", - "summary": "Microsoft Dynamics 365 to Slack", - "sourceApp": "msdynamicscrmrest", - "targetApps": ["slack"], - "tags": ["msdynamicscrmrest", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Slack message when accounts are created in Microsoft Dynamics 365", - "description": "This template creates a new Slack message whenever a new account is created in Microsoft Dynamics 365 for Sales.", - "summary": "Microsoft Dynamics 365 to Slack", - "sourceApp": "msdynamicscrmrest", - "targetApps": ["slack"], - "tags": ["msdynamicscrmrest", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Slack message when new contacts are created in Microsoft Dynamics 365", - "description": "This template allows you to receive a Slack message with the contact details whenever new contacts are created in Microsoft Dynamics 365 for Sales.", - "summary": "Microsoft Dynamics 365 to Slack", - "sourceApp": "msdynamicscrmrest", - "targetApps": ["slack"], - "tags": ["msdynamicscrmrest", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Slack notification for resolved case in Microsoft Dynamics 365", - "description": "This template creates a Slack message to notify user when a case is marked as resolved in Microsoft Dynamics 365 for Sales.", - "summary": "Microsoft Dynamics 365 to Slack", - "sourceApp": "msdynamicscrmrest", - "targetApps": ["slack"], - "tags": ["msdynamicscrmrest", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Creates an Asana task when a new Microsoft Teams message is created", - "description": "This template creates a task in Asana if Microsoft Teams message contains the word 'task'.", - "summary": "Microsoft Teams to Asana", - "sourceApp": "msteams", - "targetApps": ["asana"], - "tags": ["msteams", "asana"], - "offerings": ["app connect professional"] - }, - { - "name": "Sync new or updated contact from Microsoft Dynamics 365 to Marketo lead", - "description": "This template updates or creates a Marketo lead when a new contact is created or updated in Microsoft Dynamics 365 for Sales based on the email address. If the email address of the Microsoft Dynamics 365 for Sales contact and Marketo lead is different, a new lead is created in Marketo. If the email address is the same, the lead is updated with the contact details in Marketo.", - "summary": "Microsoft Dynamics 365 to Marketo", - "sourceApp": "msdynamicscrmrest", - "targetApps": ["marketo"], - "tags": ["msdynamicscrmrest", "marketo"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a list item in SharePoint when a Wufoo form is submitted", - "description": "Use this template to create a list item in SharePoint when a completed form entry is submitted in Wufoo. A Microsoft Teams message is received with the list item details.", - "summary": "Wufoo to 2 applications", - "sourceApp": "wufoo", - "targetApps": ["mssharepoint", "msteams"], - "tags": ["wufoo", "mssharepoint", "msteams"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Microsoft Teams message when a listitem is updated in SharePoint", - "description": "This template allows you to receive Microsoft Teams message with details when the listitem is updated in SharePoint.", - "summary": "Microsoft SharePoint to Microsoft Teams", - "sourceApp": "mssharepoint", - "targetApps": ["msteams"], - "tags": ["mssharepoint", "msteams"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Slack message when a site is created or updated in SharePoint", - "description": "This template creates a new message in Slack whenever site is created or updated in SharePoint.", - "summary": "Microsoft SharePoint to Slack", - "sourceApp": "mssharepoint", - "targetApps": ["slack"], - "tags": ["mssharepoint", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Microsoft Teams message when a sales order is created or updated in Salesforce", - "description": "This template creates a new Microsoft Teams message when a sales order is created or updated in Salesforce.", - "summary": "Salesforce to Microsoft Teams", - "sourceApp": "salesforce", - "targetApps": ["msteams"], - "tags": ["salesforce", "msteams"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Slack message for every updated message in Microsoft Teams", - "description": "This template allows you to receive a Slack message with details whenever there is any updated message in Microsoft Teams.", - "summary": "Microsoft Teams to Slack", - "sourceApp": "msteams", - "targetApps": ["slack"], - "tags": ["msteams", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Microsoft Teams message when an issue is created in Jira", - "description": "This template creates a new Microsoft Teams message with the Jira issue details when an issue is created in Jira.", - "summary": "Jira to Microsoft Teams", - "sourceApp": "jira", - "targetApps": ["msteams"], - "tags": ["jira", "msteams"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Microsoft Teams message when a ticket is created in ServiceNow", - "description": "This template creates a Microsoft Teams message with the ServiceNow ticket details when a ticket is created in ServiceNow.", - "summary": "ServiceNow to Microsoft Teams", - "sourceApp": "servicenow", - "targetApps": ["msteams"], - "tags": ["servicenow", "msteams"], - "offerings": ["app connect professional"] - }, - { - "name": "Creates a Dropbox file when a new attachment is created in ServiceNow", - "description": "This template uploads the attachment file details to Dropbox when a new attachment is created in ServiceNow", - "summary": "ServiceNow to Dropbox", - "sourceApp": "servicenow", - "targetApps": ["dropbox"], - "tags": ["servicenow", "dropbox"], - "offerings": ["app connect professional"] - }, - { - "name": "Sync new case from Microsoft Dynamics 365 to ServiceNow", - "description": "This template creates a new incident in ServiceNow when a new case is created in Microsoft Dynamics 365 for Sales.", - "summary": "Microsoft Dynamics 365 to ServiceNow", - "sourceApp": "msdynamicscrmrest", - "targetApps": ["servicenow"], - "tags": ["servicenow", "msdynamicscrmrest"], - "offerings": ["app connect professional"] - }, - { - "name": "Sync leads from Microsoft Dynamics 365 to Marketo", - "description": "This template finds a matching lead in Marketo based on the email address when a new lead is created in Microsoft Dynamics 365 for Sales. If a matching lead is not found, the lead is created in Marketo.", - "summary": "Microsoft Dynamics 365 to Marketo", - "sourceApp": "msdynamicscrmrest", - "targetApps": ["marketo"], - "tags": ["msdynamicscrmrest", "marketo"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a Trello card for new SharePoint listitem", - "description": "This template creates a new Trello card when new listitem is created in Microsoft SharePoint.", - "summary": "SharePoint to Trello", - "sourceApp": "mssharepoint", - "targetApps": ["trello"], - "tags": ["mssharepoint", "trello"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a user in Microsoft Active Directory for each contact in Salesforce", - "description": "Use this template to retrieve contacts from Salesforce, then for each create a user in Microsoft Active Directory, and then update the Saleforce contact.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["msad", "salesforce"], - "tags": ["msad", "salesforce", "scheduler", "contact", "foreach", "user"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a new task in Asana when a new Salesforce campaign is created", - "description": "Use this template to create a new task in Asana for a new Salesforce campaign, setting the Asana task name to the name of the Salesforce campaign.", - "summary": "Salesforce to Asana", - "sourceApp": "Salesforce", - "targetApps": ["Asana"], - "tags": ["Salesforce", "Asana"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a message on Slack when a new Salesforce contact is created", - "description": "Use this template to send a Slack message when a new contact created in Salesforce, with the message containing data from the Salesforce contact.", - "summary": "Salesforce to Slack", - "sourceApp": "Salesforce", - "targetApps": ["Slack"], - "tags": ["Salesforce", "Slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a new Jira issue for a new Trello card", - "description": "When a new issue is created in Jira, a new Trello card is created with metadata from the Jira issue.", - "summary": "Jira Issue to Trello Card", - "sourceApp": "jira", - "targetApps": ["trello"], - "tags": ["jira", "trello"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a new Trello card when a new opportunity record is created in Salesforce", - "description": "Learn how easy it is to use App Connect to connect Salesforce to Trello so that every time a new opportunity is created in Salesforce, details of that opportunity are added automatically to a card list in the Trello account.", - "summary": "Salesforce to Trello", - "sourceApp": "salesforce", - "targetApps": ["trello"], - "tags": ["salesforce", "trello", "opportunity", "card", "list", "sales", "event-driven flow"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a new Trello card when a new row is added in Google Sheets", - "description": "Learn how easy it is to use App Connect to connect Google Sheets to Trello so that every time a new row is added in Google Sheets, a new card is created in the Trello account with metadata of the new row from Google Sheets.", - "summary": "Google Sheets to Trello", - "sourceApp": "googlesheet", - "targetApps": ["trello"], - "tags": ["trello", "googlesheet", "spreadsheet", "record", "card", "event-driven flow", "row","metadata"], - "offerings": ["app connect professional"] - }, - { - "name": "Creates a task in Asana when an issue is created in Jira", - "description": "Whenever a new Issue is created in Jira, a new task is created in Asana", - "summary": "Jira to Asana", - "sourceApp": "jira", - "targetApps": ["asana"], - "tags": ["jira","asana"], - "offerings": ["app connect professional"] - }, - { - "name": "Create data extension values in Salesforce Marketing Cloud for contacts created in Salesforce event", - "description": "Use this template to create a contact’s data extension values table with the contact’s details whenever a contact is created in a Salesforce New contact event.", - "summary": "Salesforce to Salesforce Marketing Cloud", - "sourceApp": "salesforce", - "targetApps": ["salesforcemc", "salesforcemc", "slack"], - "tags": ["salesforcemc", "salesforce", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "An email gets sent when a Salesforce opportunity update fails due to incorrect values", - "description": "Use this template to send an email when a Salesforce opportunity update fails due to incorrect values.", - "summary": "Microsoft Dynamics 365 to 2 applications", - "sourceApp": "msdynamicscrmrest", - "targetApps": ["salesforce", "email"], - "tags": ["msdynamicscrmrest", "salesforce", "email", "addErrorCatch"], - "offerings": ["app connect professional"] - }, - { - "name": "Add a document in IBM Watson Discovery when a file is created in IBM OpenPages with Watson", - "description": "Use this template to add a document in IBM Watson Discovery whenever a file is created and downloaded in IBM OpenPages with Watson.", - "summary": "IBM OpenPages to 2 applications", - "sourceApp": "ibmopenpages", - "targetApps": ["slack", "watsondiscovery"], - "tags": ["ibmopenpages", "slack", "watsondiscovery"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a document in Couchbase whenever a ticket gets created in Zendesk Service", - "description": "Use this template to create a document in Couchbase with the specified document data whenever a ticket is created in Zendesk Service. A Slack message is then sent to the intended channel.", - "summary": "Zendesk Service to 2 applications", - "sourceApp": "zendeskservice", - "targetApps": ["slack", "couchbase"], - "tags": ["zendeskservice", "slack", "couchbase"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a list of workers for an upcoming assignment in Google Sheets from Oracle HCM worker records", - "description": "Use this template to retrieve worker details from Oracle Human Capital Management and create an entry in Google Sheets whenever a worker’s status is inactive.", - "summary": "Scheduler to 5 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["oraclehcm", "googlesheet", "slack"], - "tags": ["oraclehcm", "slack", "googlesheet", "scheduler", "foreach", "setVariable", "if", "JSON parser"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a new IBM EWM work item when a new incident is logged in ServiceNow", - "description": "Use this template to create a work item in IBM Engineering Workflow Management whenever a new incident is logged in ServiceNow. A notification is then sent to the relevant squad through Microsoft Teams.", - "summary": "ServiceNow to 2 applications", - "sourceApp": "servicenow", - "targetApps": ["ibmewm", "msteams"], - "tags": ["servicenow", "ibmewm", "msteams"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a pickup ready order event through flexEngage based on the IBM Sterling Order Management System delivery method", - "description": "Use this template to create a pickup ready order event if the IBM Order Management System delivery method is empty. An email is then sent from flexEngage with the order pickup details.", - "summary": "IBM Sterling OMS to flexEngage", - "sourceApp": "ibmsterlingoms", - "targetApps": ["flexengage"], - "tags": ["ibmsterlingoms", "flexengage"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an incident or problem in ServiceNow when a ticket is created in Zendesk Service", - "description": "Use this template to create an incident or problem in ServiceNow when a ticket is created in Zendesk Service. A Slack notification gets sent to the relevant squad.", - "summary": "Zendesk Service to 2 applications", - "sourceApp": "zendeskservice", - "targetApps": ["servicenow", "slack"], - "tags": ["zendeskservice", "servicenow", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an issue in IBM OpenPages with Watson when an incident is created in ServiceNow", - "description": "Use this template to create an issue in IBM OpenPages with Watson whenever an incident gets created in ServiceNow. This flow helps you to keep incident data in sync between ServiceNow and IBM OpenPages with Watson. ", - "summary": "ServiceNow to 3 applications", - "sourceApp": "servicenow", - "targetApps": ["ibmopenpages", "servicenow", "slack"], - "tags": ["servicenow", "ibmopenpages", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an item on the mondaydotcom board for tickets created in Zendesk Service", - "description": "Use this template to create an item on the monday.com board for tickets created in Zendesk Service.", - "summary": "Zendesk Service to 2 applications", - "sourceApp": "zendeskservice", - "targetApps": ["mondaydotcom", "slack"], - "tags": ["zendeskservice", "mondaydotcom", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Create order in IBM Sterling Order Management System for orders created in Microsoft Dynamics 365 for Sales", - "description": "Use this template to create orders by using the IBM Order Management System’s create order asynchronous operation whenever any new orders are created in Microsoft Dynamics 365 for Sales.", - "summary": "Microsoft Dynamics 365 to IBM OMS", - "sourceApp": "msdynamicscrmrest", - "targetApps": ["ibmsterlingoms"], - "tags": ["msdynamicscrmrest", "ibmsterlingoms"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a single invoice in Oracle E-Business Suite when an order is closed", - "description": "Use this template to create a single invoice in Oracle E-Business Suite when an order status is updated to closed in Oracle E-Business Suite. An email is sent from Gmail with the invoice details.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["oracleebs", "gmail"], - "tags": ["scheduler", "oracleebs", "gmail"], - "offerings": ["app connect professional"] - }, - { - "name": "Creates data extension values in Salesforce Marketing Cloud for contacts created in Salesforce event", - "description": "Use this template to create contact’s data extension values table with the contact’s details whenever a contact is created in a Salesforce New contact event.", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["salesforcemc", "slack"], - "tags": ["salesforce", "salesforcemc", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Invoke a function from AWS Lambda whenever an opportunity gets created in Salesforce", - "description": "Use this template to invoke a function from AWS Lambda whenever an opportunity gets created in Salesforce.", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["gmail", "amazonlambda"], - "tags": ["salesforce", "gmail", "amazonlambda"], - "offerings": ["app connect professional"] - }, - { - "name": "Launch an Amazon EC2 instance whenever a new row is appended in Google Sheets requesting to launch the instance", - "description": "Use this template to launch an Amazon EC2 instance whenever a new row is appended in the Google Sheets worksheet.", - "summary": "Google Sheets to 3 applications", - "sourceApp": "googlesheet", - "targetApps": ["amazonec2", "gmail", "slack"], - "tags": ["", "amazonec2", "gmail", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Retrieve a file from Box and update the content in Anaplan, then import the data into a model in Anaplan", - "description": "Use this template to retrieve a file from Box and update the content in Anaplan, then import the data into a model in Anaplan.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["box", "anaplan", "gmail"], - "tags": ["box", "anaplan", "gmail", "scheduler"], - "offerings": ["app connect professional"] - }, - { - "name": "Retrieve and update Microsoft Excel Online worksheet rows with the status email sent through Gmail", - "description": "Use this template to retrieve and update Microsoft Excel Online rows with the status email sent through a Gmail account.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["msexcel", "gmail"], - "tags": ["scheduler", "msexcel", "gmail"], - "offerings": ["app connect professional"] - }, - { - "name": "Stop or start or reboot the Amazon EC2 instance whenever a Zendesk Service ticket gets created", - "description": "Use this template to stop, start, or reboot the Amazon EC2 instance whenever a Zendesk Service ticket gets created.", - "summary": "Zendesk Service to 3 applications", - "sourceApp": "zendeskservice", - "targetApps": ["amazonec2", "gmail", "slack"], - "tags": ["zendeskservice", "amazonec2", "gmail", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Sync employee records between Couchbase and Amazon DynamoDB", - "description": " ", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["couchbase", "slack", "amazondynamodb"], - "tags": ["scheduler", "couchbase", "slack", "amazondynamodb"], - "offerings": ["app connect professional"] - }, - { - "name": "Syncs Microsoft Active Directory computers to Microsoft Entra ID", - "description": "Use this template to create or update the device in Microsoft Entra ID whenever a new computer is created or updated in Microsoft Active Directory, helping you keep your devices information in sync", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["slack", "msad", "azuread"], - "tags": ["scheduler", "slack", "msad", "azuread"], - "offerings": ["app connect professional"] - }, - { - "name": "Syncs Microsoft Active Directory users to Microsoft Entra ID", - "description": "Use this template to create or update the user in Microsoft Entra ID whenever a new user is created or updated in Microsoft Active Directory, helping you keep your user information in sync. ", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["msad", "azuread"], - "tags": ["scheduler", "msad", "azuread"], - "offerings": ["app connect professional"] - }, - { - "name": "Syncs Salesforce accounts with Oracle E-Business Suite customers", - "description": "Use this template to create a customer in Oracle E-Business Suite whenever an account is created in Salesforce.", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["gmail", "oracleebs"], - "tags": ["salesforce", "gmail", "oracleebs"], - "offerings": ["app connect professional"] - }, - { - "name": "Update ServiceNow incident and send a Microsoft Teams notification whenever a work item in IBM EWM is updated", - "description": "Use this template to update the incident in ServiceNow when any updates are done to the existing work item in IBM Engineering Workflow Management. A Microsoft Teams notification is then sent to the relevant squad.", - "summary": "IBM EWM to 2 applications", - "sourceApp": "ibmewm", - "targetApps": ["msteams", "servicenow"], - "tags": ["ibmewm", "msteams", "servicenow"], - "offerings": ["app connect professional"] - }, - { - "name": "Initiate a large volume read request for an Anaplan view and share the data as an attachment via Gmail", - "description": "Use this template to request a large volume of data insights from a view in Anaplan, download it, and share the data as an attachment via Gmail.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["anaplan", "gmail"], - "tags": ["scheduler", "anaplan", "gmail"], - "offerings": ["app connect professional"] - }, + "templates": [{ + "name": "Create a comment in a ServiceNow ticket when a new case is created in Salesforce", + "description": "This template looks for new cases added in your Salesforce account and syncs this by creating a new ticket in ServiceNow that includes the comments from the original case.", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["salesforce","servicenow"], + "tags": ["servicenow", "salesforce", "case", "support", "ticket"], + "offerings": ["app connect professional"] + }, + { + "name": "Open a ticket on ServiceNow from an identified issue in Slack and send an email using Gmail", + "description": "Use this template to open a ticket in ServiceNow directly from Slack using a simple slash command. The flow sends you an email using Gmail with the ticket ID number and creation date in the subject, and the description of the issue in the body of the email.", + "summary": "Slack to 2 applications", + "sourceApp": "slack", + "targetApps": ["servicenow", "gmail"], + "tags": ["servicenow", "slack", "gmail", "support", "ticket", "email"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a case in Salesforce when a new incident is created in ServiceNow and alert team", + "description": "This template creates a new case in Salesforce when a new incident is created in ServiceNow. If this is an urgent incident, the flow then sends an email via Gmail and a message on Slack to alert the team when a highly urgent incident comes in to ServiceNow. This helps you to act quickly on your urgent support incidents!", + "summary": "ServiceNow to 3 applications", + "sourceApp": "servicenow", + "targetApps": ["salesforce", "gmail", "slack"], + "tags": ["servicenow", "gmail", "support", "email", "incident", "salesforce", "slack", "crm"], + "offerings": ["app connect professional"] + }, + { + "name": "Sync Salesforce cases with ServiceNow tickets", + "description": "The template creates a new ticket in ServiceNow when a new case is created in Salesforce - helping you to keep your support services in sync!", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["salesforce","servicenow"], + "tags": ["servicenow", "salesforce", "case", "support", "ticket"], + "offerings": ["app connect professional"] + }, + { + "name": "Sync Marketo new leads with Salesforce Leads", + "description": "Never miss a lead again! This templates creates or updates a new lead in Salesforce when a new lead is created in Marketo.", + "summary": "Marketo to Salesforce", + "sourceApp": "marketo", + "targetApps": ["salesforce"], + "tags": ["Salesforce", "marketo", "marketing", "lead", "crm"], + "offerings": ["app connect professional"] + }, + { + "name": "Send Gmail message for a new Salesforce Lead or a Slack message if email address is missing", + "description": "Use this template to send your new Salesforce leads an email. If there is no email ID included then send a Slack message to your team that someone needs to call the lead.", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["slack", "gmail"], + "tags": ["Salesforce", "slack", "gmail", "marketing", "lead", "email", "crm"], + "offerings": ["app connect professional"] + }, + { + "name": "Send Gmail message to new Salesforce lead", + "description": "This template creates and sends an email via Gmail when a new lead is created in Salesforce. If there is no email provided for the lead then we log an error about the missing email.", + "summary": "Salesforce to Gmail", + "sourceApp": "salesforce", + "targetApps": ["gmail"], + "tags": ["Salesforce", "gmail", "marketing", "lead", "email", "crm"], + "offerings": ["app connect professional"] + }, + { + "name": "Send Gmail message for new Slack message", + "description": "This template sends a new Gmail message whenever a new message is received in Slack.", + "summary": "Slack to Gmail", + "sourceApp": "slack", + "targetApps": ["gmail"], + "tags": ["gmail", "slack", "email"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an Asana task from a Gmail message", + "description": "This template creates a new task in Asana whenever a new Gmail message is received.", + "summary": "Gmail to Asana", + "sourceApp": "gmail", + "targetApps": ["asana"], + "tags": ["gmail", "asana"], + "offerings": ["app connect professional"] + }, + { + "name": "Post Slack message for new Gmail message", + "description": "This template creates a new message in Slack whenever a new Gmail message is received.", + "summary": "Gmail to Slack", + "sourceApp": "gmail", + "targetApps": ["slack"], + "tags": ["gmail", "slack", "email"], + "offerings": ["app connect professional"] + }, + { + "name": "For large Salesforce opportunities send an email and create an Asana task", + "description": "This template creates and sends an email via Gmail, and creates an Asana task, when a new high value opportunity is created in Salesforce.", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["gmail", "asana"], + "tags": ["Salesforce", "gmail", "asana", "sales", "opportunity", "email", "crm"], + "offerings": ["app connect professional"] + }, + { + "name": "Create new leads in Marketo by capturing lead names and details in Slack", + "description": "Capturing leads at an event is never an easy task - consolidating these after the event is even harder. This template allows you to record your leads via the Slack phone app. This then records the contact in a Google sheet (to audit the creation), and then creates the contact in Marketo. A response is then sent on Slack giving the newly created Marketo contact id.", + "summary": "Slack to 3 applications", + "sourceApp": "slack", + "targetApps": ["googlesheet", "marketo", "slack"], + "tags": ["slack", "marketo", "googlesheet", "spreadsheet", "marketing", "contact", "lead", "leadcapturing"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Gmail message when urgent ServiceNow incidents come in", + "description": "This template sends an email via Gmail when a highly urgent incident comes in to ServiceNow. This helps you to act quickly on your urgent support incidents!", + "summary": "ServiceNow to Gmail", + "sourceApp": "servicenow", + "targetApps": ["gmail"], + "tags": ["servicenow", "gmail", "support", "email", "incident"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a new Trello card for a new Salesforce campaign", + "description": "This template creates a new card in Trello when a new campaign is created in Salesforce - make sure you never forget to finish that campaign again!", + "summary": "Salesforce to Trello", + "sourceApp": "salesforce", + "targetApps": ["trello"], + "tags": ["salesforce", "trello", "marketing", "campaign", "project management", "crm"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a new Trello card for a new Salesforce lead", + "description": "This template creates a new card in Trello when a new lead is created in Salesforce - make sure you never forget to follow up with that lead again!", + "summary": "Salesforce to Trello", + "sourceApp": "salesforce", + "targetApps": ["trello"], + "tags": ["Salesforce", "trello", "marketing", "lead", "project management", "crm"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a new Trello card for a new Salesforce case", + "description": "This template creates a new card in Trello when a new case is created in Salesforce - make sure you never forget to follow up with that new case again!", + "summary": "Salesforce to Trello", + "sourceApp": "salesforce", + "targetApps": ["trello"], + "tags": ["Salesforce", "trello", "support", "case", "project management", "crm"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a Trello card for every new Insightly task", + "description": "This template creates a new card in Trello when a new task is created in Insightly.", + "summary": "Insightly to Trello", + "sourceApp": "insightly", + "targetApps": ["trello"], + "tags": ["insightly", "trello", "business", "task", "card", "crm"], + "offerings": ["app connect professional"] + }, + { + "name": "Send me a Slack notification for every new Insightly contact", + "description": "Use this template to send a Slack notification to your chosen channel whenever a new contact is added in Insightly.", + "summary": "Insightly to Slack", + "sourceApp": "insightly", + "targetApps": ["slack"], + "tags": ["insightly", "slack", "sales", "notification", "contact"], + "offerings": ["app connect professional"] + }, + { + "name": "Send me a Slack notification for every new Marketo lead", + "description": "Use this template to send a Slack notification to your chosen channel whenever a new contact is added in Marketo.", + "summary": "Marketo to Slack", + "sourceApp": "marketo", + "targetApps": ["slack"], + "tags": ["marketo", "slack", "sales", "notification", "contact"], + "offerings": ["app connect professional"] + }, + { + "name": "Add a card to a list in Trello when a new lead is added in Marketo", + "description": "This template creates a new card in Trello when a new lead is created in Marketo - make sure that you never forget to follow up with that lead again!", + "summary": "Marketo to Trello", + "sourceApp": "marketo", + "targetApps": ["trello"], + "tags": ["marketo", "trello", "lead", "card"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an Asana task for every new Insigthly task", + "description": "Use this template to create task in Asana when a new task added in Insightly.", + "summary": "Insigthly to Asana", + "sourceApp": "insightly", + "targetApps": ["asana"], + "tags": ["asana", "insightly", "business", "notification", "task", "crm"], + "offerings": ["app connect professional"] + }, + { + "name": "Copy messages between Slack channels", + "description": "Use this template to copy messages between two Slack channels. This can be between channels in the same Slack account or between channels in different Slack accounts.", + "summary": "Slack to Slack", + "sourceApp": "slack", + "targetApps": ["slack"], + "tags": ["slack", "channels", "message", "copy", "callback", "callback url"], + "offerings": ["app connect professional"] + }, + { + "name": "Send me a Slack notification for every new Salesforce opportunity", + "description": "Use this template to send a Slack notification to the sales team when a new opportunity is added in Salesforce.", + "summary": "Salesforce to Slack", + "sourceApp": "salesforce", + "targetApps": ["slack"], + "tags": ["salesforce", "slack", "sales", "opportunity", "notification"], + "offerings": ["app connect professional"] + }, + { + "name": "Sync Salesforce Leads between accounts and check and record state", + "description": "This template schedules a monthly synchronisation (batch) between the Leads of two Salesforce accounts. When it completes, a Gmail message is sent with the results of the operation. You can use this template to perform a check on the status of a batch process.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["salesforce","gmail","slack"], + "tags": ["batch", "completion", "scheduler","salesforce", "gmail", "email", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "API to create or update leads in Salesforce based on a Google Sheets spreadsheet", + "description": "This template creates an API to create or update leads in Salesforce for a specific event based on data collected in a Google Sheets spreadsheet.", + "summary": "1 flow using 2 applications", + "sourceApp": "api", + "targetApps": ["googlesheet", "salesforce"], + "tags": ["api", "salesforce", "googlesheet"], + "offerings": ["app connect professional"] + }, + { + "name": "An API to create a contact in Salesforce using a name and email address", + "description": "This is the template for an API used to create a new contact in Salesforce.", + "summary": "1 flow using 1 application", + "sourceApp": "api", + "targetApps": ["salesforce"], + "tags": ["api", "salesforce", "contact"], + "offerings": ["app connect professional"] + }, + { + "name": "API to create leads in Salesforce using a csv file from Box", + "description": "This API takes a URL to a Box document, and an optional event name. Using that information it retrieves the document, parses it to find the new leads generated and creates or updates those leads in Salesforce.", + "summary": "1 flow using 3 applications", + "sourceApp": "api", + "targetApps": ["salesforce"], + "tags": ["api", "box", "if", "salesforce", "lead"], + "offerings": ["app connect professional"] + }, + { + "name": "Download a PDF attachment from Salesforce and add the PDF document to the Watson Discovery Service", + "description": "Use this template to download an attachment from Salesforce and add the same document to the IBM Watson Discovery Service.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["salesforce", "watsondiscovery"], + "tags": ["salesforce", "watsondiscovery", "scheduler", "document", "upload", "encoding"], + "offerings": ["app connect professional"] + }, + { + "name": "Retrieve file content from Google Drive then add the document to the Watson Discovery Service", + "description": "Use this template to retrieve file content from Google Drive and add the same document to the IBM Watson Discovery Service.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["googledrive", "watsondiscovery"], + "tags": ["googledrive", "watsondiscovery", "scheduler", "document", "upload", "encoding"], + "offerings": ["app connect professional"] + }, + { + "name": "Using the For each node and JSONata to process high priority issues", + "description": "Use this template to receive a notification in the log for high priority issues.", + "summary": "Scheduler to Atlassian Jira Service Desk", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["jira"], + "tags": ["scheduler", "jira", "service desk", "tickets", "issues", "priority", "incidents", "JSONata", "for each", "log", "logging", "high", "highest"], + "offerings": ["app connect professional"] + }, + { + "name": "At regular intervals extract Salesforce lead details and upload Box file with CSV output", + "description": "This template gathers 10 leads from Salesforce, uses their names and email addresses to build a CSV file, then outputs the file to Box. The flow triggers once per day at 00:00 UTC.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["salesforce", "box"], + "tags": ["CSV", "Comma-Separated Values", "Salesforce", "Box", "lead"], + "offerings": ["app connect professional"] + }, + { + "name": "API to retrieve source code repository details and send an email about inactive repositories", + "description": "Use this template to find inactive source code repositories, then send an email to the repository owner so that they know which repositories to archive.", + "summary": "1 flow using 2 applications", + "sourceApp": "api", + "targetApps": ["http", "gmail"], + "tags": ["http node", "gmail", "JSON parse", "foreach", "retrieve with pagination", "pagination", "api flow"], + "offerings": ["app connect professional"] + }, + { + "name": "Sync leads between Salesforce accounts and send email with the sync result", + "description": "Use this template to start a batch process using the scheduler node to retrieve leads from Salesforce Account 1 and then create or update leads in Salesforce Account 2. The flow will send a message to Slack to alert you when the batch process has started, and an email will be sent to your preferred email address with the status of the sync.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["salesforce", "slack", "gmail"], + "tags": ["scheduler", "salesforce", "slack", "gmail", "batch", "process", "sync", "email", "retrieve", "add", "create", "update", "upsert", "leads", ""], + "offerings": ["app connect professional"] + }, + { + "name": "Get PagerDuty schedule and update Slack user group and topic", + "description": "Use this template to manage members of a Slack group based on a PagerDuty schedule.", + "summary": "PagerDuty to Slack", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["http"], + "tags": ["scheduler", "pagerduty", "JSON parser", "slack", "operations", "devops"], + "offerings": ["app connect professional"] + }, + { + "name": "Welcome guide part 3 - Create a CSV file in Box of the products in Salesforce", + "description": "This template contains the flow created in the 'Welcome to IBM App Connect [Part 3 of 4]: Visually map and transform your data' video. Use it to retrieve a list of products for a particular product family from Salesforce, and use the products to generate a CSV file in Box on a schedule.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["salesforce", "box"], + "tags": ["scheduler", "salesforce", "box"], + "offerings": ["app connect professional"] + }, + { + "name": "Welcome guide part 4 - Flower order API", + "description": "This template contains the API created in the 'Welcome to IBM App Connect [Part 4 of 4]: Create flows for an API' video. The API includes a flow to create a Trello card when new flowers are ordered for the festival, and it updates Salesforce with the quantity of flowers needed.", + "summary": "1 flow using 2 applications", + "sourceApp": "api", + "targetApps": ["trello", "salesforce"], + "tags": ["api", "salesforce", "trello"], + "offerings": ["app connect professional"] + }, + { + "name": "Welcome guide setup 1 - Add products to Salesforce", + "description": "Use this flow in conjuction with the templates for 'Welcome guide part 3 - Create a CSV file in Box of the products in Salesforce' and 'Welcome guide part 4 - Flower order API' to set up Salesforce products.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["googlesheet", "salesforce"], + "tags": ["scheduler", "salesforce", "trello"], + "offerings": ["app connect professional"] + }, + { + "name": "Welcome guide setup 2 - Create Sunflower Festival order in Salesforce", + "description": "Use this template to create the Salesforce order needed for the 'Welcome guide part 4 - Flower order API' template.", + "summary": "Scheduler to Salesforce", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["salesforce"], + "tags": ["salesforce", "salesforce"], + "offerings": ["app connect professional"] + }, + { + "name": "Welcome guide setup 3 - Delete flowers and order from Salesforce", + "description": "This template contains a flow to delete the objects created in 'Welcome guide setup 1 - Add products to Salesforce' and 'Welcome guide setup 2 - Create Sunflower Festival order in Salesforce'.", + "summary": "Scheduler to Salesforce", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["salesforce"], + "tags": ["salesforce", "scheduler"], + "offerings": ["app connect professional"] + }, + { + "name": "Open Banking - Account information data load", + "description": "This flow aggregates the account information of users with active consents set up in Yapily and stores it in IBM Cloudant", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["yapily", "cloudantdb"], + "tags": ["scheduler", "yapily", "for each", "if", "cloudantdb"], + "offerings": ["app connect professional"] + }, + { + "name": "Assign ServiceNow incidents to Jira and Slack", + "description": "This template detects when a new ServiceNow incident is created; if the incident has a High urgency creates an issue in Jira and sends a message to a Slack channel; otherwise, create a task in Jira. The flow illustrates the use of Jira create and retrieve actions, and the use of an If node to take alternative actions depending on data from the ServiceNow new incident trigger event.", + "summary": "ServiceNow to 2 applications", + "sourceApp": "servicenow", + "targetApps": ["jira", "slack"], + "tags": ["servicenow", "jira", "slack", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Weekly copy Dropbox files to new IBM Cloud Object Storage S3 bucket named with date", + "description": "This template copies files from a Dropbox folder to a new bucket in IBM Cloud Object Storage S3 on a weekly schedule.", + "summary": "Dropbox to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["dropbox", "ibmcoss3"], + "tags": ["scheduler", "dropbox", "ibmcoss3", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Orders ingestion to IBM Supply Chain Intelligence Suite from Microsoft Dynamics 365", + "description": "Use this template to retrieve multiple global identifiers of an order from Microsoft Dynamics 365 CRM system and ingest these global identifiers as name-value pairs to the IBM Supply Chain Intelligence Suite.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["msdynamicscrmrest", "ibmsterlingsci", "slack"], + "tags": ["scheduler", "msdynamics365forsales", "ibmsterlingsci", "foreach", "setVariable", "log", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Slack message for urgent ServiceNow incidents", + "description": "This template sends a message via Slack when a highly urgent incident comes in to ServiceNow. This helps you to act quickly on your urgent support incidents.", + "summary": "ServiceNow to Slack", + "sourceApp": "servicenow", + "targetApps": ["slack"], + "tags": ["servicenow", "slack", "incident"], + "offerings": ["app connect professional"] + }, + { + "name": "Record Microsoft Dynamics 365 campaign to Google Sheets", + "description": "This template creates a new row in Google Sheets whenever a campaign is added in Microsoft Dynamics 365 for Sales.", + "summary": "Microsoft Dynamics 365 to Google Sheets", + "sourceApp": "msdynamicscrmrest", + "targetApps": ["googlesheet"], + "tags": ["msdynamicscrmrest", "googlesheet"], + "offerings": ["app connect professional"] + }, + { + "name": "Slack notifications for Closed Won opportunities in Microsoft Dynamics 365", + "description": "This template allows you to receive Slack message with the opportunities details whenever opportunities are updated with 'Closed Won' status in Microsoft Dynamics 365 for Sales.", + "summary": "Microsoft Dynamics 365 to Slack", + "sourceApp": "msdynamicscrmrest", + "targetApps": ["slack"], + "tags": ["msdynamicscrmrest", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Record Jira issues to Google Sheets", + "description": "This template creates a new row in Google Sheets whenever a new issue is created in Jira.", + "summary": "Jira to Google Sheets", + "sourceApp": "jira", + "targetApps": ["googlesheet"], + "tags": ["jira", "googlesheet"], + "offerings": ["app connect professional"] + }, + { + "name": "Create Box folders for Jira issues", + "description": "This template creates a Box folder with the Jira issue key whenever a new issue is created in Jira.", + "summary": "Jira to Box", + "sourceApp": "jira", + "targetApps": ["box"], + "tags": ["msdynamicscrmrest", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Microsoft Teams message when a case is created or updated in Microsoft Dynamics 365", + "description": "This template allows you to receive a Microsoft Teams message with the case details when a case is created or updated in Microsoft Dynamics 365 for Sales.", + "summary": "Microsoft Dynamics 365 to Microsoft Teams", + "sourceApp": "msdynamicscrmrest", + "targetApps": ["msteams"], + "tags": ["msdynamicscrmrest", "msteams"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Microsoft Teams message when a new Insightly task is created", + "description": "This template allows you to receive Microsoft Teams message with the task details when a new Insightly task is created.", + "summary": "Insightly to Microsoft Teams", + "sourceApp": "insightly", + "targetApps": ["msteams"], + "tags": ["insightly", "msteams"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a task in Asana when a new contact is created in Insightly", + "description": "This template creates a task in Asana with the contact details when a new contact is created in Insightly. A slack message is created to notify the Insightly contact is created in Asana.", + "summary": "Insightly to 2 applications ", + "sourceApp": "insightly", + "targetApps": ["asana", "slack"], + "tags": ["insightly", "asana", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Retrieve MS Dynamics 365 leads and create an MS Excel CSV file in Dropbox at regular intervals", + "description": "This template retrieves 10 leads maximum at a time from Microsoft Dynamics 365 for Sales and creates a Microsoft Excel .csv file with the lead details in Dropbox. The flow is triggered once a day at 00:00 UTC.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["msdynamicscrmrest", "dropbox"], + "tags": ["scheduler", "msdynamicscrmrest", "dropbox"], + "offerings": ["app connect professional"] + }, + { + "name": "Creates an object in Amazon S3 when a new lead is created in Microsoft Dynamics 365", + "description": "This template creates the lead details in Amazon S3 when a new lead is created in Microsoft Dynamics 365 for Sales.", + "summary": "Microsoft Dynamics 365 to Amazon S3", + "sourceApp": "msdynamicscrmrest", + "targetApps": ["amazons3"], + "tags": ["msdynamicscrmrest", "amazons3"], + "offerings": ["app connect professional"] + }, + { + "name": "Creates an object in Amazon S3 when an attachment of type incident is created in ServiceNow", + "description": "This template creates the attachment details in Amazon S3 when an attachment of type incident is created in ServiceNow.", + "summary": "ServiceNow to Amazon S3 ", + "sourceApp": "servicenow", + "targetApps": ["amazons3"], + "tags": ["servicenow", "amazons3"], + "offerings": ["app connect professional"] + }, + { + "name": "Creates a Dropbox folder and shares the link via Slack when a new spreadsheet is created in Google Sheets", + "description": "This template creates a Dropbox folder when a new spread sheet is created in Google Sheets. A Dropbox share link is created for the folder and shared through a Slack message.", + "summary": "Google Sheets to 2 applications ", + "sourceApp": "googlesheet", + "targetApps": ["dropbox", "dropbox", "slack"], + "tags": ["dropbox", "googlesheet", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Creates a file in Dropbox when a new email is received in Gmail", + "description": "This template creates a file with the email details in Dropbox when a new email is received in Gmail.", + "summary": "Gmail to Dropbox", + "sourceApp": "gmail", + "targetApps": ["dropbox"], + "tags": ["gmail", "dropbox"], + "offerings": ["app connect professional"] + }, + { + "name": "Sync new contact from Insightly to Marketo", + "description": "This template finds a matching lead in Marketo based on the email address when a new contact is created Insightly. If a matching lead is not found, the lead is created in Marketo and a Slack notification is sent. If a matching lead is found, the lead is updated in Marketo and a Slack notification is sent.", + "summary": "Insightly to 2 applications", + "sourceApp": "insightly", + "targetApps": ["marketo", "slack"], + "tags": ["insightly", "marketo", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Creates a Trello card for a new Insightly lead", + "description": "This template adds the card to the list in Trello when a lead is created in Insightly.", + "summary": "Insightly to Trello", + "sourceApp": "insightly", + "targetApps": ["trello"], + "tags": ["insightly", "trello"], + "offerings": ["app connect professional"] + }, + { + "name": "Sync Insightly new leads with Salesforce leads", + "description": "This template creates new leads in Salesforce when a new lead is created in Insightly.", + "summary": "Insightly to Salesforce", + "sourceApp": "insightly", + "targetApps": ["salesforce"], + "tags": ["insightly", "salesforce"], + "offerings": ["app connect professional"] + }, + { + "name": "Sync Insightly contacts with Microsoft Dynamics 365 contacts", + "description": "This template creates a contact in Microsoft Dynamics 365 for Sales when a new contact is created in Insightly.", + "summary": "Insightly to Microsoft Dynamics 365", + "sourceApp": "insightly", + "targetApps": ["msdynamicscrmrest"], + "tags": ["insightly", "msdynamicscrmrest"], + "offerings": ["app connect professional"] + }, + { + "name": "Creates a file in Box when a new incident is created in ServiceNow", + "description": "This template creates a new file in Box with the incident details when a new incident is created in ServiceNow.", + "summary": "ServiceNow to Box", + "sourceApp": "servicenow", + "targetApps": ["box"], + "tags": ["servicenow", "box"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Slack message when a high or highest priority issue is created in Jira", + "description": "This template creates a new Slack message with the issue details when a 'High' or 'Highest' priority issue is created in Jira.", + "summary": "Jira to Slack", + "sourceApp": "jira", + "targetApps": ["jira", "slack"], + "tags": ["jira", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Creates an incident in ServiceNow when an issue is created in Jira", + "description": "This template creates a new incident in ServiceNow with the issue details when an issue is created in Jira.", + "summary": "Jira to ServiceNow", + "sourceApp": "jira", + "targetApps": ["jira", "servicenow"], + "tags": ["jira", "servicenow"], + "offerings": ["app connect professional"] + }, + { + "name": "Creates a case in Salesforce when an issue is created in Jira", + "description": "This template creates new case in Salesforce with the issue details when an issue is created in Jira.", + "summary": "Jira to Salesforce", + "sourceApp": "jira", + "targetApps": ["jira", "salesforce"], + "tags": ["jira", "salesforce"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Slack message when an incident is created in ServiceNow", + "description": "This template creates a new Slack message when a new incident is created in ServiceNow.", + "summary": "ServiceNow to Slack", + "sourceApp": "servicenow", + "targetApps": ["slack"], + "tags": ["servicenow", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Slack message when an incident is updated in ServiceNow", + "description": "This template creates a new Slack message when an incident is updated in ServiceNow.", + "summary": "ServiceNow to Slack", + "sourceApp": "servicenow", + "targetApps": ["slack"], + "tags": ["servicenow", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Creates a list item attachment in SharePoint and uploads it to Box when a new attachment is created in ServiceNow", + "description": "This template uploads an attachment file with its details to a specified Box folder from Microsoft SharePoint when new attachment is created in ServiceNow.", + "summary": "ServiceNow to 2 applications ", + "sourceApp": "servicenow", + "targetApps": ["mssharepoint", "box"], + "tags": ["servicenow", "mssharepoint", "box"], + "offerings": ["app connect professional"] + }, + { + "name": "Record ServiceNow ticket details to Google Sheets", + "description": "Use this template to create a new row in Google Sheets when a ticket is created in ServiceNow.", + "summary": "ServiceNow to Google Sheets", + "sourceApp": "servicenow", + "targetApps": ["googlesheet"], + "tags": ["servicenow", "googlesheet"], + "offerings": ["app connect professional"] + }, + { + "name": "Create new Trello card when a new case is created in Microsoft Dynamics 365", + "description": "Use this template to create a new Trello card when a new case is created in Microsoft Dynamics 365 for Sales.", + "summary": "Microsoft Dynamics 365 to Trello", + "sourceApp": "msdynamicscrmrest", + "targetApps": ["trello"], + "tags": ["trello", "msdynamicscrmrest"], + "offerings": ["app connect professional"] + }, + { + "name": "Create new user in ServiceNow when a new contact is created in Microsoft Dynamics 365", + "description": "Use this template to create a new user in ServiceNow when a new contact is created in Microsoft Dynamics 365 for Sales.", + "summary": "Microsoft Dynamics 365 to ServiceNow", + "sourceApp": "msdynamicscrmrest", + "targetApps": ["servicenow"], + "tags": ["msdynamicscrmrest", "servicenow"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Microsoft Teams message when a new product is created in Microsoft Dynamics 365", + "description": "This template creates a new Microsoft Teams message when a new product is created in Microsoft Dynamics 365 for Sales.", + "summary": "Microsoft Dynamics 365 to Microsoft Teams", + "sourceApp": "msdynamicscrmrest", + "targetApps": ["msteams"], + "tags": ["msdynamicscrmrest", "msteams"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Slack message when a new order is created in Microsoft Dynamics 365", + "description": "This template creates a new Slack message whenever a new order is created in Microsoft Dynamics 365 for Sales.", + "summary": "Microsoft Dynamics 365 to Slack", + "sourceApp": "msdynamicscrmrest", + "targetApps": ["slack"], + "tags": ["msdynamicscrmrest", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Slack message when accounts are created in Microsoft Dynamics 365", + "description": "This template creates a new Slack message whenever a new account is created in Microsoft Dynamics 365 for Sales.", + "summary": "Microsoft Dynamics 365 to Slack", + "sourceApp": "msdynamicscrmrest", + "targetApps": ["slack"], + "tags": ["msdynamicscrmrest", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Slack message when new contacts are created in Microsoft Dynamics 365", + "description": "This template allows you to receive a Slack message with the contact details whenever new contacts are created in Microsoft Dynamics 365 for Sales.", + "summary": "Microsoft Dynamics 365 to Slack", + "sourceApp": "msdynamicscrmrest", + "targetApps": ["slack"], + "tags": ["msdynamicscrmrest", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Slack notification for resolved case in Microsoft Dynamics 365", + "description": "This template creates a Slack message to notify user when a case is marked as resolved in Microsoft Dynamics 365 for Sales.", + "summary": "Microsoft Dynamics 365 to Slack", + "sourceApp": "msdynamicscrmrest", + "targetApps": ["slack"], + "tags": ["msdynamicscrmrest", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Creates an Asana task when a new Microsoft Teams message is created", + "description": "This template creates a task in Asana if Microsoft Teams message contains the word 'task'.", + "summary": "Microsoft Teams to Asana", + "sourceApp": "msteams", + "targetApps": ["asana"], + "tags": ["msteams", "asana"], + "offerings": ["app connect professional"] + }, + { + "name": "Sync new or updated contact from Microsoft Dynamics 365 to Marketo lead", + "description": "This template updates or creates a Marketo lead when a new contact is created or updated in Microsoft Dynamics 365 for Sales based on the email address. If the email address of the Microsoft Dynamics 365 for Sales contact and Marketo lead is different, a new lead is created in Marketo. If the email address is the same, the lead is updated with the contact details in Marketo.", + "summary": "Microsoft Dynamics 365 to Marketo", + "sourceApp": "msdynamicscrmrest", + "targetApps": ["marketo"], + "tags": ["msdynamicscrmrest", "marketo"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a list item in SharePoint when a Wufoo form is submitted", + "description": "Use this template to create a list item in SharePoint when a completed form entry is submitted in Wufoo. A Microsoft Teams message is received with the list item details.", + "summary": "Wufoo to 2 applications", + "sourceApp": "wufoo", + "targetApps": ["mssharepoint", "msteams"], + "tags": ["wufoo", "mssharepoint", "msteams"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Microsoft Teams message when a listitem is updated in SharePoint", + "description": "This template allows you to receive Microsoft Teams message with details when the listitem is updated in SharePoint.", + "summary": "Microsoft SharePoint to Microsoft Teams", + "sourceApp": "mssharepoint", + "targetApps": ["msteams"], + "tags": ["mssharepoint", "msteams"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Slack message when a site is created or updated in SharePoint", + "description": "This template creates a new message in Slack whenever site is created or updated in SharePoint.", + "summary": "Microsoft SharePoint to Slack", + "sourceApp": "mssharepoint", + "targetApps": ["slack"], + "tags": ["mssharepoint", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Microsoft Teams message when a sales order is created or updated in Salesforce", + "description": "This template creates a new Microsoft Teams message when a sales order is created or updated in Salesforce.", + "summary": "Salesforce to Microsoft Teams", + "sourceApp": "salesforce", + "targetApps": ["msteams"], + "tags": ["salesforce", "msteams"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Slack message for every updated message in Microsoft Teams", + "description": "This template allows you to receive a Slack message with details whenever there is any updated message in Microsoft Teams.", + "summary": "Microsoft Teams to Slack", + "sourceApp": "msteams", + "targetApps": ["slack"], + "tags": ["msteams", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Microsoft Teams message when an issue is created in Jira", + "description": "This template creates a new Microsoft Teams message with the Jira issue details when an issue is created in Jira.", + "summary": "Jira to Microsoft Teams", + "sourceApp": "jira", + "targetApps": ["msteams"], + "tags": ["jira", "msteams"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Microsoft Teams message when a ticket is created in ServiceNow", + "description": "This template creates a Microsoft Teams message with the ServiceNow ticket details when a ticket is created in ServiceNow.", + "summary": "ServiceNow to Microsoft Teams", + "sourceApp": "servicenow", + "targetApps": ["msteams"], + "tags": ["servicenow", "msteams"], + "offerings": ["app connect professional"] + }, + { + "name": "Creates a Dropbox file when a new attachment is created in ServiceNow", + "description": "This template uploads the attachment file details to Dropbox when a new attachment is created in ServiceNow", + "summary": "ServiceNow to Dropbox", + "sourceApp": "servicenow", + "targetApps": ["dropbox"], + "tags": ["servicenow", "dropbox"], + "offerings": ["app connect professional"] + }, + { + "name": "Sync new case from Microsoft Dynamics 365 to ServiceNow", + "description": "This template creates a new incident in ServiceNow when a new case is created in Microsoft Dynamics 365 for Sales.", + "summary": "Microsoft Dynamics 365 to ServiceNow", + "sourceApp": "msdynamicscrmrest", + "targetApps": ["servicenow"], + "tags": ["servicenow", "msdynamicscrmrest"], + "offerings": ["app connect professional"] + }, + { + "name": "Sync leads from Microsoft Dynamics 365 to Marketo", + "description": "This template finds a matching lead in Marketo based on the email address when a new lead is created in Microsoft Dynamics 365 for Sales. If a matching lead is not found, the lead is created in Marketo.", + "summary": "Microsoft Dynamics 365 to Marketo", + "sourceApp": "msdynamicscrmrest", + "targetApps": ["marketo"], + "tags": ["msdynamicscrmrest", "marketo"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a Trello card for new SharePoint listitem", + "description": "This template creates a new Trello card when new listitem is created in Microsoft SharePoint.", + "summary": "SharePoint to Trello", + "sourceApp": "mssharepoint", + "targetApps": ["trello"], + "tags": ["mssharepoint", "trello"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a user in Microsoft Active Directory for each contact in Salesforce", + "description": "Use this template to retrieve contacts from Salesforce, then for each create a user in Microsoft Active Directory, and then update the Saleforce contact.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["msad", "salesforce"], + "tags": ["msad", "salesforce", "scheduler", "contact", "foreach", "user"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a new task in Asana when a new Salesforce campaign is created", + "description": "Use this template to create a new task in Asana for a new Salesforce campaign, setting the Asana task name to the name of the Salesforce campaign.", + "summary": "Salesforce to Asana", + "sourceApp": "Salesforce", + "targetApps": ["Asana"], + "tags": ["Salesforce", "Asana"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a message on Slack when a new Salesforce contact is created", + "description": "Use this template to send a Slack message when a new contact created in Salesforce, with the message containing data from the Salesforce contact.", + "summary": "Salesforce to Slack", + "sourceApp": "Salesforce", + "targetApps": ["Slack"], + "tags": ["Salesforce", "Slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a new Jira issue for a new Trello card", + "description": "When a new issue is created in Jira, a new Trello card is created with metadata from the Jira issue.", + "summary": "Jira Issue to Trello Card", + "sourceApp": "jira", + "targetApps": ["trello"], + "tags": ["jira", "trello"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a new Trello card when a new opportunity record is created in Salesforce", + "description": "Learn how easy it is to use App Connect to connect Salesforce to Trello so that every time a new opportunity is created in Salesforce, details of that opportunity are added automatically to a card list in the Trello account.", + "summary": "Salesforce to Trello", + "sourceApp": "salesforce", + "targetApps": ["trello"], + "tags": ["salesforce", "trello", "opportunity", "card", "list", "sales", "event-driven flow"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a new Trello card when a new row is added in Google Sheets", + "description": "Learn how easy it is to use App Connect to connect Google Sheets to Trello so that every time a new row is added in Google Sheets, a new card is created in the Trello account with metadata of the new row from Google Sheets.", + "summary": "Google Sheets to Trello", + "sourceApp": "googlesheet", + "targetApps": ["trello"], + "tags": ["trello", "googlesheet", "spreadsheet", "record", "card", "event-driven flow", "row","metadata"], + "offerings": ["app connect professional"] + }, + { + "name": "Creates a task in Asana when an issue is created in Jira", + "description": "Whenever a new Issue is created in Jira, a new task is created in Asana", + "summary": "Jira to Asana", + "sourceApp": "jira", + "targetApps": ["asana"], + "tags": ["jira","asana"], + "offerings": ["app connect professional"] + }, + { + "name": "Create data extension values in Salesforce Marketing Cloud for contacts created in Salesforce event", + "description": "Use this template to create a contact’s data extension values table with the contact’s details whenever a contact is created in a Salesforce New contact event.", + "summary": "Salesforce to Salesforce Marketing Cloud", + "sourceApp": "salesforce", + "targetApps": ["salesforcemc", "salesforcemc", "slack"], + "tags": ["salesforcemc", "salesforce", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "An email gets sent when a Salesforce opportunity update fails due to incorrect values", + "description": "Use this template to send an email when a Salesforce opportunity update fails due to incorrect values.", + "summary": "Microsoft Dynamics 365 to 2 applications", + "sourceApp": "msdynamicscrmrest", + "targetApps": ["salesforce", "email"], + "tags": ["msdynamicscrmrest", "salesforce", "email", "addErrorCatch"], + "offerings": ["app connect professional"] + }, + { + "name": "Add a document in IBM Watson Discovery when a file is created in IBM OpenPages with Watson", + "description": "Use this template to add a document in IBM Watson Discovery whenever a file is created and downloaded in IBM OpenPages with Watson.", + "summary": "IBM OpenPages to 2 applications", + "sourceApp": "ibmopenpages", + "targetApps": ["slack", "watsondiscovery"], + "tags": ["ibmopenpages", "slack", "watsondiscovery"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a document in Couchbase whenever a ticket gets created in Zendesk Service", + "description": "Use this template to create a document in Couchbase with the specified document data whenever a ticket is created in Zendesk Service. A Slack message is then sent to the intended channel.", + "summary": "Zendesk Service to 2 applications", + "sourceApp": "zendeskservice", + "targetApps": ["slack", "couchbase"], + "tags": ["zendeskservice", "slack", "couchbase"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a list of workers for an upcoming assignment in Google Sheets from Oracle HCM worker records", + "description": "Use this template to retrieve worker details from Oracle Human Capital Management and create an entry in Google Sheets whenever a worker’s status is inactive.", + "summary": "Scheduler to 5 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["oraclehcm", "googlesheet", "slack"], + "tags": ["oraclehcm", "slack", "googlesheet", "scheduler", "foreach", "setVariable", "if", "JSON parser"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a new IBM EWM work item when a new incident is logged in ServiceNow", + "description": "Use this template to create a work item in IBM Engineering Workflow Management whenever a new incident is logged in ServiceNow. A notification is then sent to the relevant squad through Microsoft Teams.", + "summary": "ServiceNow to 2 applications", + "sourceApp": "servicenow", + "targetApps": ["ibmewm", "msteams"], + "tags": ["servicenow", "ibmewm", "msteams"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a pickup ready order event through flexEngage based on the IBM Sterling Order Management System delivery method", + "description": "Use this template to create a pickup ready order event if the IBM Order Management System delivery method is empty. An email is then sent from flexEngage with the order pickup details.", + "summary": "IBM Sterling OMS to flexEngage", + "sourceApp": "ibmsterlingoms", + "targetApps": ["flexengage"], + "tags": ["ibmsterlingoms", "flexengage"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an incident or problem in ServiceNow when a ticket is created in Zendesk Service", + "description": "Use this template to create an incident or problem in ServiceNow when a ticket is created in Zendesk Service. A Slack notification gets sent to the relevant squad.", + "summary": "Zendesk Service to 2 applications", + "sourceApp": "zendeskservice", + "targetApps": ["servicenow", "slack"], + "tags": ["zendeskservice", "servicenow", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an issue in IBM OpenPages with Watson when an incident is created in ServiceNow", + "description": "Use this template to create an issue in IBM OpenPages with Watson whenever an incident gets created in ServiceNow. This flow helps you to keep incident data in sync between ServiceNow and IBM OpenPages with Watson. ", + "summary": "ServiceNow to 3 applications", + "sourceApp": "servicenow", + "targetApps": ["ibmopenpages", "servicenow", "slack"], + "tags": ["servicenow", "ibmopenpages", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an item on the mondaydotcom board for tickets created in Zendesk Service", + "description": "Use this template to create an item on the monday.com board for tickets created in Zendesk Service.", + "summary": "Zendesk Service to 2 applications", + "sourceApp": "zendeskservice", + "targetApps": ["mondaydotcom", "slack"], + "tags": ["zendeskservice", "mondaydotcom", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Create order in IBM Sterling Order Management System for orders created in Microsoft Dynamics 365 for Sales", + "description": "Use this template to create orders by using the IBM Order Management System’s create order asynchronous operation whenever any new orders are created in Microsoft Dynamics 365 for Sales.", + "summary": "Microsoft Dynamics 365 to IBM OMS", + "sourceApp": "msdynamicscrmrest", + "targetApps": ["ibmsterlingoms"], + "tags": ["msdynamicscrmrest", "ibmsterlingoms"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a single invoice in Oracle E-Business Suite when an order is closed", + "description": "Use this template to create a single invoice in Oracle E-Business Suite when an order status is updated to closed in Oracle E-Business Suite. An email is sent from Gmail with the invoice details.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["oracleebs", "gmail"], + "tags": ["scheduler", "oracleebs", "gmail"], + "offerings": ["app connect professional"] + }, + { + "name": "Creates data extension values in Salesforce Marketing Cloud for contacts created in Salesforce event", + "description": "Use this template to create contact’s data extension values table with the contact’s details whenever a contact is created in a Salesforce New contact event.", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["salesforcemc", "slack"], + "tags": ["salesforce", "salesforcemc", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Invoke a function from AWS Lambda whenever an opportunity gets created in Salesforce", + "description": "Use this template to invoke a function from AWS Lambda whenever an opportunity gets created in Salesforce.", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["gmail", "amazonlambda"], + "tags": ["salesforce", "gmail", "amazonlambda"], + "offerings": ["app connect professional"] + }, + { + "name": "Launch an Amazon EC2 instance whenever a new row is appended in Google Sheets requesting to launch the instance", + "description": "Use this template to launch an Amazon EC2 instance whenever a new row is appended in the Google Sheets worksheet.", + "summary": "Google Sheets to 3 applications", + "sourceApp": "googlesheet", + "targetApps": ["amazonec2", "gmail", "slack"], + "tags": ["", "amazonec2", "gmail", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Retrieve a file from Box and update the content in Anaplan, then import the data into a model in Anaplan", + "description": "Use this template to retrieve a file from Box and update the content in Anaplan, then import the data into a model in Anaplan.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["box", "anaplan", "gmail"], + "tags": ["box", "anaplan", "gmail", "scheduler"], + "offerings": ["app connect professional"] + }, + { + "name": "Retrieve and update Microsoft Excel Online worksheet rows with the status email sent through Gmail", + "description": "Use this template to retrieve and update Microsoft Excel Online rows with the status email sent through a Gmail account.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["msexcel", "gmail"], + "tags": ["scheduler", "msexcel", "gmail"], + "offerings": ["app connect professional"] + }, + { + "name": "Stop or start or reboot the Amazon EC2 instance whenever a Zendesk Service ticket gets created", + "description": "Use this template to stop, start, or reboot the Amazon EC2 instance whenever a Zendesk Service ticket gets created.", + "summary": "Zendesk Service to 3 applications", + "sourceApp": "zendeskservice", + "targetApps": ["amazonec2", "gmail", "slack"], + "tags": ["zendeskservice", "amazonec2", "gmail", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Sync employee records between Couchbase and Amazon DynamoDB", + "description": " ", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["couchbase", "slack", "amazondynamodb"], + "tags": ["scheduler", "couchbase", "slack", "amazondynamodb"], + "offerings": ["app connect professional"] + }, + { + "name": "Syncs Microsoft Active Directory computers to Microsoft Entra ID", + "description": "Use this template to create or update the device in Microsoft Entra ID whenever a new computer is created or updated in Microsoft Active Directory, helping you keep your devices information in sync", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["slack", "msad", "azuread"], + "tags": ["scheduler", "slack", "msad", "azuread"], + "offerings": ["app connect professional"] + }, + { + "name": "Syncs Microsoft Active Directory users to Microsoft Entra ID", + "description": "Use this template to create or update the user in Microsoft Entra ID whenever a new user is created or updated in Microsoft Active Directory, helping you keep your user information in sync. ", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["msad", "azuread"], + "tags": ["scheduler", "msad", "azuread"], + "offerings": ["app connect professional"] + }, + { + "name": "Syncs Salesforce accounts with Oracle E-Business Suite customers", + "description": "Use this template to create a customer in Oracle E-Business Suite whenever an account is created in Salesforce.", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["gmail", "oracleebs"], + "tags": ["salesforce", "gmail", "oracleebs"], + "offerings": ["app connect professional"] + }, + { + "name": "Update ServiceNow incident and send a Microsoft Teams notification whenever a work item in IBM EWM is updated", + "description": "Use this template to update the incident in ServiceNow when any updates are done to the existing work item in IBM Engineering Workflow Management. A Microsoft Teams notification is then sent to the relevant squad.", + "summary": "IBM EWM to 2 applications", + "sourceApp": "ibmewm", + "targetApps": ["msteams", "servicenow"], + "tags": ["ibmewm", "msteams", "servicenow"], + "offerings": ["app connect professional"] + }, + { + "name": "Initiate a large volume read request for an Anaplan view and share the data as an attachment via Gmail", + "description": "Use this template to request a large volume of data insights from a view in Anaplan, download it, and share the data as an attachment via Gmail.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["anaplan", "gmail"], + "tags": ["scheduler", "anaplan", "gmail"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a lead in Salesforce whenever a new row that contains potential lead data is appended in Microsoft Excel Online", + "description": "Use this template to add a new lead in Salesforce whenever a new row is appended in Microsoft Excel Online with potential lead data. A Slack message gets sent to the intended channel.", + "summary": "Microsoft Excel Online to 2 applications", + "sourceApp": "msexcel", + "targetApps": ["salesforce", "slack"], + "tags": ["msexcel", "salesforce", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Trigger an alarm whenever the threshold is violated based on the Amazon CloudWatch published metric data", + "description": "Use this template to trigger an alarm whenever the published metric data breaches the threshold value set in Amazon CloudWatch. An email gets sent to the intended recipient by AWS Simple Notification Service (SNS) for each threshold violation.", + "summary": "Salesforce to 3 applications", + "sourceApp": "salesforce", + "targetApps": ["zendeskservice", "amazoncloudwatch", "slack"], + "tags": ["salesforce", "zendeskservice", "amazoncloudwatch", "slack", "addErrorCatch"], + "offerings": ["app connect professional"] + }, { - "name": "Create a lead in Salesforce whenever a new row that contains potential lead data is appended in Microsoft Excel Online", - "description": "Use this template to add a new lead in Salesforce whenever a new row is appended in Microsoft Excel Online with potential lead data. A Slack message gets sent to the intended channel.", - "summary": "Microsoft Excel Online to 2 applications", - "sourceApp": "msexcel", - "targetApps": ["salesforce", "slack"], - "tags": ["msexcel", "salesforce", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Trigger an alarm whenever the threshold is violated based on the Amazon CloudWatch published metric data", - "description": "Use this template to trigger an alarm whenever the published metric data breaches the threshold value set in Amazon CloudWatch. An email gets sent to the intended recipient by AWS Simple Notification Service (SNS) for each threshold violation.", - "summary": "Salesforce to 3 applications", - "sourceApp": "salesforce", - "targetApps": ["zendeskservice", "amazoncloudwatch", "slack"], - "tags": ["salesforce", "zendeskservice", "amazoncloudwatch", "slack", "addErrorCatch"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a repository or issue in GitHub when a new issue is created in Jira", - "description": "Use this template to create a repository or an issue in GitHub whenever an issue is created in Jira, based on the issue type. A GitHub repository is created when a new Jira issue of type Epic is created in the specified Jira project. Otherwise, if a Jira issue is created with any other issue type in the specified Jira project, a GitHub issue is created.", - "summary": "Jira to 2 applications", - "sourceApp": "jira", - "targetApps": ["github", "slack"], - "tags": ["jira", "github", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Trigger a Jenkins build for a new commit on GitHub", - "description": "Use this template to trigger a Jenkins build whenever a new commit is made in GitHub. A Slack message is then sent to the intended channel.", - "summary": "GitHub to 2 applications", - "sourceApp": "github", - "targetApps": ["jenkins", "slack"], - "tags": ["github", "jenkins", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Insert data into the Snowflake table when a new file gets created in Amazon S3", - "description": "Use this template to add data to a Snowflake table whenever a new file gets created in the Amazon S3 bucket.", - "summary": "API to 2 applications", - "sourceApp": "api", - "targetApps": ["amazons3", "snowflake"], - "tags": ["api", "snowflake", "amazons3"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a platform event in Salesforce whenever a product is created or updated in Microsoft Dynamics 365 for Sales", - "description": "Use this template to create a platform event whenever a product is created or updated in Microsoft Dynamics 365 for Sales.", - "summary": "Microsoft Dynamics 365 to 3 applications", - "sourceApp": "msdynamicscrmrest", - "targetApps": ["salesforce", "slack"], - "tags": ["msdynamicscrmrest", "salesforce", "slack", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Gmail message when a platform event is triggered", - "description": "Use this template to send a Gmail message to the subscribers of the platform event.", - "summary": "Salesforce to Gmail", - "sourceApp": "salesforce", - "targetApps": ["gmail"], - "tags": ["salesforce", "gmail"], - "offerings": ["app connect professional"] - }, - { - "name": "Create lead in Insightly and store the details in Amazon DynamoDB whenever a new lead is created in Salesforce", - "description": "Use this template to create a lead with the lead’s details in Insightly, and store the information of the lead in Amazon DynamoDB whenever a new lead is created in Salesforce.", - "summary": "Salesforce to 4 applications", - "sourceApp": "salesforce", - "targetApps": ["salesforce", "insightly", "amazondynamodb", "salesforce"], - "tags": ["salesforce", "insightly", "amazondynamodb", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Update lead in Insightly and store the updated details in Amazon DynamoDB whenever a lead is updated in Salesforce", - "description": "Use this template to update a lead or its details in Insightly, and store the updated information in Amazon DynamoDB whenever a new lead is created in Salesforce.", - "summary": "Salesforce to 4 applications", - "sourceApp": "salesforce", - "targetApps": ["salesforce", "insightly", "amazondynamodb", "slack"], - "tags": ["salesforce", "insightly", "amazondynamodb", "slack", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Retrieve campaign-related records from Salesforce and update the rows in Microsoft Excel Online with campaign details", - "description": "Use this template to retrieve campaigns and their members' records from Salesforce and update the rows in the Microsoft Excel Online worksheet with the campaign details. Campaign-related information is queried from Salesforce for a specified year, and these details are then appended to a Microsoft Excel Online worksheet with the specified campaign information.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["salesforce", "msexcel", "slack"], - "tags": ["salesforce", "msexcel", "slack", "scheduler", "foreach", "setVariable"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a supplier and invoice in Coupa for each purchase order retrieved from IBM Maximo", - "description": "Use this template to create a supplier and invoice in Coupa for each purchase order retrieved from IBM Maximo. A Slack message is then sent to the intended channel with the supplier and invoice details.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["maximo", "coupa", "slack"], - "tags": ["scheduler", "maximo", "coupa", "slack", "setVariable", "foreach"], - "offerings": ["app connect professional"] - }, - { - "name": "Amazon EventBridge sends events when a Salesforce lead is successfully created or when a Salesforce lead creation fails", - "description": "Use this template to create a lead in Salesforce when a new row is appended to the Microsoft Excel Online worksheet. Upon each successful lead creation in Salesforce, Amazon EventBridge sends events to the specified event bus. A Slack notification then confirms that the event has been published.", - "summary": "Microsoft Excel Online to 3 applications", - "sourceApp": "msexcel", - "targetApps": ["salesforce", "amazoneventbridge", "slack"], - "tags": ["msexcel", "salesforce", "amazoneventbridge", "slack", "if", "addErrorCatch"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a file in Microsoft OneDrive for Business and a Zendesk ticket whenever a Gmail message is received", - "description": "Use this template to create a file in Microsoft OneDrive for Business, and a ticket in Zendesk Service whenever an email is received from a Gmail account. ", - "summary": "Gmail to 2 applications", - "sourceApp": "gmail", - "targetApps": ["msonedrive", "msonedrive", "zendeskservice"], - "tags": ["gmail", "msonedrive", "zendeskservice"], - "offerings": ["app connect professional"] - }, - { - "name": "Upload the attachments to Microsoft OneDrive for Business whenever a new issue with attachments is created in Jira", - "description": "Use this template to create a file with the attachment content in Microsoft OneDrive for Business when a new issue with attachments gets created in Jira.", - "summary": "Jira to 3 applications", - "sourceApp": "jira", - "targetApps": ["jira", "jira", "msonedrive"], - "tags": ["jira", "msonedrive", "foreach"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an order in Oracle E-Business Suite when a new opportunity is created in Salesforce", - "description": "Use this template to create a new order whenever a new opportunity is created in Salesforce and a Slack notification is sent to the dedicated channel.", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["oracleebs", "slack"], - "tags": ["salesforce", "oracleebs", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Add records to Amazon Kinesis data streams for each object retrieved from Amazon S3", - "description": "Use this template to add records to Amazon Kinesis data streams for each object retrieved from Amazon S3. Make sure that you run the Get Amazon Kinesis data stream record flow before running this flow.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["amazons3", "amazonkinesis", "slack"], - "tags": ["scheduler", "amazons3", "slack", "amazonkinesis", "foreach"], - "offerings": ["app connect professional"] - }, - { - "name": "Integrate data between Microsoft Azure Blob storage and Amazon Kinesis", - "description": "Use this template to retrieve a blob file from a specified Azure blob container, split the content into a user-defined file size, download the file content, and add the spilt records to an Amazon S3 bucket through Amazon Kinesis delivery streams.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["azureblobstorage", "amazonkinesis", "slack"], - "tags": ["scheduler", "azureblobstorage", "slack", "amazonkinesis", "foreach"], - "offerings": ["app connect professional"] - }, - { - "name": "Filter records with speed limit violations and add these records to Amazon S3 via the Amazon Kinesis delivery stream", - "description": "Use this template to add the vehicle records with speed limit violation in Amazon Kinesis. The Amazon CloudWatch event logs are seamlessly retrieved and published to an Amazon Kinesis data stream. The data is processed, and the filtered data (which violates the speed limit) is added to the Amazon CloudWatch bucket via Amazon Kinesis delivery streams.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["amazonkinesis", "amazoncloudwatch", "slack"], - "tags": ["scheduler", "amazonkinesis", "slack", "amazoncloudwatch"], - "offerings": ["app connect professional"] - }, - { - "name": "Get Amazon Kinesis data stream records", - "description": "Use this template to retrieve data stream records. This flow acts as a consumer for the use case: Add records to Amazon Kinesis data streams for each object retrieved from Amazon S3.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["amazonkinesis", "slack"], - "tags": ["scheduler", "amazonkinesis", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a supplier in Coupa for each supplier profile downloaded from SAP Ariba", - "description": "Use this template to download the supplier profiles from SAP Ariba and create these suppliers in Coupa for each of the supplier profiles that were downloaded from SAP Ariba with the relevant supplier information.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["sapariba", "slack", "coupa"], - "tags": ["scheduler", "sapariba", "slack", "coupa"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a sourcing project in SAP Ariba for each project retrieved from Insightly", - "description": "Use this template to create a sourcing project in SAP Ariba for each project retrieved from Insightly.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["insightly", "sapariba"], - "tags": ["scheduler", "insightly", "sapariba"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a Google Calendar event whenever an epic is created in GitLab", - "description": "Use this template to create an event in Google Calendar whenever an epic is created in Gitlab. In this example, the GitLab epic details are parsed to Google Calendar, and an invite gets sent to the intended attendees with the epic details.", - "summary": "GitLab to 2 applications", - "sourceApp": "gitlab", - "targetApps": ["msexcel", "googlecalendar"], - "tags": ["gitlab", "msexcel", "googlecalendar", "foreach", "setVariable", "JSON parser"], - "offerings": ["app connect professional"] - }, - { - "name": "Export the report from Microsoft Power BI and create the file in Microsoft OneDrive for Business", - "description": "Use this template to export a report from Microsoft Power BI and create the file in Microsoft OneDrive for Business. If the report already exists, it will be updated in Microsoft OneDrive for Business.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["mspowerbi", "msonedrive", "slack"], - "tags": ["scheduler", "mspowerbi", "msonedrive", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Retrieve leads from Insightly and add the lead data to Microsoft Power BI", - "description": "Use this template to retrieve lead records from Insightly, and the lead data is added to Microsoft Power BI. In this example, the lead data is inserted into a Microsoft Power BI dataset. This data helps analyse and visualise the data patterns in reports.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["insightly", "mspowerbi"], - "tags": ["scheduler", "insightly", "mspowerbi", "setVariable", "JSON parser"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Gmail message when the Microsoft Power BI target goal value is either achieved or failed", - "description": "Use this template to send a Gmail message to the intended recipient if the retrieved Microsoft Power BI goal value set is not achieved. A Gmail message will also be sent if the goal value is achieved.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["mspowerbi", "gmail"], - "tags": ["scheduler", "mspowerbi", "gmail", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an order in Salesforce whenever a new customer order is created in Magento", - "description": "Use this template to update the order details in an enterprise resource planning (ERP) system, for example, Salesforce and send the order confirmation number by using Slack whenever a new customer order is created in Magento.", - "summary": "Magento to 2 applications", - "sourceApp": "magento", - "targetApps": ["salesforce", "slack"], - "tags": ["salesforce", "magento", "slack", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Retrieve orders from Salesforce and notify customers about any weather dependent delays", - "description": "Use this template to retrieve an order from Salesforce, map the shipping address to IBM Weather Company Data to retrieve the forecast, and send a delayed order notification to the customer via Domino. This use case helps you inform your customers when the delivery of an order is going to be delayed due to bad weather conditions.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["salesforce", "ibmtwc", "domino"], - "tags": ["scheduler", "salesforce", "ibmtwc", "domino", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Retrieve emails by subject from Microsoft Exchange and upload the details to the Wufoo", - "description": "Use this template to retrieve emails from Microsoft Exchange based on the subject by searching for a specified keyword.", - "summary": "1 flow using 2 applications", - "sourceApp": "api", - "targetApps": ["msexchange", "wufoo"], - "tags": ["api", "msexchange", "wufoo", "foreach"], - "offerings": ["app connect professional"] - }, - { - "name": "Synchronize data between Amazon DynamoDB and Google Cloud BigQuery", - "description": "Use this template to retrieve employee records from Amazon DynamoDB and synchronise that data with Google Cloud BigQuery.", - "summary": "1 flow using 3 applications", - "sourceApp": "api", - "targetApps": ["amazondynamodb", "googlebigquery", "slack"], - "tags": ["api", "amazondynamodb", "googlebigquery", "foreach", "if", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "IBM Sterling Inventory Visibility performs a supply check for each product that it retrieves", - "description": "Use this template to retrieve a list of products from IBM Sterling Inventory Visibility and create a message in a Microsoft Team channel based on the status of the retrieved item and where it is in the delivery process.", - "summary": "1 flow using 2 applications", - "sourceApp": "api", - "targetApps": ["ibmsterlingiv", "msteams"], - "tags": ["api", "ibmsterlingiv", "msteams", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an issue in GitLab whenever a new incident is logged in ServiceNow", - "description": "Use this template to create a new issue in GitLab whenever a new incident is logged in ServiceNow and the incident is updated in ServiceNow with GitLab detail.", - "summary": "ServiceNow to 2 applications", - "sourceApp": "servicenow", - "targetApps": ["gitlab", "slack", "servicenow"], - "tags": ["scheduler", "gitlab", "servicenow", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Data integration between Microsoft Azure Blob storage and Amazon S3", - "description": "Use this template to create a scheduler-based flow that retrieves a large blob file’s metadata from a specified Azure blob container, splits the file into a user-defined file size, downloads the file content, and uploads the spilt files to an Amazon S3 bucket or any other storage endpoint.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["azureblobstorage", "amazons3"], - "tags": ["scheduler", "azureblobstorage", "amazons3", "foreach", "setVariable"], - "offerings": ["app connect professional"] - }, - { - "name": "Retrieve incidents from ServiceNow based on the severity level and push incident details to a Microsoft Teams channel", - "description": "Use this template to retrieve incidents from ServiceNow and send those incidents, along with incident details, to a channel in Microsoft Teams.", - "summary": "1 flow using 2 applications", - "sourceApp": "api", - "targetApps": ["servicenow", "msteams"], - "tags": ["api", "servicenow", "msteams", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Retrieve documents from IBM Cloudant and publish them in Google Cloud PubSub topics", - "description": "Use this template to retrieve the flight times from an IBM Cloudant database and publish them into Google Cloud PubSub topics.", - "summary": "1 flow using 2 applications", - "sourceApp": "api", - "targetApps": ["cloudantdb", "googlepubsub"], - "tags": ["api", "cloudantdb", "googlepubsub", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Data ingestion to Google Cloud Storage from Dropbox", - "description": "Use this template to retrieve any type of file from the specified Dropbox path, downloads the content, and uploads the metadata and the file to a Google Cloud Storage bucket.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["dropbox", "googlecloudstorage", "slack"], - "tags": ["scheduler", "dropbox", "slack", "googlecloudstorage", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Retrieve the last build from Jenkins and if the build fails create an issue in Jira if an issue does not already exist", - "description": "Use this template to retrieve the last build details from Jenkins. If the build fails, an issue is created in Jira if an issue doesn’t already exist.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["jenkins", "jira", "slack"], - "tags": ["scheduler", "jenkins", "jira", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Update or create a configuration string in Redis", - "description": "Use this template to update or create a string in Redis and then display the response payload from Redis in a Slack channel as confirmation.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["rediscache", "slack"], - "tags": ["scheduler", "rediscache", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Retrieve a configuration string from Redis", - "description": "Use this template to retrieve an existing string in Redis and then display the response payload from Redis in a Slack channel as confirmation. This is a sequal use case of 'Update or create a configuration string in Redis'.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["rediscache", "slack"], - "tags": ["scheduler", "rediscache", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Retrieve documents from IBM Cloudant and insert document data into a Google Cloud BigQuery table", - "description": "Use this template to retrieve documents from an IBM Cloudant database and inserts data from these documents into a Google Cloud BigQuery table.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["cloudantdb", "googlebigquery"], - "tags": ["scheduler", "cloudantdb", "googlebigquery", "foreach"], - "offerings": ["app connect professional"] - }, - { - "name": "Retrieve employees from Microsoft Dynamics 365 for Finance and Operations and create users in Microsoft Active Directory", - "description": "Use this template to retrieve employees from Microsoft Dynamics 365 Finance and Operations and create a new user in Microsoft Active Directory (MSAD).", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["msdynamicsfando", "msad", "slack"], - "tags": ["scheduler", "msdynamicsfando", "msad", "slack", "foreach"], - "offerings": ["app connect professional"] - }, - { - "name": "Retrieve documents from Microsoft SharePoint and upload them to an IBM FileNet repository", - "description": "Use this template to retrieve documents from Microsoft SharePoint and upload those documents to an IBM FileNet repository.", - "summary": "1 flow using 2 applications", - "sourceApp": "api", - "targetApps": ["mssharepoint", "filenet"], - "tags": ["api", "mssharepoint", "filenet", "foreach"], - "offerings": ["app connect professional"] - }, - { - "name": "Add a Mailchimp subscriber from a Slack slash command", - "description": "Use this template to add a new member as a subscriber of a Mailchimp list from a Slack slash command.", - "summary": "Slack to Mailchimp", - "sourceApp": "slack", - "targetApps": ["mailchimp"], - "tags": ["slack", "mailchimp"], - "offerings": ["app connect professional"] - }, - { - "name": "Add Eventbrite attendees to Insightly and MailChimp", - "description": "This template creates an Insightly lead when someone registers for an event in Eventbrite and additionally subscribes the attendee to a MailChimp campaign list.", - "summary": "Eventbrite to 2 applications", - "sourceApp": "eventbrite", - "targetApps": ["insightly", "mailchimp"], - "tags": ["eventbrite", "insightly", "mailchimp", "subscribe", "publicize", "promote", "marketing"], - "offerings": ["app connect professional"] - }, - { - "name": "Add Eventbrite event as a new Salesforce campaign and notify via Slack", - "description": "When a new event is created in Eventbrite, this flow tries to retrieve a matching campaign in Salesforce. If a matching campaign is not found in Salesforce, the flow creates a new campaign in Salesforce and adds a message to a Slack channel.", - "summary": "Eventbrite to 2 applications", - "sourceApp": "eventbrite", - "targetApps": ["salesforce", "slack"], - "tags": ["eventbrite", "salesforce", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Add new Eventbrite attendees to MailChimp lists", - "description": "This template adds attendees of Eventbrite events to different mailing lists in MailChimp, depending on the event that they sign up to.", - "summary": "Eventbrite to MailChimp", - "sourceApp": "eventbrite", - "targetApps": ["mailchimp"], - "tags": ["eventbrite", "mailchimp", "marketing", "events", "mailing list"], - "offerings": ["app connect professional"] - }, - { - "name": "Announce new Eventbrite attendees on Slack", - "description": "Use this template to send a Slack message when new attendees register for an Eventbrite event.", - "summary": "Eventbrite to Slack", - "sourceApp": "eventbrite", - "targetApps": ["slack"], - "tags": ["eventbrite", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Announce new Eventbrite attendees on Slack and send a voucher", - "description": "Use this template to send a free drink voucher to attendees of Eventbrite event.", - "summary": "Eventbrite to 2 applications", - "sourceApp": "eventbrite", - "targetApps": ["slack", "gmail"], - "tags": ["eventbrite", "slack", "gmail", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a new contact in Salesforce for a new Eventbrite order", - "description": "When a new order for an event is created in Eventbrite, this flow tries to retrieve a matching contact in Salesforce by email address. If a matching contact is not found in Salesforce, the flow creates a new contact in Salesforce.", - "summary": "Eventbrite to Salesforce", - "sourceApp": "eventbrite", - "targetApps": ["salesforce"], - "tags": ["eventbrite", "salesforce"], - "offerings": ["app connect professional"] - }, - { - "name": "Create targeted contact lists in Eventbrite based on unconverted Salesforce leads and geography", - "description": "This template triggers on a new Eventbrite event. It retrieves new unconverted leads from Salesforce and checks to see if their city features in the event. If it does, they they are added to a newly created Eventbrite contact list which can be reviewed by the organisers, who are notified about this list creation in Slack.", - "summary": "Eventbrite to 3 applications", - "sourceApp": "eventbrite", - "targetApps": ["eventbrite", "salesforce", "slack"], - "tags": ["eventbrite", "slack", "salesforce", "contact", "marketing", "lead", "event", "matching", "city", "notification"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a new Trello card when a new event in Eventbrite is added", - "description": "This template creates a new card in Trello when a new event is added in Eventbrite. You can use this template to track tasks such as checking attendee lists prior to the event.", - "summary": "Eventbrite to Trello", - "sourceApp": "eventbrite", - "targetApps": ["trello"], - "tags": ["eventbrite", "trello", "marketing", "events", "project management"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a Sharepoint team site for the new Eventbrite event", - "description": "This template detects when a new Eventbrite event is created and then automatically creates a site in Microsoft Sharepoint online, adds a list to the site, and then posts a message in Slack.", - "summary": "Eventbrite to 2 applications", - "sourceApp": "eventbrite", - "targetApps": ["mssharepoint", "slack"], - "tags": ["eventbrite", "mssharepoint", "slack", "site", "list", "message"], - "offerings": ["app connect professional"] - }, - { - "name": "Record Eventbrite attendees to Google Sheets", - "description": "Use this template to record each newly-registered attendee of an Eventbrite event as a new row in Google Sheets.", - "summary": "Eventbrite to Google Sheets", - "sourceApp": "eventbrite", - "targetApps": ["googlesheet"], - "tags": ["googlesheet", "eventbrite"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Microsoft Teams message when a new event is created in Eventbrite", - "description": "This template allows you to receive a Microsoft Teams message with the event details when a new event is created in Eventbrite.", - "summary": "Eventbrite to Microsoft Teams", - "sourceApp": "eventbrite", - "targetApps": ["msteams"], - "tags": ["eventbrite", "msteams"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Gmail message when a new event is added to Eventbrite", - "description": "This template creates and sends an email via Gmail when a new event is added in Eventbrite. You can use this template to boost sign ups to your events.", - "summary": "Eventbrite to Gmail", - "sourceApp": "eventbrite", - "targetApps": ["gmail"], - "tags": ["eventbrite", "gmail", "marketing", "events", "email"], - "offerings": ["app connect professional"] - }, - { - "name": "Sync new attendee from Eventbrite to lead in Insightly", - "description": "This template creates a new lead in Insightly when a new attendee is created in Eventbrite.", - "summary": " Eventbrite to Insightly", - "sourceApp": "eventbrite", - "targetApps": ["insightly"], - "tags": ["eventbrite", "insightly"], - "offerings": ["app connect professional"] - }, - { - "name": "Sync new attendee from Eventbrite to lead in Microsoft Dynamics 365 for Sales", - "description": "This template creates a new lead in Microsoft Dynamics 365 for Sales whenever a new attendee is created in Eventbrite.", - "summary": "Eventbrite to Microsoft Dynamics 365", - "sourceApp": "eventbrite", - "targetApps": ["msdynamicscrmrest"], - "tags": ["eventbrite", "msdynamicscrmrest"], - "offerings": ["app connect professional"] - }, - { - "name": "Sync Salesforce contacts and Mailchimp mailing list subscribers", - "description": "This template adds new Salesforce contacts to Mailchimp lists and sends an email via Gmail to alert you if a contact's email address is missing.", - "summary": "Salesforce to 3 applications", - "sourceApp": "salesforce", - "targetApps": ["salesforce", "gmail", "mailchimp"], - "tags": ["Salesforce", "gmail", "marketing", "contact", "email", "crm", "mailchimp"], - "offerings": ["app connect professional"] - }, - { - "name": "Update Eventbrite event based on IBM Weather forecast", - "description": "An API to get the weather forecast for an Eventbrite event and take different actions based on weather criteria.", - "summary": "1 flow using 4 applications", - "sourceApp": "api", - "targetApps": ["eventbrite", "http", "ibmtwc"], - "tags": ["api", "eventbrite", "http", "ibmtwc", "weather"], - "offerings": ["app connect professional"] - }, - { - "name": "Update or create a Salesforce contact for a new Eventbrite event attendee", - "description": "This template updates or creates a Salesforce contact when a new attendee signs up for an Eventbrite event, depending on whether the Salesforce contact exists. It then posts a message to a Slack channel, depending on whether the contact was created or updated.", - "summary": "Eventbrite to 2 applications", - "sourceApp": "eventbrite", - "targetApps": ["salesforce", "slack"], - "tags": ["eventbrite", "salesforce", "slack", "marketing", "events", "contact", "notification", "if", "conditional"], - "offerings": ["app connect professional"] - }, - { - "name": "Use Slack to notify of unprocessed UKG leave requests", - "description": "Use this template to send a Slack notification about unprocessed UKG leave requests.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["kronos", "slack"], - "tags": ["scheduler", "kronos", "slack", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an employee account in LDAP for each employee retrieved from Microsoft Dynamics 365 for Finance and Operations", - "description": "Use this template to retrieve new employees from Microsoft Dynamics 365 for Finance and Operations, create accounts for each employee in LDAP, and update Microsoft Dynamics 365 for Finance and Operations with the employee email address.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["msdynamicsfando", "ldap"], - "tags": ["scheduler", "msdynamicsfando", "ldap", "setVariable"], - "offerings": ["app connect professional"] - }, - { - "name": "Update a Workday opportunity and send a Slack message whenever an opportunity is updated in Salesforce", - "description": "Use this template to update an opportunity in Workday when any updates are made to the existing opportunity in Salesforce. A Slack message gets sent to the relevant channel.", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["slack", "workday"], - "tags": ["salesforce", "slack", "workday"], - "offerings": ["app connect professional"] - }, - { - "name": "Translate non-English content to English whenever a new Gmail message is received", - "description": "Use this template to translate the non-English content of a Gmail message to English whenever a new Gmail message is received.", - "summary": "Gmail to 2 applications", - "sourceApp": "gmail", - "targetApps": ["googletranslate","gmail"], - "tags": ["googletranslate", "gmail", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Translate Amazon S3 file content to a specified language and store the translated file in Amazon S3", - "description": "Use this template to translate Amazon S3 file content to a specified language and store the translated file in Amazon S3.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["amazons3","googletranslate"], - "tags": ["scheduler", "googletranslate", "amazons3"], - "offerings": ["app connect professional"] - }, - { - "name": "Stop or start or reboot the Amazon RDS instance whenever a Zendesk Service ticket gets created", - "description": "Use this template to stop, start, or reboot the Amazon RDS instance whenever a Zendesk Service ticket gets created.", - "summary": "Zendesk Service to Amazon RDS", - "sourceApp": "zendeskservice", - "targetApps": ["amazonrds"], - "tags": ["zendeskservice", "amazonrds", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a database instance in Amazon RDS when a new company is created in IBM Maximo", - "description": "Use this template to create a database instance in Amazon RDS when a new company is created in IBM Maximo.", - "summary": "IBM Maximo to 2 applications", - "sourceApp": "maximo", - "targetApps": ["amazonrds", "gmail"], - "tags": ["maximo", "amazonrds", "gmail"], + "name": "Create a repository or issue in GitHub when a new issue is created in Jira", + "description": "Use this template to create a repository or an issue in GitHub whenever an issue is created in Jira, based on the issue type. A GitHub repository is created when a new Jira issue of type Epic is created in the specified Jira project. Otherwise, if a Jira issue is created with any other issue type in the specified Jira project, a GitHub issue is created.", + "summary": "Jira to 2 applications", + "sourceApp": "jira", + "targetApps": ["github", "slack"], + "tags": ["jira", "github", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Trigger a Jenkins build for a new commit on GitHub", + "description": "Use this template to trigger a Jenkins build whenever a new commit is made in GitHub. A Slack message is then sent to the intended channel.", + "summary": "GitHub to 2 applications", + "sourceApp": "github", + "targetApps": ["jenkins", "slack"], + "tags": ["github", "jenkins", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Insert data into the Snowflake table when a new file gets created in Amazon S3", + "description": "Use this template to add data to a Snowflake table whenever a new file gets created in the Amazon S3 bucket.", + "summary": "API to 2 applications", + "sourceApp": "api", + "targetApps": ["amazons3", "snowflake"], + "tags": ["api", "snowflake", "amazons3"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a platform event in Salesforce whenever a product is created or updated in Microsoft Dynamics 365 for Sales", + "description": "Use this template to create a platform event whenever a product is created or updated in Microsoft Dynamics 365 for Sales.", + "summary": "Microsoft Dynamics 365 to 3 applications", + "sourceApp": "msdynamicscrmrest", + "targetApps": ["salesforce", "slack"], + "tags": ["msdynamicscrmrest", "salesforce", "slack", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Gmail message when a platform event is triggered", + "description": "Use this template to send a Gmail message to the subscribers of the platform event.", + "summary": "Salesforce to Gmail", + "sourceApp": "salesforce", + "targetApps": ["gmail"], + "tags": ["salesforce", "gmail"], + "offerings": ["app connect professional"] + }, + { + "name": "Create lead in Insightly and store the details in Amazon DynamoDB whenever a new lead is created in Salesforce", + "description": "Use this template to create a lead with the lead’s details in Insightly, and store the information of the lead in Amazon DynamoDB whenever a new lead is created in Salesforce.", + "summary": "Salesforce to 4 applications", + "sourceApp": "salesforce", + "targetApps": ["salesforce", "insightly", "amazondynamodb", "salesforce"], + "tags": ["salesforce", "insightly", "amazondynamodb", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Update lead in Insightly and store the updated details in Amazon DynamoDB whenever a lead is updated in Salesforce", + "description": "Use this template to update a lead or its details in Insightly, and store the updated information in Amazon DynamoDB whenever a new lead is created in Salesforce.", + "summary": "Salesforce to 4 applications", + "sourceApp": "salesforce", + "targetApps": ["salesforce", "insightly", "amazondynamodb", "slack"], + "tags": ["salesforce", "insightly", "amazondynamodb", "slack", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Retrieve campaign-related records from Salesforce and update the rows in Microsoft Excel Online with campaign details", + "description": "Use this template to retrieve campaigns and their members' records from Salesforce and update the rows in the Microsoft Excel Online worksheet with the campaign details. Campaign-related information is queried from Salesforce for a specified year, and these details are then appended to a Microsoft Excel Online worksheet with the specified campaign information.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["salesforce", "msexcel", "slack"], + "tags": ["salesforce", "msexcel", "slack", "scheduler", "foreach", "setVariable"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a supplier and invoice in Coupa for each purchase order retrieved from IBM Maximo", + "description": "Use this template to create a supplier and invoice in Coupa for each purchase order retrieved from IBM Maximo. A Slack message is then sent to the intended channel with the supplier and invoice details.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["maximo", "coupa", "slack"], + "tags": ["scheduler", "maximo", "coupa", "slack", "setVariable", "foreach"], + "offerings": ["app connect professional"] + }, + { + "name": "Amazon EventBridge sends events when a Salesforce lead is successfully created or when a Salesforce lead creation fails", + "description": "Use this template to create a lead in Salesforce when a new row is appended to the Microsoft Excel Online worksheet. Upon each successful lead creation in Salesforce, Amazon EventBridge sends events to the specified event bus. A Slack notification then confirms that the event has been published.", + "summary": "Microsoft Excel Online to 3 applications", + "sourceApp": "msexcel", + "targetApps": ["salesforce", "amazoneventbridge", "slack"], + "tags": ["msexcel", "salesforce", "amazoneventbridge", "slack", "if", "addErrorCatch"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a file in Microsoft OneDrive for Business and a Zendesk ticket whenever a Gmail message is received", + "description": "Use this template to create a file in Microsoft OneDrive for Business, and a ticket in Zendesk Service whenever an email is received from a Gmail account. ", + "summary": "Gmail to 2 applications", + "sourceApp": "gmail", + "targetApps": ["msonedrive", "msonedrive", "zendeskservice"], + "tags": ["gmail", "msonedrive", "zendeskservice"], + "offerings": ["app connect professional"] + }, + { + "name": "Upload the attachments to Microsoft OneDrive for Business whenever a new issue with attachments is created in Jira", + "description": "Use this template to create a file with the attachment content in Microsoft OneDrive for Business when a new issue with attachments gets created in Jira.", + "summary": "Jira to 3 applications", + "sourceApp": "jira", + "targetApps": ["jira", "jira", "msonedrive"], + "tags": ["jira", "msonedrive", "foreach"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an order in Oracle E-Business Suite when a new opportunity is created in Salesforce", + "description": "Use this template to create a new order whenever a new opportunity is created in Salesforce and a Slack notification is sent to the dedicated channel.", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["oracleebs", "slack"], + "tags": ["salesforce", "oracleebs", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Add records to Amazon Kinesis data streams for each object retrieved from Amazon S3", + "description": "Use this template to add records to Amazon Kinesis data streams for each object retrieved from Amazon S3. Make sure that you run the Get Amazon Kinesis data stream record flow before running this flow.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["amazons3", "amazonkinesis", "slack"], + "tags": ["scheduler", "amazons3", "slack", "amazonkinesis", "foreach"], + "offerings": ["app connect professional"] + }, + { + "name": "Integrate data between Microsoft Azure Blob storage and Amazon Kinesis", + "description": "Use this template to retrieve a blob file from a specified Azure blob container, split the content into a user-defined file size, download the file content, and add the spilt records to an Amazon S3 bucket through Amazon Kinesis delivery streams.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["azureblobstorage", "amazonkinesis", "slack"], + "tags": ["scheduler", "azureblobstorage", "slack", "amazonkinesis", "foreach"], + "offerings": ["app connect professional"] + }, + { + "name": "Filter records with speed limit violations and add these records to Amazon S3 via the Amazon Kinesis delivery stream", + "description": "Use this template to add the vehicle records with speed limit violation in Amazon Kinesis. The Amazon CloudWatch event logs are seamlessly retrieved and published to an Amazon Kinesis data stream. The data is processed, and the filtered data (which violates the speed limit) is added to the Amazon CloudWatch bucket via Amazon Kinesis delivery streams.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["amazonkinesis", "amazoncloudwatch", "slack"], + "tags": ["scheduler", "amazonkinesis", "slack", "amazoncloudwatch"], + "offerings": ["app connect professional"] + }, + { + "name": "Get Amazon Kinesis data stream records", + "description": "Use this template to retrieve data stream records. This flow acts as a consumer for the use case: Add records to Amazon Kinesis data streams for each object retrieved from Amazon S3.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["amazonkinesis", "slack"], + "tags": ["scheduler", "amazonkinesis", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a supplier in Coupa for each supplier profile downloaded from SAP Ariba", + "description": "Use this template to download the supplier profiles from SAP Ariba and create these suppliers in Coupa for each of the supplier profiles that were downloaded from SAP Ariba with the relevant supplier information.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["sapariba", "slack", "coupa"], + "tags": ["scheduler", "sapariba", "slack", "coupa"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a sourcing project in SAP Ariba for each project retrieved from Insightly", + "description": "Use this template to create a sourcing project in SAP Ariba for each project retrieved from Insightly.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["insightly", "sapariba"], + "tags": ["scheduler", "insightly", "sapariba"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a Google Calendar event whenever an epic is created in GitLab", + "description": "Use this template to create an event in Google Calendar whenever an epic is created in Gitlab. In this example, the GitLab epic details are parsed to Google Calendar, and an invite gets sent to the intended attendees with the epic details.", + "summary": "GitLab to 2 applications", + "sourceApp": "gitlab", + "targetApps": ["msexcel", "googlecalendar"], + "tags": ["gitlab", "msexcel", "googlecalendar", "foreach", "setVariable", "JSON parser"], + "offerings": ["app connect professional"] + }, + { + "name": "Export the report from Microsoft Power BI and create the file in Microsoft OneDrive for Business", + "description": "Use this template to export a report from Microsoft Power BI and create the file in Microsoft OneDrive for Business. If the report already exists, it will be updated in Microsoft OneDrive for Business.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["mspowerbi", "msonedrive", "slack"], + "tags": ["scheduler", "mspowerbi", "msonedrive", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Retrieve leads from Insightly and add the lead data to Microsoft Power BI", + "description": "Use this template to retrieve lead records from Insightly, and the lead data is added to Microsoft Power BI. In this example, the lead data is inserted into a Microsoft Power BI dataset. This data helps analyse and visualise the data patterns in reports.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["insightly", "mspowerbi"], + "tags": ["scheduler", "insightly", "mspowerbi", "setVariable", "JSON parser"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Gmail message when the Microsoft Power BI target goal value is either achieved or failed", + "description": "Use this template to send a Gmail message to the intended recipient if the retrieved Microsoft Power BI goal value set is not achieved. A Gmail message will also be sent if the goal value is achieved.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["mspowerbi", "gmail"], + "tags": ["scheduler", "mspowerbi", "gmail", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an order in Salesforce whenever a new customer order is created in Magento", + "description": "Use this template to update the order details in an enterprise resource planning (ERP) system, for example, Salesforce and send the order confirmation number by using Slack whenever a new customer order is created in Magento.", + "summary": "Magento to 2 applications", + "sourceApp": "magento", + "targetApps": ["salesforce", "slack"], + "tags": ["salesforce", "magento", "slack", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Retrieve orders from Salesforce and notify customers about any weather dependent delays", + "description": "Use this template to retrieve an order from Salesforce, map the shipping address to IBM Weather Company Data to retrieve the forecast, and send a delayed order notification to the customer via Domino. This use case helps you inform your customers when the delivery of an order is going to be delayed due to bad weather conditions.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["salesforce", "ibmtwc", "domino"], + "tags": ["scheduler", "salesforce", "ibmtwc", "domino", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Retrieve emails by subject from Microsoft Exchange and upload the details to the Wufoo", + "description": "Use this template to retrieve emails from Microsoft Exchange based on the subject by searching for a specified keyword.", + "summary": "1 flow using 2 applications", + "sourceApp": "api", + "targetApps": ["msexchange", "wufoo"], + "tags": ["api", "msexchange", "wufoo", "foreach"], + "offerings": ["app connect professional"] + }, + { + "name": "Synchronize data between Amazon DynamoDB and Google Cloud BigQuery", + "description": "Use this template to retrieve employee records from Amazon DynamoDB and synchronise that data with Google Cloud BigQuery.", + "summary": "1 flow using 3 applications", + "sourceApp": "api", + "targetApps": ["amazondynamodb", "googlebigquery", "slack"], + "tags": ["api", "amazondynamodb", "googlebigquery", "foreach", "if", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "IBM Sterling Inventory Visibility performs a supply check for each product that it retrieves", + "description": "Use this template to retrieve a list of products from IBM Sterling Inventory Visibility and create a message in a Microsoft Team channel based on the status of the retrieved item and where it is in the delivery process.", + "summary": "1 flow using 2 applications", + "sourceApp": "api", + "targetApps": ["ibmsterlingiv", "msteams"], + "tags": ["api", "ibmsterlingiv", "msteams", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an issue in GitLab whenever a new incident is logged in ServiceNow", + "description": "Use this template to create a new issue in GitLab whenever a new incident is logged in ServiceNow and the incident is updated in ServiceNow with GitLab detail.", + "summary": "ServiceNow to 2 applications", + "sourceApp": "servicenow", + "targetApps": ["gitlab", "slack", "servicenow"], + "tags": ["scheduler", "gitlab", "servicenow", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Data integration between Microsoft Azure Blob storage and Amazon S3", + "description": "Use this template to create a scheduler-based flow that retrieves a large blob file’s metadata from a specified Azure blob container, splits the file into a user-defined file size, downloads the file content, and uploads the spilt files to an Amazon S3 bucket or any other storage endpoint.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["azureblobstorage", "amazons3"], + "tags": ["scheduler", "azureblobstorage", "amazons3", "foreach", "setVariable"], + "offerings": ["app connect professional"] + }, + { + "name": "Retrieve incidents from ServiceNow based on the severity level and push incident details to a Microsoft Teams channel", + "description": "Use this template to retrieve incidents from ServiceNow and send those incidents, along with incident details, to a channel in Microsoft Teams.", + "summary": "1 flow using 2 applications", + "sourceApp": "api", + "targetApps": ["servicenow", "msteams"], + "tags": ["api", "servicenow", "msteams", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Retrieve documents from IBM Cloudant and publish them in Google Cloud PubSub topics", + "description": "Use this template to retrieve the flight times from an IBM Cloudant database and publish them into Google Cloud PubSub topics.", + "summary": "1 flow using 2 applications", + "sourceApp": "api", + "targetApps": ["cloudantdb", "googlepubsub"], + "tags": ["api", "cloudantdb", "googlepubsub", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Data ingestion to Google Cloud Storage from Dropbox", + "description": "Use this template to retrieve any type of file from the specified Dropbox path, downloads the content, and uploads the metadata and the file to a Google Cloud Storage bucket.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["dropbox", "googlecloudstorage", "slack"], + "tags": ["scheduler", "dropbox", "slack", "googlecloudstorage", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Retrieve the last build from Jenkins and if the build fails create an issue in Jira if an issue does not already exist", + "description": "Use this template to retrieve the last build details from Jenkins. If the build fails, an issue is created in Jira if an issue doesn’t already exist.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["jenkins", "jira", "slack"], + "tags": ["scheduler", "jenkins", "jira", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Update or create a configuration string in Redis", + "description": "Use this template to update or create a string in Redis and then display the response payload from Redis in a Slack channel as confirmation.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["rediscache", "slack"], + "tags": ["scheduler", "rediscache", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Retrieve a configuration string from Redis", + "description": "Use this template to retrieve an existing string in Redis and then display the response payload from Redis in a Slack channel as confirmation. This is a sequal use case of 'Update or create a configuration string in Redis'.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["rediscache", "slack"], + "tags": ["scheduler", "rediscache", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Retrieve documents from IBM Cloudant and insert document data into a Google Cloud BigQuery table", + "description": "Use this template to retrieve documents from an IBM Cloudant database and inserts data from these documents into a Google Cloud BigQuery table.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["cloudantdb", "googlebigquery"], + "tags": ["scheduler", "cloudantdb", "googlebigquery", "foreach"], + "offerings": ["app connect professional"] + }, + { + "name": "Retrieve employees from Microsoft Dynamics 365 for Finance and Operations and create users in Microsoft Active Directory", + "description": "Use this template to retrieve employees from Microsoft Dynamics 365 Finance and Operations and create a new user in Microsoft Active Directory (MSAD).", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["msdynamicsfando", "msad", "slack"], + "tags": ["scheduler", "msdynamicsfando", "msad", "slack", "foreach"], + "offerings": ["app connect professional"] + }, + { + "name": "Retrieve documents from Microsoft SharePoint and upload them to an IBM FileNet repository", + "description": "Use this template to retrieve documents from Microsoft SharePoint and upload those documents to an IBM FileNet repository.", + "summary": "1 flow using 2 applications", + "sourceApp": "api", + "targetApps": ["mssharepoint", "filenet"], + "tags": ["api", "mssharepoint", "filenet", "foreach"], + "offerings": ["app connect professional"] + }, + { + "name": "Add a Mailchimp subscriber from a Slack slash command", + "description": "Use this template to add a new member as a subscriber of a Mailchimp list from a Slack slash command.", + "summary": "Slack to Mailchimp", + "sourceApp": "slack", + "targetApps": ["mailchimp"], + "tags": ["slack", "mailchimp"], + "offerings": ["app connect professional"] + }, + { + "name": "Add Eventbrite attendees to Insightly and MailChimp", + "description": "This template creates an Insightly lead when someone registers for an event in Eventbrite and additionally subscribes the attendee to a MailChimp campaign list.", + "summary": "Eventbrite to 2 applications", + "sourceApp": "eventbrite", + "targetApps": ["insightly", "mailchimp"], + "tags": ["eventbrite", "insightly", "mailchimp", "subscribe", "publicize", "promote", "marketing"], + "offerings": ["app connect professional"] + }, + { + "name": "Add Eventbrite event as a new Salesforce campaign and notify via Slack", + "description": "When a new event is created in Eventbrite, this flow tries to retrieve a matching campaign in Salesforce. If a matching campaign is not found in Salesforce, the flow creates a new campaign in Salesforce and adds a message to a Slack channel.", + "summary": "Eventbrite to 2 applications", + "sourceApp": "eventbrite", + "targetApps": ["salesforce", "slack"], + "tags": ["eventbrite", "salesforce", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Add new Eventbrite attendees to MailChimp lists", + "description": "This template adds attendees of Eventbrite events to different mailing lists in MailChimp, depending on the event that they sign up to.", + "summary": "Eventbrite to MailChimp", + "sourceApp": "eventbrite", + "targetApps": ["mailchimp"], + "tags": ["eventbrite", "mailchimp", "marketing", "events", "mailing list"], + "offerings": ["app connect professional"] + }, + { + "name": "Announce new Eventbrite attendees on Slack", + "description": "Use this template to send a Slack message when new attendees register for an Eventbrite event.", + "summary": "Eventbrite to Slack", + "sourceApp": "eventbrite", + "targetApps": ["slack"], + "tags": ["eventbrite", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Announce new Eventbrite attendees on Slack and send a voucher", + "description": "Use this template to send a free drink voucher to attendees of Eventbrite event.", + "summary": "Eventbrite to 2 applications", + "sourceApp": "eventbrite", + "targetApps": ["slack", "gmail"], + "tags": ["eventbrite", "slack", "gmail", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a new contact in Salesforce for a new Eventbrite order", + "description": "When a new order for an event is created in Eventbrite, this flow tries to retrieve a matching contact in Salesforce by email address. If a matching contact is not found in Salesforce, the flow creates a new contact in Salesforce.", + "summary": "Eventbrite to Salesforce", + "sourceApp": "eventbrite", + "targetApps": ["salesforce"], + "tags": ["eventbrite", "salesforce"], + "offerings": ["app connect professional"] + }, + { + "name": "Create targeted contact lists in Eventbrite based on unconverted Salesforce leads and geography", + "description": "This template triggers on a new Eventbrite event. It retrieves new unconverted leads from Salesforce and checks to see if their city features in the event. If it does, they they are added to a newly created Eventbrite contact list which can be reviewed by the organisers, who are notified about this list creation in Slack.", + "summary": "Eventbrite to 3 applications", + "sourceApp": "eventbrite", + "targetApps": ["eventbrite", "salesforce", "slack"], + "tags": ["eventbrite", "slack", "salesforce", "contact", "marketing", "lead", "event", "matching", "city", "notification"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a new Trello card when a new event in Eventbrite is added", + "description": "This template creates a new card in Trello when a new event is added in Eventbrite. You can use this template to track tasks such as checking attendee lists prior to the event.", + "summary": "Eventbrite to Trello", + "sourceApp": "eventbrite", + "targetApps": ["trello"], + "tags": ["eventbrite", "trello", "marketing", "events", "project management"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a Sharepoint team site for the new Eventbrite event", + "description": "This template detects when a new Eventbrite event is created and then automatically creates a site in Microsoft Sharepoint online, adds a list to the site, and then posts a message in Slack.", + "summary": "Eventbrite to 2 applications", + "sourceApp": "eventbrite", + "targetApps": ["mssharepoint", "slack"], + "tags": ["eventbrite", "mssharepoint", "slack", "site", "list", "message"], + "offerings": ["app connect professional"] + }, + { + "name": "Record Eventbrite attendees to Google Sheets", + "description": "Use this template to record each newly-registered attendee of an Eventbrite event as a new row in Google Sheets.", + "summary": "Eventbrite to Google Sheets", + "sourceApp": "eventbrite", + "targetApps": ["googlesheet"], + "tags": ["googlesheet", "eventbrite"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Microsoft Teams message when a new event is created in Eventbrite", + "description": "This template allows you to receive a Microsoft Teams message with the event details when a new event is created in Eventbrite.", + "summary": "Eventbrite to Microsoft Teams", + "sourceApp": "eventbrite", + "targetApps": ["msteams"], + "tags": ["eventbrite", "msteams"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Gmail message when a new event is added to Eventbrite", + "description": "This template creates and sends an email via Gmail when a new event is added in Eventbrite. You can use this template to boost sign ups to your events.", + "summary": "Eventbrite to Gmail", + "sourceApp": "eventbrite", + "targetApps": ["gmail"], + "tags": ["eventbrite", "gmail", "marketing", "events", "email"], + "offerings": ["app connect professional"] + }, + { + "name": "Sync new attendee from Eventbrite to lead in Insightly", + "description": "This template creates a new lead in Insightly when a new attendee is created in Eventbrite.", + "summary": " Eventbrite to Insightly", + "sourceApp": "eventbrite", + "targetApps": ["insightly"], + "tags": ["eventbrite", "insightly"], + "offerings": ["app connect professional"] + }, + { + "name": "Sync new attendee from Eventbrite to lead in Microsoft Dynamics 365 for Sales", + "description": "This template creates a new lead in Microsoft Dynamics 365 for Sales whenever a new attendee is created in Eventbrite.", + "summary": "Eventbrite to Microsoft Dynamics 365", + "sourceApp": "eventbrite", + "targetApps": ["msdynamicscrmrest"], + "tags": ["eventbrite", "msdynamicscrmrest"], + "offerings": ["app connect professional"] + }, + { + "name": "Sync Salesforce contacts and Mailchimp mailing list subscribers", + "description": "This template adds new Salesforce contacts to Mailchimp lists and sends an email via Gmail to alert you if a contact's email address is missing.", + "summary": "Salesforce to 3 applications", + "sourceApp": "salesforce", + "targetApps": ["salesforce", "gmail", "mailchimp"], + "tags": ["Salesforce", "gmail", "marketing", "contact", "email", "crm", "mailchimp"], + "offerings": ["app connect professional"] + }, + { + "name": "Update Eventbrite event based on IBM Weather forecast", + "description": "An API to get the weather forecast for an Eventbrite event and take different actions based on weather criteria.", + "summary": "1 flow using 4 applications", + "sourceApp": "api", + "targetApps": ["eventbrite", "http", "ibmtwc"], + "tags": ["api", "eventbrite", "http", "ibmtwc", "weather"], + "offerings": ["app connect professional"] + }, + { + "name": "Update or create a Salesforce contact for a new Eventbrite event attendee", + "description": "This template updates or creates a Salesforce contact when a new attendee signs up for an Eventbrite event, depending on whether the Salesforce contact exists. It then posts a message to a Slack channel, depending on whether the contact was created or updated.", + "summary": "Eventbrite to 2 applications", + "sourceApp": "eventbrite", + "targetApps": ["salesforce", "slack"], + "tags": ["eventbrite", "salesforce", "slack", "marketing", "events", "contact", "notification", "if", "conditional"], + "offerings": ["app connect professional"] + }, + { + "name": "Use Slack to notify of unprocessed UKG leave requests", + "description": "Use this template to send a Slack notification about unprocessed UKG leave requests.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["kronos", "slack"], + "tags": ["scheduler", "kronos", "slack", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an employee account in LDAP for each employee retrieved from Microsoft Dynamics 365 for Finance and Operations", + "description": "Use this template to retrieve new employees from Microsoft Dynamics 365 for Finance and Operations, create accounts for each employee in LDAP, and update Microsoft Dynamics 365 for Finance and Operations with the employee email address.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["msdynamicsfando", "ldap"], + "tags": ["scheduler", "msdynamicsfando", "ldap", "setVariable"], + "offerings": ["app connect professional"] + }, + { + "name": "Update a Workday opportunity and send a Slack message whenever an opportunity is updated in Salesforce", + "description": "Use this template to update an opportunity in Workday when any updates are made to the existing opportunity in Salesforce. A Slack message gets sent to the relevant channel.", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["slack", "workday"], + "tags": ["salesforce", "slack", "workday"], + "offerings": ["app connect professional"] + }, + { + "name": "Translate non-English content to English whenever a new Gmail message is received", + "description": "Use this template to translate the non-English content of a Gmail message to English whenever a new Gmail message is received.", + "summary": "Gmail to 2 applications", + "sourceApp": "gmail", + "targetApps": ["googletranslate","gmail"], + "tags": ["googletranslate", "gmail", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Translate Amazon S3 file content to a specified language and store the translated file in Amazon S3", + "description": "Use this template to translate Amazon S3 file content to a specified language and store the translated file in Amazon S3.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["amazons3","googletranslate"], + "tags": ["scheduler", "googletranslate", "amazons3"], + "offerings": ["app connect professional"] + }, + { + "name": "Stop or start or reboot the Amazon RDS instance whenever a Zendesk Service ticket gets created", + "description": "Use this template to stop, start, or reboot the Amazon RDS instance whenever a Zendesk Service ticket gets created.", + "summary": "Zendesk Service to Amazon RDS", + "sourceApp": "zendeskservice", + "targetApps": ["amazonrds"], + "tags": ["zendeskservice", "amazonrds", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a database instance in Amazon RDS when a new company is created in IBM Maximo", + "description": "Use this template to create a database instance in Amazon RDS when a new company is created in IBM Maximo.", + "summary": "IBM Maximo to 2 applications", + "sourceApp": "maximo", + "targetApps": ["amazonrds", "gmail"], + "tags": ["maximo", "amazonrds", "gmail"], + "offerings": ["app connect professional"] + }, + { + "name": "Store the lead details in Oracle Database when a new Salesforce lead gets created", + "description": "Use this template to store the lead details in Oracle Database when a new Salesforce lead gets created.", + "summary": "Salesforce to Oracle Database", + "sourceApp": "salesforce", + "targetApps": ["oracle"], + "tags": ["salesforce", "oracle"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a job requisition in SAP SuccessFactors and send an email to the hiring manager about the job requisition", + "description": "Use this template to send a gmail message when a new job requisition is created.", + "summary": "API to 2 applications", + "sourceApp": "api", + "targetApps": ["sapsuccessfactors", "gmail"], + "tags": ["api", "sapsuccessfactors", "gmail"], + "offerings": ["app connect professional"] + }, + { + "name": "Send an email using a template from Amazon SES whenever a lead is created in Salesforce", + "description": "Use this template to send an email using the template from Amazon SES if the lead's Salesforce status is open and they have not been contacted.", + "summary": "Salesforce to Amazon SES", + "sourceApp": "salesforce", + "targetApps": ["amazonses"], + "tags": ["salesforce", "amazonses", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a contact in Amazon SES whenever a new contact is created in Insightly", + "description": "Use this template to create a contact in Amazon SES whenever a new contact is created in Insightly.", + "summary": "Insightly to 2 applications", + "sourceApp": "insightly", + "targetApps": ["amazonses", "gmail"], + "tags": ["insightly", "amazonses", "gmail"], + "offerings": ["app connect professional"] + }, + { + "name": "Notify users via phone call or text or WhatsApp message using Twilio whenever an incident is created in ServiceNow", + "description": "Use this template to notify users via phone call, text message, or WhatsApp message by using Twilio whenever an incident is created in ServiceNow.", + "summary": "ServiceNow to Twilio", + "sourceApp": "servicenow", + "targetApps": ["twilio"], + "tags": ["servicenow", "twilio", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a note in Salesforce for the retrieved call details of a phone number from Twilio", + "description": "Use this template to create a note that contains the call details of a phone number from Twilio that is associated with a Salesforce account.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["twilio", "salesforce"], + "tags": ["scheduler", "twilio", "salesforce"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a prospect in Salesforce Account Engagement whenever a new form entry is created in Wufoo", + "description": "Use this template to create a prospect in Salesforce Account Engagement with the prospect's information whenever a new form entry with a campaign attendee's information is created.", + "summary": "Wufoo to Salesforce Account Engagement", + "sourceApp": "wufoo", + "targetApps": ["salesforceae"], + "tags": ["wufoo", "salesforceae"], + "offerings": ["app connect professional"] + }, + { + "name": "Assign a prospect in Salesforce Account Engagement for each Salesforce Account Engagement visitor", + "description": "Use this template to assign a visitor to a prospect for each of the retrieved Salesforce Account Engagement visitors.", + "summary": "Scheduler to Salesforce Account Engagement", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["salesforceae"], + "tags": ["scheduler", "salesforceae", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Store the issue data in IBM Db2 whenever a new issue gets created in Jira", + "description": "Use this template to store the issue data in IBM Db2 whenever a new issue gets created in Jira.", + "summary": "Jira to IBM Db2", + "sourceApp": "jira", + "targetApps": ["db2"], + "tags": ["jira", "db2"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an incident in ServiceNow whenever a new customer issue record is added to IBM Db2", + "description": "Use this template to create an incident in ServiceNow whenever a new customer issue record is added to IBM Db2.", + "summary": "IBM Db2 to ServiceNow", + "sourceApp": "db2", + "targetApps": ["servicenow"], + "tags": ["db2", "servicenow"], "offerings": ["app connect professional"] - }, - { - "name": "Store the lead details in Oracle Database when a new Salesforce lead gets created", - "description": "Use this template to store the lead details in Oracle Database when a new Salesforce lead gets created.", - "summary": "Salesforce to Oracle Database", + }, + { + "name": "Create a folder in Box whenever a new case is created in Salesforce", + "description": "Use this template to create a folder in Box whenever a new case is created in Salesforce.", + "summary": "Salesforce to Box", + "sourceApp": "salesforce", + "targetApps": ["box"], + "tags": ["salesforce", "box"], + "offerings": ["app connect professional"] + }, +{ + "name": "Create a folder in Box whenever a new opportunity is created in Salesforce", + "description": "Use this template to create a folder in Box whenever a new opportunity is created in Salesforce.", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["gmail", "box"], + "tags": ["salesforce", "box", "gmail"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a folder in Box whenever a new account is created in Salesforce", + "description": "Use this template to create a folder in Box whenever a new account is created in Salesforce.", + "summary": "Salesforce to Box", + "sourceApp": "salesforce", + "targetApps": ["box"], + "tags": ["salesforce", "box"], + "offerings": ["app connect professional"] + }, + { + "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": "servicenow", + "targetApps": ["box"], + "tags": ["servicenow", "box"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a folder in Box for each event retrieved from Eventbrite", + "description": "Use this template to create a folder in Box for each event retrieved from Eventbrite.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["eventbrite", "box"], + "tags": ["scheduler", "eventbrite", "box", "foreach"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a folder in Box whenever a new form entry is created in Wufoo", + "description": "Use this template to create a folder in Box whenever a new form entry is created in Wufoo.", + "summary": "Wufoo to Box", + "sourceApp": "wufoo", + "targetApps": ["box"], + "tags": ["wufoo", "box"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a folder in Box whenever a new campaign is created in MailChimp", + "description": "Use this template to create a folder in Box whenever a new campaign is created in MailChimp.", + "summary": "MailChimp to Box", + "sourceApp": "mailchimp", + "targetApps": ["box"], + "tags": ["mailchimp", "box"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a folder in Google Drive for each event retrieved from Eventbrite", + "description": "Use this template to create a folder in Google Drive for each event retrieved from Eventbrite.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["eventbrite", "googledrive"], + "tags": ["scheduler", "googledrive", "eventbrite", "foreach"], + "offerings": ["app connect professional"] + }, + { + "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": "googlesheet", + "targetApps": ["googledrive"], + "tags": ["googlesheet", "googledrive"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a folder in Google Drive whenever a new campaign is created in Salesforce", + "description": "Use this template to create a folder in Google Drive whenever a new campaign is created in Salesforce.", + "summary": "Salesforce to Google Drive", + "sourceApp": "salesforce", + "targetApps": ["googledrive"], + "tags": ["salesforce", "googledrive"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Slack message whenever a new task is created in Asana", + "description": "Use this template to send a Slack message to the intended channel whenever a new task is created in Asana.", + "summary": "Asana to Slack", + "sourceApp": "asana", + "targetApps": ["slack"], + "tags": ["asana", "slack"], + "offerings": ["app connect professional"] + }, + { + "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": "googlesheet", + "targetApps": ["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": ["googlesheet", "slack"], + "tags": ["asana", "googlesheet", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a task in Asana whenever a new subscriber is added to MailChimp", + "description": "Use this template to create a task in Asana whenever a new subscriber is added in MailChimp.", + "summary": "MailChimp to Asana ", + "sourceApp": "mailchimp", + "targetApps": ["asana"], + "tags": ["mailchimp", "asana"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Gmail message whenever a new task is created in Asana", + "description": "Use this template to send a Gmail message to the intended recipients whenever a new task is created in Asana.", + "summary": "Asana to Gmail", + "sourceApp": "asana", + "targetApps": ["gmail"], + "tags": ["asana", "gmail"], + "offerings": ["app connect professional"] + }, + { + "name": "Add a card to a list in Trello whenever a new task is created in Asana", + "description": "Use this template to add a card to a list in Trello whenever a new task is created in Asana.", + "summary": "Asana to Trello", + "sourceApp": "asana", + "targetApps": ["trello"], + "tags": ["asana", "trello"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a task in Asana whenever a new response is added in SurveyMonkey", + "description": "Use this template to create a task in Asana whenever a new response is added in SurveyMonkey.", + "summary": "SurveyMonkey to Asana", + "sourceApp": "surveymonkey", + "targetApps": ["asana"], + "tags": ["surveymonkey", "asana"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a customer in Square when a customer is created in Shopify", + "description": "Use this template to create a new customer in Square when a new customer is created in Shopify.", + "summary": "2 flows using 2 applications", + "sourceApp": "api", + "targetApps": ["shopify", "square"], + "tags": ["api", "shopify", "square"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a contact in HubSpot CRM when a contact is created in Salesforce and then associate the contact with a company", + "description": "Use this template to create a contact in HubSpot CRM with the contact details whenever a contact is created in Salesforce. If the Salesforce contact has the company’s details, then the company will be associated with the contact in HubSpot CRM.", + "summary": "Salesforce to 2 applications", "sourceApp": "salesforce", - "targetApps": ["oracle"], - "tags": ["salesforce", "oracle"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a job requisition in SAP SuccessFactors and send an email to the hiring manager about the job requisition", - "description": "Use this template to send a gmail message when a new job requisition is created.", - "summary": "API to 2 applications", - "sourceApp": "api", - "targetApps": ["sapsuccessfactors", "gmail"], - "tags": ["api", "sapsuccessfactors", "gmail"], - "offerings": ["app connect professional"] - }, - { - "name": "Send an email using a template from Amazon SES whenever a lead is created in Salesforce", - "description": "Use this template to send an email using the template from Amazon SES if the lead's Salesforce status is open and they have not been contacted.", - "summary": "Salesforce to Amazon SES", - "sourceApp": "salesforce", - "targetApps": ["amazonses"], - "tags": ["salesforce", "amazonses", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a contact in Amazon SES whenever a new contact is created in Insightly", - "description": "Use this template to create a contact in Amazon SES whenever a new contact is created in Insightly.", - "summary": "Insightly to 2 applications", - "sourceApp": "insightly", - "targetApps": ["amazonses", "gmail"], - "tags": ["insightly", "amazonses", "gmail"], - "offerings": ["app connect professional"] - }, - { - "name": "Notify users via phone call or text or WhatsApp message using Twilio whenever an incident is created in ServiceNow", - "description": "Use this template to notify users via phone call, text message, or WhatsApp message by using Twilio whenever an incident is created in ServiceNow.", - "summary": "ServiceNow to Twilio", - "sourceApp": "servicenow", - "targetApps": ["twilio"], - "tags": ["servicenow", "twilio", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a note in Salesforce for the retrieved call details of a phone number from Twilio", - "description": "Use this template to create a note that contains the call details of a phone number from Twilio that is associated with a Salesforce account.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["twilio", "salesforce"], - "tags": ["scheduler", "twilio", "salesforce"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a prospect in Salesforce Account Engagement whenever a new form entry is created in Wufoo", - "description": "Use this template to create a prospect in Salesforce Account Engagement with the prospect's information whenever a new form entry with a campaign attendee's information is created.", - "summary": "Wufoo to Salesforce Account Engagement", - "sourceApp": "wufoo", - "targetApps": ["salesforceae"], - "tags": ["wufoo", "salesforceae"], - "offerings": ["app connect professional"] - }, - { - "name": "Assign a prospect in Salesforce Account Engagement for each Salesforce Account Engagement visitor", - "description": "Use this template to assign a visitor to a prospect for each of the retrieved Salesforce Account Engagement visitors.", - "summary": "Scheduler to Salesforce Account Engagement", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["salesforceae"], - "tags": ["scheduler", "salesforceae", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Store the issue data in IBM Db2 whenever a new issue gets created in Jira", - "description": "Use this template to store the issue data in IBM Db2 whenever a new issue gets created in Jira.", - "summary": "Jira to IBM Db2", - "sourceApp": "jira", - "targetApps": ["db2"], - "tags": ["jira", "db2"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an incident in ServiceNow whenever a new customer issue record is added to IBM Db2", - "description": "Use this template to create an incident in ServiceNow whenever a new customer issue record is added to IBM Db2.", - "summary": "IBM Db2 to ServiceNow", - "sourceApp": "db2", - "targetApps": ["servicenow"], - "tags": ["db2", "servicenow"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a folder in Box whenever a new case is created in Salesforce", - "description": "Use this template to create a folder in Box whenever a new case is created in Salesforce.", - "summary": "Salesforce to Box", - "sourceApp": "salesforce", - "targetApps": ["box"], - "tags": ["salesforce", "box"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a folder in Box whenever a new opportunity is created in Salesforce", - "description": "Use this template to create a folder in Box whenever a new opportunity is created in Salesforce.", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["gmail", "box"], - "tags": ["salesforce", "box", "gmail"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a folder in Box whenever a new account is created in Salesforce", - "description": "Use this template to create a folder in Box whenever a new account is created in Salesforce.", - "summary": "Salesforce to Box", - "sourceApp": "salesforce", - "targetApps": ["box"], - "tags": ["salesforce", "box"], - "offerings": ["app connect professional"] - }, - { - "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": "servicenow", - "targetApps": ["box"], - "tags": ["servicenow", "box"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a folder in Box for each event retrieved from Eventbrite", - "description": "Use this template to create a folder in Box for each event retrieved from Eventbrite.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["eventbrite", "box"], - "tags": ["scheduler", "eventbrite", "box", "foreach"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a folder in Box whenever a new form entry is created in Wufoo", - "description": "Use this template to create a folder in Box whenever a new form entry is created in Wufoo.", - "summary": "Wufoo to Box", - "sourceApp": "wufoo", - "targetApps": ["box"], - "tags": ["wufoo", "box"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a folder in Box whenever a new campaign is created in MailChimp", - "description": "Use this template to create a folder in Box whenever a new campaign is created in MailChimp.", - "summary": "MailChimp to Box", - "sourceApp": "mailchimp", - "targetApps": ["box"], - "tags": ["mailchimp", "box"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a folder in Google Drive for each event retrieved from Eventbrite", - "description": "Use this template to create a folder in Google Drive for each event retrieved from Eventbrite.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["eventbrite", "googledrive"], - "tags": ["scheduler", "googledrive", "eventbrite", "foreach"], - "offerings": ["app connect professional"] - }, - { - "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": "googlesheet", - "targetApps": ["googledrive"], - "tags": ["googlesheet", "googledrive"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a folder in Google Drive whenever a new campaign is created in Salesforce", - "description": "Use this template to create a folder in Google Drive whenever a new campaign is created in Salesforce.", - "summary": "Salesforce to Google Drive", - "sourceApp": "salesforce", - "targetApps": ["googledrive"], - "tags": ["salesforce", "googledrive"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Slack message whenever a new task is created in Asana", - "description": "Use this template to send a Slack message to the intended channel whenever a new task is created in Asana.", - "summary": "Asana to Slack", - "sourceApp": "asana", - "targetApps": ["slack"], - "tags": ["asana", "slack"], - "offerings": ["app connect professional"] - }, - { - "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": "googlesheet", - "targetApps": ["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": ["googlesheet", "slack"], - "tags": ["asana", "googlesheet", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a task in Asana whenever a new subscriber is added to MailChimp", - "description": "Use this template to create a task in Asana whenever a new subscriber is added in MailChimp.", - "summary": "MailChimp to Asana ", - "sourceApp": "mailchimp", - "targetApps": ["asana"], - "tags": ["mailchimp", "asana"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Gmail message whenever a new task is created in Asana", - "description": "Use this template to send a Gmail message to the intended recipients whenever a new task is created in Asana.", - "summary": "Asana to Gmail", - "sourceApp": "asana", - "targetApps": ["gmail"], - "tags": ["asana", "gmail"], - "offerings": ["app connect professional"] - }, - { - "name": "Add a card to a list in Trello whenever a new task is created in Asana", - "description": "Use this template to add a card to a list in Trello whenever a new task is created in Asana.", - "summary": "Asana to Trello", - "sourceApp": "asana", - "targetApps": ["trello"], - "tags": ["asana", "trello"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a task in Asana whenever a new response is added in SurveyMonkey", - "description": "Use this template to create a task in Asana whenever a new response is added in SurveyMonkey.", - "summary": "SurveyMonkey to Asana", - "sourceApp": "surveymonkey", - "targetApps": ["asana"], - "tags": ["surveymonkey", "asana"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a customer in Square when a customer is created in Shopify", - "description": "Use this template to create a new customer in Square when a new customer is created in Shopify.", - "summary": "2 flows using 2 applications", - "sourceApp": "api", - "targetApps": ["shopify", "square"], - "tags": ["api", "shopify", "square"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a contact in HubSpot CRM when a contact is created in Salesforce and then associate the contact with a company", - "description": "Use this template to create a contact in HubSpot CRM with the contact details whenever a contact is created in Salesforce. If the Salesforce contact has the company’s details, then the company will be associated with the contact in HubSpot CRM.", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["hubspotcrm", "salesforce"], - "tags": ["salesforce", "hubspotcrm", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an order in Oracle E-Business Suite when a new order is received in Microsoft Dynamics 365", - "description": "Use this template to create an order in Oracle E-Business Suite when a new order is received in Microsoft Dynamics 365 for Sales.", - "summary": "Microsoft Dynamics 365 for Sales to Oracle E-Business Suite", - "sourceApp": "msdynamicscrmrest", - "targetApps": ["oracleebs"], - "tags": ["msdynamicscrmrest", "oracleebs"], - "offerings": ["app connect professional"] - }, - { - "name": "Send an email notification on creating an employee in BambooHR", - "description": "Use this template to send an email notification to a user or employee on Gmail on adding a new employee in BambooHR.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["bamboohr", "gmail"], - "tags": ["scheduler","bamboohr", "gmail"], + "targetApps": ["hubspotcrm", "salesforce"], + "tags": ["salesforce", "hubspotcrm", "if"], "offerings": ["app connect professional"] - }, - { - "name": "Create a new form entry in Wufoo from BambooHR", - "description": "Use this template to create a new employee entry in Wufoo from BambooHR", - "summary": "1 flow using 2 applications", - "sourceApp": "api", - "targetApps": ["bamboohr", "wufoo"], - "tags": ["api", "bamboohr", "wufoo"], - "offerings": ["app connect professional"] - }, - { - "name": "Send an email using a template from Salesforce Account Engagement for each Salesforce Account Engagement prospect", - "description": "Use this template to send an email by using a template from Salesforce Account Engagement for each prospect retrieved from Salesforce Account Engagement that has opted out of phone or voice calls.", - "summary": "Scheduler to Salesforce Account Engagement", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["salesforceae"], - "tags": ["scheduler", "salesforceae", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Update a prospect score in Salesforce Account Engagement for each visit retrieved from Salesforce Account Engagement", - "description": "Use this template to update a prospect score in Salesforce Account Engagement based on the each visit retrieved from Salesforce Account Engagement. The flow checks if the prospect has visited the site for a certain amount of time and the number of page views.", - "summary": "Scheduler to Salesforce Account Engagement", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["salesforceae"], - "tags": ["scheduler", "salesforceae", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Associate a new prospect to a list in Salesforce Account Engagement when a new subscriber is created in MailChimp", - "description": "Use this template to associate a newly created prospect to a list in Salesforce Account Engagement from a MailChimp list whenever a new subscriber is created in MailChimp. If the list exists, based on the new subscriber, a prospect is created, and the prospect is then associated with the existing list. If the list does not exist, a list is created along with the prospect details, and it will be associated with the newly created list in Salesforce Account Engagement.", - "summary": "MailChimp to Salesforce Account Engagement", - "sourceApp": "mailchimp", - "targetApps": ["mailchimp", "salesforceae"], - "tags": ["mailchimp", "salesforceae", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a contact and add the contact to a Google Contacts group based on the product interest of the new Salesforce lead", - "description": "Use this template to create a contact and add the contact to a contact group in Google Contacts whenever a new lead is created in Salesforce. The contacts created are then added to Google Contacts group based on the product interest of the new Salesforce lead.", - "summary": "Salesforce to Google Contacts", - "sourceApp": "salesforce", - "targetApps": ["googlecontacts"], - "tags": ["googlecontacts", "salesforceae", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a contact in Google Contacts when a new row in Google Sheets containing contact information is appended", - "description": "Use this template to create a contact in Google Contacts whenever a new complete row containing contact information is appended in Google Sheets.", - "summary": "Google Sheets to Google Contacts", - "sourceApp": "googlesheet", - "targetApps": ["googlecontacts"], - "tags": ["googlesheet", "googlecontacts", "foreach"], - "offerings": ["app connect professional"] - }, - { - "name": "Add subscribers to a list in MailChimp for each other contact retrieved from Google Contacts", - "description": "Use this template to add subscribers to a list in MailChimp for each other contact retrieved from Google Contacts. This use case retrieves the other contacts from Google Contacts by using a search string.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["googlecontacts", "mailchimp"], - "tags": ["scheduler", "googlecontacts", "mailchimp", "foreach"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a contact in Google Contacts for each HubSpot CRM contact who qualifies as a customer", - "description": "Use this template to create a contact in Google Contacts for each contact retrieved from HubSpot CRM. If the HubSpot CRM contact type is a customer, the contact is created in Google Contacts with the customer information.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["hubspotcrm", "googlecontacts", "slack"], - "tags": ["scheduler", "googlecontacts", "hubspotcrm", "slack", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a task in Microsoft To Do when a new task is created in Asana", - "description": "Use this template to create a new task in the default list in Microsoft To Do whenever a new task is created in Asana.", - "summary": "Asana to Microsoft To Do", - "sourceApp": "asana", - "targetApps": ["mstodo"], - "tags": ["asana", "mstodo"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a task in a list in Microsoft To Do when a lead is created in Salesforce", - "description": "Use this template to create a new task in a list in Microsoft To Do whenever a new lead is created in Salesforce. The task is created and added to the Microsoft To Do list based on the lead rating of the new Salesforce lead.", - "summary": "Salesforce to Microsoft To Do", - "sourceApp": "salesforce", - "targetApps": ["mstodo"], - "tags": ["salesforce", "mstodo"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a task in Microsoft To Do when a new event is created in Google Calendar", - "description": "Use this template to create a new task in Microsoft To Do whenever a new event is created in Google Calendar.", - "summary": "Google Calendar to Microsoft To Do", - "sourceApp": "googlecalendar", - "targetApps": ["mstodo"], - "tags": ["googlecalendar", "mstodo"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a task on the Microsoft To Do list using information retrieved from Microsoft Excel Online", - "description": "Use this template to create a new task in a list in Microsoft To Do whenever a new row is appended in Microsoft Excel Online. A new list is created if the list doesn’t exist in To Do based on the information retrieved from the Microsoft Excel Online worksheet. A task is then added to the newly created list. Otherwise, if the list already exists in To Do, the task will be added to that list.", - "summary": "Microsoft Excel Online to 2 applications", - "sourceApp": "msexcel", - "targetApps": ["mstodo", "slack"], - "tags": ["msexcel", "mstodo", "slack", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a task in Microsoft To Do when a new ticket is created in Zendesk Service", - "description": "Use this template to create a new task in Microsoft To Do whenever a new ticket is created in Zendesk Service. The task is created in a Microsoft default list based on the Zendesk Service ticket type.", - "summary": "Zendesk Service to Microsoft To Do", - "sourceApp": "zendeskservice", - "targetApps": ["mstodo"], - "tags": ["zendeskservice", "mstodo", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Append a note in Microsoft OneNote when a task is created in Asana", - "description": "Use this template to append a note to a Microsoft OneNote page whenever a new task is created in Asana. The note is added based on the Asana assignee status.", - "summary": "Asana to Microsoft OneNote", - "sourceApp": "asana", - "targetApps": ["msonenote"], - "tags": ["asana", "msonenote", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Append a note to the Microsoft OneNote page for each file downloaded from Google Drive", - "description": "Use this template to append a note to the Microsoft OneNote page for each new file downloaded from Google Drive. Google Drive retrieves and downloads the files periodically. For each new file, OneNote creates the file and adds a note to it.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["googledrive", "msonenote", "slack"], - "tags": ["scheduler", "googledrive", "msonenote", "slack", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an HTML file in Box for each page of the HTML content retrieved from Microsoft OneNote", - "description": "Use this template to create an HTML file in Box for each page of the content downloaded from Microsoft OneNote. An HTML file is created in Box based on the downloaded HTML content from the retrieved OneNote pages.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["msonenote", "box"], - "tags": ["scheduler", "msonenote", "box", "foreach"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a page with embedded content in Microsoft OneNote for the email received with attachments from Microsoft Exchange", - "description": "Use this template to create a page with embedded content in Microsoft OneNote for each new email received with attachments from Microsoft Exchange. Otherwise, a slack notification is sent, notifying that the email has no attachment.", - "summary": "Microsoft Exchange to 2 applications", - "sourceApp": "msexchange", - "targetApps": ["msonenote", "slack"], - "tags": ["msexchange", "msonenote", "slack", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a quick event in Google Calendar when a new task is created in Asana", - "description": "Use this template to create a quick event in Google Calendar when a new task is created in Asana. If the task is completed, a Slack notification is sent to the intended channel.", - "summary": "Asana to 2 applications", - "sourceApp": "asana", - "targetApps": ["googlecalendar", "slack"], - "tags": ["asana", "googlecalendar", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a quick event in Google Calendar when a new subscriber is created in MailChimp", - "description": "Use this template to create a quick event in Google Calendar whenever a new subscriber is created in MailChimp.", - "summary": "MailChimp to Google Calendar", - "sourceApp": "mailchimp", - "targetApps": ["googlecalendar"], - "tags": ["mailchimp", "googlecalendar"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an event in Google Calendar when a new form entry is created in Wufoo", - "description": "Use this template to create an event in Google Calendar whenever a new form entry is created in Wufoo.", - "summary": "Wufoo to Google Calendar", - "sourceApp": "wufoo", - "targetApps": ["googlecalendar"], - "tags": ["wufoo", "googlecalendar"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a calendar in Google Calendar when a new item is created in mondaydotcom", - "description": "Use this template to create a calendar in Google Calendar whenever a new item is created in mondayd.com", - "summary": "monday.com to Google Calendar", - "sourceApp": "mondaydotcom", - "targetApps": ["googlecalendar"], - "tags": ["mondaydotcom", "googlecalendar"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an event in Google Calendar when a new campaign is created in MailChimp", - "description": "Use this template to create an event in Google Calendar whenever a new campaign is created in MailChimp. If the campaign type is regular, an event is sent to each of the MailChimp members; otherwise, a Slack notification is sent to the intended channel notifying that the new campaign created is not regular.", - "summary": "MailChimp to 2 applications", - "sourceApp": "mailchimp", - "targetApps": ["googlecalendar", "slack"], - "tags": ["mailchimp", "googlecalendar", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an event in Google Calendar from a new Gmail message", - "description": "Use this template to create an event whenever a new Gmail message is received.", - "summary": "Gmail to Google Calendar", - "sourceApp": "gmail", - "targetApps": ["googlecalendar"], - "tags": ["gmail", "googlecalendar"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a message in Microsoft Viva Engage when a new response is received in SurveyMonkey", - "description": "Use this template to create a message in Microsoft Viva Engage whenever a new response is received in SurveyMonkey.", - "summary": "SurveyMonkey to Microsoft Viva Engage", - "sourceApp": "surveymonkey", - "targetApps": ["yammer"], - "tags": ["surveymonkey", "yammer"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a message in Microsoft Viva Engage when a new task is created in Asana", - "description": "Use this template to create a message in Microsoft Viva Engage whenever a new task is created in Asana.", - "summary": "Asana to Microsoft Viva Engage", - "sourceApp": "asana", - "targetApps": ["yammer"], - "tags": ["asana", "yammer"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Slack message when a new topic is created in Microsoft Viva Engage", - "description": "Use this template to send a Slack message to the intended channel whenever a new topic is created in Microsoft Viva Engage.", - "summary": "Microsoft Viva Engage to Slack", - "sourceApp": "yammer", - "targetApps": ["slack"], - "tags": ["yammer", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Gmail message when a new message is created in Microsoft Viva Engage", - "description": "Use this template to send a Gmail message to the intended recipients whenever a new message is created in Microsoft Viva Engage.", - "summary": "Microsoft Viva Engage to Gmail", - "sourceApp": "yammer", - "targetApps": ["gmail"], - "tags": ["yammer", "gmail"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a post in a category in WordPress when a new campaign is created in MailChimp", - "description": "Use this template to create a post in a category in WordPress whenever a new campaign is created in MailChimp.", - "summary": "MailChimp to WordPress", - "sourceApp": "mailchimp", - "targetApps": ["wordpress"], - "tags": ["mailchimp", "wordpress"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Slack message for published posts in WordPress", - "description": "Use this template to send a Slack message to the intended channel for posts that are in publish status in WordPress.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["wordpress", "slack"], - "tags": ["scheduler", "wordpress", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a post in WordPress when a new complete row is appended in Google Sheets", - "description": "Use this template to create a post in WordPress whenever a new complete row is appended to a spreadsheet in Google Sheets.", - "summary": "Google Sheets to WordPress", - "sourceApp": "googlesheet", - "targetApps": ["wordpress"], - "tags": ["googlesheet", "wordpress"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a post in WordPress for each Eventbrite event", - "description": "Use this template to create a post in WordPress for each event retrieved from Eventbrite.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["eventbrite", "wordpress"], - "tags": ["scheduler", "eventbrite", "wordpress"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an opportunity in Insightly when an issue is created or updated in GitHub", - "description": "Use this template to create an opportunity in Insightly whenever an issue is newly created or updated in GitHub.", - "summary": "GitHub to Insightly", - "sourceApp": "github", - "targetApps": ["insightly"], - "tags": ["github", "insightly", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a row in a Google Sheets spreadsheet when an issue is created or updated on GitHub", - "description": "Use this template to create a row in a Google Sheets spreadsheet whenever an issue is newly created or updated in GitHub.", - "summary": "GitHub to Google Sheets", - "sourceApp": "github", - "targetApps": ["googlesheet"], - "tags": ["github", "googlesheet"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a task in Asana when an issue is created or updated in GitHub", - "description": "Use this template to create a task in Asana whenever an issue is newly created or updated in GitHub.", - "summary": "GitHub to Asana", - "sourceApp": "github", - "targetApps": ["asana"], - "tags": ["github", "asana", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an issue in GitHub from a new Gmail message", - "description": "Use this template to create an issue in GitHub from a new Gmail message.", - "summary": "Gmail to GitHub", - "sourceApp": "gmail", - "targetApps": ["github"], - "tags": ["gmail", "github"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an issue in GitHub when a new campaign is created in Salesforce", - "description": "Use this template to create an issue in GitHub when a new campaign is created in Salesforce.", - "summary": "Salesforce to GitHub", - "sourceApp": "salesforce", - "targetApps": ["github"], - "tags": ["salesforce", "github"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an issue in GitHub when a new complete row is appended in Google Sheets", - "description": "Use this template to create an issue in GitHub whenever a new complete row is appended to a spreadsheet in Google Sheets.", - "summary": "Google Sheets to GitHub", - "sourceApp": "googlesheet", - "targetApps": ["github"], - "tags": ["googlesheet", "github"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Slack message when an issue is created or updated on GitHub", - "description": "Use this template to send a Slack message whenever an issue is newly created or updated in GitHub.", - "summary": "GitHub to Slack", - "sourceApp": "github", - "targetApps": ["slack"], - "tags": ["github", "slack", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Gmail message to new employees retrieved from Oracle HCM for an organization", - "description": "Use this template to send a Gmail message with a file attachment to new employees who are part of an organization. The email is sent to a specific type of employee who joined after a specified date. These workers details are retrieved from Oracle HCM. For instance, share welcome document from google drive via email to all the new joiners created in Oracle HCM. ", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["oraclehcm", "googledrive", "gmail"], - "tags": ["scheduler", "oraclehcm", "googledrive", "gmail", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a system user in ServiceNow for new employees of a specific work type that is created in Oracle HCM", - "description": "Use this template to create a system user in ServiceNow based on the worker details retrieved from Oracle HCM. If it’s an employee of a specific work group who joined after a specified date, a new system user account is created in ServiceNow for the worker. Otherwise, a Slack message is posted on the intended channel, notifying the worker that they are not from a specific work group.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["oraclehcm", "servicenow", "slack"], - "tags": ["scheduler", "oraclehcm", "servicenow", "slack", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Slack notification for the new employees retrieved from Oracle HCM", - "description": "Use this template to send a Slack notification for the new employees retrieved from Oracle HCM. These workers details are retrieved from Oracle HCM.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["oraclehcm", "slack"], - "tags": ["scheduler", "oraclehcm", "slack", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a candidate in Oracle HCM for each candidate who has a unique email address from Workday", - "description": "Use this template to create a candidate in Oracle Human Capital Management for each Workday candidate. The flow periodically checks for new candidates and creates the candidate with a unique email address in Oracle Human Capital Management. If the candidate already exists in Oracle Human Capital Management, a Slack notification is sent to the specified channel.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["workday", "oraclehcm", "slack"], - "tags": ["scheduler", "workday", "oraclehcm", "slack", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create or update a campaign member in Salesforce when a new sales order is created in Magento", - "description": "Use this template to create or update campaign members for each new sales order created in Magento. For each new sales order for a specific product type in Magento, a campaign, contact, and campaign member details are either created or updated in Salesforce.", - "summary": "Magento to Salesforce", - "sourceApp": "magento", - "targetApps": ["salesforce"], - "tags": ["magento", "salesforce", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Gmail message to a contact whenever a case is updated to a closed status in Salesforce", - "description": "Use this template to send a Gmail message to a Salesforce contact with the case details whenever a case status is updated to 'Closed' in Salesforce.", - "summary": "Salesforce to Gmail", - "sourceApp": "salesforce", - "targetApps": ["gmail"], - "tags": ["salesforce", "gmail", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a file in a specific folder in Box with Salesforce opportunity details", - "description": "Use this template to create a file in a specific folder in Box with Salesforce opportunity details. The opportunity details are periodically retrieved from Salesforce. This use case helps you to extract and upload Salesforce opportunity details to a Box file with CSV output at a regular interval.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["salesforce", "box"], - "tags": ["scheduler", "salesforce", "box"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Gmail message for new leads created in Salesforce based on the lead rating", - "description": "Use this template to send a Gmail message to the intended team members whenever a new lead is created in Salesforce. If the lead's rating is 'Hot', an email is sent with the lead's details. If the lead's rating is 'Warm', an email is sent to notify Salesforce that a lead has been created.", - "summary": "Salesforce to Gmail", - "sourceApp": "salesforce", - "targetApps": ["gmail"], - "tags": ["salesforce", "gmail", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a case in Salesforce whenever a new issue is created in Jira", - "description": "Use this template to create a case in Salesforce whenever a new issue is created in Jira.", - "summary": "Jira to Salesforce", - "sourceApp": "jira", - "targetApps": ["salesforce"], - "tags": ["jira", "salesforce"], - "offerings": ["app connect professional"] - }, - { - "name": "Update the price book entry in Salesforce whenever a product is updated in Magento", - "description": "Use this template to update the price of a product in Salesforce whenever a product price has been updated in Magento.", - "summary": "Magento to Salesforce", - "sourceApp": "magento", - "targetApps": ["salesforce"], - "tags": ["magento", "salesforce", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Append a row in Microsoft Excel Online for each activity log retrieved from mondaydotcom", - "description": "Use this template to append a row of information in Microsoft Excel Online for each activity log retrieved from a board in monday.com. For example, the activity logs contain time tracking data stored in monday.com. This information is retrieved and added to the Microsoft Excel Online worksheet periodically. This integration simplifies time tracking and reporting processes. ", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["mondaydotcom", "msexcel"], - "tags": ["scheduler", "mondaydotcom", "msexcel", "foreach"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a campaign in Mailchimp for each new job requisition created in Oracle HCM", - "description": "Use this template to create a campaign in Mailchimp for each new job requisition created in Oracle HCM. ", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["oraclehcm", "mailchimp"], - "tags": ["scheduler", "oraclehcm", "mailchimp", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a candidate in Oracle HCM for all new Mailchimp subscribers", - "description": "Use this template to create a candidate in Oracle HCM for any new subscribers who have expressed interest in a MailChimp campaign. ", - "summary": "MailChimp to Oracle HCM", - "sourceApp": "mailchimp", - "targetApps": ["oraclehcm"], - "tags": ["mailchimp", "oraclehcm"], - "offerings": ["app connect professional"] - }, - { - "name": "Save a candidate attachment in Workday for each new email received with attachments from Microsoft Exchange", - "description": "Use this template to save a candidate attachment in Workday for each new email received with attachments from Microsoft Exchange.", - "summary": "Microsoft Exchange to Workday", - "sourceApp": "msexchange", - "targetApps": ["workday"], - "tags": ["msexchange", "workday", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Make a voice call to the component owner using Twilio when a new ticket is created in Zendesk Service", - "description": "Use this template to make a voice call to the component owner using Twilio when a new ticket with an urgent priority is created in Zendesk Service. If the priority is urgent, a Twilio voice call is made to the saved component owner, whose information was retrieved from a saved Microsoft Excel Online worksheet based on the component details. A Slack message is posted on the intended channel, detailing the worksheet row's information.", - "summary": "Zendesk Service to 3 applications", - "sourceApp": "zendeskservice", - "targetApps": ["msexcel", "slack", "twilio"], - "tags": ["zendeskservice", "msexcel", "slack", "twilio", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Launch an Amazon EC2 instance for each retrieved alarm from Amazon CloudWatch", - "description": "Use this template to launch an Amazon EC2 instance for each retrieved alarm from Amazon CloudWatch. If the alarm state is equal to 'Alarm' from the alarm metrics retrieved from Amazon CloudWatch,an instance in Amazon EC2 is launched. In this flow, the Amazon CloudWatch CPU usage metrics are monitored periodically. If the alarm is triggered for breaching the threshold, a new instance is launched in Amazon EC2.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["amazoncloudwatch", "amazonec2", "slack"], - "tags": ["scheduler", "foreach", "if", "amazoncloudwatch", "amazonec2", "slack"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a case file in IBM Cloud Object Storage S3 for any non-English file content when a case is created in Salesforce", - "description": "Use this template to create a case file in IBM Cloud Object Storage S3 for non-English file content whenever a new case is created in Salesforce. When a new case is created in Salefroce, the file is created in Box. If the file content is non-English, the case file will be created in IBM Cloud Object Storage S3. Otherwise, a Slack message gets sent to the intended channel, notifying that the file for the case ID already exists in English.", - "summary": "Salesforce to 4 applications", - "sourceApp": "salesforce", - "targetApps": ["slack", "box", "googletranslate", "ibmcoss3"], - "tags": ["salesforce", "slack", "box", "googletranslate", "ibmcoss3", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Append a row in Microsoft Excel Online for each new response retrieved from SurveyMonkey surveys", - "description": "Use this template to append a row in a Microsoft Excel Online worksheet for each response retrieved from SurveyMonkey surveys. In this flow, all new employee exit interview response surveys from SurveyMonkey are retrieved and saved in a Microsoft Excel Online worksheet with the employee ID.", - "summary": "SurveyMonkey to 2 applications", - "sourceApp": "surveymonkey", - "targetApps": ["msexcel", "slack"], - "tags": ["surveymonkey", "msexcel", "slack", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Schedule an exit interview via Google Calendar for a new offboarding ticket created in Zendesk Service", - "description": "Use this template to schedule an exit interview via Google Calendar for a new offboarding ticket created in Zendesk Service.", - "summary": "Zendesk Service to 2 applications", - "sourceApp": "zendeskservice", - "targetApps": ["googlecalendar", "slack"], - "tags": ["zendeskservice", "googlecalendar", "slack", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a Google Calendar when a campaign is created in Salesforce for members who have completed the registration", - "description": "Use this template to create an event in Google Calendar whenever a new campaign is created in Salesforce. In this example, for each Salesforce campaign member, if the registration is completed, a Google Calendar invite gets sent to the registered campaign member for the event.", - "summary": "Salesforce to Google Calendar", - "sourceApp": "salesforce", - "targetApps": ["salesforce", "googlecalendar"], - "tags": ["salesforce", "googlecalendar", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an incident in ServiceNow for each worker retrieved from Oracle HCM based on their joining date", - "description": "Use this template to create a user in Microsoft Entra ID and an incident in ServiceNow for each worker retrieved from Oracle Human Capital Management. In this example, when a worker is created in Oracle HCM with a start date that is 7 days prior to the joining date, a new user is created in Microsoft Entra ID based on the worker's details. An incident is also created in ServiceNow requesting a new procurement laptop for the worker.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["oraclehcm", "azuread", "servicenow"], - "tags": ["scheduler", "oraclehcm", "azuread", "servicenow", "setVariable", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Delete a user from Microsoft Entra ID when an offboarding request is created for the user in Zendesk Service", - "description": "Use this template to delete an existing user from Microsoft Entra ID when an offboarding request is created in Zendesk Service. In this example, when a new ticket is created for an employee that is leaving an organization, the employee record is retrieved and deleted from Microsoft Entra ID.", - "summary": "Zendesk Service to Microsoft Entra ID", - "sourceApp": "zendeskservice", - "targetApps": ["azuread", "azuread"], - "tags": ["zendeskservice", "azuread", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Launch an Amazon EC2 instance and send a Gmail message to the attendees of the Amazon EC2 event with instance details", - "description": "Use this template to launch an Amazon EC2 instance and send a Gmail message to the attendees of the Amazon EC2 event with the instance details. In this example, Google Calendar event details are retrieved. If the Google Calendar event summary is Amazon EC2 event, an Amazon EC2 instance is launched, and a Gmail message is sent to the Amazon EC2 event attendees with the instance details.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["googlecalendar", "amazonec2", "gmail"], - "tags": ["scheduler", "googlecalendar", "amazonec2", "gmail", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a new employee in IBM Db2 for each worker retrieved from Oracle HCM and sync any existing employee to IBM Db2", - "description": "Use this template to create a new employee record in the IBM Db2 table for each worker retrieved from Oracle Human Capital Management (HCM). If the Oracle HCM employee work relationship data already exists in IBM Db2, create this record in another IBM Db2 table.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["oraclehcm", "ibmdb2"], - "tags": ["scheduler", "oraclehcm", "ibmdb2", "setVariable", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Gmail message to the Zendesk Service user for each ticket retrieved from Zendesk Service", - "description": "Use this template to send a Gmail message to the Zendesk Service users as a reminder of the Zendesk Service tickets that are awaiting the user's response.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["zendeskservice", "gmail"], - "tags": ["scheduler", "zendeskservice", "gmail", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Update a ticket status in Zendesk Service for tickets that didn’t have a response from the user for more than 3 days", - "description": "Use this template to update the ticket status to closed in Zendesk Service for tickets that didn’t have a response from the user for more than 3 days. A Slack message is posted on the intended channel to notify the recipients that the ticket is closed.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["zendeskservice", "slack"], - "tags": ["scheduler", "zendeskservice", "slack", "setVariable", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an issue in GitHub when a case is created in Salesforce", - "description": "Use this template to create a new issue in GitHub whenever a new case is created in Salesforce.", - "summary": "Salesforce to GitHub", - "sourceApp": "salesforce", - "targetApps": ["github"], - "tags": ["salesforce", "github"], - "offerings": ["app connect professional"] - }, - { - "name": "Sync new Salesforce cases with GitHub issues", - "description": "Use this template to update a GitHub issue when a case is updated in Salesforce. If the GitHub title and the Salesforce subject match, the GitHub issue is then updated with the Salesforce case details.", - "summary": "Salesforce to GitHub", - "sourceApp": "salesforce", - "targetApps": ["github", "github"], - "tags": ["salesforce", "github", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a comment in GitHub with a knowledge article from ServiceNow when an issue is created or updated in GitHub", - "description": "Use this template to create a comment in GitHub with the ServiceNow knowledge article reference when an issue is created or updated in GitHub. For each GitHub issue, if the GitHub issue label matches the knowledge article in ServiceNow, a comment is created in GitHub stating the reference to the knowledge article.", - "summary": "GitHub to 2 applications", - "sourceApp": "github", - "targetApps": ["servicenow", "slack", "github"], - "tags": ["github", "servicenow", "slack", "github", "setVariable", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a contact list or a contact in HubSpot Marketing when a new form entry is created in Wufoo", - "description": "Use this template to create a contact list or a contact in HubSpot Marketing when a new form entry is created in Wufoo. In this example, consider that an event is being organized only for women. When a new Wufoo form entry is created, HubSpot Marketing retrieves its contact list. A contact list will be created based on the company details provided in the form. If the company doesn't exist in HubSpot Marketing, a new contact list is created. If the company already exists, a contact is directly created in HubSpot Marketing. A contact is created in HubSpot Marketing only if the contact is female. Otherwise, a Gmail message gets sent to the recipient, notifying them that the event is only for women.", - "summary": "Wufoo to 2 applications", - "sourceApp": "wufoo", - "targetApps": ["hubspotmarketing", "hubspotmarketing", "gmail", "hubspotmarketing"], - "tags": ["wufoo", "hubspotmarketing", "gmail", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Gmail message to the marketing team for each marketing campaign data retrieved from HubSpot Marketing", - "description": "Use this template to send a Gmail message to the marketing team for each marketing campaign data retrieved from HubSpot Marketing.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["hubspotmarketing", "hubspotmarketing", "gmail"], - "tags": ["scheduler", "hubspotmarketing", "gmail"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a marketing event in HubSpot Marketing and send event details through Gmail for each Eventbrite event", - "description": "Use this template to create a marketing event in HubSpot Marketing for each event retrieved from Eventbrite. In this example, for each Eventbrite event that has been newly created, a HubSpot Marketing event is created. A Gmail message is then sent to the intended recipient, containing the details of the event.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["eventbrite", "hubspotmarketing", "gmail"], - "tags": ["scheduler", "hubspotmarketing", "gmail", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Record event attendance for each Eventbrite attendee by syncing Eventbrite events with HubSpot Marketing events", - "description": "Use this template to Record event attendance for each Eventbrite attendee by syncing Eventbrite events with HubSpot Marketing events. In this example, the marketing events that were created earlier are being retrieved. The attendance of each Eventbrite attendee is being recorded together with the attendee's contact email ID and the attendance date in HubSpot Marketing.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["hubspotmarketing", "hubspotmarketing", "eventbrite", "hubspotmarketing", "gmail"], - "tags": ["scheduler", "hubspotmarketing", "gmail", "foreach", "eventbrite"], - "offerings": ["app connect professional"] - }, - { - "name": "Download an expense report in Expensify and send the report to the manager for approval via DocuSign", - "description": "Use this template to download an expense report in Expensify and send the report to the manager for the approval via DocuSign.", - "summary": "1 flow using 2 applications", - "sourceApp": "api", - "targetApps": ["expensify", "docusign"], - "tags": ["api", "expensify", "docusign"], + }, + { + "name": "Create an order in Oracle E-Business Suite when a new order is received in Microsoft Dynamics 365", + "description": "Use this template to create an order in Oracle E-Business Suite when a new order is received in Microsoft Dynamics 365 for Sales.", + "summary": "Microsoft Dynamics 365 for Sales to Oracle E-Business Suite", + "sourceApp": "msdynamicscrmrest", + "targetApps": ["oracleebs"], + "tags": ["msdynamicscrmrest", "oracleebs"], "offerings": ["app connect professional"] - }, - { - "name": "Send a Google Chat welcome message with a Dropbox link to all the attendees of a Google Calendar event", - "description": "Use this template to send a welcome message to all the attendees in a Google Chat space with a Dropbox link whenever a Google Calendar event is created. A folder is created in Dropbox to store all the artifacts related to the Google Calendar event, and the link is shared with the event attendees.", - "summary": "Google Calendar to 2 applications", - "sourceApp": "googlecalendar", - "targetApps": ["googlechat", "dropbox", "googlechat"], - "tags": ["googlecalendar", "googlechat", "dropbox", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Google Chat message to the Zendesk Service ticket assignee with a Dropbox link for tickets with urgent priority", - "description": "Use this template to send a Google Chat message to the Zendesk Service ticket assignee in a Google Chat space with a Dropbox link whenever a ticket is created with urgent priority in Zendesk Service. A folder is created in Dropbox to store all the root cause analysis (RCA) documents related to the issue, and the link is shared with the ticket’s assignee.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["zendeskservice", "googlechat", "dropbox", "googlechat"], - "tags": ["scheduler", "zendeskservice", "dropbox", "googlechat", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Add a group member in Google Groups for each employee retrieved from Microsoft Dynamics 365 Finance and Operations", - "description": "Use this template to add a member to a specific group in Google Groups for each employee retrieved from Microsoft Dynamics 365 Finance and Operations.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["msdynamicsfando", "googlegroups"], - "tags": ["scheduler", "msdynamicsfando", "googlegroups", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Add a subscriber to a specific list in MailChimp", - "description": "Use this template to add a subscriber to a specific list in MailChimp with the subscriber's email address. This is a prequel flow for ‘Add a member to a group in Google Groups when a new subscriber is added to a list’ and ‘Send a notification message via Gmail to a specific group in Google Groups’ templates. Ensure that you have started these template flows.", - "summary": "Scheduler to MailChimp", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["mailchimp"], - "tags": ["scheduler", "mailchimp"], - "offerings": ["app connect professional"] - }, - { - "name": "Add a member to a group in Google Groups when a new subscriber is added to a list in MailChimp", - "description": "Use this template to add a member to a specific group in Google Groups when a new subscriber is added to a list. An HTTP method is invoked with a URL request to run the ‘Send a notification message via Gmail to a specific group in Google Groups’ flow. Ensure that you specify the complete URL path of the ‘Send a notification Gmail message to a specific Google Groups group’ template.", - "summary": "MailChimp to 2 applications", - "sourceApp": "mailchimp", - "targetApps": ["googlegroups", "http"], - "tags": ["mailchimp", "googlegroups", "http"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a notification message via Gmail to a specific group in Google Groups", - "description": "Use this API template to send a notification message via Gmail to a specific group in Google Groups. This is a prequel flow for the ‘Add a member to a group in Google Groups when a new subscriber is added to a list’ template.", - "summary": "1 flow using 2 applications", - "sourceApp": "api", - "targetApps": ["googlegroups", "gmail"], - "tags": ["api", "googlegroups", "gmail", "foreach"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a task in a list in Google Tasks when a new ticket is created in Zendesk Service", - "description": "Use this template to create a task in a list in Google Tasks when a new ticket is created in Zendesk Service. In this example, if the Google task title and task list id is not empty, create a task in the corresponding task list. Otherwise, a task list is created in Google Tasks and the task is added to the list.", - "summary": "Zendesk Service to 2 applications", - "sourceApp": "zendeskservice", - "targetApps": ["googletasks", "slack"], - "tags": ["zendeskservice", "googletasks", "slack", "setVariable", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Update a ticket in Zendesk Service for each completed task retrieved from Google Tasks", - "description": "Use this template to update the ticket status in Zendesk Service for each of the completed tasks retrieved from Google Tasks. In this example, the Zendesk Service ticket status is updated to closed for each of the completed tasks as of the end of the current day, which is retrieved from Google Tasks.", - "summary": "1 flow using 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["zendeskservice", "googletasks", "slack"], - "tags": ["scheduler", "zendeskservice", "googletasks", "slack", "foreach"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a new row in a Google Sheets spreadsheet for each new employee retrieved from the Amazon Redshift record", - "description": "Use this template to create a new row in a Google Sheets spreadsheet for each new employee retrieved from the Amazon Redshift record.", - "summary": "1 flow using 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["amazonredshift", "googlesheet"], - "tags": ["scheduler", "amazonredshift", "googlesheet", "setVariable", "foreach", "JSON parser"], - "offerings": ["app connect professional"] - }, - { - "name": "Integrate data between IBM Cloud Object Storage S3 and Amazon Redshift", - "description": "Use this template to create a scheduler-based flow that retrieves object files from a specified IBM Cloud Object Storage S3 (COSS3) bucket and downloads the object content. The content is then parsed using CSV Parser to convert the CSV text into a JSON object. Subsequently, the object details are either created or updated in the specified Amazon Redshift record.", - "summary": "1 flow using 3 applications", + }, + { + "name": "Send an email notification on creating an employee in BambooHR", + "description": "Use this template to send an email notification to a user or employee on Gmail on adding a new employee in BambooHR.", + "summary": "Scheduler to 2 applications", "sourceApp": "streaming-connector-scheduler", - "targetApps": ["ibmcoss3", "amazonredshift", "gmail"], - "tags": ["scheduler", "ibmcoss3", "amazonredshift", "gmail", "if", "foreach", "CSV parser"], + "targetApps": ["bamboohr", "gmail"], + "tags": ["scheduler","bamboohr", "gmail"], "offerings": ["app connect professional"] }, - { - "name": "Add a card to a list in Trello when a new task is created in Insightly", - "description": "Use this template to create a new card in Trello when a new task is created in Insightly. In this example, based on Insightly task category ID and priotity, a new card gets added to a list in Trello.", - "summary": "Insightly to Trello", - "sourceApp": "insightly", - "targetApps": ["trello"], - "tags": ["insightly", "trello"], - "offerings": ["app connect professional"] + { + "name": "Create a new form entry in Wufoo from BambooHR", + "description": "Use this template to create a new employee entry in Wufoo from BambooHR", + "summary": "1 flow using 2 applications", + "sourceApp": "api", + "targetApps": ["bamboohr", "wufoo"], + "tags": ["api", "bamboohr", "wufoo"], + "offerings": ["app connect professional"] }, { - "name": "Add a subscriber to a list in Mailchimp when a new row is appended in Microsoft Excel Online", - "description": "Use this template to add subscribers to a list in Mailchimp when new rows are appended to a Microsoft Excel Online spreadsheet. In this example, when a new row is appended in a Microsoft Excel spreadsheet, for each MailChimp member whose status code equals 200, a Slack notification is posted in a channel to notify them that the member already exists. Otherwise, the member is added as a subsciber to a list in MaliChimp.", - "summary": "Microsoft Excel Online to 2 applications", - "sourceApp": "msexcel", - "targetApps": ["mailchimp", "slack", "mailchimp"], - "tags": ["msexcel", ""], - "offerings": ["app connect professional"] + "name": "Send an email using a template from Salesforce Account Engagement for each Salesforce Account Engagement prospect", + "description": "Use this template to send an email by using a template from Salesforce Account Engagement for each prospect retrieved from Salesforce Account Engagement that has opted out of phone or voice calls.", + "summary": "Scheduler to Salesforce Account Engagement", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["salesforceae"], + "tags": ["scheduler", "salesforceae", "foreach", "if"], + "offerings": ["app connect professional"] }, { - "name": "Append a row in the Microsoft Excel Online spreadsheet for each new response created in SurveyMonkey", - "description": "Use this template to append a row in the Microsoft Excel Online spreadsheet for each new response created in SurveyMonkey. In this example, for each SurveyMonkey's answer, the responses are added to a spreadsheet in Microsoft Excel Online.", - "summary": "SurveyMonkey to Microsoft Excel Online", - "sourceApp": "surveymonkey", - "targetApps": ["msexcel"], - "tags": ["surveymonkey", "msexcel"], - "offerings": ["app connect professional"] + "name": "Update a prospect score in Salesforce Account Engagement for each visit retrieved from Salesforce Account Engagement", + "description": "Use this template to update a prospect score in Salesforce Account Engagement based on the each visit retrieved from Salesforce Account Engagement. The flow checks if the prospect has visited the site for a certain amount of time and the number of page views.", + "summary": "Scheduler to Salesforce Account Engagement", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["salesforceae"], + "tags": ["scheduler", "salesforceae", "foreach", "if"], + "offerings": ["app connect professional"] }, { - "name": "Create a contact and add the contact to a specific group in Google Contacts when a subscriber is created in MailChimp", - "description": "Use this template to create a contact and add the contact to a specific contact group in Google Contacts whenever a new subscriber is created in MailChimp.", - "summary": "MailChimp to Google Contacts", - "sourceApp": "mailchimp", - "targetApps": ["googlecontacts", "googlecontacts"], - "tags": ["mailchimp", "googlecontacts"], - "offerings": ["app connect professional"] + "name": "Associate a new prospect to a list in Salesforce Account Engagement when a new subscriber is created in MailChimp", + "description": "Use this template to associate a newly created prospect to a list in Salesforce Account Engagement from a MailChimp list whenever a new subscriber is created in MailChimp. If the list exists, based on the new subscriber, a prospect is created, and the prospect is then associated with the existing list. If the list does not exist, a list is created along with the prospect details, and it will be associated with the newly created list in Salesforce Account Engagement.", + "summary": "MailChimp to Salesforce Account Engagement", + "sourceApp": "mailchimp", + "targetApps": ["mailchimp", "salesforceae"], + "tags": ["mailchimp", "salesforceae", "if"], + "offerings": ["app connect professional"] }, { - "name": "Create a folder in Box for new events created in Google Calendar", - "description": "Use this template to create a box folder for new events created in Google Calendar. This scenario helps the user upload files or documents before the Google Calendar event into a Box folder.", - "summary": "Google Calendar to Box", - "sourceApp": "googlecalendar", - "targetApps": ["box"], - "tags": ["googlecalendar", "box"], - "offerings": ["app connect professional"] + "name": "Create a contact and add the contact to a Google Contacts group based on the product interest of the new Salesforce lead", + "description": "Use this template to create a contact and add the contact to a contact group in Google Contacts whenever a new lead is created in Salesforce. The contacts created are then added to Google Contacts group based on the product interest of the new Salesforce lead.", + "summary": "Salesforce to Google Contacts", + "sourceApp": "salesforce", + "targetApps": ["googlecontacts"], + "tags": ["googlecontacts", "salesforceae", "if"], + "offerings": ["app connect professional"] }, { - "name": "Create a list in Microsoft To Do for a new list created in MailChimp", - "description": "Use this template to create a list in Microsoft To Do whenever a new list is created in MailChimp.", - "summary": "MailChimp to Microsoft To Do", - "sourceApp": "mailchimp", - "targetApps": ["mstodo", "mstodo"], - "tags": ["mailchimp", "mstodo"], - "offerings": ["app connect professional"] + "name": "Create a contact in Google Contacts when a new row in Google Sheets containing contact information is appended", + "description": "Use this template to create a contact in Google Contacts whenever a new complete row containing contact information is appended in Google Sheets.", + "summary": "Google Sheets to Google Contacts", + "sourceApp": "googlesheet", + "targetApps": ["googlecontacts"], + "tags": ["googlesheet", "googlecontacts", "foreach"], + "offerings": ["app connect professional"] }, { - "name": "Create a ticket in Zendesk Service when a new form entry is created in Wufoo", - "description": "Use this template to create a ticket in Zendesk Service when a new form entry is created in Wufoo. In this example, whenever a new form entry is created, a Zendesk Service ticket is created as a task.", - "summary": "Wufoo to Zendesk Service", - "sourceApp": "wufoo", - "targetApps": ["zendeskservice"], - "tags": ["wufoo", "zendeskservice"], - "offerings": ["app connect professional"] + "name": "Add subscribers to a list in MailChimp for each other contact retrieved from Google Contacts", + "description": "Use this template to add subscribers to a list in MailChimp for each other contact retrieved from Google Contacts. This use case retrieves the other contacts from Google Contacts by using a search string.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["googlecontacts", "mailchimp"], + "tags": ["scheduler", "googlecontacts", "mailchimp", "foreach"], + "offerings": ["app connect professional"] }, { - "name": "Create an item in mondaydotcom when a new lead is created in Salesforce based on the Salesforce lead rating", - "description": "Use this template to create an item in monday.com when a new lead is created in Salesforce based on the Salesforce lead rating. In this example, the item is created with different group identifiers for rating, such as hot or warm.", - "summary": "Salesforce to monday.com", - "sourceApp": "salesforce", - "targetApps": ["mondaydotcom"], - "tags": ["salesforce", "mondaydotcom"], - "offerings": ["app connect professional"] + "name": "Create a contact in Google Contacts for each HubSpot CRM contact who qualifies as a customer", + "description": "Use this template to create a contact in Google Contacts for each contact retrieved from HubSpot CRM. If the HubSpot CRM contact type is a customer, the contact is created in Google Contacts with the customer information.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["hubspotcrm", "googlecontacts", "slack"], + "tags": ["scheduler", "googlecontacts", "hubspotcrm", "slack", "foreach", "if"], + "offerings": ["app connect professional"] }, { - "name": "Send a Slack message for each closed opportunity retrieved from Insightly", - "description": "Use this template to send a Slack message for each opportunity that is retrieved from Insightly, which was recently closed. The Slack message consists of the opportunity details.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["insightly", "slack"], - "tags": ["scheduler", "insightly", "slack"], - "offerings": ["app connect professional"] + "name": "Create a task in Microsoft To Do when a new task is created in Asana", + "description": "Use this template to create a new task in the default list in Microsoft To Do whenever a new task is created in Asana.", + "summary": "Asana to Microsoft To Do", + "sourceApp": "asana", + "targetApps": ["mstodo"], + "tags": ["asana", "mstodo"], + "offerings": ["app connect professional"] }, { - "name": "Send a Slack message for opportunities created in Insightly based on the opportunity value", - "description": "Use this template to send a Slack message for new opportunities created in Insightly. In this example, a Slack message is sent for high-bid opportunities created in Insightly. Whenever a new opportunity is created in Insightly with an opportunity value greater than $25,000, a Slack message is sent to the intended recipient. The Slack message consists of the opportunity details.", - "summary": "Insightly to Slack", - "sourceApp": "insightly", - "targetApps": ["slack"], - "tags": ["insightly", "slack"], - "offerings": ["app connect professional"] + "name": "Create a task in a list in Microsoft To Do when a lead is created in Salesforce", + "description": "Use this template to create a new task in a list in Microsoft To Do whenever a new lead is created in Salesforce. The task is created and added to the Microsoft To Do list based on the lead rating of the new Salesforce lead.", + "summary": "Salesforce to Microsoft To Do", + "sourceApp": "salesforce", + "targetApps": ["mstodo"], + "tags": ["salesforce", "mstodo"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a task in Microsoft To Do when a new event is created in Google Calendar", + "description": "Use this template to create a new task in Microsoft To Do whenever a new event is created in Google Calendar.", + "summary": "Google Calendar to Microsoft To Do", + "sourceApp": "googlecalendar", + "targetApps": ["mstodo"], + "tags": ["googlecalendar", "mstodo"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a task on the Microsoft To Do list using information retrieved from Microsoft Excel Online", + "description": "Use this template to create a new task in a list in Microsoft To Do whenever a new row is appended in Microsoft Excel Online. A new list is created if the list doesn’t exist in To Do based on the information retrieved from the Microsoft Excel Online worksheet. A task is then added to the newly created list. Otherwise, if the list already exists in To Do, the task will be added to that list.", + "summary": "Microsoft Excel Online to 2 applications", + "sourceApp": "msexcel", + "targetApps": ["mstodo", "slack"], + "tags": ["msexcel", "mstodo", "slack", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a task in Microsoft To Do when a new ticket is created in Zendesk Service", + "description": "Use this template to create a new task in Microsoft To Do whenever a new ticket is created in Zendesk Service. The task is created in a Microsoft default list based on the Zendesk Service ticket type.", + "summary": "Zendesk Service to Microsoft To Do", + "sourceApp": "zendeskservice", + "targetApps": ["mstodo"], + "tags": ["zendeskservice", "mstodo", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Append a note in Microsoft OneNote when a task is created in Asana", + "description": "Use this template to append a note to a Microsoft OneNote page whenever a new task is created in Asana. The note is added based on the Asana assignee status.", + "summary": "Asana to Microsoft OneNote", + "sourceApp": "asana", + "targetApps": ["msonenote"], + "tags": ["asana", "msonenote", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Append a note to the Microsoft OneNote page for each file downloaded from Google Drive", + "description": "Use this template to append a note to the Microsoft OneNote page for each new file downloaded from Google Drive. Google Drive retrieves and downloads the files periodically. For each new file, OneNote creates the file and adds a note to it.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["googledrive", "msonenote", "slack"], + "tags": ["scheduler", "googledrive", "msonenote", "slack", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an HTML file in Box for each page of the HTML content retrieved from Microsoft OneNote", + "description": "Use this template to create an HTML file in Box for each page of the content downloaded from Microsoft OneNote. An HTML file is created in Box based on the downloaded HTML content from the retrieved OneNote pages.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["msonenote", "box"], + "tags": ["scheduler", "msonenote", "box", "foreach"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a page with embedded content in Microsoft OneNote for the email received with attachments from Microsoft Exchange", + "description": "Use this template to create a page with embedded content in Microsoft OneNote for each new email received with attachments from Microsoft Exchange. Otherwise, a slack notification is sent, notifying that the email has no attachment.", + "summary": "Microsoft Exchange to 2 applications", + "sourceApp": "msexchange", + "targetApps": ["msonenote", "slack"], + "tags": ["msexchange", "msonenote", "slack", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a quick event in Google Calendar when a new task is created in Asana", + "description": "Use this template to create a quick event in Google Calendar when a new task is created in Asana. If the task is completed, a Slack notification is sent to the intended channel.", + "summary": "Asana to 2 applications", + "sourceApp": "asana", + "targetApps": ["googlecalendar", "slack"], + "tags": ["asana", "googlecalendar", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a quick event in Google Calendar when a new subscriber is created in MailChimp", + "description": "Use this template to create a quick event in Google Calendar whenever a new subscriber is created in MailChimp.", + "summary": "MailChimp to Google Calendar", + "sourceApp": "mailchimp", + "targetApps": ["googlecalendar"], + "tags": ["mailchimp", "googlecalendar"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an event in Google Calendar when a new form entry is created in Wufoo", + "description": "Use this template to create an event in Google Calendar whenever a new form entry is created in Wufoo.", + "summary": "Wufoo to Google Calendar", + "sourceApp": "wufoo", + "targetApps": ["googlecalendar"], + "tags": ["wufoo", "googlecalendar"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a calendar in Google Calendar when a new item is created in mondaydotcom", + "description": "Use this template to create a calendar in Google Calendar whenever a new item is created in mondayd.com", + "summary": "monday.com to Google Calendar", + "sourceApp": "mondaydotcom", + "targetApps": ["googlecalendar"], + "tags": ["mondaydotcom", "googlecalendar"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an event in Google Calendar when a new campaign is created in MailChimp", + "description": "Use this template to create an event in Google Calendar whenever a new campaign is created in MailChimp. If the campaign type is regular, an event is sent to each of the MailChimp members; otherwise, a Slack notification is sent to the intended channel notifying that the new campaign created is not regular.", + "summary": "MailChimp to 2 applications", + "sourceApp": "mailchimp", + "targetApps": ["googlecalendar", "slack"], + "tags": ["mailchimp", "googlecalendar", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an event in Google Calendar from a new Gmail message", + "description": "Use this template to create an event whenever a new Gmail message is received.", + "summary": "Gmail to Google Calendar", + "sourceApp": "gmail", + "targetApps": ["googlecalendar"], + "tags": ["gmail", "googlecalendar"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a message in Microsoft Viva Engage when a new response is received in SurveyMonkey", + "description": "Use this template to create a message in Microsoft Viva Engage whenever a new response is received in SurveyMonkey.", + "summary": "SurveyMonkey to Microsoft Viva Engage", + "sourceApp": "surveymonkey", + "targetApps": ["yammer"], + "tags": ["surveymonkey", "yammer"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a message in Microsoft Viva Engage when a new task is created in Asana", + "description": "Use this template to create a message in Microsoft Viva Engage whenever a new task is created in Asana.", + "summary": "Asana to Microsoft Viva Engage", + "sourceApp": "asana", + "targetApps": ["yammer"], + "tags": ["asana", "yammer"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Slack message when a new topic is created in Microsoft Viva Engage", + "description": "Use this template to send a Slack message to the intended channel whenever a new topic is created in Microsoft Viva Engage.", + "summary": "Microsoft Viva Engage to Slack", + "sourceApp": "yammer", + "targetApps": ["slack"], + "tags": ["yammer", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Gmail message when a new message is created in Microsoft Viva Engage", + "description": "Use this template to send a Gmail message to the intended recipients whenever a new message is created in Microsoft Viva Engage.", + "summary": "Microsoft Viva Engage to Gmail", + "sourceApp": "yammer", + "targetApps": ["gmail"], + "tags": ["yammer", "gmail"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a post in a category in WordPress when a new campaign is created in MailChimp", + "description": "Use this template to create a post in a category in WordPress whenever a new campaign is created in MailChimp.", + "summary": "MailChimp to WordPress", + "sourceApp": "mailchimp", + "targetApps": ["wordpress"], + "tags": ["mailchimp", "wordpress"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Slack message for published posts in WordPress", + "description": "Use this template to send a Slack message to the intended channel for posts that are in publish status in WordPress.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["wordpress", "slack"], + "tags": ["scheduler", "wordpress", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a post in WordPress when a new complete row is appended in Google Sheets", + "description": "Use this template to create a post in WordPress whenever a new complete row is appended to a spreadsheet in Google Sheets.", + "summary": "Google Sheets to WordPress", + "sourceApp": "googlesheet", + "targetApps": ["wordpress"], + "tags": ["googlesheet", "wordpress"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a post in WordPress for each Eventbrite event", + "description": "Use this template to create a post in WordPress for each event retrieved from Eventbrite.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["eventbrite", "wordpress"], + "tags": ["scheduler", "eventbrite", "wordpress"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an opportunity in Insightly when an issue is created or updated in GitHub", + "description": "Use this template to create an opportunity in Insightly whenever an issue is newly created or updated in GitHub.", + "summary": "GitHub to Insightly", + "sourceApp": "github", + "targetApps": ["insightly"], + "tags": ["github", "insightly", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a row in a Google Sheets spreadsheet when an issue is created or updated on GitHub", + "description": "Use this template to create a row in a Google Sheets spreadsheet whenever an issue is newly created or updated in GitHub.", + "summary": "GitHub to Google Sheets", + "sourceApp": "github", + "targetApps": ["googlesheet"], + "tags": ["github", "googlesheet"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a task in Asana when an issue is created or updated in GitHub", + "description": "Use this template to create a task in Asana whenever an issue is newly created or updated in GitHub.", + "summary": "GitHub to Asana", + "sourceApp": "github", + "targetApps": ["asana"], + "tags": ["github", "asana", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an issue in GitHub from a new Gmail message", + "description": "Use this template to create an issue in GitHub from a new Gmail message.", + "summary": "Gmail to GitHub", + "sourceApp": "gmail", + "targetApps": ["github"], + "tags": ["gmail", "github"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an issue in GitHub when a new campaign is created in Salesforce", + "description": "Use this template to create an issue in GitHub when a new campaign is created in Salesforce.", + "summary": "Salesforce to GitHub", + "sourceApp": "salesforce", + "targetApps": ["github"], + "tags": ["salesforce", "github"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an issue in GitHub when a new complete row is appended in Google Sheets", + "description": "Use this template to create an issue in GitHub whenever a new complete row is appended to a spreadsheet in Google Sheets.", + "summary": "Google Sheets to GitHub", + "sourceApp": "googlesheet", + "targetApps": ["github"], + "tags": ["googlesheet", "github"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Slack message when an issue is created or updated on GitHub", + "description": "Use this template to send a Slack message whenever an issue is newly created or updated in GitHub.", + "summary": "GitHub to Slack", + "sourceApp": "github", + "targetApps": ["slack"], + "tags": ["github", "slack", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Gmail message to new employees retrieved from Oracle HCM for an organization", + "description": "Use this template to send a Gmail message with a file attachment to new employees who are part of an organization. The email is sent to a specific type of employee who joined after a specified date. These workers details are retrieved from Oracle HCM. For instance, share welcome document from google drive via email to all the new joiners created in Oracle HCM. ", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["oraclehcm", "googledrive", "gmail"], + "tags": ["scheduler", "oraclehcm", "googledrive", "gmail", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a system user in ServiceNow for new employees of a specific work type that is created in Oracle HCM", + "description": "Use this template to create a system user in ServiceNow based on the worker details retrieved from Oracle HCM. If it’s an employee of a specific work group who joined after a specified date, a new system user account is created in ServiceNow for the worker. Otherwise, a Slack message is posted on the intended channel, notifying the worker that they are not from a specific work group.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["oraclehcm", "servicenow", "slack"], + "tags": ["scheduler", "oraclehcm", "servicenow", "slack", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Slack notification for the new employees retrieved from Oracle HCM", + "description": "Use this template to send a Slack notification for the new employees retrieved from Oracle HCM. These workers details are retrieved from Oracle HCM.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["oraclehcm", "slack"], + "tags": ["scheduler", "oraclehcm", "slack", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a candidate in Oracle HCM for each candidate who has a unique email address from Workday", + "description": "Use this template to create a candidate in Oracle Human Capital Management for each Workday candidate. The flow periodically checks for new candidates and creates the candidate with a unique email address in Oracle Human Capital Management. If the candidate already exists in Oracle Human Capital Management, a Slack notification is sent to the specified channel.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["workday", "oraclehcm", "slack"], + "tags": ["scheduler", "workday", "oraclehcm", "slack", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create or update a campaign member in Salesforce when a new sales order is created in Magento", + "description": "Use this template to create or update campaign members for each new sales order created in Magento. For each new sales order for a specific product type in Magento, a campaign, contact, and campaign member details are either created or updated in Salesforce.", + "summary": "Magento to Salesforce", + "sourceApp": "magento", + "targetApps": ["salesforce"], + "tags": ["magento", "salesforce", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Gmail message to a contact whenever a case is updated to a closed status in Salesforce", + "description": "Use this template to send a Gmail message to a Salesforce contact with the case details whenever a case status is updated to 'Closed' in Salesforce.", + "summary": "Salesforce to Gmail", + "sourceApp": "salesforce", + "targetApps": ["gmail"], + "tags": ["salesforce", "gmail", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a file in a specific folder in Box with Salesforce opportunity details", + "description": "Use this template to create a file in a specific folder in Box with Salesforce opportunity details. The opportunity details are periodically retrieved from Salesforce. This use case helps you to extract and upload Salesforce opportunity details to a Box file with CSV output at a regular interval.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["salesforce", "box"], + "tags": ["scheduler", "salesforce", "box"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Gmail message for new leads created in Salesforce based on the lead rating", + "description": "Use this template to send a Gmail message to the intended team members whenever a new lead is created in Salesforce. If the lead's rating is 'Hot', an email is sent with the lead's details. If the lead's rating is 'Warm', an email is sent to notify Salesforce that a lead has been created.", + "summary": "Salesforce to Gmail", + "sourceApp": "salesforce", + "targetApps": ["gmail"], + "tags": ["salesforce", "gmail", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a case in Salesforce whenever a new issue is created in Jira", + "description": "Use this template to create a case in Salesforce whenever a new issue is created in Jira.", + "summary": "Jira to Salesforce", + "sourceApp": "jira", + "targetApps": ["salesforce"], + "tags": ["jira", "salesforce"], + "offerings": ["app connect professional"] + }, + { + "name": "Update the price book entry in Salesforce whenever a product is updated in Magento", + "description": "Use this template to update the price of a product in Salesforce whenever a product price has been updated in Magento.", + "summary": "Magento to Salesforce", + "sourceApp": "magento", + "targetApps": ["salesforce"], + "tags": ["magento", "salesforce", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Append a row in Microsoft Excel Online for each activity log retrieved from mondaydotcom", + "description": "Use this template to append a row of information in Microsoft Excel Online for each activity log retrieved from a board in monday.com. For example, the activity logs contain time tracking data stored in monday.com. This information is retrieved and added to the Microsoft Excel Online worksheet periodically. This integration simplifies time tracking and reporting processes. ", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["mondaydotcom", "msexcel"], + "tags": ["scheduler", "mondaydotcom", "msexcel", "foreach"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a campaign in Mailchimp for each new job requisition created in Oracle HCM", + "description": "Use this template to create a campaign in Mailchimp for each new job requisition created in Oracle HCM. ", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["oraclehcm", "mailchimp"], + "tags": ["scheduler", "oraclehcm", "mailchimp", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a candidate in Oracle HCM for all new Mailchimp subscribers", + "description": "Use this template to create a candidate in Oracle HCM for any new subscribers who have expressed interest in a MailChimp campaign. ", + "summary": "MailChimp to Oracle HCM", + "sourceApp": "mailchimp", + "targetApps": ["oraclehcm"], + "tags": ["mailchimp", "oraclehcm"], + "offerings": ["app connect professional"] + }, + { + "name": "Save a candidate attachment in Workday for each new email received with attachments from Microsoft Exchange", + "description": "Use this template to save a candidate attachment in Workday for each new email received with attachments from Microsoft Exchange.", + "summary": "Microsoft Exchange to Workday", + "sourceApp": "msexchange", + "targetApps": ["workday"], + "tags": ["msexchange", "workday", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Make a voice call to the component owner using Twilio when a new ticket is created in Zendesk Service", + "description": "Use this template to make a voice call to the component owner using Twilio when a new ticket with an urgent priority is created in Zendesk Service. If the priority is urgent, a Twilio voice call is made to the saved component owner, whose information was retrieved from a saved Microsoft Excel Online worksheet based on the component details. A Slack message is posted on the intended channel, detailing the worksheet row's information.", + "summary": "Zendesk Service to 3 applications", + "sourceApp": "zendeskservice", + "targetApps": ["msexcel", "slack", "twilio"], + "tags": ["zendeskservice", "msexcel", "slack", "twilio", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Launch an Amazon EC2 instance for each retrieved alarm from Amazon CloudWatch", + "description": "Use this template to launch an Amazon EC2 instance for each retrieved alarm from Amazon CloudWatch. If the alarm state is equal to 'Alarm' from the alarm metrics retrieved from Amazon CloudWatch,an instance in Amazon EC2 is launched. In this flow, the Amazon CloudWatch CPU usage metrics are monitored periodically. If the alarm is triggered for breaching the threshold, a new instance is launched in Amazon EC2.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["amazoncloudwatch", "amazonec2", "slack"], + "tags": ["scheduler", "foreach", "if", "amazoncloudwatch", "amazonec2", "slack"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a case file in IBM Cloud Object Storage S3 for any non-English file content when a case is created in Salesforce", + "description": "Use this template to create a case file in IBM Cloud Object Storage S3 for non-English file content whenever a new case is created in Salesforce. When a new case is created in Salefroce, the file is created in Box. If the file content is non-English, the case file will be created in IBM Cloud Object Storage S3. Otherwise, a Slack message gets sent to the intended channel, notifying that the file for the case ID already exists in English.", + "summary": "Salesforce to 4 applications", + "sourceApp": "salesforce", + "targetApps": ["slack", "box", "googletranslate", "ibmcoss3"], + "tags": ["salesforce", "slack", "box", "googletranslate", "ibmcoss3", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Append a row in Microsoft Excel Online for each new response retrieved from SurveyMonkey surveys", + "description": "Use this template to append a row in a Microsoft Excel Online worksheet for each response retrieved from SurveyMonkey surveys. In this flow, all new employee exit interview response surveys from SurveyMonkey are retrieved and saved in a Microsoft Excel Online worksheet with the employee ID.", + "summary": "SurveyMonkey to 2 applications", + "sourceApp": "surveymonkey", + "targetApps": ["msexcel", "slack"], + "tags": ["surveymonkey", "msexcel", "slack", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Schedule an exit interview via Google Calendar for a new offboarding ticket created in Zendesk Service", + "description": "Use this template to schedule an exit interview via Google Calendar for a new offboarding ticket created in Zendesk Service.", + "summary": "Zendesk Service to 2 applications", + "sourceApp": "zendeskservice", + "targetApps": ["googlecalendar", "slack"], + "tags": ["zendeskservice", "googlecalendar", "slack", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a Google Calendar when a campaign is created in Salesforce for members who have completed the registration", + "description": "Use this template to create an event in Google Calendar whenever a new campaign is created in Salesforce. In this example, for each Salesforce campaign member, if the registration is completed, a Google Calendar invite gets sent to the registered campaign member for the event.", + "summary": "Salesforce to Google Calendar", + "sourceApp": "salesforce", + "targetApps": ["salesforce", "googlecalendar"], + "tags": ["salesforce", "googlecalendar", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an incident in ServiceNow for each worker retrieved from Oracle HCM based on their joining date", + "description": "Use this template to create a user in Microsoft Entra ID and an incident in ServiceNow for each worker retrieved from Oracle Human Capital Management. In this example, when a worker is created in Oracle HCM with a start date that is 7 days prior to the joining date, a new user is created in Microsoft Entra ID based on the worker's details. An incident is also created in ServiceNow requesting a new procurement laptop for the worker.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["oraclehcm", "azuread", "servicenow"], + "tags": ["scheduler", "oraclehcm", "azuread", "servicenow", "setVariable", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Delete a user from Microsoft Entra ID when an offboarding request is created for the user in Zendesk Service", + "description": "Use this template to delete an existing user from Microsoft Entra ID when an offboarding request is created in Zendesk Service. In this example, when a new ticket is created for an employee that is leaving an organization, the employee record is retrieved and deleted from Microsoft Entra ID.", + "summary": "Zendesk Service to Microsoft Entra ID", + "sourceApp": "zendeskservice", + "targetApps": ["azuread", "azuread"], + "tags": ["zendeskservice", "azuread", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Launch an Amazon EC2 instance and send a Gmail message to the attendees of the Amazon EC2 event with instance details", + "description": "Use this template to launch an Amazon EC2 instance and send a Gmail message to the attendees of the Amazon EC2 event with the instance details. In this example, Google Calendar event details are retrieved. If the Google Calendar event summary is Amazon EC2 event, an Amazon EC2 instance is launched, and a Gmail message is sent to the Amazon EC2 event attendees with the instance details.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["googlecalendar", "amazonec2", "gmail"], + "tags": ["scheduler", "googlecalendar", "amazonec2", "gmail", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a new employee in IBM Db2 for each worker retrieved from Oracle HCM and sync any existing employee to IBM Db2", + "description": "Use this template to create a new employee record in the IBM Db2 table for each worker retrieved from Oracle Human Capital Management (HCM). If the Oracle HCM employee work relationship data already exists in IBM Db2, create this record in another IBM Db2 table.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["oraclehcm", "ibmdb2"], + "tags": ["scheduler", "oraclehcm", "ibmdb2", "setVariable", "foreach", "if"], + "offerings": ["app connect professional"] }, { - "name": "Send a reminder Gmail message to the event attendees for each Google Calendar event", - "description": "Use this template to send a Gmail message to remind the attendees of each Google Calendar event. In this example, for each event that has been created in Google Calendar, a reminder message is sent to the event attendees via Gmail 24 hours before the event.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["googlecalendar", "gmail"], - "tags": ["scheduler", "googlecalendar", "gmail"], - "offerings": ["app connect professional"] + "name": "Send a Gmail message to the Zendesk Service user for each ticket retrieved from Zendesk Service", + "description": "Use this template to send a Gmail message to the Zendesk Service users as a reminder of the Zendesk Service tickets that are awaiting the user's response.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["zendeskservice", "gmail"], + "tags": ["scheduler", "zendeskservice", "gmail", "foreach", "if"], + "offerings": ["app connect professional"] }, { - "name": "Send a welcome Gmail message to the newly added campaign member in Salesforce", - "description": "Use this template to send a welcome Gmail message to the newly added campaign members in Salesforce.", - "summary": "Salesforce to Gmail", - "sourceApp": "salesforce", - "targetApps": ["salesforce", "gmail"], - "tags": ["salesforce", "gmail"], - "offerings": ["app connect professional"] + "name": "Update a ticket status in Zendesk Service for tickets that didn’t have a response from the user for more than 3 days", + "description": "Use this template to update the ticket status to closed in Zendesk Service for tickets that didn’t have a response from the user for more than 3 days. A Slack message is posted on the intended channel to notify the recipients that the ticket is closed.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["zendeskservice", "slack"], + "tags": ["scheduler", "zendeskservice", "slack", "setVariable", "foreach", "if"], + "offerings": ["app connect professional"] }, { - "name": "Add a subscriber to a list in MailChimp for each other customer retrieved from Shopify", - "description": "Use this template to add subscribers to a list in MailChimp for each customer retrieved from Shopify. In this example, for each Shopify customer that has a unique email address, the customer details are added to a list in MailChimp as a subscriber. Otherwise, a Slack message gets posted to a channel indicating that the customer already exist in MailChimp.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["shopify", "mailchimp", "slack"], - "tags": ["scheduler", "shopify", "mailchimp", "slack", "foreach", "if"], - "offerings": ["app connect professional"] + "name": "Create an issue in GitHub when a case is created in Salesforce", + "description": "Use this template to create a new issue in GitHub whenever a new case is created in Salesforce.", + "summary": "Salesforce to GitHub", + "sourceApp": "salesforce", + "targetApps": ["github"], + "tags": ["salesforce", "github"], + "offerings": ["app connect professional"] }, { - "name": "Send a Gmail message when a new employee record is retrieved from Google Cloud BigQuery", - "description": "Use this template to send a Gmail message to the intended recipients whenever a new employee record is retrieved from Google Cloud BigQuery. In this example, a Gmail message with the employee details and the joining date is sent based on the employee record retrieved from Google Cloud BigQuery.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["googlebigquery", "gmail"], - "tags": ["scheduler", "googlebigquery", "gmail", "foreach", "if"], - "offerings": ["app connect professional"] + "name": "Sync new Salesforce cases with GitHub issues", + "description": "Use this template to update a GitHub issue when a case is updated in Salesforce. If the GitHub title and the Salesforce subject match, the GitHub issue is then updated with the Salesforce case details.", + "summary": "Salesforce to GitHub", + "sourceApp": "salesforce", + "targetApps": ["github", "github"], + "tags": ["salesforce", "github", "foreach", "if"], + "offerings": ["app connect professional"] }, { - "name": "Add a card to a list in Trello for each new form entry created in Wufoo", - "description": "Use this template to add a card to a list in Trello for each new form entry created in Wufoo. In this example, for each Wufoo's new form entry that has a unique lead entry, the Wufoo lead details are added to a list in Trello.", - "summary": "Wufoo to Trello", - "sourceApp": "wufoo", - "targetApps": ["wufoo", "trello"], - "tags": ["wufoo", "trello", "foreach", "if"], - "offerings": ["app connect professional"] + "name": "Create a comment in GitHub with a knowledge article from ServiceNow when an issue is created or updated in GitHub", + "description": "Use this template to create a comment in GitHub with the ServiceNow knowledge article reference when an issue is created or updated in GitHub. For each GitHub issue, if the GitHub issue label matches the knowledge article in ServiceNow, a comment is created in GitHub stating the reference to the knowledge article.", + "summary": "GitHub to 2 applications", + "sourceApp": "github", + "targetApps": ["servicenow", "slack", "github"], + "tags": ["github", "servicenow", "slack", "github", "setVariable", "foreach", "if"], + "offerings": ["app connect professional"] }, { - "name": "Append a row in the Microsoft Excel Online spreadsheet for each new form entry created in Wufoo", - "description": "Use this template to append a row in the Microsoft Excel Online spreadsheet for each new form entry created in Wufoo. In this example, for each Wufoo's new form entry that has a unique email address, the responses are added to a spreadsheet in Microsoft Excel Online.", - "summary": "Wufoo to Microsoft Excel Online", - "sourceApp": "wufoo", - "targetApps": ["wufoo", "msexcel"], - "tags": ["wufoo", "msexcel", "foreach", "if"], - "offerings": ["app connect professional"] + "name": "Create a contact list or a contact in HubSpot Marketing when a new form entry is created in Wufoo", + "description": "Use this template to create a contact list or a contact in HubSpot Marketing when a new form entry is created in Wufoo. In this example, consider that an event is being organized only for women. When a new Wufoo form entry is created, HubSpot Marketing retrieves its contact list. A contact list will be created based on the company details provided in the form. If the company doesn't exist in HubSpot Marketing, a new contact list is created. If the company already exists, a contact is directly created in HubSpot Marketing. A contact is created in HubSpot Marketing only if the contact is female. Otherwise, a Gmail message gets sent to the recipient, notifying them that the event is only for women.", + "summary": "Wufoo to 2 applications", + "sourceApp": "wufoo", + "targetApps": ["hubspotmarketing", "hubspotmarketing", "gmail", "hubspotmarketing"], + "tags": ["wufoo", "hubspotmarketing", "gmail", "if"], + "offerings": ["app connect professional"] }, { - "name": "Create an event in Google Calendar for each new form entry created in Wufoo", - "description": "Use this template to create an event in Google Calendar for each new form entry created in Wufoo. In this example, for each Wufoo's new form entry that has a unique email address, an event is created for the attendee based on their email address.", - "summary": "Wufoo to Google Calendar", - "sourceApp": "wufoo", - "targetApps": ["wufoo", "googlecalendar"], - "tags": ["wufoo", "googlecalendar", "foreach", "if"], - "offerings": ["app connect professional"] + "name": "Send a Gmail message to the marketing team for each marketing campaign data retrieved from HubSpot Marketing", + "description": "Use this template to send a Gmail message to the marketing team for each marketing campaign data retrieved from HubSpot Marketing.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["hubspotmarketing", "hubspotmarketing", "gmail"], + "tags": ["scheduler", "hubspotmarketing", "gmail"], + "offerings": ["app connect professional"] }, { - "name": "Send a Slack message for each new form entry created in Wufoo", - "description": "Use this template to send a Slack message for each new form entry created in Wufoo. In this example, for each Wufoo's new form entry that has a unique email address, a Slack message is posted to the intended group to notify them that lead information has been created.", - "summary": "Wufoo to Slack", - "sourceApp": "wufoo", - "targetApps": ["slack"], - "tags": ["wufoo", "slack", "foreach", "if"], - "offerings": ["app connect professional"] + "name": "Create a marketing event in HubSpot Marketing and send event details through Gmail for each Eventbrite event", + "description": "Use this template to create a marketing event in HubSpot Marketing for each event retrieved from Eventbrite. In this example, for each Eventbrite event that has been newly created, a HubSpot Marketing event is created. A Gmail message is then sent to the intended recipient, containing the details of the event.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["eventbrite", "hubspotmarketing", "gmail"], + "tags": ["scheduler", "hubspotmarketing", "gmail", "foreach", "if"], + "offerings": ["app connect professional"] }, { - "name": "Send a Slack message when a new feature request issue is created in Jira", - "description": "Use this template to send a Slack message to an intended group when an issue requesting a new feature is created in Jira.", - "summary": "Jira to Slack", - "sourceApp": "jira", - "targetApps": ["slack"], - "tags": ["jira", "slack", "if"], - "offerings": ["app connect professional"] + "name": "Record event attendance for each Eventbrite attendee by syncing Eventbrite events with HubSpot Marketing events", + "description": "Use this template to Record event attendance for each Eventbrite attendee by syncing Eventbrite events with HubSpot Marketing events. In this example, the marketing events that were created earlier are being retrieved. The attendance of each Eventbrite attendee is being recorded together with the attendee's contact email ID and the attendance date in HubSpot Marketing.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["hubspotmarketing", "hubspotmarketing", "eventbrite", "hubspotmarketing", "gmail"], + "tags": ["scheduler", "hubspotmarketing", "gmail", "foreach", "eventbrite"], + "offerings": ["app connect professional"] }, { - "name": "Send a Slack message when a new incident ticket with urgent priority is created in Zendesk Service", - "description": "Use this template to send a Slack message when a new ticket is created in Zendesk Service. In this example, a Slack message is posted to the intended group to notify them that an incident ticket has been created with urgent priority in Zendesk Service.", - "summary": "Zendesk Service to Slack", - "sourceApp": "zendeskservice", - "targetApps": ["slack"], - "tags": ["zendeskservice", "slack", "if"], - "offerings": ["app connect professional"] + "name": "Download an expense report in Expensify and send the report to the manager for approval via DocuSign", + "description": "Use this template to download an expense report in Expensify and send the report to the manager for the approval via DocuSign.", + "summary": "1 flow using 2 applications", + "sourceApp": "api", + "targetApps": ["expensify", "docusign"], + "tags": ["api", "expensify", "docusign"], + "offerings": ["app connect professional"] }, { - "name": "Send a Slack message when a new Salesforce opportunity is created for a new customer that has been closed", - "description": "Use this template to send a Slack message to an intended group whenever a new opportunity is created in Salesforce. The Slack message is posted in a channel if the opportunity is created for a new customer and the opportunity status is closed.", - "summary": "Salesforce to Slack", - "sourceApp": "salesforce", - "targetApps": ["slack"], - "tags": ["salesforce", "slack", "if"], - "offerings": ["app connect professional"] + "name": "Send a Google Chat welcome message with a Dropbox link to all the attendees of a Google Calendar event", + "description": "Use this template to send a welcome message to all the attendees in a Google Chat space with a Dropbox link whenever a Google Calendar event is created. A folder is created in Dropbox to store all the artifacts related to the Google Calendar event, and the link is shared with the event attendees.", + "summary": "Google Calendar to 2 applications", + "sourceApp": "googlecalendar", + "targetApps": ["googlechat", "dropbox", "googlechat"], + "tags": ["googlecalendar", "googlechat", "dropbox", "foreach", "if"], + "offerings": ["app connect professional"] }, { - "name": "Send a status message via Gmail when a lead is created in Salesforce", - "description": "Use this template to send a status message using Gmail when a lead is created in Salesforce. In this example, a Gmail message is sent to the intended recipients if the newly created lead status is open in Salesforce.", - "summary": "Salesforce to Gmail", - "sourceApp": "salesforce", - "targetApps": ["gmail"], - "tags": ["salesforce", "gmail", "if"], - "offerings": ["app connect professional"] - }, + "name": "Send a Google Chat message to the Zendesk Service ticket assignee with a Dropbox link for tickets with urgent priority", + "description": "Use this template to send a Google Chat message to the Zendesk Service ticket assignee in a Google Chat space with a Dropbox link whenever a ticket is created with urgent priority in Zendesk Service. A folder is created in Dropbox to store all the root cause analysis (RCA) documents related to the issue, and the link is shared with the ticket’s assignee.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["zendeskservice", "googlechat", "dropbox", "googlechat"], + "tags": ["scheduler", "zendeskservice", "dropbox", "googlechat", "foreach", "if"], + "offerings": ["app connect professional"] + }, { - "name": "Create a job requisition in Workday when a new row is appended in Microsoft Excel Online", - "description": "Use this template to create a job requisition in Workday whenever a new row is appended in Microsoft Excel Online. In this example, if the budget amount is less than a specific amount, an HTTP method is invoked to create a job requisition in Workday. This is a sequel flow for 'Create a job requisition in Workday' template.", - "summary": "Microsoft Excel Online to HTTP", - "sourceApp": "msexcel", - "targetApps": ["http"], - "tags": ["msexcel", "http"], - "offerings": ["app connect professional"] + "name": "Add a group member in Google Groups for each employee retrieved from Microsoft Dynamics 365 Finance and Operations", + "description": "Use this template to add a member to a specific group in Google Groups for each employee retrieved from Microsoft Dynamics 365 Finance and Operations.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["msdynamicsfando", "googlegroups"], + "tags": ["scheduler", "msdynamicsfando", "googlegroups", "foreach", "if"], + "offerings": ["app connect professional"] }, { - "name": "Create a job requisition in Workday", - "description": "Use this API template to create a job requistion in Workday.", - "summary": "API flow using 1 application", - "sourceApp": "api", - "targetApps": ["workday"], - "tags": ["api", "workday"], - "offerings": ["app connect professional"] + "name": "Add a subscriber to a specific list in MailChimp", + "description": "Use this template to add a subscriber to a specific list in MailChimp with the subscriber's email address. This is a prequel flow for ‘Add a member to a group in Google Groups when a new subscriber is added to a list’ and ‘Send a notification message via Gmail to a specific group in Google Groups’ templates. Ensure that you have started these template flows.", + "summary": "Scheduler to MailChimp", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["mailchimp"], + "tags": ["scheduler", "mailchimp"], + "offerings": ["app connect professional"] }, { - "name": "Create an event in Google Calendar for each registered Eventbrite event attendee", - "description": "Use this template to create an event in Google Calendar for each registered Eventbrite event attendee. In this example, a Google Calendar event is sent to each of the newly registered Eventbrite attendees.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["eventbrite", "eventbrite", "googlecalendar"], - "tags": ["scheduler", "eventbrite", "googlecalendar"], - "offerings": ["app connect professional"] + "name": "Add a member to a group in Google Groups when a new subscriber is added to a list in MailChimp", + "description": "Use this template to add a member to a specific group in Google Groups when a new subscriber is added to a list. An HTTP method is invoked with a URL request to run the ‘Send a notification message via Gmail to a specific group in Google Groups’ flow. Ensure that you specify the complete URL path of the ‘Send a notification Gmail message to a specific Google Groups group’ template.", + "summary": "MailChimp to 2 applications", + "sourceApp": "mailchimp", + "targetApps": ["googlegroups", "http"], + "tags": ["mailchimp", "googlegroups", "http"], + "offerings": ["app connect professional"] }, { - "name": "Integrate data between Box files and Microsoft Azure Blob storage", - "description": "Use this template to create a scheduler-based flow that retrieves CSV-type file metadata from Box for a specified time. For each Box file, the file content is retrieved in text format, and the content is appended into a Microsoft Azure Blob storage container.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["box", "box", "azureblobstorage"], - "tags": ["scheduler", "box", "azureblobstorage"], - "offerings": ["app connect professional"] + "name": "Send a notification message via Gmail to a specific group in Google Groups", + "description": "Use this API template to send a notification message via Gmail to a specific group in Google Groups. This is a prequel flow for the ‘Add a member to a group in Google Groups when a new subscriber is added to a list’ template.", + "summary": "1 flow using 2 applications", + "sourceApp": "api", + "targetApps": ["googlegroups", "gmail"], + "tags": ["api", "googlegroups", "gmail", "foreach"], + "offerings": ["app connect professional"] }, { - "name": "Invoke an HTTP method for each item retrieved from a new sales order created using Magento", - "description": "Use this template to invoke a method for each item retrieved from a new sales order created using Magento. In this example, when a new sales order is created, an HTTP method is invoked, which sends a request to a client URL to get the customer email details.", - "summary": "Magento to HTTP", - "sourceApp": "magento", - "targetApps": ["http"], - "tags": ["magento", "http"], - "offerings": ["app connect professional"] + "name": "Create a task in a list in Google Tasks when a new ticket is created in Zendesk Service", + "description": "Use this template to create a task in a list in Google Tasks when a new ticket is created in Zendesk Service. In this example, if the Google task title and task list id is not empty, create a task in the corresponding task list. Otherwise, a task list is created in Google Tasks and the task is added to the list.", + "summary": "Zendesk Service to 2 applications", + "sourceApp": "zendeskservice", + "targetApps": ["googletasks", "slack"], + "tags": ["zendeskservice", "googletasks", "slack", "setVariable", "if"], + "offerings": ["app connect professional"] }, { - "name": "Retrieve a ticket from Zendesk Service based on the ticket severity", - "description": "Use this API template to retrieve tickets from Zendesk Service at regular intervals based on the ticket severity.", - "summary": "API flow using 1 application", - "sourceApp": "api", - "targetApps": ["zendeskservice"], - "tags": ["api", "zendeskservice"], - "offerings": ["app connect professional"] + "name": "Update a ticket in Zendesk Service for each completed task retrieved from Google Tasks", + "description": "Use this template to update the ticket status in Zendesk Service for each of the completed tasks retrieved from Google Tasks. In this example, the Zendesk Service ticket status is updated to closed for each of the completed tasks as of the end of the current day, which is retrieved from Google Tasks.", + "summary": "1 flow using 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["zendeskservice", "googletasks", "slack"], + "tags": ["scheduler", "zendeskservice", "googletasks", "slack", "foreach"], + "offerings": ["app connect professional"] }, { - "name": "Send a Gmail message to the assignee based on the retrieved Zendesk Service ticket severity", - "description": "Use this template to invoke an HTTP method to get the retrieved Zendesk Service tickets and send a Gmail message to the assignee to inform them of the status of the ticket. This is a sequel flow for 'Retrieve a ticket from Zendesk Service based on the ticket severity' template.", + "name": "Create a new row in a Google Sheets spreadsheet for each new employee retrieved from the Amazon Redshift record", + "description": "Use this template to create a new row in a Google Sheets spreadsheet for each new employee retrieved from the Amazon Redshift record.", + "summary": "1 flow using 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["amazonredshift", "googlesheet"], + "tags": ["scheduler", "amazonredshift", "googlesheet", "setVariable", "foreach", "JSON parser"], + "offerings": ["app connect professional"] + }, + { + "name": "Integrate data between IBM Cloud Object Storage S3 and Amazon Redshift", + "description": "Use this template to create a scheduler-based flow that retrieves object files from a specified IBM Cloud Object Storage S3 (COSS3) bucket and downloads the object content. The content is then parsed using CSV Parser to convert the CSV text into a JSON object. Subsequently, the object details are either created or updated in the specified Amazon Redshift record.", + "summary": "1 flow using 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["ibmcoss3", "amazonredshift", "gmail"], + "tags": ["scheduler", "ibmcoss3", "amazonredshift", "gmail", "if", "foreach", "CSV parser"], + "offerings": ["app connect professional"] + }, + { + "name": "Add a card to a list in Trello when a new task is created in Insightly", + "description": "Use this template to create a new card in Trello when a new task is created in Insightly. In this example, based on Insightly task category ID and priotity, a new card gets added to a list in Trello.", + "summary": "Insightly to Trello", + "sourceApp": "insightly", + "targetApps": ["trello"], + "tags": ["insightly", "trello"], + "offerings": ["app connect professional"] +}, +{ + "name": "Add a subscriber to a list in Mailchimp when a new row is appended in Microsoft Excel Online", + "description": "Use this template to add subscribers to a list in Mailchimp when new rows are appended to a Microsoft Excel Online spreadsheet. In this example, when a new row is appended in a Microsoft Excel spreadsheet, for each MailChimp member whose status code equals 200, a Slack notification is posted in a channel to notify them that the member already exists. Otherwise, the member is added as a subsciber to a list in MaliChimp.", + "summary": "Microsoft Excel Online to 2 applications", + "sourceApp": "msexcel", + "targetApps": ["mailchimp", "slack", "mailchimp"], + "tags": ["msexcel", ""], + "offerings": ["app connect professional"] +}, +{ + "name": "Append a row in the Microsoft Excel Online spreadsheet for each new response created in SurveyMonkey", + "description": "Use this template to append a row in the Microsoft Excel Online spreadsheet for each new response created in SurveyMonkey. In this example, for each SurveyMonkey's answer, the responses are added to a spreadsheet in Microsoft Excel Online.", + "summary": "SurveyMonkey to Microsoft Excel Online", + "sourceApp": "surveymonkey", + "targetApps": ["msexcel"], + "tags": ["surveymonkey", "msexcel"], + "offerings": ["app connect professional"] +}, +{ + "name": "Create a contact and add the contact to a specific group in Google Contacts when a subscriber is created in MailChimp", + "description": "Use this template to create a contact and add the contact to a specific contact group in Google Contacts whenever a new subscriber is created in MailChimp.", + "summary": "MailChimp to Google Contacts", + "sourceApp": "mailchimp", + "targetApps": ["googlecontacts", "googlecontacts"], + "tags": ["mailchimp", "googlecontacts"], + "offerings": ["app connect professional"] +}, +{ + "name": "Create a folder in Box for new events created in Google Calendar", + "description": "Use this template to create a box folder for new events created in Google Calendar. This scenario helps the user upload files or documents before the Google Calendar event into a Box folder.", + "summary": "Google Calendar to Box", + "sourceApp": "googlecalendar", + "targetApps": ["box"], + "tags": ["googlecalendar", "box"], + "offerings": ["app connect professional"] +}, +{ + "name": "Create a list in Microsoft To Do for a new list created in MailChimp", + "description": "Use this template to create a list in Microsoft To Do whenever a new list is created in MailChimp.", + "summary": "MailChimp to Microsoft To Do", + "sourceApp": "mailchimp", + "targetApps": ["mstodo", "mstodo"], + "tags": ["mailchimp", "mstodo"], + "offerings": ["app connect professional"] +}, +{ + "name": "Create a ticket in Zendesk Service when a new form entry is created in Wufoo", + "description": "Use this template to create a ticket in Zendesk Service when a new form entry is created in Wufoo. In this example, whenever a new form entry is created, a Zendesk Service ticket is created as a task.", + "summary": "Wufoo to Zendesk Service", + "sourceApp": "wufoo", + "targetApps": ["zendeskservice"], + "tags": ["wufoo", "zendeskservice"], + "offerings": ["app connect professional"] +}, +{ + "name": "Create an item in mondaydotcom when a new lead is created in Salesforce based on the Salesforce lead rating", + "description": "Use this template to create an item in monday.com when a new lead is created in Salesforce based on the Salesforce lead rating. In this example, the item is created with different group identifiers for rating, such as hot or warm.", + "summary": "Salesforce to monday.com", + "sourceApp": "salesforce", + "targetApps": ["mondaydotcom"], + "tags": ["salesforce", "mondaydotcom"], + "offerings": ["app connect professional"] +}, +{ + "name": "Send a Slack message for each closed opportunity retrieved from Insightly", + "description": "Use this template to send a Slack message for each opportunity that is retrieved from Insightly, which was recently closed. The Slack message consists of the opportunity details.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["insightly", "slack"], + "tags": ["scheduler", "insightly", "slack"], + "offerings": ["app connect professional"] +}, +{ + "name": "Send a Slack message for opportunities created in Insightly based on the opportunity value", + "description": "Use this template to send a Slack message for new opportunities created in Insightly. In this example, a Slack message is sent for high-bid opportunities created in Insightly. Whenever a new opportunity is created in Insightly with an opportunity value greater than $25,000, a Slack message is sent to the intended recipient. The Slack message consists of the opportunity details.", + "summary": "Insightly to Slack", + "sourceApp": "insightly", + "targetApps": ["slack"], + "tags": ["insightly", "slack"], + "offerings": ["app connect professional"] +}, +{ + "name": "Send a reminder Gmail message to the event attendees for each Google Calendar event", + "description": "Use this template to send a Gmail message to remind the attendees of each Google Calendar event. In this example, for each event that has been created in Google Calendar, a reminder message is sent to the event attendees via Gmail 24 hours before the event.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["googlecalendar", "gmail"], + "tags": ["scheduler", "googlecalendar", "gmail"], + "offerings": ["app connect professional"] +}, +{ + "name": "Send a welcome Gmail message to the newly added campaign member in Salesforce", + "description": "Use this template to send a welcome Gmail message to the newly added campaign members in Salesforce.", + "summary": "Salesforce to Gmail", + "sourceApp": "salesforce", + "targetApps": ["salesforce", "gmail"], + "tags": ["salesforce", "gmail"], + "offerings": ["app connect professional"] +}, +{ + "name": "Add a subscriber to a list in MailChimp for each other customer retrieved from Shopify", + "description": "Use this template to add subscribers to a list in MailChimp for each customer retrieved from Shopify. In this example, for each Shopify customer that has a unique email address, the customer details are added to a list in MailChimp as a subscriber. Otherwise, a Slack message gets posted to a channel indicating that the customer already exist in MailChimp.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["shopify", "mailchimp", "slack"], + "tags": ["scheduler", "shopify", "mailchimp", "slack", "foreach", "if"], + "offerings": ["app connect professional"] +}, +{ + "name": "Send a Gmail message when a new employee record is retrieved from Google Cloud BigQuery", + "description": "Use this template to send a Gmail message to the intended recipients whenever a new employee record is retrieved from Google Cloud BigQuery. In this example, a Gmail message with the employee details and the joining date is sent based on the employee record retrieved from Google Cloud BigQuery.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["googlebigquery", "gmail"], + "tags": ["scheduler", "googlebigquery", "gmail", "foreach", "if"], + "offerings": ["app connect professional"] +}, +{ + "name": "Add a card to a list in Trello for each new form entry created in Wufoo", + "description": "Use this template to add a card to a list in Trello for each new form entry created in Wufoo. In this example, for each Wufoo's new form entry that has a unique lead entry, the Wufoo lead details are added to a list in Trello.", + "summary": "Wufoo to Trello", + "sourceApp": "wufoo", + "targetApps": ["wufoo", "trello"], + "tags": ["wufoo", "trello", "foreach", "if"], + "offerings": ["app connect professional"] +}, +{ + "name": "Append a row in the Microsoft Excel Online spreadsheet for each new form entry created in Wufoo", + "description": "Use this template to append a row in the Microsoft Excel Online spreadsheet for each new form entry created in Wufoo. In this example, for each Wufoo's new form entry that has a unique email address, the responses are added to a spreadsheet in Microsoft Excel Online.", + "summary": "Wufoo to Microsoft Excel Online", + "sourceApp": "wufoo", + "targetApps": ["wufoo", "msexcel"], + "tags": ["wufoo", "msexcel", "foreach", "if"], + "offerings": ["app connect professional"] +}, +{ + "name": "Create an event in Google Calendar for each new form entry created in Wufoo", + "description": "Use this template to create an event in Google Calendar for each new form entry created in Wufoo. In this example, for each Wufoo's new form entry that has a unique email address, an event is created for the attendee based on their email address.", + "summary": "Wufoo to Google Calendar", + "sourceApp": "wufoo", + "targetApps": ["wufoo", "googlecalendar"], + "tags": ["wufoo", "googlecalendar", "foreach", "if"], + "offerings": ["app connect professional"] +}, +{ + "name": "Send a Slack message for each new form entry created in Wufoo", + "description": "Use this template to send a Slack message for each new form entry created in Wufoo. In this example, for each Wufoo's new form entry that has a unique email address, a Slack message is posted to the intended group to notify them that lead information has been created.", + "summary": "Wufoo to Slack", + "sourceApp": "wufoo", + "targetApps": ["slack"], + "tags": ["wufoo", "slack", "foreach", "if"], + "offerings": ["app connect professional"] +}, +{ + "name": "Send a Slack message when a new feature request issue is created in Jira", + "description": "Use this template to send a Slack message to an intended group when an issue requesting a new feature is created in Jira.", + "summary": "Jira to Slack", + "sourceApp": "jira", + "targetApps": ["slack"], + "tags": ["jira", "slack", "if"], + "offerings": ["app connect professional"] +}, +{ + "name": "Send a Slack message when a new incident ticket with urgent priority is created in Zendesk Service", + "description": "Use this template to send a Slack message when a new ticket is created in Zendesk Service. In this example, a Slack message is posted to the intended group to notify them that an incident ticket has been created with urgent priority in Zendesk Service.", + "summary": "Zendesk Service to Slack", + "sourceApp": "zendeskservice", + "targetApps": ["slack"], + "tags": ["zendeskservice", "slack", "if"], + "offerings": ["app connect professional"] +}, +{ + "name": "Send a Slack message when a new Salesforce opportunity is created for a new customer that has been closed", + "description": "Use this template to send a Slack message to an intended group whenever a new opportunity is created in Salesforce. The Slack message is posted in a channel if the opportunity is created for a new customer and the opportunity status is closed.", + "summary": "Salesforce to Slack", + "sourceApp": "salesforce", + "targetApps": ["slack"], + "tags": ["salesforce", "slack", "if"], + "offerings": ["app connect professional"] +}, +{ + "name": "Send a status message via Gmail when a lead is created in Salesforce", + "description": "Use this template to send a status message using Gmail when a lead is created in Salesforce. In this example, a Gmail message is sent to the intended recipients if the newly created lead status is open in Salesforce.", + "summary": "Salesforce to Gmail", + "sourceApp": "salesforce", + "targetApps": ["gmail"], + "tags": ["salesforce", "gmail", "if"], + "offerings": ["app connect professional"] + }, +{ + "name": "Create a job requisition in Workday when a new row is appended in Microsoft Excel Online", + "description": "Use this template to create a job requisition in Workday whenever a new row is appended in Microsoft Excel Online. In this example, if the budget amount is less than a specific amount, an HTTP method is invoked to create a job requisition in Workday. This is a sequel flow for 'Create a job requisition in Workday' template.", + "summary": "Microsoft Excel Online to HTTP", + "sourceApp": "msexcel", + "targetApps": ["http"], + "tags": ["msexcel", "http"], + "offerings": ["app connect professional"] +}, +{ + "name": "Create a job requisition in Workday", + "description": "Use this API template to create a job requistion in Workday.", + "summary": "API flow using 1 application", + "sourceApp": "api", + "targetApps": ["workday"], + "tags": ["api", "workday"], + "offerings": ["app connect professional"] +}, +{ + "name": "Create an event in Google Calendar for each registered Eventbrite event attendee", + "description": "Use this template to create an event in Google Calendar for each registered Eventbrite event attendee. In this example, a Google Calendar event is sent to each of the newly registered Eventbrite attendees.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["eventbrite", "eventbrite", "googlecalendar"], + "tags": ["scheduler", "eventbrite", "googlecalendar"], + "offerings": ["app connect professional"] +}, +{ + "name": "Integrate data between Box files and Microsoft Azure Blob storage", + "description": "Use this template to create a scheduler-based flow that retrieves CSV-type file metadata from Box for a specified time. For each Box file, the file content is retrieved in text format, and the content is appended into a Microsoft Azure Blob storage container.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["box", "box", "azureblobstorage"], + "tags": ["scheduler", "box", "azureblobstorage"], + "offerings": ["app connect professional"] +}, +{ + "name": "Invoke an HTTP method for each item retrieved from a new sales order created using Magento", + "description": "Use this template to invoke a method for each item retrieved from a new sales order created using Magento. In this example, when a new sales order is created, an HTTP method is invoked, which sends a request to a client URL to get the customer email details.", + "summary": "Magento to HTTP", + "sourceApp": "magento", + "targetApps": ["http"], + "tags": ["magento", "http"], + "offerings": ["app connect professional"] +}, +{ + "name": "Retrieve a ticket from Zendesk Service based on the ticket severity", + "description": "Use this API template to retrieve tickets from Zendesk Service at regular intervals based on the ticket severity.", + "summary": "API flow using 1 application", + "sourceApp": "api", + "targetApps": ["zendeskservice"], + "tags": ["api", "zendeskservice"], + "offerings": ["app connect professional"] +}, +{ + "name": "Send a Gmail message to the assignee based on the retrieved Zendesk Service ticket severity", + "description": "Use this template to invoke an HTTP method to get the retrieved Zendesk Service tickets and send a Gmail message to the assignee to inform them of the status of the ticket. This is a sequel flow for 'Retrieve a ticket from Zendesk Service based on the ticket severity' template.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["http", "gmail"], + "tags": ["scheduler", "http", "gmail"], + "offerings": ["app connect professional"] +}, +{ + "name": "Send a Gmail message when a new sales rule coupon is created in Magento", + "description": "Use this API template to create a new sales rule coupon in Magento and send the coupon details to the customer via Gmail message.", + "summary": "API flow using 2 applications", + "sourceApp": "api", + "targetApps": ["magento", "gmail"], + "tags": ["api", "magento", "gmail"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a contact in HubSpot Marketing when a new row is appended in Microsoft Excel Online", + "description": "Use this template to create a contact in HubSpot Marketing whenever a new row is appended in Microsoft Excel Online. In this example, a contact is created in HubSpot Marketing for each row retrieved from the Microsoft Excel Online spreadsheet with a unique email address.", + "summary": "Microsoft Excel Online to HubSpot Marketing", + "sourceApp": "msexcel", + "targetApps": ["hubspotmarketing", "hubspotmarketing"], + "tags": ["msexcel", "hubspotmarketing", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Append a row in the Microsoft Excel Online spreadsheet when a new subscriber is created in MailChimp", + "description": "Use this template to append a row in the Microsoft Excel Online spreadsheet whenever a new subscriber is created in MailChimp. In this example, the MailChimp sucbriber details are appended to the Microsoft Excel Online spreadsheet for each newly created MailChimp sucbriber that has a unique email address.", + "summary": "MailChimp to Microsoft Excel Online", + "sourceApp": "mailchimp", + "targetApps": ["msexcel", "msexcel"], + "tags": ["mailchimp", "msexcel", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a contact in HubSpot Marketing when a new lead is created in Salesforce", + "description": "Use this template to create a contact in HubSpot Marketing whenever a new lead is created in Salesforce. In this example, a new contact is created in HubSpot Marketing for each newly created Salesforce lead that has a unique email address. Otherwise, a Slack message gets posted to a channel indicating that the lead already exists.", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["hubspotmarketing", "hubspotmarketing", "slack"], + "tags": ["salesforce", "hubspotmarketing", "slack", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Validate the data between Wufoo form entry responses and Microsoft Excel Online worksheet data", + "description": "Use this template to check and validate the data between Wufoo form entry responses and Microsoft Excel Online worksheet data, and send a Slack message for the validated responses. In this example, the responses from the Wufoo entry are validated across a Microsoft Excel Online worksheet that contains answers for a course. The responses are validated with the answers, and a Slack notification gets sent to the intended recipient, whether the answer is correct or incorrect.", + "summary": "Wufoo to 2 applications", + "sourceApp": "wufoo", + "targetApps": ["msexcel", "slack"], + "tags": ["wufoo", "msexcel", "slack", "foreach", "if", "setVariable"], + "offerings": ["app connect professional"] + }, + { + "name": "Add a subscriber to a list in MailChimp when a new form entry is created in Wufoo", + "description": "Use this template to add subscribers to a list in MailChimp whenever a new form entry is created in Wufoo. In this example, for each MaiLChimp member that has a unique email address, the member details are added to a list in MailChimp as a subscriber.", + "summary": "Wufoo to MailChimp", + "sourceApp": "wufoo", + "targetApps": ["mailchimp", "mailchimp"], + "tags": ["wufoo", "mailchimp", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a lead in Salesforce when a new form entry is created in Wufoo", + "description": "Use this template to create a contact in Salesforce whenever a new form entry is created in Wufoo. In this example, for each lead that has a unique email address, the lead is created in Saleforce. Otherwise, a Slack message gets posted to a channel indicating that the lead already exists.", + "summary": "Wufoo to 2 applications", + "sourceApp": "wufoo", + "targetApps": ["salesforce", "salesforce", "slack"], + "tags": ["wufoo", "salesforce", "slack", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Insert a record in Google Cloud BigQuery when a new form entry is created in Wufoo", + "description": "Use this template to insert a record in the Google Cloud BigQuery table whenever a new form entry is created in Wufoo. In this example, the record is inserted in a table in Google Cloud BigQuery for each record that has a unique email address.", + "summary": "Wufoo to Google Cloud BigQuery", + "sourceApp": "wufoo", + "targetApps": ["googlebigquery", "googlebigquery"], + "tags": ["wufoo", "googlebigquery", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Slack message when the task count in Asana exceeds the limit", + "description": "Use this template to send a Slack message when the task count in Asana exceeds the limit. In this example, a Slack notification is sent when the Asana task count is greater than 5, and the tasks are not completed.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["asana", "slack"], + "tags": ["scheduler", "asana", "slack", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Append a row in Microsoft Excel Online when a new lead is created in Marketo", + "description": "Use this template to append a row in Microsoft Excel Online when a new lead is created in Marketo.", + "summary": "Marketo to 2 applications", + "sourceApp": "marketo", + "targetApps": ["msexcel", "googlesheet"], + "tags": ["marketo", "msexcel", "googlesheet", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Append a row in Microsoft Excel Online when a new Salesforce account with more than 500 employees is created", + "description": "Use this template to append a row in the Microsoft Excel Online spreadsheet when a new Salesforce account with more than 500 employees is created.", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["msexcel", "slack"], + "tags": ["salesforce", "msexcel", "slack", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Update a case in Salesforce when a Zendesk Service ticket status is updated to closed", + "description": "Use this template to update a case in Salesforce when a Zendesk Service ticket status is updated to closed.", + "summary": "Zendesk Service to 2 applications", + "sourceApp": "zendeskservice", + "targetApps": ["salesforce", "gmail"], + "tags": ["zendeskservice", "salesforce", "gmail", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a contact in HubSpot CRM when a campaign member is created or updated in Salesforce", + "description": "Use this template to create a contact in HubSpot CRM whenever a campaign member is created or updated in Salesforce.", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["hubspotcrm", "gmail"], + "tags": ["salesforce", "hubspotcrm", "gmail", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a task in Asana when a new case is created in Salesforce", + "description": "Use this template to create a task in Asana when a new case is created in Salesforce.", + "summary": "Salesforce to Asana", + "sourceApp": "salesforce", + "targetApps": ["asana"], + "tags": ["salesforce", "asana", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a file in Box when a new document is created in Salesforce", + "description": "Use this template to create a file in Box when a new document is created in Salesforce. A Gmail message is sent to notify the users that a new document has been created in Box.", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["box", "gmail"], + "tags": ["salesforce", "box", "gmail"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a folder in Box for new contacts created in Salesforce", + "description": "Use this template to create a folder in Box for new contacts created in Salesforce.", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["box", "gmail", "box"], + "tags": ["salesforce", "box", "gmail", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create or update a contact in HubSpot Marketing when an account is created or updated in Salesforce", + "description": "Use this template to create or update a contact in HubSpot Marketing when an account is created or updated in Salesforce.", + "summary": "Salesforce to HubSpot Marketing", + "sourceApp": "salesforce", + "targetApps": ["hubspotmarketing"], + "tags": ["salesforce", "hubspotmarketing", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a file in Google Drive for each new document created in Salesforce", + "description": "Use this template to create a file in Google Drive for each new document created in Salesforce.", + "summary": "Salesforce to Google Drive", + "sourceApp": "salesforce", + "targetApps": ["googledrive", "googledrive"], + "tags": ["salesforce", "googledrive", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Send an SMS message via Twilio when a new row is appended to a Google Sheets worksheet", + "description": "Use this template to send an SMS message via Twilio when a new row is appended to a Google Sheets worksheet.", + "summary": "Google Sheets to Twilio", + "sourceApp": "googlesheet", + "targetApps": ["twilio"], + "tags": ["googlesheet"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a row in Google Sheets for each new task created in Asana", + "description": "Use this template to create a row in Google Sheets for each new task created in Asana.", + "summary": "Asana to 3 applications", + "sourceApp": "asana", + "targetApps": ["googlesheet", "slack", "marketo"], + "tags": ["asana", "googlesheet", "slack", "marketo", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a row in the Google Sheets worksheet when a new campaign member is created in Microsoft Dynamics 365 for Sales", + "description": "Use this template to create a row in the Google Sheets worksheet when a new campaign member is created in Microsoft Dynamics 365 for Sales.", + "summary": "Microsoft Dynamics 365 for Sale to Google Sheets", + "sourceApp": "msdynamicscrmrest", + "targetApps": ["googlesheet"], + "tags": ["msdynamicscrmrest", "googlesheet"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a project in Workday for each Jira project retrieved", + "description": "Use this template to create a project in Workday for each Jira project retrieved.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["jira", "workday", "slack"], + "tags": ["scheduler", "jira", "foreach", "workday"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a file in Box based on the value retrieved from a row in a Google Sheets worksheet", + "description": "Use this template to create a file in Box based on the value retrieved from each new row in a Google Sheets worksheet.", + "summary": "Scheduler to 4 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["googlesheet", "slack", "http", "box"], + "tags": ["scheduler", "googlesheet", "slack", "http", "box", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a file in Box for each attachment downloaded from an email", + "description": "Use this template to create a file in Box for each attachment downloaded from an email.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["email", "box"], + "tags": ["scheduler", "email", "foreach", "box"], + "offerings": ["app connect professional"] + }, + { + "name": "Send an SMS message via Twilio when a new task is created in Asana", + "description": "Use this template to send an SMS message via Twilio when a new task is created in Asana.", + "summary": "Asana to Twilio", + "sourceApp": "asana", + "targetApps": ["twilio"], + "tags": ["asana", "twilio", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Send an SMS message via Twilio when a new issue is created in Jira", + "description": "Use this template to send an SMS message via Twilio when a new issue is created in Jira.", + "summary": "Jira to 2 applications", + "sourceApp": "jira", + "targetApps": ["jira", "twilio", "slack"], + "tags": ["jira", "twilio", "slack", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a Slack notification for each new closed and won opportunity in Salesforce", + "description": "Use this template to send a Slack notification for each new closed and won opportunity in Salesforce.", + "summary": "Salesforce to Slack", + "sourceApp": "salesforce", + "targetApps": ["slack"], + "tags": ["salesforce", "slackslack", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a contact in HubSpot CRM for each campaign member of a completed campaign in Salesforce", + "description": "Use this template to create a contact in HubSpot CRM when a campaign status is updated to completed in Salesforce.", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["salesforce", "gmail", "hubspotcrm", "gmail"], + "tags": ["salesforce", "gmail", "hubspotcrm", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an account in Salesforce when a new attendee is created in Eventbrite", + "description": "Use this template to create an account in Salesforce when a new attendee is created in Eventbrite.", + "summary": "Eventbrite to Salesforce", + "sourceApp": "eventbrite", + "targetApps": ["salesforce"], + "tags": ["eventbrite", "salesforce", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a lead in Marketo when a new contact is created in Salesforce", + "description": "Use this template to create a lead in Marketo when a new contact is created in Salesforce.", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["marketo", "marketo", "gmail"], + "tags": ["salesforce", "marketo", "gmail", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a file in a Box folder when a new attachment is created in Salesforce", + "description": "Use this template to create a file in a Box folder when a new attachment is created in Salesforce.", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["salesforce", "box", "box", "gmail"], + "tags": ["salesforce", "box", "gmail", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a file in Dropbox for each new opportunity in Salesforce that has attachments", + "description": "Use this template to create a file in Dropbox for each new opportunity in Salesforce that has attachments.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["salesforce", "salesforce", "salesforce", "dropbox", "dropbox"], + "tags": ["scheduler", "salesforce", "dropbox", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a new contact in Google Contacts when a campaign member is created or updated in Salesforce", + "description": "Use this template to create a contact in Google Contacts whenever a new campaign member is either created or updated in Salesforce.", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["googlecontacts", "googlecontacts", "gmail"], + "tags": ["salesforce", "googlecontacts", "gmail", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a contact in Salesforce when a new company record is created in Microsoft SQL Server", + "description": "Use this template to create a contact in Salesforce when a new company record is created in Microsoft SQL Server.", + "summary": "Microsoft SQL Server to Salesforce", + "sourceApp": "mssql", + "targetApps": ["salesforce"], + "tags": ["mssql", "salesforce"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a file in Box for new documents created in Salesforce", + "description": "Use this template to create a file in Box for all new documents created in Salesforce.", + "summary": "Salesforce to Box", + "sourceApp": "salesforce", + "targetApps": ["box", "box"], + "tags": ["salesforce", "box", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a lead in Marketo for each new attendee retrieved from Eventbrite", + "description": "Use this template to create a lead in Marketo for each attendee retrieved from Eventbrite.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["eventbrite", "marketo", "marketo"], + "tags": ["scheduler", "eventbrite", "marketo", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a lead in Salesforce for each Eventbrite attendee", + "description": "Use this template to create a lead in Salesforce for each attendee retrieved from Eventbrite.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["eventbrite","salesforce"], + "tags": ["scheduler", "eventbrite", "salesforce", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an account in Salesforce for each new Eventbrite attendee", + "description": "Use this template to create an account in Salesforce for each new Eventbrite attendee.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["eventbrite", "salesforce"], + "tags": ["scheduler", "eventbrite", "salesforce", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an incident in ServiceNow for each new WhatsApp message retrieved from Twilio", + "description": "Use this template to create an incident in ServiceNow for each new WhatsApp message retrieved from Twilio.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["twilio", "servicenow"], + "tags": ["scheduler", "twilio", "servicenow", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create an SAP customer set in SAP via OData for each new opportunity retrieved from Salesforce", + "description": "Use this template to create an SAP customer set in SAP via OData for each new opportunity retrieved from Salesforce. ", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["salesforce", "sapodata", "gmail"], + "tags": ["salesforce", "sapodata", "gmail", "foreach", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Invite a new Salesforce contact to access a file in Google Drive", + "description": "Use this template to invite new contacts in Salesforce to be collaborators in Google Drive.", + "summary": "Salesforce to Google Drive", + "sourceApp": "salesforce", + "targetApps": ["googledrive"], + "tags": ["salesforce", "googledrive", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Invoke a function from AWS Lambda whenever a new row is appended in Google Sheets", + "description": "Use this template to update an existing row in a Google Sheets worksheet based on an AWS Lambda function execution report.", + "summary": "Google Sheets to 2 applications", + "sourceApp": "googlesheet", + "targetApps": ["amazonlambda", "gmail", "googlesheet"], + "tags": ["googlesheet", "amazonlambda", "gmail"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a message by phone number via Twilio when new all-day-event information is updated in a Google Sheets worksheet", + "description": "Use this template to send a message by phone number via Twilio when new Google Calendar all-day-event information is updated in a Google Sheets worksheet.", + "summary": "Google Calendar to 2 applications", + "sourceApp": "googlecalendar", + "targetApps": ["googlesheet", "twilio"], + "tags": ["googlecalendar", "googlesheet", "twilio", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Update or create a customer set in SAP via OData when a new contact is created in Salesforce", + "description": "Use this template to update or create a customer set in SAP via OData when a new contact is created in Salesforce.", + "summary": "Salesforce to 2 applications", + "sourceApp": "salesforce", + "targetApps": ["sapodata", "gmail"], + "tags": ["salesforce", "sapodata", "gmail", "if"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a row in Google Sheets worksheet when a new lead is created in Marketo", + "description": "Use this template to create a row in Google Sheets worksheet when a new lead is created in Marketo.", + "summary": "Marketo to Google Sheets", + "sourceApp": "marketo", + "targetApps": ["googlesheet"], + "tags": ["marketo", "googlesheet"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a new row in a Google Sheets worksheet for each new opportunity retrieved from the MySQL record", + "description": "Use this template to create a new row in a Google Sheets worksheet for each new opportunity retrieved from the MySQL record.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["mysql", "googlesheet"], + "tags": ["scheduler", "mysql", "googlesheet", "setVariable", "foreach"], + "offerings": ["app connect professional"] + }, + { + "name": "Send an SMS via Infobip when an event is created in Google Calendar for each new Wufoo form entry", + "description": "Use this template to send an SMS via Infobip when an event is created in Google Calendar for each new Wufoo form entry.", + "summary": "Scheduler to 3 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["infobip", "googlecalendar", "wufoo"], + "tags": ["streaming-connector-scheduler", "infobip", "googlecalendar", "wufoo"], + "offerings": ["app connect professional"] + }, + { + "name": "Send a voice message via Infobip for each new form entry created in Wufoo", + "description": "Use this template to send a voice message via Infobip for each new form entry created in Wufoo.", "summary": "Scheduler to 2 applications", "sourceApp": "streaming-connector-scheduler", - "targetApps": ["http", "gmail"], - "tags": ["scheduler", "http", "gmail"], + "targetApps": ["infobip", "wufoo"], + "tags": ["streaming-connector-scheduler", "infobip", "wufoo"], "offerings": ["app connect professional"] - }, - { - "name": "Send a Gmail message when a new sales rule coupon is created in Magento", - "description": "Use this API template to create a new sales rule coupon in Magento and send the coupon details to the customer via Gmail message.", - "summary": "API flow using 2 applications", - "sourceApp": "api", - "targetApps": ["magento", "gmail"], - "tags": ["api", "magento", "gmail"], +}, + { + "name": "Create time entries in Toggl Track for each new issue created in Jira", + "description": "Use this template to create time entries in Toggl Track for each new issue created in Jira.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["jira", "toggltrack"], + "tags": ["streaming-connector-scheduler", "jira", "toggltrack"], "offerings": ["app connect professional"] }, { - "name": "Create a contact in HubSpot Marketing when a new row is appended in Microsoft Excel Online", - "description": "Use this template to create a contact in HubSpot Marketing whenever a new row is appended in Microsoft Excel Online. In this example, a contact is created in HubSpot Marketing for each row retrieved from the Microsoft Excel Online spreadsheet with a unique email address.", - "summary": "Microsoft Excel Online to HubSpot Marketing", - "sourceApp": "msexcel", - "targetApps": ["hubspotmarketing", "hubspotmarketing"], - "tags": ["msexcel", "hubspotmarketing", "foreach", "if"], + "name": "Send an invite to fill time entries in Toggl Track for each new employee added to BambooHR", + "description": "Use this template to send an invite to fill time entries in Toggl Track for each new employee added to BambooHR.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["bamboohr", "toggltrack"], + "tags": ["streaming-connector-scheduler", "bamboohr", "toggltrack"], "offerings": ["app connect professional"] }, - { - "name": "Append a row in the Microsoft Excel Online spreadsheet when a new subscriber is created in MailChimp", - "description": "Use this template to append a row in the Microsoft Excel Online spreadsheet whenever a new subscriber is created in MailChimp. In this example, the MailChimp sucbriber details are appended to the Microsoft Excel Online spreadsheet for each newly created MailChimp sucbriber that has a unique email address.", - "summary": "MailChimp to Microsoft Excel Online", - "sourceApp": "mailchimp", - "targetApps": ["msexcel", "msexcel"], - "tags": ["mailchimp", "msexcel", "foreach", "if"], + { + "name": "Create an event in Google Calendar for each applied absence in Factorial HR", + "description": "Use this template to create an event in Google Calendar for each applied absence in Factorial HR.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["factorialhr", "googlecalendar"], + "tags": ["streaming-connector-scheduler", "factorialhr", "googlecalendar"], "offerings": ["app connect professional"] }, { - "name": "Create a contact in HubSpot Marketing when a new lead is created in Salesforce", - "description": "Use this template to create a contact in HubSpot Marketing whenever a new lead is created in Salesforce. In this example, a new contact is created in HubSpot Marketing for each newly created Salesforce lead that has a unique email address. Otherwise, a Slack message gets posted to a channel indicating that the lead already exists.", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["hubspotmarketing", "hubspotmarketing", "slack"], - "tags": ["salesforce", "hubspotmarketing", "slack", "foreach", "if"], + "name": "Create time entries in Toggl Track for each time registry added in Factorial HR", + "description": "Use this template to create time entries in Toggl Track for each time registry added in Factorial HR.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["factorialhr", "toggltrack"], + "tags": ["streaming-connector-scheduler", "factorialhr", "toggltrack"], "offerings": ["app connect professional"] }, { - "name": "Validate the data between Wufoo form entry responses and Microsoft Excel Online worksheet data", - "description": "Use this template to check and validate the data between Wufoo form entry responses and Microsoft Excel Online worksheet data, and send a Slack message for the validated responses. In this example, the responses from the Wufoo entry are validated across a Microsoft Excel Online worksheet that contains answers for a course. The responses are validated with the answers, and a Slack notification gets sent to the intended recipient, whether the answer is correct or incorrect.", - "summary": "Wufoo to 2 applications", - "sourceApp": "wufoo", - "targetApps": ["msexcel", "slack"], - "tags": ["wufoo", "msexcel", "slack", "foreach", "if", "setVariable"], + "name": "Search people from an organization by email domain in Hunter and create or update contacts in Salesforce", + "description": "Use this template to search people from an organization by using email domain and create or update contacts in Salesforce.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["hunter", "salesforce"], + "tags": ["hunter", "salesforce", "streaming-connector-scheduler"], "offerings": ["app connect professional"] }, { - "name": "Add a subscriber to a list in MailChimp when a new form entry is created in Wufoo", - "description": "Use this template to add subscribers to a list in MailChimp whenever a new form entry is created in Wufoo. In this example, for each MaiLChimp member that has a unique email address, the member details are added to a list in MailChimp as a subscriber.", - "summary": "Wufoo to MailChimp", - "sourceApp": "wufoo", - "targetApps": ["mailchimp", "mailchimp"], - "tags": ["wufoo", "mailchimp", "foreach", "if"], + "name": "Create a payment reminder in Mailchimp for unpaid attendee emails found using Hunter", + "description": "Use this template to create a payment reminder in Mailchimp for unpaid attendee emails found using Hunter.", + "summary": "1 flow using 2 applications", + "sourceApp": "api", + "targetApps": ["hunter", "mailchimp"], + "tags": ["api", "hunter", "mailchimp"], "offerings": ["app connect professional"] }, { - "name": "Create a lead in Salesforce when a new form entry is created in Wufoo", - "description": "Use this template to create a contact in Salesforce whenever a new form entry is created in Wufoo. In this example, for each lead that has a unique email address, the lead is created in Saleforce. Otherwise, a Slack message gets posted to a channel indicating that the lead already exists.", - "summary": "Wufoo to 2 applications", - "sourceApp": "wufoo", - "targetApps": ["salesforce", "salesforce", "slack"], - "tags": ["wufoo", "salesforce", "slack", "foreach", "if"], + "name": "Add recipients to a campaign using Hunter when a Google Calendar event is scheduled", + "description": "Use this template to check for response status of invitees (whether tentative or accepted) when an event is created in Google Calendar, and add those recipients to a campaign in Hunter.", + "summary": "Google Calendar to Hunter", + "sourceApp": "googlecalendar", + "targetApps": ["hunter"], + "tags": ["googlecalendar", "hunter"], "offerings": ["app connect professional"] }, { - "name": "Insert a record in Google Cloud BigQuery when a new form entry is created in Wufoo", - "description": "Use this template to insert a record in the Google Cloud BigQuery table whenever a new form entry is created in Wufoo. In this example, the record is inserted in a table in Google Cloud BigQuery for each record that has a unique email address.", - "summary": "Wufoo to Google Cloud BigQuery", - "sourceApp": "wufoo", - "targetApps": ["googlebigquery", "googlebigquery"], - "tags": ["wufoo", "googlebigquery", "foreach", "if"], + "name": "Send an SMS message through ClickSend for each order placed in Shopify", + "description": "Use this template to send an SMS message through ClickSend for each order placed in Shopify.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["shopify", "clicksend"], + "tags": ["streaming-connector-scheduler", "shopify", "clicksend"], "offerings": ["app connect professional"] }, { - "name": "Send a Slack message when the task count in Asana exceeds the limit", - "description": "Use this template to send a Slack message when the task count in Asana exceeds the limit. In this example, a Slack notification is sent when the Asana task count is greater than 5, and the tasks are not completed.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["asana", "slack"], - "tags": ["scheduler", "asana", "slack", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Append a row in Microsoft Excel Online when a new lead is created in Marketo", - "description": "Use this template to append a row in Microsoft Excel Online when a new lead is created in Marketo.", - "summary": "Marketo to 2 applications", - "sourceApp": "marketo", - "targetApps": ["msexcel", "googlesheet"], - "tags": ["marketo", "msexcel", "googlesheet", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Append a row in Microsoft Excel Online when a new Salesforce account with more than 500 employees is created", - "description": "Use this template to append a row in the Microsoft Excel Online spreadsheet when a new Salesforce account with more than 500 employees is created.", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["msexcel", "slack"], - "tags": ["salesforce", "msexcel", "slack", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Update a case in Salesforce when a Zendesk Service ticket status is updated to closed", - "description": "Use this template to update a case in Salesforce when a Zendesk Service ticket status is updated to closed.", - "summary": "Zendesk Service to 2 applications", - "sourceApp": "zendeskservice", - "targetApps": ["salesforce", "gmail"], - "tags": ["zendeskservice", "salesforce", "gmail", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a contact in HubSpot CRM when a campaign member is created or updated in Salesforce", - "description": "Use this template to create a contact in HubSpot CRM whenever a campaign member is created or updated in Salesforce.", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["hubspotcrm", "gmail"], - "tags": ["salesforce", "hubspotcrm", "gmail", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a task in Asana when a new case is created in Salesforce", - "description": "Use this template to create a task in Asana when a new case is created in Salesforce.", - "summary": "Salesforce to Asana", - "sourceApp": "salesforce", - "targetApps": ["asana"], - "tags": ["salesforce", "asana", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a file in Box when a new document is created in Salesforce", - "description": "Use this template to create a file in Box when a new document is created in Salesforce. A Gmail message is sent to notify the users that a new document has been created in Box.", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["box", "gmail"], - "tags": ["salesforce", "box", "gmail"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a folder in Box for new contacts created in Salesforce", - "description": "Use this template to create a folder in Box for new contacts created in Salesforce.", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["box", "gmail", "box"], - "tags": ["salesforce", "box", "gmail", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create or update a contact in HubSpot Marketing when an account is created or updated in Salesforce", - "description": "Use this template to create or update a contact in HubSpot Marketing when an account is created or updated in Salesforce.", - "summary": "Salesforce to HubSpot Marketing", - "sourceApp": "salesforce", - "targetApps": ["hubspotmarketing"], - "tags": ["salesforce", "hubspotmarketing", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a file in Google Drive for each new document created in Salesforce", - "description": "Use this template to create a file in Google Drive for each new document created in Salesforce.", - "summary": "Salesforce to Google Drive", - "sourceApp": "salesforce", - "targetApps": ["googledrive", "googledrive"], - "tags": ["salesforce", "googledrive", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Send an SMS message via Twilio when a new row is appended to a Google Sheets worksheet", - "description": "Use this template to send an SMS message via Twilio when a new row is appended to a Google Sheets worksheet.", - "summary": "Google Sheets to Twilio", - "sourceApp": "googlesheet", - "targetApps": ["twilio"], - "tags": ["googlesheet"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a row in Google Sheets for each new task created in Asana", - "description": "Use this template to create a row in Google Sheets for each new task created in Asana.", - "summary": "Asana to 3 applications", - "sourceApp": "asana", - "targetApps": ["googlesheet", "slack", "marketo"], - "tags": ["asana", "googlesheet", "slack", "marketo", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a row in the Google Sheets worksheet when a new campaign member is created in Microsoft Dynamics 365 for Sales", - "description": "Use this template to create a row in the Google Sheets worksheet when a new campaign member is created in Microsoft Dynamics 365 for Sales.", - "summary": "Microsoft Dynamics 365 for Sale to Google Sheets", - "sourceApp": "msdynamicscrmrest", - "targetApps": ["googlesheet"], - "tags": ["msdynamicscrmrest", "googlesheet"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a project in Workday for each Jira project retrieved", - "description": "Use this template to create a project in Workday for each Jira project retrieved.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["jira", "workday", "slack"], - "tags": ["scheduler", "jira", "foreach", "workday"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a file in Box based on the value retrieved from a row in a Google Sheets worksheet", - "description": "Use this template to create a file in Box based on the value retrieved from each new row in a Google Sheets worksheet.", - "summary": "Scheduler to 4 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["googlesheet", "slack", "http", "box"], - "tags": ["scheduler", "googlesheet", "slack", "http", "box", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a file in Box for each attachment downloaded from an email", - "description": "Use this template to create a file in Box for each attachment downloaded from an email.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["email", "box"], - "tags": ["scheduler", "email", "foreach", "box"], - "offerings": ["app connect professional"] - }, - { - "name": "Send an SMS message via Twilio when a new task is created in Asana", - "description": "Use this template to send an SMS message via Twilio when a new task is created in Asana.", - "summary": "Asana to Twilio", - "sourceApp": "asana", - "targetApps": ["twilio"], - "tags": ["asana", "twilio", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Send an SMS message via Twilio when a new issue is created in Jira", - "description": "Use this template to send an SMS message via Twilio when a new issue is created in Jira.", - "summary": "Jira to 2 applications", - "sourceApp": "jira", - "targetApps": ["jira", "twilio", "slack"], - "tags": ["jira", "twilio", "slack", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a Slack notification for each new closed and won opportunity in Salesforce", - "description": "Use this template to send a Slack notification for each new closed and won opportunity in Salesforce.", - "summary": "Salesforce to Slack", - "sourceApp": "salesforce", - "targetApps": ["slack"], - "tags": ["salesforce", "slackslack", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a contact in HubSpot CRM for each campaign member of a completed campaign in Salesforce", - "description": "Use this template to create a contact in HubSpot CRM when a campaign status is updated to completed in Salesforce.", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["salesforce", "gmail", "hubspotcrm", "gmail"], - "tags": ["salesforce", "gmail", "hubspotcrm", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an account in Salesforce when a new attendee is created in Eventbrite", - "description": "Use this template to create an account in Salesforce when a new attendee is created in Eventbrite.", - "summary": "Eventbrite to Salesforce", - "sourceApp": "eventbrite", - "targetApps": ["salesforce"], - "tags": ["eventbrite", "salesforce", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a lead in Marketo when a new contact is created in Salesforce", - "description": "Use this template to create a lead in Marketo when a new contact is created in Salesforce.", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["marketo", "marketo", "gmail"], - "tags": ["salesforce", "marketo", "gmail", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a file in a Box folder when a new attachment is created in Salesforce", - "description": "Use this template to create a file in a Box folder when a new attachment is created in Salesforce.", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["salesforce", "box", "box", "gmail"], - "tags": ["salesforce", "box", "gmail", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a file in Dropbox for each new opportunity in Salesforce that has attachments", - "description": "Use this template to create a file in Dropbox for each new opportunity in Salesforce that has attachments.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["salesforce", "salesforce", "salesforce", "dropbox", "dropbox"], - "tags": ["scheduler", "salesforce", "dropbox", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a new contact in Google Contacts when a campaign member is created or updated in Salesforce", - "description": "Use this template to create a contact in Google Contacts whenever a new campaign member is either created or updated in Salesforce.", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["googlecontacts", "googlecontacts", "gmail"], - "tags": ["salesforce", "googlecontacts", "gmail", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a contact in Salesforce when a new company record is created in Microsoft SQL Server", - "description": "Use this template to create a contact in Salesforce when a new company record is created in Microsoft SQL Server.", - "summary": "Microsoft SQL Server to Salesforce", - "sourceApp": "mssql", - "targetApps": ["salesforce"], - "tags": ["mssql", "salesforce"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a file in Box for new documents created in Salesforce", - "description": "Use this template to create a file in Box for all new documents created in Salesforce.", - "summary": "Salesforce to Box", - "sourceApp": "salesforce", - "targetApps": ["box", "box"], - "tags": ["salesforce", "box", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a lead in Marketo for each new attendee retrieved from Eventbrite", - "description": "Use this template to create a lead in Marketo for each attendee retrieved from Eventbrite.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["eventbrite", "marketo", "marketo"], - "tags": ["scheduler", "eventbrite", "marketo", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a lead in Salesforce for each Eventbrite attendee", - "description": "Use this template to create a lead in Salesforce for each attendee retrieved from Eventbrite.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["eventbrite","salesforce"], - "tags": ["scheduler", "eventbrite", "salesforce", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an account in Salesforce for each new Eventbrite attendee", - "description": "Use this template to create an account in Salesforce for each new Eventbrite attendee.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["eventbrite", "salesforce"], - "tags": ["scheduler", "eventbrite", "salesforce", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an incident in ServiceNow for each new WhatsApp message retrieved from Twilio", - "description": "Use this template to create an incident in ServiceNow for each new WhatsApp message retrieved from Twilio.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["twilio", "servicenow"], - "tags": ["scheduler", "twilio", "servicenow", "foreach", "if"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an SAP customer set in SAP via OData for each new opportunity retrieved from Salesforce", - "description": "Use this template to create an SAP customer set in SAP via OData for each new opportunity retrieved from Salesforce. ", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["salesforce", "sapodata", "gmail"], - "tags": ["salesforce", "sapodata", "gmail", "foreach", "if"], - "offerings": ["app connect professional"] + "name": "Send an SMS message through ClickSend for each complaint received through Gmail", + "description": "Use this template to send an SMS message through ClickSend for each complaint received through Gmail.", + "summary": "Gmail to ClickSend", + "sourceApp": "gmail", + "targetApps": ["clicksend"], + "tags": ["gmail", "clicksend"], + "offerings": ["app connect professional"] }, { - "name": "Invite a new Salesforce contact to access a file in Google Drive", - "description": "Use this template to invite new contacts in Salesforce to be collaborators in Google Drive.", - "summary": "Salesforce to Google Drive", - "sourceApp": "salesforce", - "targetApps": ["googledrive"], - "tags": ["salesforce", "googledrive", "if"], - "offerings": ["app connect professional"] + "name": "Send a voice message through ClickSend for each new form entry created in Wufoo", + "description": "Use this template to send a voice message through ClickSend for each new form entry created in Wufoo.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["wufoo", "clicksend"], + "tags": ["streaming-connector-scheduler", "wufoo", "clicksend"], + "offerings": ["app connect professional"] }, { - "name": "Invoke a function from AWS Lambda whenever a new row is appended in Google Sheets", - "description": "Use this template to update an existing row in a Google Sheets worksheet based on an AWS Lambda function execution report.", - "summary": "Google Sheets to 2 applications", - "sourceApp": "googlesheet", - "targetApps": ["amazonlambda", "gmail", "googlesheet"], - "tags": ["googlesheet", "amazonlambda", "gmail"], - "offerings": ["app connect professional"] + "name": "Create tickets in Zendesk Service for the bugs retrieved from Apptio Targetprocess", + "description": "Use this template to create tickets in Zendesk Service for the bugs retrieved from Apptio Targetprocess.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["apptiotargetprocess", "zendeskservice"], + "tags": ["streaming-connector-scheduler", "apptiotargetprocess", "zendeskservice"], + "offerings": ["app connect professional"] }, { - "name": "Send a message by phone number via Twilio when new all-day-event information is updated in a Google Sheets worksheet", - "description": "Use this template to send a message by phone number via Twilio when new Google Calendar all-day-event information is updated in a Google Sheets worksheet.", - "summary": "Google Calendar to 2 applications", - "sourceApp": "googlecalendar", - "targetApps": ["googlesheet", "twilio"], - "tags": ["googlecalendar", "googlesheet", "twilio", "if"], - "offerings": ["app connect professional"] + "name": "Update Apptio Targetprocess bugs with the latest status and priority from Zendesk Service tickets", + "description": "Use this template to update Apptio Targetprocess bugs with the latest status and priority from Zendesk Service tickets. This is a sequel flow for: Create tickets in Zendesk Service for the bugs retrieved from Apptio Targetprocess.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["zendeskservice", "apptiotargetprocess"], + "tags": ["streaming-connector-scheduler", "zendeskservice", "apptiotargetprocess"], + "offerings": ["app connect professional"] }, { - "name": "Update or create a customer set in SAP via OData when a new contact is created in Salesforce", - "description": "Use this template to update or create a customer set in SAP via OData when a new contact is created in Salesforce.", - "summary": "Salesforce to 2 applications", - "sourceApp": "salesforce", - "targetApps": ["sapodata", "gmail"], - "tags": ["salesforce", "sapodata", "gmail", "if"], - "offerings": ["app connect professional"] + "name": "Assign open tasks to a team from Apptio Targetprocess and send details to the team using Gmail", + "description": "Use this template to retrieve open tasks from Apptio Targetprocess, assign to a team and send details to the team using Gmail.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["apptiotargetprocess", "gmail"], + "tags": ["streaming-connector-scheduler", "apptiotargetprocess", "gmail"], + "offerings": ["app connect professional"] }, { - "name": "Create a row in Google Sheets worksheet when a new lead is created in Marketo", - "description": "Use this template to create a row in Google Sheets worksheet when a new lead is created in Marketo.", - "summary": "Marketo to Google Sheets", - "sourceApp": "marketo", - "targetApps": ["googlesheet"], - "tags": ["marketo", "googlesheet"], - "offerings": ["app connect professional"] + "name": "Create bugs in Apptio Targetprocess for the issues retrieved from Jira", + "description": "Use this template to create bugs in Apptio Targetprocess for the issues retrieved from Jira.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["jira", "apptiotargetprocess"], + "tags": ["streaming-connector-scheduler", "jira", "apptiotargetprocess"], + "offerings": ["app connect professional"] }, { - "name": "Create a new row in a Google Sheets worksheet for each new opportunity retrieved from the MySQL record", - "description": "Use this template to create a new row in a Google Sheets worksheet for each new opportunity retrieved from the MySQL record.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["mysql", "googlesheet"], - "tags": ["scheduler", "mysql", "googlesheet", "setVariable", "foreach"], - "offerings": ["app connect professional"] + "name": "Update the status of Jira issues with the status from Apptio Targetprocess bugs", + "description": "Use this template to update the status of Jira issues with the status from Apptio Targetprocess bugs. This is a sequel flow for: Create bugs in Apptio Targetprocess for the issues retrieved from Jira.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["apptiotargetprocess", "jira"], + "tags": ["streaming-connector-scheduler", "apptiotargetprocess", "jira"], + "offerings": ["app connect professional"] }, { - "name": "Send an SMS via Infobip when an event is created in Google Calendar for each new Wufoo form entry", - "description": "Use this template to send an SMS via Infobip when an event is created in Google Calendar for each new Wufoo form entry.", - "summary": "Scheduler to 3 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["infobip", "googlecalendar", "wufoo"], - "tags": ["streaming-connector-scheduler", "infobip", "googlecalendar", "wufoo"], - "offerings": ["app connect professional"] + "name": "Add comments to the Jira issues with the new comments from Apptio Targetprocess bugs", + "description": "Use this template to add comments to the Jira issues with the new comments from Apptio Targetprocess bugs. This is a sequel flow for: Create bugs in Apptio Targetprocess for the issues retrieved from Jira.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["apptiotargetprocess", "jira"], + "tags": ["streaming-connector-scheduler", "apptiotargetprocess", "jira"], + "offerings": ["app connect professional"] }, { - "name": "Send a voice message via Infobip for each new form entry created in Wufoo", - "description": "Use this template to send a voice message via Infobip for each new form entry created in Wufoo.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["infobip", "wufoo"], - "tags": ["streaming-connector-scheduler", "infobip", "wufoo"], - "offerings": ["app connect professional"] - }, - { - "name": "Create time entries in Toggl Track for each new issue created in Jira", - "description": "Use this template to create time entries in Toggl Track for each new issue created in Jira.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["jira", "toggltrack"], - "tags": ["streaming-connector-scheduler", "jira", "toggltrack"], - "offerings": ["app connect professional"] - }, - { - "name": "Send an invite to fill time entries in Toggl Track for each new employee added to BambooHR", - "description": "Use this template to send an invite to fill time entries in Toggl Track for each new employee added to BambooHR.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["bamboohr", "toggltrack"], - "tags": ["streaming-connector-scheduler", "bamboohr", "toggltrack"], - "offerings": ["app connect professional"] - }, - { - "name": "Create an event in Google Calendar for each applied absence in Factorial HR", - "description": "Use this template to create an event in Google Calendar for each applied absence in Factorial HR.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["factorialhr", "googlecalendar"], - "tags": ["streaming-connector-scheduler", "factorialhr", "googlecalendar"], - "offerings": ["app connect professional"] - }, - { - "name": "Create time entries in Toggl Track for each time registry added in Factorial HR", - "description": "Use this template to create time entries in Toggl Track for each time registry added in Factorial HR.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["factorialhr", "toggltrack"], - "tags": ["streaming-connector-scheduler", "factorialhr", "toggltrack"], - "offerings": ["app connect professional"] - }, - { - "name": "Search people from an organization by email domain in Hunter and create or update contacts in Salesforce", - "description": "Use this template to search people from an organization by using email domain and create or update contacts in Salesforce.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["hunter", "salesforce"], - "tags": ["hunter", "salesforce", "streaming-connector-scheduler"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a payment reminder in Mailchimp for unpaid attendee emails found using Hunter", - "description": "Use this template to create a payment reminder in Mailchimp for unpaid attendee emails found using Hunter.", - "summary": "1 flow using 2 applications", - "sourceApp": "api", - "targetApps": ["hunter", "mailchimp"], - "tags": ["api", "hunter", "mailchimp"], - "offerings": ["app connect professional"] - }, - { - "name": "Add recipients to a campaign using Hunter when a Google Calendar event is scheduled", - "description": "Use this template to check for response status of invitees (whether tentative or accepted) when an event is created in Google Calendar, and add those recipients to a campaign in Hunter.", - "summary": "Google Calendar to Hunter", - "sourceApp": "googlecalendar", - "targetApps": ["hunter"], - "tags": ["googlecalendar", "hunter"], - "offerings": ["app connect professional"] - }, - { - "name": "Send an SMS message through ClickSend for each order placed in Shopify", - "description": "Use this template to send an SMS message through ClickSend for each order placed in Shopify.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["shopify", "clicksend"], - "tags": ["streaming-connector-scheduler", "shopify", "clicksend"], - "offerings": ["app connect professional"] - }, - { - "name": "Send an SMS message through ClickSend for each complaint received through Gmail", - "description": "Use this template to send an SMS message through ClickSend for each complaint received through Gmail.", - "summary": "Gmail to ClickSend", - "sourceApp": "gmail", - "targetApps": ["clicksend"], - "tags": ["gmail", "clicksend"], - "offerings": ["app connect professional"] - }, - { - "name": "Send a voice message through ClickSend for each new form entry created in Wufoo", - "description": "Use this template to send a voice message through ClickSend for each new form entry created in Wufoo.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["wufoo", "clicksend"], - "tags": ["streaming-connector-scheduler", "wufoo", "clicksend"], - "offerings": ["app connect professional"] - }, - { - "name": "Create tickets in Zendesk Service for the bugs retrieved from Apptio Targetprocess", - "description": "Use this template to create tickets in Zendesk Service for the bugs retrieved from Apptio Targetprocess.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["apptiotargetprocess", "zendeskservice"], - "tags": ["streaming-connector-scheduler", "apptiotargetprocess", "zendeskservice"], - "offerings": ["app connect professional"] - }, - { - "name": "Update Apptio Targetprocess bugs with the latest status and priority from Zendesk Service tickets", - "description": "Use this template to update Apptio Targetprocess bugs with the latest status and priority from Zendesk Service tickets. This is a sequel flow for: Create tickets in Zendesk Service for the bugs retrieved from Apptio Targetprocess.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["zendeskservice", "apptiotargetprocess"], - "tags": ["streaming-connector-scheduler", "zendeskservice", "apptiotargetprocess"], - "offerings": ["app connect professional"] - }, - { - "name": "Assign open tasks to a team from Apptio Targetprocess and send details to the team using Gmail", - "description": "Use this template to retrieve open tasks from Apptio Targetprocess, assign to a team and send details to the team using Gmail.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["apptiotargetprocess", "gmail"], - "tags": ["streaming-connector-scheduler", "apptiotargetprocess", "gmail"], - "offerings": ["app connect professional"] - }, - { - "name": "Create bugs in Apptio Targetprocess for the issues retrieved from Jira", - "description": "Use this template to create bugs in Apptio Targetprocess for the issues retrieved from Jira.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["jira", "apptiotargetprocess"], - "tags": ["streaming-connector-scheduler", "jira", "apptiotargetprocess"], - "offerings": ["app connect professional"] - }, - { - "name": "Update the status of Jira issues with the status from Apptio Targetprocess bugs", - "description": "Use this template to update the status of Jira issues with the status from Apptio Targetprocess bugs. This is a sequel flow for: Create bugs in Apptio Targetprocess for the issues retrieved from Jira.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["apptiotargetprocess", "jira"], - "tags": ["streaming-connector-scheduler", "apptiotargetprocess", "jira"], - "offerings": ["app connect professional"] - }, - { - "name": "Add comments to the Jira issues with the new comments from Apptio Targetprocess bugs", - "description": "Use this template to add comments to the Jira issues with the new comments from Apptio Targetprocess bugs. This is a sequel flow for: Create bugs in Apptio Targetprocess for the issues retrieved from Jira.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["apptiotargetprocess", "jira"], - "tags": ["streaming-connector-scheduler", "apptiotargetprocess", "jira"], - "offerings": ["app connect professional"] - }, - { - "name": "Add employees of BambooHR as users in Apptio Targetprocess", - "description": "Use this template to add employees of BambooHR as users in Apptio Targetprocess.", - "summary": "Scheduler to 2 applications", - "sourceApp": "streaming-connector-scheduler", - "targetApps": ["bamboohr", "apptiotargetprocess"], - "tags": ["streaming-connector-scheduler", "bamboohr", "apptiotargetprocess"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a github comment when a comment is posted in wrike", - "description": "Use this template to create a github comment when a comment is posted in wrike", - "summary": "Wrike to 2 applications", - "sourceApp": "wrike", - "targetApps": ["wrike","slack","github"], - "tags": ["wrike","slack","github"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a github issue according to the importance of wrike task", - "description": "Use this template create a github issue according to the importance of wrike task", - "summary": "Wrike to 3 applications", - "sourceApp": "wrike", - "targetApps": ["wrike","slack","email","github"], - "tags": ["wrike","slack","email","github"], - "offerings": ["app connect professional"] - }, - { - "name": "Create a wrike task when a new issue is raised in github", - "description": "Use this template create a wrike task when a new issue is raised in github", - "summary": "Wrike to 2 applications", - "sourceApp": "github", - "targetApps": ["github","wrike","slack"], - "tags": ["github","wrike","slack"], - "offerings": ["app connect professional"] - } - ] - } + "name": "Add employees of BambooHR as users in Apptio Targetprocess", + "description": "Use this template to add employees of BambooHR as users in Apptio Targetprocess.", + "summary": "Scheduler to 2 applications", + "sourceApp": "streaming-connector-scheduler", + "targetApps": ["bamboohr", "apptiotargetprocess"], + "tags": ["streaming-connector-scheduler", "bamboohr", "apptiotargetprocess"], + "offerings": ["app connect professional"] + } +] +} From b196f0d16b633a68f908ebd1d9fb851524464178 Mon Sep 17 00:00:00 2001 From: RaghuRam168 <61040521+RaghuRam168@users.noreply.github.com> Date: Tue, 2 Jul 2024 14:32:32 +0530 Subject: [PATCH 11/21] Update template-metadata.json --- resources/template-metadata.json | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/resources/template-metadata.json b/resources/template-metadata.json index 65ea68824..6e06bf469 100644 --- a/resources/template-metadata.json +++ b/resources/template-metadata.json @@ -3526,6 +3526,33 @@ "targetApps": ["bamboohr", "apptiotargetprocess"], "tags": ["streaming-connector-scheduler", "bamboohr", "apptiotargetprocess"], "offerings": ["app connect professional"] - } + }, + { + "name": "Create a github comment when a comment is posted in wrike", + "description": "Use this template to create a github comment when a comment is posted in wrike", + "summary": "Wrike to 2 applications", + "sourceApp": "wrike", + "targetApps": ["wrike","slack","github"], + "tags": ["wrike","slack","github"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a github issue according to the importance of wrike task", + "description": "Use this template to create a github issue according to the importance of wrike task", + "summary": "Wrike to 3 applications", + "sourceApp": "wrike", + "targetApps": ["wrike","slack","email","github"], + "tags": ["wrike","slack","email","github"], + "offerings": ["app connect professional"] + }, + { + "name": "Create a wrike task when a new issue is raised in github", + "description": "Use this template to create a wrike task when a new issue is raised in github", + "summary": "Wrike to 2 applications", + "sourceApp": "github", + "targetApps": ["github","wrike","slack"], + "tags": ["github","wrike","slack"], + "offerings": ["app connect professional"] + } ] } From 10650628e895992b50e21584f074bc91fe9ba850 Mon Sep 17 00:00:00 2001 From: RaghuRam168 <61040521+RaghuRam168@users.noreply.github.com> Date: Fri, 5 Jul 2024 12:33:29 +0530 Subject: [PATCH 12/21] Update Create a github comment when a comment is posted in wrike.yaml --- ... github comment when a comment is posted in wrike.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/Create a github comment when a comment is posted in wrike.yaml b/resources/Create a github comment when a comment is posted in wrike.yaml index 64de6d2f0..e39e85390 100644 --- a/resources/Create a github comment when a comment is posted in wrike.yaml +++ b/resources/Create a github comment when a comment is posted in wrike.yaml @@ -32,13 +32,13 @@ integration: assembly: execute: - create-action: - name: GitHub undefined + name: GitHub Create comment target: $ref: '#/integration/action-interfaces/action-interface-1' map: mappings: - IssueNumber: - template: '49' + template: '9' - OwnerName: template: nonibmapp - RepoName: @@ -67,8 +67,8 @@ integration: input: - variable: Trigger $ref: '#/trigger/payload' - - variable: GitHubundefined - $ref: '#/node-output/GitHub undefined/response/payload' + - variable: GitHubCreatecomment + $ref: '#/node-output/GitHub Create comment/response/payload' - variable: flowDetails $ref: '#/flowDetails' name: Create a github comment when a comment is posted in wrike From 41ab582ed40b4f0586275e8909f7f688cc53e527 Mon Sep 17 00:00:00 2001 From: Raghu Ram Dhigajarla Date: Fri, 19 Jul 2024 12:39:56 +0530 Subject: [PATCH 13/21] Updated --- ...e and notify through a Slack message.yaml} | 2 +- ...b and notify through a Slack message.yaml} | 2 +- ...mportance level of the task in Wrike.yaml} | 2 +- ...y through a Slack message_instructions.md} | 4 +- ...y through a Slack message_instructions.md} | 4 +- ...evel of the task in Wrike_instructions.md} | 4 +- resources/template-metadata.json | 42 +++++++++---------- 7 files changed, 30 insertions(+), 30 deletions(-) rename resources/{Create a github comment when a comment is posted in wrike.yaml => Create a comment in GitHub when a new comment is posted in Wrike and notify through a Slack message.yaml} (95%) rename resources/{Create a wrike task when a new issue is raised in github.yaml => Create a task in Wrike when a new issue is raised in GitHub and notify through a Slack message.yaml} (96%) rename resources/{Create a github issue according to the importance of wrike task.yaml => Create an issue in GitHub according to the importance level of the task in Wrike.yaml} (99%) rename resources/markdown/{Create a github comment when a comment is posted in wrike_instructions.md => Create a comment in GitHub when a new comment is posted in Wrike and notify through a Slack message_instructions.md} (77%) rename resources/markdown/{Create a wrike task when a new issue is raised in github_instructions.md => Create a task in Wrike when a new issue is raised in GitHub and notify through a Slack message_instructions.md} (77%) rename resources/markdown/{Create a github issue according to the importance of wrike task_instructions.md => Create an issue in GitHub according to the importance level of the task in Wrike_instructions.md} (80%) diff --git a/resources/Create a github comment when a comment is posted in wrike.yaml b/resources/Create a comment in GitHub when a new comment is posted in Wrike and notify through a Slack message.yaml similarity index 95% rename from resources/Create a github comment when a comment is posted in wrike.yaml rename to resources/Create a comment in GitHub when a new comment is posted in Wrike and notify through a Slack message.yaml index e39e85390..4c1306251 100644 --- a/resources/Create a github comment when a comment is posted in wrike.yaml +++ b/resources/Create a comment in GitHub when a new comment is posted in Wrike and notify through a Slack message.yaml @@ -71,5 +71,5 @@ integration: $ref: '#/node-output/GitHub Create comment/response/payload' - variable: flowDetails $ref: '#/flowDetails' - name: Create a github comment when a comment is posted in wrike + name: Create a comment in GitHub when a new comment is posted in Wrike and notify through a Slack message models: {} diff --git a/resources/Create a wrike task when a new issue is raised in github.yaml b/resources/Create a task in Wrike when a new issue is raised in GitHub and notify through a Slack message.yaml similarity index 96% rename from resources/Create a wrike task when a new issue is raised in github.yaml rename to resources/Create a task in Wrike when a new issue is raised in GitHub and notify through a Slack message.yaml index af214465b..49e6f5a52 100644 --- a/resources/Create a wrike task when a new issue is raised in github.yaml +++ b/resources/Create a task in Wrike when a new issue is raised in GitHub and notify through a Slack message.yaml @@ -80,5 +80,5 @@ integration: $ref: '#/node-output/Wrike Create task/response/payload' - variable: flowDetails $ref: '#/flowDetails' - name: Create a wrike task when a new issue is raised in github + name: Create a task in Wrike when a new issue is raised in GitHub and notify through a Slack message models: {} diff --git a/resources/Create a github issue according to the importance of wrike task.yaml b/resources/Create an issue in GitHub according to the importance level of the task in Wrike.yaml similarity index 99% rename from resources/Create a github issue according to the importance of wrike task.yaml rename to resources/Create an issue in GitHub according to the importance level of the task in Wrike.yaml index e38474559..d4af42718 100644 --- a/resources/Create a github issue according to the importance of wrike task.yaml +++ b/resources/Create an issue in GitHub according to the importance level of the task in Wrike.yaml @@ -244,5 +244,5 @@ integration: type: string required: - Importance - name: Create a github issue according to the importance of wrike task + name: Create an issue in GitHub according to the importance level of the task in Wrike models: {} diff --git a/resources/markdown/Create a github comment when a comment is posted in wrike_instructions.md b/resources/markdown/Create a comment in GitHub when a new comment is posted in Wrike and notify through a Slack message_instructions.md similarity index 77% rename from resources/markdown/Create a github comment when a comment is posted in wrike_instructions.md rename to resources/markdown/Create a comment in GitHub when a new comment is posted in Wrike and notify through a Slack message_instructions.md index 4485c6259..6d49ad57d 100644 --- a/resources/markdown/Create a github comment when a comment is posted in wrike_instructions.md +++ b/resources/markdown/Create a comment in GitHub when a new comment is posted in Wrike and notify through a Slack message_instructions.md @@ -1,4 +1,4 @@ -To refer to these instructions while editing the flow, open [the GitHub page](https://github.com/ot4i/app-connect-templates/tree/main/resources/markdown/Create%20a%20github%20comment%20when%20a%20comment%20is%20posted%20in%20wrike_instructions.md) (opens in a new window). +To refer to these instructions while editing the flow, open [the GitHub page](https://github.com/ot4i/app-connect-templates/blob/main/resources/markdown/Create%20a%20github%20comment%20when%20a%20comment%20is%20posted%20in%20wrike_instructions.md) (opens in a new window). 1. Click **Use this template** to start using the template. 2. Connect to the following accounts by using your credentials: @@ -8,4 +8,4 @@ To refer to these instructions while editing the flow, open [the GitHub page](ht 3. To start the flow, in the banner, click **Start flow**. -Use this template to create a github comment when a comment is posted in wrike. +Use this template to Create a comment in GitHub when a new comment is posted in Wrike and notify through a Slack message. \ No newline at end of file diff --git a/resources/markdown/Create a wrike task when a new issue is raised in github_instructions.md b/resources/markdown/Create a task in Wrike when a new issue is raised in GitHub and notify through a Slack message_instructions.md similarity index 77% rename from resources/markdown/Create a wrike task when a new issue is raised in github_instructions.md rename to resources/markdown/Create a task in Wrike when a new issue is raised in GitHub and notify through a Slack message_instructions.md index 37c60cf43..b68a7c1a4 100644 --- a/resources/markdown/Create a wrike task when a new issue is raised in github_instructions.md +++ b/resources/markdown/Create a task in Wrike when a new issue is raised in GitHub and notify through a Slack message_instructions.md @@ -1,5 +1,5 @@ -To refer to these instructions while editing the flow, open [the GitHub page](https://github.com/ot4i/app-connect-templates/tree/main/resources/markdown/Create%20a%20wrike%20task%20when%20a%20new%20issue%20is%20raised%20in%20github_instructions.md) (opens in a new window). +To refer to these instructions while editing the flow, open [the GitHub page](https://github.com/ot4i/app-connect-templates/blob/main/resources/markdown/Create%20a%20wrike%20task%20when%20a%20new%20issue%20is%20raised%20in%20github_instructions.md) (opens in a new window). 1. Click **Use this template** to start using the template. 2. Connect to the following accounts by using your credentials: @@ -9,4 +9,4 @@ To refer to these instructions while editing the flow, open [the GitHub page](ht 3. To start the flow, in the banner, click **Start flow**. -Use this template to create a wrike task when a new issue is raised in github. +Use this template to create a task in Wrike when a new issue is raised in GitHub and notify through a Slack message. diff --git a/resources/markdown/Create a github issue according to the importance of wrike task_instructions.md b/resources/markdown/Create an issue in GitHub according to the importance level of the task in Wrike_instructions.md similarity index 80% rename from resources/markdown/Create a github issue according to the importance of wrike task_instructions.md rename to resources/markdown/Create an issue in GitHub according to the importance level of the task in Wrike_instructions.md index 72a08bd85..2bd0134ff 100644 --- a/resources/markdown/Create a github issue according to the importance of wrike task_instructions.md +++ b/resources/markdown/Create an issue in GitHub according to the importance level of the task in Wrike_instructions.md @@ -1,4 +1,4 @@ -To refer to these instructions while editing the flow, open [the GitHub page](https://github.com/ot4i/app-connect-templates/tree/main/resources/markdown/Create%20a%20github%20issue%20according%20to%20the%20importance%20of%20wrike%20task_instructions.md) (opens in a new window). +To refer to these instructions while editing the flow, open [the GitHub page](https://github.com/ot4i/app-connect-templates/blob/main/resources/markdown/Create%20a%20github%20issue%20according%20to%20the%20importance%20of%20wrike%20task_instructions.md) (opens in a new window). 1. Click **Use this template** to start using the template. 2. Connect to the following accounts by using your credentials: @@ -9,4 +9,4 @@ To refer to these instructions while editing the flow, open [the GitHub page](ht 3. To start the flow, in the banner, click **Start flow**. -Use this template to create a github issue according to the importance of wrike task. +Use this template to create an issue in GitHub according to the importance level of the task in Wrike. \ No newline at end of file diff --git a/resources/template-metadata.json b/resources/template-metadata.json index 60e4a523b..37eaf686c 100644 --- a/resources/template-metadata.json +++ b/resources/template-metadata.json @@ -3645,31 +3645,31 @@ "offerings": ["app connect professional"] }, { - "name": "Create a github comment when a comment is posted in wrike", - "description": "Use this template to create a github comment when a comment is posted in wrike", - "summary": "Wrike to 2 applications", - "sourceApp": "wrike", - "targetApps": ["wrike","slack","github"], - "tags": ["wrike","slack","github"], - "offerings": ["app connect professional"] + "name": "Create a comment in GitHub when a new comment is posted in Wrike and notify through a Slack message", + "description": "Use this template to create a comment in GitHub when a new comment is posted in Wrike and notify through a Slack message.", + "summary": "Wrike to 2 applications", + "sourceApp": "wrike", + "targetApps": ["wrike", "slack", "github"], + "tags": ["wrike", "slack", "github"], + "offerings": ["app connect professional"] }, { - "name": "Create a github issue according to the importance of wrike task", - "description": "Use this template to create a github issue according to the importance of wrike task", - "summary": "Wrike to 3 applications", - "sourceApp": "wrike", - "targetApps": ["wrike","slack","email","github"], - "tags": ["wrike","slack","email","github"], - "offerings": ["app connect professional"] + "name": "Create an issue in GitHub according to the importance level of the task in Wrike", + "description": "Use this template to create an issue in GitHub according to the importance level of the task in Wrike.", + "summary": "Wrike to 3 applications", + "sourceApp": "wrike", + "targetApps": ["wrike", "slack", "email", "github"], + "tags": ["wrike", "slack", "email", "github", "if"], + "offerings": ["app connect professional"] }, { - "name": "Create a wrike task when a new issue is raised in github", - "description": "Use this template to create a wrike task when a new issue is raised in github", - "summary": "Wrike to 2 applications", - "sourceApp": "github", - "targetApps": ["github","wrike","slack"], - "tags": ["github","wrike","slack"], - "offerings": ["app connect professional"] + "name": "Create a task in Wrike when a new issue is raised in GitHub and notify through a Slack message", + "description": "Use this template to create a task in Wrike when a new issue is raised in GitHub and notify through a Slack message.", + "summary": "GitHub to 2 applications", + "sourceApp": "github", + "targetApps": ["github", "wrike", "slack"], + "tags": ["github", "wrike", "slack"], + "offerings": ["app connect professional"] } ] } \ No newline at end of file From ab33e18325113a82d85e4decf11dd9d20645c375 Mon Sep 17 00:00:00 2001 From: RaghuRam168 <61040521+RaghuRam168@users.noreply.github.com> Date: Fri, 19 Jul 2024 12:43:39 +0530 Subject: [PATCH 14/21] Update Create a comment in GitHub when a new comment is posted in Wrike and notify through a Slack message_instructions.md --- ...n Wrike and notify through a Slack message_instructions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/markdown/Create a comment in GitHub when a new comment is posted in Wrike and notify through a Slack message_instructions.md b/resources/markdown/Create a comment in GitHub when a new comment is posted in Wrike and notify through a Slack message_instructions.md index 6d49ad57d..ed3233834 100644 --- a/resources/markdown/Create a comment in GitHub when a new comment is posted in Wrike and notify through a Slack message_instructions.md +++ b/resources/markdown/Create a comment in GitHub when a new comment is posted in Wrike and notify through a Slack message_instructions.md @@ -1,4 +1,4 @@ -To refer to these instructions while editing the flow, open [the GitHub page](https://github.com/ot4i/app-connect-templates/blob/main/resources/markdown/Create%20a%20github%20comment%20when%20a%20comment%20is%20posted%20in%20wrike_instructions.md) (opens in a new window). +To refer to these instructions while editing the flow, open [the GitHub page](https://github.com/ot4i/app-connect-templates/blob/main/resources/markdown/Create%20a%20comment%20in%20GitHub%20when%20a%20new%20comment%20is%20posted%20in%20Wrike%20and%20notify%20through%20a%20Slack%20message_instructions.md) (opens in a new window). 1. Click **Use this template** to start using the template. 2. Connect to the following accounts by using your credentials: @@ -8,4 +8,4 @@ To refer to these instructions while editing the flow, open [the GitHub page](ht 3. To start the flow, in the banner, click **Start flow**. -Use this template to Create a comment in GitHub when a new comment is posted in Wrike and notify through a Slack message. \ No newline at end of file +Use this template to Create a comment in GitHub when a new comment is posted in Wrike and notify through a Slack message. From b86f147fa03b72a3d940236ab3a4851e17ddd9ad Mon Sep 17 00:00:00 2001 From: RaghuRam168 <61040521+RaghuRam168@users.noreply.github.com> Date: Fri, 19 Jul 2024 12:44:43 +0530 Subject: [PATCH 15/21] Update Create a task in Wrike when a new issue is raised in GitHub and notify through a Slack message_instructions.md --- ...in GitHub and notify through a Slack message_instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/markdown/Create a task in Wrike when a new issue is raised in GitHub and notify through a Slack message_instructions.md b/resources/markdown/Create a task in Wrike when a new issue is raised in GitHub and notify through a Slack message_instructions.md index b68a7c1a4..03ca14ce3 100644 --- a/resources/markdown/Create a task in Wrike when a new issue is raised in GitHub and notify through a Slack message_instructions.md +++ b/resources/markdown/Create a task in Wrike when a new issue is raised in GitHub and notify through a Slack message_instructions.md @@ -1,5 +1,5 @@ -To refer to these instructions while editing the flow, open [the GitHub page](https://github.com/ot4i/app-connect-templates/blob/main/resources/markdown/Create%20a%20wrike%20task%20when%20a%20new%20issue%20is%20raised%20in%20github_instructions.md) (opens in a new window). +To refer to these instructions while editing the flow, open [the GitHub page](https://github.com/ot4i/app-connect-templates/blob/main/resources/markdown/Create%20a%20task%20in%20Wrike%20when%20a%20new%20issue%20is%20raised%20in%20GitHub%20and%20notify%20through%20a%20Slack%20message_instructions.md) (opens in a new window). 1. Click **Use this template** to start using the template. 2. Connect to the following accounts by using your credentials: From ddc66f1f97443a8a42385200d25447b95f01a918 Mon Sep 17 00:00:00 2001 From: RaghuRam168 <61040521+RaghuRam168@users.noreply.github.com> Date: Fri, 19 Jul 2024 12:45:49 +0530 Subject: [PATCH 16/21] Update Create an issue in GitHub according to the importance level of the task in Wrike_instructions.md --- ... the importance level of the task in Wrike_instructions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/markdown/Create an issue in GitHub according to the importance level of the task in Wrike_instructions.md b/resources/markdown/Create an issue in GitHub according to the importance level of the task in Wrike_instructions.md index 2bd0134ff..b3c88250d 100644 --- a/resources/markdown/Create an issue in GitHub according to the importance level of the task in Wrike_instructions.md +++ b/resources/markdown/Create an issue in GitHub according to the importance level of the task in Wrike_instructions.md @@ -1,4 +1,4 @@ -To refer to these instructions while editing the flow, open [the GitHub page](https://github.com/ot4i/app-connect-templates/blob/main/resources/markdown/Create%20a%20github%20issue%20according%20to%20the%20importance%20of%20wrike%20task_instructions.md) (opens in a new window). +To refer to these instructions while editing the flow, open [the GitHub page](https://github.com/ot4i/app-connect-templates/blob/main/resources/markdown/Create%20an%20issue%20in%20GitHub%20according%20to%20the%20importance%20level%20of%20the%20task%20in%20Wrike_instructions.md) (opens in a new window). 1. Click **Use this template** to start using the template. 2. Connect to the following accounts by using your credentials: @@ -9,4 +9,4 @@ To refer to these instructions while editing the flow, open [the GitHub page](ht 3. To start the flow, in the banner, click **Start flow**. -Use this template to create an issue in GitHub according to the importance level of the task in Wrike. \ No newline at end of file +Use this template to create an issue in GitHub according to the importance level of the task in Wrike. From 99f9409ee9378b2f83eea98999288dd7a2093be4 Mon Sep 17 00:00:00 2001 From: ireneapeter <158272585+ireneapeter@users.noreply.github.com> Date: Mon, 22 Jul 2024 09:42:01 +0530 Subject: [PATCH 17/21] Update Create a comment in GitHub when a new comment is posted in Wrike and notify through a Slack message_instructions.md --- ...ike and notify through a Slack message_instructions.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/markdown/Create a comment in GitHub when a new comment is posted in Wrike and notify through a Slack message_instructions.md b/resources/markdown/Create a comment in GitHub when a new comment is posted in Wrike and notify through a Slack message_instructions.md index ed3233834..85c56dec3 100644 --- a/resources/markdown/Create a comment in GitHub when a new comment is posted in Wrike and notify through a Slack message_instructions.md +++ b/resources/markdown/Create a comment in GitHub when a new comment is posted in Wrike and notify through a Slack message_instructions.md @@ -2,10 +2,10 @@ To refer to these instructions while editing the flow, open [the GitHub page](ht 1. Click **Use this template** to start using the template. 2. Connect to the following accounts by using your credentials: - - [Wrike](https://www.ibm.com/docs/en/app-connect/saas?topic=apps-wrike) - - [Slack](https://www.ibm.com/docs/en/app-connect/saas?topic=apps-slack) - - [GitHub](https://www.ibm.com/docs/en/app-connect/saas?topic=apps-github) + - [Wrike](https://ibm.biz/acwrike) + - [Slack](https://ibm.biz/acslack) + - [GitHub](https://ibm.biz/acgithub) 3. To start the flow, in the banner, click **Start flow**. -Use this template to Create a comment in GitHub when a new comment is posted in Wrike and notify through a Slack message. +Use this template to create a comment in GitHub when a new comment is posted in Wrike and notify through a Slack message. From 17267634929389ddeb427f0e61de0b9d553a0e9a Mon Sep 17 00:00:00 2001 From: ireneapeter <158272585+ireneapeter@users.noreply.github.com> Date: Mon, 22 Jul 2024 09:43:59 +0530 Subject: [PATCH 18/21] Update Create a task in Wrike when a new issue is raised in GitHub and notify through a Slack message_instructions.md --- ...itHub and notify through a Slack message_instructions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/markdown/Create a task in Wrike when a new issue is raised in GitHub and notify through a Slack message_instructions.md b/resources/markdown/Create a task in Wrike when a new issue is raised in GitHub and notify through a Slack message_instructions.md index 03ca14ce3..0486ef71f 100644 --- a/resources/markdown/Create a task in Wrike when a new issue is raised in GitHub and notify through a Slack message_instructions.md +++ b/resources/markdown/Create a task in Wrike when a new issue is raised in GitHub and notify through a Slack message_instructions.md @@ -3,9 +3,9 @@ To refer to these instructions while editing the flow, open [the GitHub page](ht 1. Click **Use this template** to start using the template. 2. Connect to the following accounts by using your credentials: - - [Wrike](https://www.ibm.com/docs/en/app-connect/saas?topic=apps-wrike) - - [Slack](https://www.ibm.com/docs/en/app-connect/saas?topic=apps-slack) - - [GitHub](https://www.ibm.com/docs/en/app-connect/saas?topic=apps-github) + - [Wrike](https://ibm.biz/acwrike) + - [Slack](https://ibm.biz/acslack) + - [GitHub](https://ibm.biz/acgithub) 3. To start the flow, in the banner, click **Start flow**. From 5c87ef43a40446e0076390fc11808818e7f65f88 Mon Sep 17 00:00:00 2001 From: ireneapeter <158272585+ireneapeter@users.noreply.github.com> Date: Mon, 22 Jul 2024 09:46:30 +0530 Subject: [PATCH 19/21] Update Create an issue in GitHub according to the importance level of the task in Wrike_instructions.md --- ... importance level of the task in Wrike_instructions.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/markdown/Create an issue in GitHub according to the importance level of the task in Wrike_instructions.md b/resources/markdown/Create an issue in GitHub according to the importance level of the task in Wrike_instructions.md index b3c88250d..8058b305d 100644 --- a/resources/markdown/Create an issue in GitHub according to the importance level of the task in Wrike_instructions.md +++ b/resources/markdown/Create an issue in GitHub according to the importance level of the task in Wrike_instructions.md @@ -2,10 +2,10 @@ To refer to these instructions while editing the flow, open [the GitHub page](ht 1. Click **Use this template** to start using the template. 2. Connect to the following accounts by using your credentials: - - [Wrike](https://www.ibm.com/docs/en/app-connect/saas?topic=apps-wrike) - - [Slack](https://www.ibm.com/docs/en/app-connect/saas?topic=apps-slack) - - [GitHub](https://www.ibm.com/docs/en/app-connect/saas?topic=apps-github) - - [Email](https://www.ibm.com/docs/en/app-connect/saas?topic=apps-email) + - [Wrike](https://ibm.biz/acwrike) + - [Slack](https://ibm.biz/acslack) + - [GitHub](https://ibm.biz/acgithub) + - [Email](https://ibm.biz/acemail) 3. To start the flow, in the banner, click **Start flow**. From 2e3569020f4550025fc8ada1afd502f4362b961d Mon Sep 17 00:00:00 2001 From: ireneapeter <158272585+ireneapeter@users.noreply.github.com> Date: Mon, 22 Jul 2024 09:54:00 +0530 Subject: [PATCH 20/21] Update template-metadata.json --- resources/template-metadata.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/template-metadata.json b/resources/template-metadata.json index 37eaf686c..a4de61a7b 100644 --- a/resources/template-metadata.json +++ b/resources/template-metadata.json @@ -3649,7 +3649,7 @@ "description": "Use this template to create a comment in GitHub when a new comment is posted in Wrike and notify through a Slack message.", "summary": "Wrike to 2 applications", "sourceApp": "wrike", - "targetApps": ["wrike", "slack", "github"], + "targetApps": ["slack", "github"], "tags": ["wrike", "slack", "github"], "offerings": ["app connect professional"] }, @@ -3658,7 +3658,7 @@ "description": "Use this template to create an issue in GitHub according to the importance level of the task in Wrike.", "summary": "Wrike to 3 applications", "sourceApp": "wrike", - "targetApps": ["wrike", "slack", "email", "github"], + "targetApps": ["slack", "email", "github"], "tags": ["wrike", "slack", "email", "github", "if"], "offerings": ["app connect professional"] }, @@ -3667,9 +3667,9 @@ "description": "Use this template to create a task in Wrike when a new issue is raised in GitHub and notify through a Slack message.", "summary": "GitHub to 2 applications", "sourceApp": "github", - "targetApps": ["github", "wrike", "slack"], + "targetApps": ["wrike", "slack"], "tags": ["github", "wrike", "slack"], "offerings": ["app connect professional"] } ] -} \ No newline at end of file +} From 0bb5aed27880d12aaed9d997d6e4f95c64e05891 Mon Sep 17 00:00:00 2001 From: Deepak Ayilliath <87267785+Deepak-Ayilliath@users.noreply.github.com> Date: Mon, 22 Jul 2024 15:35:37 +0530 Subject: [PATCH 21/21] Update template-metadata.json --- resources/template-metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/template-metadata.json b/resources/template-metadata.json index a4de61a7b..857402e96 100644 --- a/resources/template-metadata.json +++ b/resources/template-metadata.json @@ -3649,7 +3649,7 @@ "description": "Use this template to create a comment in GitHub when a new comment is posted in Wrike and notify through a Slack message.", "summary": "Wrike to 2 applications", "sourceApp": "wrike", - "targetApps": ["slack", "github"], + "targetApps": ["github", "slack"], "tags": ["wrike", "slack", "github"], "offerings": ["app connect professional"] }, @@ -3658,7 +3658,7 @@ "description": "Use this template to create an issue in GitHub according to the importance level of the task in Wrike.", "summary": "Wrike to 3 applications", "sourceApp": "wrike", - "targetApps": ["slack", "email", "github"], + "targetApps": ["github", "slack", "email"], "tags": ["wrike", "slack", "email", "github", "if"], "offerings": ["app connect professional"] },