archives

Description With Google's Translate REST API, you can translate your texts into other languages. The connector contains the following calls: translate getSupportedLanguages detectLanguage For more information about the API, check out Google's Translate API documentation. Prerequisites Admin or transport rights in Simplifier Authentication for Google Option 1: Google oAuth Login setup as Identity Provider Login [...]

Continue Reading  

Description With Google's Text-To-Speech (TTS) REST API, you can turn your texts into audio files. You can choose from several voice, gender, and language options. The connector contains the following calls: getVoices synthesizeText For more information about the API, check out Google's TTS REST API documentation. Also, read this knowledge base article to learn how [...]

Continue Reading  

Description PayPal is a company that offers an easy and comfortable online payment system. A lot of online shops already offer their customers to pay their purchased products or services via PayPal, making the payment system more and more popular. In this application, we have implemented a demo use case for payment via PayPal: the [...]

Continue Reading  

Description The SAP SuccessFactors API Connector is a tool that allows for seamless integration between your system and the SAP SuccessFactors platform. The connector enables you to easily access and manipulate data from the SuccessFactors platform, such as employee information and performance data. Some potential use cases for the connector include: Automating the process of [...]

Continue Reading  

Description This Connector supports the main functionalities of the Freshdesk API. This includes the creation of companies or tickets and getting information about contacts, companies or tickets. If you want to use this Connector with your own Freshdesk domain, follow these steps: 1. Enter your domain url in the Connector endpoint 2. Retrieve your API [...]

Continue Reading  

Description This Connector package includes 45 different APIs summarized under 13 different endpoints, resulting in the 13 Connectors listed below. Every Connector is preconfigured with a login method "Azure_Devops_SimplifierDemo_ReadOnly". As the name suggests, this login method provides a read only access to our Simplifier Demo Azure Organization using a Personal Access Token (PAT). If you [...]

Continue Reading  

Description This Connector includes all the main functionalities of the Nominatim API. Nominatim (from the Latin, 'by name') is a tool to search OpenStreetMap data by name and address and to generate synthetic addresses of OpenStreetMap points (reverse geocoding). The Calls included in this Connector in detail: Lookup: The lookup API allows to query the [...]

Continue Reading  

Description This Connector provides integration with the Hubspot API. It is based on the official Hubspot API Documentation. General information Publisher/Author: Simplifier AG Contact: marketplace@simplifier.io Version: 1.0 Last update: 30.11.2022 Languages: English, German Compatible Simplifier Versions: 8.0+ Requirements: OAuth App Registration within your Hubspot Tenant Number of items in cart: 0 Your cart is empty. [...]

Continue Reading  

Description The Google Drive API is used to interact with Google Drive storage With the API, your apps can do the following programmatically: Upload file data Download files Search for files and folders Share files, folders, and drives For more information about Google Drive API itself, check out the Google Drive API Documentation. Prerequisites Admin [...]

Continue Reading  

Description Preconfigured Connector for Microsoft Dynamics 365 based on OpenAPI Spec Easily interface with Microsoft Dynamics 365 Details see Microsoft Dynamics 365 API Reference Technical information Here you will find all the further information, including the general information, requirements, the documentation and links to further information. General information Publisher/Author: Simplifier AG Contact: marketplace@simplifier.io Version: 1.0 [...]

Continue Reading  

Description Connector Call Description Related SAP Transaction __ITIZ__BUS2037_CREATE Create new Billing Document VF01 __ITIZ__BUS2037_READ Read Billing Document You have to set the following parameters IS_KEY-BILLLINGDOC = Number of Billing Document VF03 __ITIZ__BUS2037_DELETE Cancel Billing Document IV_BILLING_DOC = Number of Billing Document IV_COMMIT = Has set to be true, so save the Data to the Database [...]

Continue Reading  

Description With the API, your apps can do the following programmatically: getAllUsers Retrieve a list of all user objects.  getProfile Retrieve the properties and relationships of the signed in user.  getSpecificProfile Retrieve the properties and relationships of a specific user.  Check out the Microsoft Graph API documentation. Prerequisites Admin or Transport Rights in Simplifier Azure [...]

Continue Reading  

Description With the API, your apps can do the following programmatically: createTask Create a new task object in a specified todoTaskList.  createTaskList Create a new lists object.  deleteTask Deletes a todoTask object.  deleteTaskList Deletes a todoTaskList object.  getTaskLists Get a list of the todoTaskList objects and their properties.  getTasks Get the todoTask resources from the [...]

Continue Reading  

Description With the API, your apps can do the following programmatically: createFolder Create a new folder in a Drive with a specified parent item or path.  createFolderInRoot Create a new folder in the root Documents folder.  getAllItems Return a collection of DriveItems in the children relationship of the root Documents folder.  getChildren Return a collection [...]

Continue Reading  

Description Connector Call Description Related SAP Transaction __ITIZ__DRAW_CREATE Create a new Folder linked with an SAP Object like Purchase Order etc At least you have to set the Documentdata-Documentype and Documentdata-Description to create an new Folder CV01N __ITIZ__DRAW_CREATE_ORIG_FILE Upload an base64 encoded File to an existing SAP Folder You have to set the following parameters [...]

Continue Reading  

Description With the API, your apps can do the following programmatically: createCalendar Create a new calendar for a user.  createEvent Create an event in the user's default calendar.  deleteCalendar Delete a calendar other than the default calendar.  freebusy Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) [...]

Continue Reading  

Description With the API, your apps can do the following programmatically: createContact deleteContact getAllContacs getAllContacFolders Check out the Microsoft Graph API documentation. Prerequisites Admin or Transport Rights in Simplifier Azure oAuth Login setup as Identity Provider Login Method of Type oAuth in Simplifier Access to Azure Portal Technical information Here you will find all the [...]

Continue Reading  

Description Search Search for Addresses in the Table ADR(street, city, etc).. Please be aware that you have set also the right Country and Language Key. Technical information Here you will find all the further information, including the general information, requirements, the documentation and links to further information. General information General Information Connectors: SAP RFC Publisher: [...]

Continue Reading  

Description With the API, your apps can do the following programmatically: sendMessage getMessages Check out the Microsoft Graph API documentation. Prerequisites Admin or Transport Rights in Simplifier Azure oAuth Login setup as Identity Provider Login Method of Type oAuth in Simplifier Access to Azure Portal Technical information Here you will find all the further information, [...]

Continue Reading  

Description The Google People API provides access to information about profiles and contacts. With the API, your apps can do the following programmatically: Create a new contact or a new contact group owned by the authenticated user Delete an existing contact or contact group owned by the authenticated user Get information about a contact, a [...]

Continue Reading  

Description The Gmail API lets you view and manage Gmail mailbox data like threads, messages, and labels. With the API, your apps can do the following programmatically: GetMessages sendMessage getProfile For more information about Gmail API itself, check out the Gmail API Documentation. Prerequisites Admin or Transport Rights in Simplifier Google oAuth Login setup as [...]

Continue Reading  

Description The Google Tasks API lets you search, read, and update Google Tasks content and metadata and more. For more information about the API itself, check out the Tasks API documentation. Prerequisites Admin or Transport Rights in Simplifier Google oAuth Login setup as Identity Provider Login Method of Type oAuth in Simplifier Access to Google [...]

Continue Reading  

Description The Google Calendar API can be used to find and view public calendar events. With authorization you can also access and modify private calendars and events on those calendars. You can use the Google Calendar API to find and view public calendar events. If you're authorized, you can also access and modify private calendars [...]

Continue Reading  

Description The Google Apps Script API replaces and extends the Apps Script Execution API. The Apps Script API allows your apps to perform operations that previously could only be done in the Apps Script editor. With the API, your apps can do the following programmatically: Create and modify Apps Script projects. Deploy projects for use as web [...]

Continue Reading  

Description Connector Call Description Related SAP Transaction CREATE Create new Transfer Order LT01 READ Read Transfer Order You have to set the following parameters IV_TRANSFERORDERNO = Number of Transfer Order IV_WHSENUMBER = ID of Warehouse / Warehouse Complex LT21 DELETE Cancel Transfer Order Positions LT15 CONFIRM Confirm Transfer Order Positions LT12 Technical information Here you [...]

Continue Reading