diff --git a/SamplesForVSCode/connectors_list.json b/SamplesForVSCode/connectors_list.json index 52c08338f..ec38e00ed 100644 --- a/SamplesForVSCode/connectors_list.json +++ b/SamplesForVSCode/connectors_list.json @@ -1,413 +1,5 @@ { "outbound-connector-data": [ - { - "name": "activecampaign", - "version": "1.0.0", - "rank": 30, - "operations": [ - { - "name": "init", - "description": "Config operation.", - "isHidden": false - }, - { - "name": "createContact", - "description": "Add a new contact to the system.", - "isHidden": false - }, - { - "name": "getContactByEmail", - "description": "View only one contact details by searching for their email address.", - "isHidden": false - }, - { - "name": "listContacts", - "description": "View multiple (a list of) contacts.", - "isHidden": false - }, - { - "name": "updateContact", - "description": "Edit an existing contact in the system.", - "isHidden": false - }, - { - "name": "createCampaign", - "description": "Create and send a new campaign immediately or scheduled for the future.", - "isHidden": false - }, - { - "name": "listCampaigns", - "description": "View campaign settings and information.", - "isHidden": false - }, - { - "name": "getCampaignClickers", - "description": "View all links and click data for a specific campaign.", - "isHidden": false - }, - { - "name": "createDeal", - "description": "Add a new deal to the system.", - "isHidden": false - }, - { - "name": "getDeal", - "description": "View deal details.", - "isHidden": false - }, - { - "name": "listDeals", - "description": "Retrieve list of deals.", - "isHidden": false - }, - { - "name": "createDealStage", - "description": "Add a new deal stage.", - "isHidden": false - }, - { - "name": "updateDeal", - "description": "Update a existing deal.", - "isHidden": false - }, - { - "name": "listDealStages", - "description": "Retrieve list of deal stages.", - "isHidden": false - }, - { - "name": "createMailingList", - "description": "Add a new mailing list.", - "isHidden": false - }, - { - "name": "listMailingLists", - "description": "View multiple mailing lists in the system.", - "isHidden": false - }, - { - "name": "createMessage", - "description": "Add a new email message to the system.", - "isHidden": false - }, - { - "name": "listMessages", - "description": "View many email messages with a single API call.", - "isHidden": false - }, - { - "name": "getMessageById", - "description": "View a email message data.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/activecampaign-connector-1.0.0.zip", - "description": "WSO2 Connector for ActiveCampaign", - "icon": "activecampaign.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/activecampaign.gif" - }, - { - "name": "activecollab", - "version": "2.0.1", - "rank": 31, - "operations": [ - { - "name": "init", - "description": "ActiveCollab configuration.", - "isHidden": false - }, - { - "name": "getProject", - "description": "Get a project.", - "isHidden": false - }, - { - "name": "listProjects", - "description": "List all the projects.", - "isHidden": false - }, - { - "name": "createProject", - "description": "Create a project.", - "isHidden": false - }, - { - "name": "renameProject", - "description": "Rename an existing project.", - "isHidden": false - }, - { - "name": "listCurrencies", - "description": "List all the currencies.", - "isHidden": false - }, - { - "name": "listCompletedProjects", - "description": "List all the completed project.", - "isHidden": false - }, - { - "name": "completeProject", - "description": "Complete a project.", - "isHidden": false - }, - { - "name": "listProjectNames", - "description": "list all existing project names.", - "isHidden": false - }, - { - "name": "listCategories", - "description": "List all the project categories.", - "isHidden": false - }, - { - "name": "createCategory", - "description": "Create a project category.", - "isHidden": false - }, - { - "name": "renameCategory", - "description": "Rename an existing project category.", - "isHidden": false - }, - { - "name": "deleteCategory", - "description": "Delete an existing project category.", - "isHidden": false - }, - { - "name": "getCompany", - "description": "Get a company details.", - "isHidden": false - }, - { - "name": "listCompanies", - "description": "List all the companies.", - "isHidden": false - }, - { - "name": "createCompany", - "description": "Create a new company.", - "isHidden": false - }, - { - "name": "getInvoice", - "description": "Get an invoice.", - "isHidden": false - }, - { - "name": "listInvoices", - "description": "List all the invoices.", - "isHidden": false - }, - { - "name": "createInvoice", - "description": "Create an invoice.", - "isHidden": false - }, - { - "name": "sendInvoice", - "description": "Send an existing invoice.", - "isHidden": false - }, - { - "name": "deleteInvoice", - "description": "Delete an existing invoice.", - "isHidden": false - }, - { - "name": "exportInvoice", - "description": "Export an existing invoice.", - "isHidden": false - }, - { - "name": "getUser", - "description": "Get an existing user.", - "isHidden": false - }, - { - "name": "createUser", - "description": "Create a new user.", - "isHidden": false - }, - { - "name": "listUsers", - "description": "List all users.", - "isHidden": false - }, - { - "name": "getAllUsers", - "description": "List all users including archived and trashed.", - "isHidden": false - }, - { - "name": "deleteUser", - "description": "Delete an existing user.", - "isHidden": false - }, - { - "name": "reactivateUser", - "description": "Reactive an user.", - "isHidden": false - }, - { - "name": "getTask", - "description": "Get a task.", - "isHidden": false - }, - { - "name": "listTasks", - "description": "List all the tasks.", - "isHidden": false - }, - { - "name": "createTask", - "description": "Create a new task.", - "isHidden": false - }, - { - "name": "assignTask", - "description": "Assign the task to the member.", - "isHidden": false - }, - { - "name": "completeTask", - "description": "Complete a task.", - "isHidden": false - }, - { - "name": "getCompletedTasks", - "description": "Get all completed tasks.", - "isHidden": false - }, - { - "name": "reopenTask", - "description": "Reopen the task.", - "isHidden": false - }, - { - "name": "deleteTask", - "description": "Delete an existing task.", - "isHidden": false - }, - { - "name": "createSubTask", - "description": "Create new sub task.", - "isHidden": false - }, - { - "name": "promoteSubTaskToTask", - "description": "Promote a sub task as task.", - "isHidden": false - }, - { - "name": "renameTask", - "description": "Rename an existing task.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/2.0.0/activecollab-connector-2.0.1.zip", - "description": "activecollab connector libraries", - "icon": "activecollab.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/activecollab.gif" - }, - { - "name": "agilezen", - "version": "1.0.1", - "rank": 32, - "operations": [ - { - "name": "createTask", - "description": "Create a new task in AgileZen account using the provided Parameters.", - "isHidden": false - }, - { - "name": "updateTask", - "description": "Update details of the task identified by the provided task ID.", - "isHidden": false - }, - { - "name": "getTask", - "description": "Retrieve details of a task identified by the provided task ID.", - "isHidden": false - }, - { - "name": "listTasks", - "description": "Retrieve a List of tasks from AgileZen account.", - "isHidden": false - }, - { - "name": "listProjects", - "description": "Retrieve a List of projects from AgileZen account.", - "isHidden": false - }, - { - "name": "getProject", - "description": "Retrieve details of a project identified by the provided project ID.", - "isHidden": false - }, - { - "name": "updateProject", - "description": "Update details of the project identified by the provided project ID.", - "isHidden": false - }, - { - "name": "createComment", - "description": "Create a new comment in AgileZen account using the provided Parameters.", - "isHidden": false - }, - { - "name": "updateComment", - "description": "Update details of the comment identified by the provided comment ID.", - "isHidden": false - }, - { - "name": "getComment", - "description": "Retrieve details of a comment identified by the provided comment ID.", - "isHidden": false - }, - { - "name": "listComments", - "description": "Retrieve a List of comments from AgileZen account.", - "isHidden": false - }, - { - "name": "init", - "description": "Common Method having the configurations applicable to all the Methods in the Connector.", - "isHidden": false - }, - { - "name": "getRedirection", - "description": "This method calls the redirect location returned by an API response with a Location header and 302 status code.", - "isHidden": false - }, - { - "name": "createStory", - "description": "Create a new story in AgileZen account using the provided Parameters.", - "isHidden": false - }, - { - "name": "updateStory", - "description": "Update details of the story identified by the provided story ID.", - "isHidden": false - }, - { - "name": "getStory", - "description": "Retrieve details of a story identified by the provided story ID.", - "isHidden": false - }, - { - "name": "listStories", - "description": "Retrieve a List of stories from AgileZen account.", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/agilezen-connector-1.0.1.zip", - "description": "WSO2 ESB Connector Library for AgileZen.", - "icon": "agilezen.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/agilezen.gif" - }, { "name": "amazondynamodb", "version": "1.0.1", @@ -872,21560 +464,4747 @@ "icon_url": "https://mi-connectors.wso2.com/icons/amazons3.png" }, { - "name": "amazonses", - "version": "1.0.0", - "rank": 35, + "name": "amazonsqs", + "version": "2.0.0", + "rank": 22, "operations": [ { "name": "init", - "description": "Configuration file.", - "isHidden": false + "description": "Config operation", + "isHidden": true }, { - "name": "verifyDomainIdentity", - "description": "Verifies a domain.", - "isHidden": false - }, - { - "name": "listDomainDkim", - "description": "Returns a set of DKIM tokens for a domain", - "isHidden": false - }, - { - "name": "sendEmail", - "description": "Composes an email message based on input data.", - "isHidden": false - }, - { - "name": "sendRawEmail", - "description": "Sends an email message with header and content specified by the client.", - "isHidden": false - }, - { - "name": "verifyEmailIdentity", - "description": "Verifies an email address.", + "name": "sendMessage", + "description": "Delivers a message to the specified queue", "isHidden": false }, { - "name": "listIdentities", - "description": "Returns a list containing all of the identities.", + "name": "sendMessageBatch", + "description": "Delivers batch messages to the specified queue", "isHidden": false }, { - "name": "deleteIdentity", - "description": "Deletes the specified identity.", + "name": "receiveMessage", + "description": "Retrieves one or more messages from the specified queue", "isHidden": false }, { - "name": "listIdentityDkimAttributes", - "description": "Returns the current status of Easy DKIM signing for an entity.", + "name": "changeMessageVisibility", + "description": "Changes the visibility timeout of a specified message in a queue", "isHidden": false }, { - "name": "listIdentityNotificationAttributes", - "description": "Given a list of verified identities.", + "name": "changeMessageVisibilityBatch", + "description": "Changes the visibility timeout of multiple messages", "isHidden": false }, { - "name": "listIdentityVerificationAttributes", - "description": "Given a list of identities.", + "name": "deleteMessage", + "description": "Deletes the specified message from the specified queue", "isHidden": false }, { - "name": "setIdentityDkimEnabled", - "description": "Enables or disables Easy DKIM signing of email sent from an identity.", + "name": "deleteMessageBatch", + "description": "Deletes multiple messages from the specified queue", "isHidden": false }, { - "name": "setIdentityFeedbackForwardingEnabled", - "description": "Enables or disables whether Amazon SES forwards bounce and complaint notifications as email.", + "name": "addPermission", + "description": "Adds a permission to a queue for a specific principal which allows access sharing to the queue", "isHidden": false }, { - "name": "setIdentityNotificationTopic", - "description": "Sets the Amazon Simple Notification Service.", + "name": "removePermission", + "description": "Revokes any permissions in the queue policy", "isHidden": false }, { - "name": "listIdentityPolicies", - "description": "Returns a list of sending authorization policies that are attached to the given identity (email address or domain).", + "name": "createQueue", + "description": "Creates a new queue, or returns the URL of an existing one", "isHidden": false }, { - "name": "getIdentityPolicies", - "description": "Returns the requested sending authorization policies for the given identity (email address or domain).", + "name": "getQueueAttributes", + "description": "Gets attributes for the specified queue", "isHidden": false }, { - "name": "deleteIdentityPolicy", - "description": "Deletes the specified sending authorization policy for the given identity (email address or domain).", + "name": "setQueueAttributes", + "description": "Sets the value of one or more queue attributes", "isHidden": false }, { - "name": "createReceiptRuleSet", - "description": "Creates an empty receipt rule set.", + "name": "getQueueUrl", + "description": "Returns the URL of an existing queue", "isHidden": false }, { - "name": "listReceiptRuleSets", - "description": "Lists the receipt rule sets that exist under your AWS account.", + "name": "listQueues", + "description": "Returns a list of queues", "isHidden": false }, { - "name": "deleteReceiptRuleSet", - "description": "Deletes the specified receipt rule set and all of the receipt rules it contains.", + "name": "deleteQueue", + "description": "Deletes the queue specified by the queue URL", "isHidden": false }, { - "name": "describeReceiptRuleSet", - "description": "Returns the details of the specified receipt rule set.", + "name": "purgeQueue", + "description": "Deletes the messages in a queue specified by the queue URL", "isHidden": false }, { - "name": "describeActiveReceiptRuleSet", - "description": "Returns the metadata and receipt rules for the receipt rule set that is currently active.", + "name": "listDeadLetterSourceQueues", + "description": "Returns a list of your queues that have the RedrivePolicy queue attribute", "isHidden": false - }, + } + ], + "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/2.0.0/amazonsqs-connector-2.0.0.zip", + "description": "amazonsqs connector libraries", + "icon": "amazonsimplequeueservice.png", + "icon_url": "https://mi-connectors.wso2.com/icons/amazonsimplequeueservice.png" + }, + { + "name": "pcml", + "version": "2.0.0", + "rank": 25, + "operations": [ { - "name": "describeReceiptRule", - "description": "Returns the details of the specified receipt rule.", + "name": "init", + "description": "Initializes AS400 instance. Authenticates if credentials are provided.", "isHidden": false }, { - "name": "setReceiptRulePosition", - "description": "Sets the position of the specified receipt rule in the receipt rule set.", + "name": "call", + "description": "Calls a program in the AS400 system.", "isHidden": false }, { - "name": "setActiveReceiptRuleSet", - "description": "Sets the specified receipt rule set as the active receipt rule set.", + "name": "trace", + "description": "Modify trace log levels.", "isHidden": false }, { - "name": "deleteReceiptRule", - "description": "Deletes the specified receipt rule.", + "name": "returnPool", + "description": "Returns the AS400 connection to the connection pool.", "isHidden": false } ], - "download_url": "https://dist.wso2.org/downloads/esb-connectors/1.0.0/amazonses-connector-1.0.0.zip", - "description": "wso2 connector library for AmazonSES", - "icon": "amazonses.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/amazonses.gif" + "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/pcml-connector-2.0.0.zip", + "description": "PCML Connector for AS400", + "icon": "as400pcml.gif", + "icon_url": "https://mi-connectors.wso2.com/icons/as400pcml.gif" }, { - "name": "amazonsns", - "version": "1.0.5", - "rank": 36, + "name": "bigquery", + "version": "1.0.10", + "rank": 26, "operations": [ { "name": "init", - "description": "Config operation with common parameters", + "description": "Common method having the configurations applicable to all the business methods in the Connector.", "isHidden": false }, { - "name": "createEndpoint", - "description": "Creates an endpoint for a device and mobile app on one of the supported push notification services.", + "name": "getAccessTokenFromAuthorizationCode", + "description": "Get a new access token by negotiating the authorization code along with client_secret and client_id.", "isHidden": false }, { - "name": "deleteEndpoint", - "description": "Deletes the endpoint from Amazon SNS.", + "name": "getAccessTokenFromRefreshToken", + "description": "Get a new access token by negotiating the refresh token along with client_secret and client_id.", "isHidden": false }, { - "name": "listEndpoints", - "description": "Lists the endpoints.", + "name": "getAccessTokenFromServiceAccount", + "description": "Get an access token from the service account..", "isHidden": false }, { - "name": "subscribe", - "description": "Prepares to subscribe an endpoint by sending the endpoint a confirmation message.", + "name": "getDataset", + "description": "Gets the specified dataset by dataset ID.", "isHidden": false }, { - "name": "unsubscribe", - "description": "Deletes a subscription.", + "name": "listDatasets", + "description": "List datasets of a project.", "isHidden": false }, { - "name": "confirmSubscription", - "description": "Verify and confirm a subscription.", + "name": "runQuery", + "description": "Execute query.", "isHidden": false }, { - "name": "listSubscriptions", - "description": "Lists the subscriptions.", + "name": "listProjects", + "description": "List projects.", "isHidden": false }, { - "name": "listSubscriptionsByTopic", - "description": "Lists the subscriptions to a specific topic.", + "name": "listTabledata", + "description": "List available tabledata.", "isHidden": false }, { - "name": "getSubscriptionAttributes", - "description": "Returns all of the properties of a subscription.", + "name": "insertAllTableData", + "description": "Insert tabledata into a table.", "isHidden": false }, { - "name": "setSubscriptionAttributes", - "description": "Allows a subscription owner to set an attribute of the topic to a new value.", + "name": "getTable", + "description": "Gets the specified table by table ID.", "isHidden": false }, { - "name": "getEndpointAttributes", - "description": "Retrieves the endpoint attributes for a device on one of the supported push notification services,such as GCM and APNS.", + "name": "listTables", + "description": "List tables.", "isHidden": false - }, + } + ], + "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/bigquery-connector-1.0.10.zip", + "description": "WSO2 ESB Connector Library for BigQuery API.", + "icon": "bigquery.png", + "icon_url": "https://mi-connectors.wso2.com/icons/bigquery.png" + }, + { + "name": "ceridiandayforce", + "version": "1.0.1", + "rank": 56, + "operations": [ { - "name": "setEndpointAttributes", - "description": "Sets the attributes for an endpoint for a device on one of the supported push notification services,such as GCM and APNS.", + "name": "init", + "description": "Init operation", "isHidden": false }, { - "name": "createTopic", - "description": "Create a topic.", + "name": "getEmployeeDetails", + "description": "Get employee details REST API", "isHidden": false }, { - "name": "deleteTopic", - "description": "Delete a topic.", + "name": "getEmployees", + "description": "Get employees REST API", "isHidden": false }, { - "name": "listTopics", - "description": "Lists the topics.", + "name": "postEmployee", + "description": "POST employees REST API", "isHidden": false }, { - "name": "publish", - "description": "Sends a message to all of a topic's subscribed endpoints.", + "name": "patchEmployee", + "description": "PATCH employees REST API", "isHidden": false }, { - "name": "getTopicAttributes", - "description": "Returns all of the properties of a topic.", + "name": "getOrgUnits", + "description": "Get Organization Units REST API", "isHidden": false }, { - "name": "setTopicAttributes", - "description": "Allows a topic owner to set an attribute of the topic to a new value.", + "name": "postOrgUnits", + "description": "Post Organization Units REST API", "isHidden": false }, { - "name": "createPlatformApplication", - "description": "Create a platform Application.", + "name": "patchOrgUnits", + "description": "Patch Organization Units REST API", "isHidden": false }, { - "name": "getPlatformApplicationAttributes", - "description": "Retrieves the attributes of the platform application object for the supported push notification services, such as APNS and GCM.", + "name": "getOrgUnitDetails", + "description": "Get Organization Units Details REST API", "isHidden": false }, { - "name": "listPlatformApplications", - "description": "Lists the PlatformApplications.", + "name": "getReportMetadata", + "description": "Get Organization Units REST API", "isHidden": false }, { - "name": "deletePlatformApplication", - "description": "Deletes a platform application object for one of the supported push notification services, such as APNS and GCM.", + "name": "getReportMetadataDetails", + "description": "Get Organization Units REST API", "isHidden": false }, { - "name": "setPlatformApplicationAttributes", - "description": "Sets the attributes of the platform application object for the supported push notification services, such as APNS and GCM.", + "name": "getReports", + "description": "Get Organization Units REST API", "isHidden": false }, { - "name": "addPermission", - "description": "Adds a statement to a topic's access control policy, granting access for the specified AWS accounts to the specified actions.", + "name": "getEmployeeManagers", + "description": "Get employee Managers REST API", "isHidden": false }, { - "name": "removePermission", - "description": "Removes a statement from a topic's access control policy.", + "name": "getEmployeeWorkAssignmentManagers", + "description": "Get employee Managers REST API", "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/amazonsns-connector-1.0.5.zip", - "description": "AmazonSNS connector library", - "icon": "amazonsimplenotification.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/amazonsimplenotification.gif" - }, - { - "name": "amazonsqs", - "version": "2.0.0", - "rank": 22, - "operations": [ - { - "name": "init", - "description": "Config operation", - "isHidden": true }, { - "name": "sendMessage", - "description": "Delivers a message to the specified queue", + "name": "postEmployeeWorkAssignmentManagers", + "description": "Post employee Managers REST API", "isHidden": false }, { - "name": "sendMessageBatch", - "description": "Delivers batch messages to the specified queue", + "name": "patchEmployeeWorkAssignmentManagers", + "description": "Patch employee Managers REST API", "isHidden": false }, { - "name": "receiveMessage", - "description": "Retrieves one or more messages from the specified queue", + "name": "getDocumentManagementSecurityGroups", + "description": "Retrieve Document Management Security Groups assigned to an employee that control access to documents REST API", "isHidden": false }, { - "name": "changeMessageVisibility", - "description": "Changes the visibility timeout of a specified message in a queue", + "name": "getEmployeeLocations", + "description": "Retrieve locations, and their respective authority types, that an employee manages REST API", "isHidden": false }, { - "name": "changeMessageVisibilityBatch", - "description": "Changes the visibility timeout of multiple messages", + "name": "postEmployeeLocations", + "description": "Assign locations and authority types for an employee to manage REST API", "isHidden": false }, { - "name": "deleteMessage", - "description": "Deletes the specified message from the specified queue", + "name": "patchEmployeeLocations", + "description": "Update assigned locations and authority types for an employee to manage REST API", "isHidden": false }, { - "name": "deleteMessageBatch", - "description": "Deletes multiple messages from the specified queue", + "name": "getEmployeeRoles", + "description": "Retrieve user roles assigned to an employee REST API", "isHidden": false }, { - "name": "addPermission", - "description": "Adds a permission to a queue for a specific principal which allows access sharing to the queue", + "name": "postEmployeeRoles", + "description": "Assign roles to an employee REST API", "isHidden": false }, { - "name": "removePermission", - "description": "Revokes any permissions in the queue policy", + "name": "patchEmployeeRoles", + "description": "Update the assigned roles to an employee REST API", "isHidden": false }, { - "name": "createQueue", - "description": "Creates a new queue, or returns the URL of an existing one", + "name": "getEmployeeSSOAccounts", + "description": "Retrieve Single Sign-On (SSO) accounts of an employee REST API", "isHidden": false }, { - "name": "getQueueAttributes", - "description": "Gets attributes for the specified queue", + "name": "postEmployeeSSOAccounts", + "description": "Create Single Sign-On (SSO) accounts of an employee REST API", "isHidden": false }, { - "name": "setQueueAttributes", - "description": "Sets the value of one or more queue attributes", + "name": "patchEmployeeSSOAccounts", + "description": "Update Single Sign-On (SSO) accounts of an employee REST API", "isHidden": false }, { - "name": "getQueueUrl", - "description": "Returns the URL of an existing queue", + "name": "getUserPayAdjustCodeGroups", + "description": "Retrieve User Pay Adjustment Groups assigned to an employee. These control which pay adjustment codes the employee can assign to timesheets REST API", "isHidden": false }, { - "name": "listQueues", - "description": "Returns a list of queues", + "name": "getEmployeeOrgInfo", + "description": "Get employee Organization Info REST API", "isHidden": false }, { - "name": "deleteQueue", - "description": "Deletes the queue specified by the queue URL", + "name": "getEmployeeWorkAssignments", + "description": "Get employee work assignments REST API", "isHidden": false }, { - "name": "purgeQueue", - "description": "Deletes the messages in a queue specified by the queue URL", + "name": "postEmployeeWorkAssignments", + "description": "Post employee work assignments REST API", "isHidden": false }, { - "name": "listDeadLetterSourceQueues", - "description": "Returns a list of your queues that have the RedrivePolicy queue attribute", + "name": "patchEmployeeWorkAssignments", + "description": "Patch employee work assignments REST API", "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/2.0.0/amazonsqs-connector-2.0.0.zip", - "description": "amazonsqs connector libraries", - "icon": "amazonsimplequeueservice.png", - "icon_url": "https://mi-connectors.wso2.com/icons/amazonsimplequeueservice.png" - }, - { - "name": "amazonsdb", - "version": "1.0.0", - "rank": 37, - "operations": [ + }, { - "name": "init", - "description": "Config operation", + "name": "getEmployeeEmploymentStatuses", + "description": "Retrieve an employee's employment statuses that control how employee's pay, time-off, statutory holidays, etc. are calculated. REST API", "isHidden": false }, { - "name": "deleteAttributes", - "description": "Remove items, attributes, or attribute values from the domain", + "name": "postEmployeeEmploymentStatuses", + "description": "Create an employee's employment statuses that control how employee's pay, time-off, statutory holidays, etc. are calculated. REST API", "isHidden": false }, { - "name": "getAttributes", - "description": "Retrieve the attributes and values of any specified item ID", + "name": "patchEmployeeEmploymentStatuses", + "description": "Update an employee's employment statuses that control how employee's pay, time-off, statutory holidays, etc. are calculated. REST API", "isHidden": false }, { - "name": "putAttributes", - "description": "Add, modify, or remove data within the Amazon SimpleDB domains", + "name": "getEmployeeClockDeviceGroups", + "description": "Retrieve an employee's clock device groups that control access to the clocks the employee can punch on. REST API", "isHidden": false }, { - "name": "batchPutAttributes", - "description": "BatchPutAttributes operation perform multiple PutAttribute operations in a single call", + "name": "getEmployeeCompensationSummary", + "description": "Retrieve an employee's condensed status information based on compensation changes. REST API", "isHidden": false }, { - "name": "batchDeleteAttributes", - "description": "Performs multiple DeleteAttributes operations in a single call", + "name": "getEmployeeCourses", + "description": "Retrieve courses associated to an employee. REST API", "isHidden": false }, { - "name": "createDomain", - "description": "Create domains to contain data", + "name": "getEmployeeEmploymentAgreements", + "description": "Retrieve the employment agreement information of an employee REST API", "isHidden": false }, { - "name": "deleteDomain", - "description": "Deletes specified domains", + "name": "postEmployeeEmploymentAgreements", + "description": "Retrieve the employment agreement information of an employee REST API", "isHidden": false }, { - "name": "listDomains", - "description": "List all domains within the account", + "name": "patchEmployeeEmploymentAgreements", + "description": "Retrieve the employment agreement information of an employee REST API", "isHidden": false }, { - "name": "domainMetadata", - "description": "Returns information about the domain, including when the domain was created, the number of items and attributes, and the size of attribute names and values.", + "name": "getEmployeeEmploymentTypes", + "description": "Retrieve employee employment types (i.e: contractor, pensioner, etc.) REST API", "isHidden": false }, { - "name": "select", - "description": "Query the specified domain using a SQL SELECT expression", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/amazonsdb-connector-1.0.0.zip", - "description": "amazonsimpledb connector libraries", - "icon": "amazonsimpledb.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/amazonsimpledb.gif" - }, - { - "name": "apns", - "version": "1.0.0", - "rank": 38, - "operations": [ - { - "name": "init", - "description": "Initialize configuration variables", - "isHidden": false - }, - { - "name": "dispatchToDevice", - "description": "Dispatches to notification to the given device token", - "isHidden": false - } - ], - "download_url": "http://dist.wso2.org/downloads/esb-connectors/1.0.0/apns-connector-1.0.0.zip", - "description": "WSO2 ESB connector for Apple Push Notification service (APNs)", - "icon": "applepushnotification.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/applepushnotification.gif" - }, - { - "name": "as4", - "version": "1.0.0", - "rank": 27, - "operations": [ - { - "name": "send", - "description": "Send AS4 Message", - "isHidden": false - }, - { - "name": "receive", - "description": "Receive AS4 Message", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/as4-connector-1.0.0.zip", - "description": "wso2 as4 connector", - "icon": "No Icon", - "icon_url": "No Icon" - }, - { - "name": "pcml", - "version": "2.0.0", - "rank": 25, - "operations": [ - { - "name": "init", - "description": "Initializes AS400 instance. Authenticates if credentials are provided.", + "name": "getEmployeeHighlyCompensatedEmployees", + "description": "Retrieve highly compensated employee indicators REST API", "isHidden": false }, { - "name": "call", - "description": "Calls a program in the AS400 system.", + "name": "getEmployeeHRIncidents", + "description": "Retrieve HR incidents attached to an employee REST API", "isHidden": false }, { - "name": "trace", - "description": "Modify trace log levels.", + "name": "getEmployeeLabourDefaults", + "description": "Retrieve employee labor defaults. Labor defaults specify an employee default postion, project, docket or other timesheet information. REST API", "isHidden": false }, { - "name": "returnPool", - "description": "Returns the AS400 connection to the connection pool.", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/pcml-connector-2.0.0.zip", - "description": "PCML Connector for AS400", - "icon": "as400pcml.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/as400pcml.gif" - }, - { - "name": "asana", - "version": "1.0.0", - "rank": 39, - "operations": [ - { - "name": "getAccessTokenFromRefreshToken", - "description": "get the access token from refresh token", + "name": "getEmployeeOnboardingPolicies", + "description": "Retrieve onboarding policies assigned to an employee REST API", "isHidden": false }, { - "name": "init", - "description": "configure asana connector", + "name": "postEmployeeOnboardingPolicies", + "description": "Assign onboarding policies to an employee REST API", "isHidden": false }, { - "name": "getSingleAttachment", - "description": "get single asana attachment", + "name": "patchEmployeeOnboardingPolicies", + "description": "Update the onboarding policies assigned to an employee REST API", "isHidden": false }, { - "name": "getAllAttachments", - "description": "get all asana attachments", + "name": "getEmployeePayAdjustmentGroups", + "description": "Retrieve employee pay adjustment groups that control which pay codes can be used in an employee's timesheet REST API", "isHidden": false }, { - "name": "getEventsOnResource", - "description": "Get all events on a task or project for a sync token received from the last request.", + "name": "getEmployeePayGradeRates", + "description": "Retrieve employee pay grade rates related to their position rate policies REST API", "isHidden": false }, { - "name": "createProject", - "description": "Create a new project in asana", + "name": "getEmployeePerformanceRatings", + "description": "Retrieve details on employee performance reviews REST API", "isHidden": false }, { - "name": "deleteProject", - "description": "Delete a project in asana.", + "name": "getEmployeeProperties", + "description": "Retrieve employee properties that represent custom defined information REST API", "isHidden": false }, { - "name": "getProjectSections", - "description": "Get project sections.", + "name": "postEmployeeProperties", + "description": "Create employee properties that represent custom defined information REST API", "isHidden": false }, { - "name": "getProjectTasks", - "description": "Get project tasks.", + "name": "patchEmployeeProperties", + "description": "Update employee properties that represent custom defined information REST API", "isHidden": false }, { - "name": "getSingleProject", - "description": "Get a single project", + "name": "getEmployeeSkills", + "description": "Retrieve skills attached to an employee REST API", "isHidden": false }, { - "name": "queryForProjects", - "description": "Request for projects", + "name": "getEmployeeTrainingPrograms", + "description": "Retrieve training programs attached to an employee REST API", "isHidden": false }, { - "name": "updateProject", - "description": "Updates an existing project", + "name": "getEmployeeUnionMemberships", + "description": "Retrieve employee union membership information REST API", "isHidden": false }, { - "name": "getSingleStory", - "description": "Get a single story", + "name": "getEmployeeWorkContracts", + "description": "Retrieve work contracts used in UK to represent the employee contracted work duration REST API", "isHidden": false }, { - "name": "getStoriesOnObject", - "description": "Get stories on object", + "name": "postEmployeeWorkContracts", + "description": "Create work contracts used in UK to represent the employee contracted work duration REST API", "isHidden": false }, { - "name": "commentOnObject", - "description": "Commenting on an object", + "name": "patchEmployeeWorkContracts", + "description": "Update work contracts used in UK to represent the employee contracted work duration REST API", "isHidden": false }, { - "name": "createTag", - "description": "creates a tag", + "name": "getEmployeeAddresses", + "description": "Retrieve addresses of an employee REST API", "isHidden": false }, { - "name": "getSingleTag", - "description": "get a single tag", + "name": "postEmployeeAddresses", + "description": "Create addresses of an employee REST API", "isHidden": false }, { - "name": "updateTag", - "description": "update a tag", + "name": "patchEmployeeAddresses", + "description": "Update addresses of an employee REST API", "isHidden": false }, { - "name": "getTasksWithTag", - "description": "get tasks with tag", + "name": "getEmployeeCANFederalTaxes", + "description": "Retrieve a Canadian employee's total federal claim amount, resident status and authorized tax credits REST API", "isHidden": false }, { - "name": "queryForTags", - "description": "request for tags", + "name": "getEmployeeCANStateTaxes", + "description": "Retrieve a Canadian employee's total provincial claim amount, prescribed deductions and authorized tax credits REST API", "isHidden": false }, { - "name": "addTaskToProject", - "description": "Add a task to project in asana", + "name": "getEmployeeCANTaxStatuses", + "description": "Retrieve a Canadian employee's provincial tax filing status (e.g. single, married) REST API", "isHidden": false }, { - "name": "changeParentOfTask", - "description": "Change the parent of task in asana", + "name": "getEmployeeContacts", + "description": "Retrieve contacts of an employee REST API", "isHidden": false }, { - "name": "createCommentToTask", - "description": "create a comment to the task in asana", + "name": "postEmployeeContacts", + "description": "Create contacts of an employee REST API", "isHidden": false }, { - "name": "createFollowersToTask", - "description": "create followers to task in asana", + "name": "patchEmployeeContacts", + "description": "Update contacts of an employee REST API", "isHidden": false }, { - "name": "createSubtask", - "description": "create a subtask in asana", + "name": "getEmployeeDirectDeposits", + "description": "Retrieve an employee's direct deposit information REST API", "isHidden": false }, { - "name": "createTagToTask", - "description": "Create a tag to task in asana", + "name": "getEmployeeEmergencyContacts", + "description": "Retrieve an employee's emergency contacts REST API", "isHidden": false }, { - "name": "createTask", - "description": "create a new task", + "name": "postEmployeeEmergencyContacts", + "description": "Create an employee's emergency contacts REST API", "isHidden": false }, { - "name": "deleteTask", - "description": "Delete a task", + "name": "patchEmployeeEmergencyContacts", + "description": "Update an employee's emergency contacts REST API", "isHidden": false }, { - "name": "getAllStoriesOfTask", - "description": "get all stories of task in asana", + "name": "getEmployeeEthnicities", + "description": "Retrieve an employee's ethnicity information REST API", "isHidden": false }, { - "name": "getProjectDetailsOfTask", - "description": "Get the project delails of task is in asana", + "name": "getEmployeeHealthAndWellness", + "description": "Retrieve an employee's tobacco use status REST API", "isHidden": false }, { - "name": "getAllSubtasks", - "description": "get all subtasks in asana", + "name": "getEmployeeMaritalStatuses", + "description": "Retrieve an employee's marital status information REST API", "isHidden": false }, { - "name": "getTagsOfTask", - "description": "get task of task in asana", + "name": "postEmployeeMaritalStatuses", + "description": "Create an employee's marital status information REST API", "isHidden": false }, { - "name": "getTask", - "description": "get a task in asana", + "name": "patchEmployeeMaritalStatuses", + "description": "Update an employee's marital status information REST API", "isHidden": false }, { - "name": "queryForTasks", - "description": "request for tasks", + "name": "getEmployeeUSFederalTaxes", + "description": "Retrieve a US employee's total federal claim amount, resident status and authorized tax credits REST API", "isHidden": false }, { - "name": "removeFollowersFromTask", - "description": "create followers to task in asana", + "name": "getEmployeeUSStateTaxes", + "description": "Retrieve a US employee's total state claim amount, prescribed deductions and authorized tax credits REST API", "isHidden": false }, { - "name": "removeTagFromTask", - "description": "Remove a tag from task in asana", + "name": "getEmployeeUSTaxStatuses", + "description": "Retrieve a US employee's state tax filing status (e.g. single, married) REST API", "isHidden": false }, { - "name": "removeTaskFromProject", - "description": "Remove the task from project in asana", + "name": "getAListOfDocuments", + "description": "This request allows to retrieve the list of documents attached to an employee. The response includes the document GUID used to retrieve contents with Get Document Details REST API", "isHidden": false }, { - "name": "updateTask", - "description": "Update a task", + "name": "getDocumentDetails", + "description": "This request allows to retrieve the contents of a particular document. It requires the document GUID that can be obtained with Get a List of Documents REST API", "isHidden": false }, { - "name": "query", - "description": "Query", + "name": "getAvailability", + "description": "Availabilty represents the periods an employee is available to be scheduled for work. This request allows you to retrieve a single employee's daily availability between two dates. In order to use it, an employee XRefCodes is needed. Employee XRefCodes can be retrieved with GET Employees REST API", "isHidden": false }, { - "name": "getUser", - "description": "get single user", + "name": "getSchedules", + "description": "Retrieve the configured schedules for a single employee for every day within a defined period. In order to use this request, an employee XRefCodes is needed. Employee XRefCodes can be retrieved with GET Employees REST API", "isHidden": false }, { - "name": "getAllUsers", - "description": "get all users", + "name": "getTimeAwayFromWork", + "description": "Retrieve the scheduled time away from work (TAFW) periods of a single employee. In order to use this request, an employee XRefCodes is needed. Employee XRefCodes can be retrieved with GET Employees REST API", "isHidden": false }, { - "name": "getWorkspace", - "description": "Get a Workspace", + "name": "getEmployeePunches", + "description": "Extract the worked shift data for several employees at a time. Required parameters for the call include FilterTransactionStartTimeUTC and FilterTransactionEndTimeUTC. The system will search for all employee punch records that were modified between these two dates. The two dates must be 7 days apart or less. REST API", "isHidden": false }, { - "name": "getAllWorkspaces", - "description": "Get Available Workspaces", + "name": "getEmployeeRawPunches", + "description": "Retrieve raw punches as they are entered at the clock REST API", "isHidden": false }, { - "name": "updateWorkspace", - "description": "Update a workspace", + "name": "postEmployeeRawPunches", + "description": "Insert a raw punch. This raw punch record will be treated as a punch coming from the clock and be validated against configured punch policies REST API", "isHidden": false }, { - "name": "typeaheadSearch", - "description": "type ahead Search", + "name": "getJobPostings", + "description": "Availabilty represents the periods an employee is available to be scheduled for work. This request allows you to retrieve a single employee's daily availability between two dates. In order to use it, an employee XRefCodes is needed. Employee XRefCodes can be retrieved with GET Employees REST API", "isHidden": false }, { - "name": "addUser", - "description": "Add user", + "name": "patchI9Order", + "description": "Update I-9 employment eligibility verification order status REST API", "isHidden": false } ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/asana-connector-1.0.0.zip", - "description": "asana 6.0 cloud connector", - "icon": "asana.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/asana.gif" + "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/ceridiandayforce-connector-1.0.1.zip", + "description": "WSO2 CeridianDayforce connector library", + "icon": "ceridiandayforceconnector.gif", + "icon_url": "https://mi-connectors.wso2.com/icons/ceridiandayforceconnector.gif" }, { - "name": "basecrm", + "name": "creatiocrm", "version": "1.0.0", - "rank": 40, + "rank": 8, "operations": [ { "name": "init", - "description": "Configuration operations of basecrm.", + "description": "Initial configuration file for Creatio CRM connector", "isHidden": false }, { - "name": "listContacts", - "description": "Retrieves a list of contacts.", + "name": "callWithRetry", + "description": "Templating the retry call", "isHidden": false }, { - "name": "setContact", - "description": "Updates contact information.", + "name": "callOptions", + "description": "Templating the http call types GET, PUT, POST, DELETE etc.", "isHidden": false }, { - "name": "createContacts", - "description": "Creates a new contact.", + "name": "creatioCRMRequestHeader", + "description": "Creatio CRM APIs headers", "isHidden": false }, { - "name": "getContactById", - "description": "Retrieves contact information by the contact ID.", + "name": "authSession", + "description": "Creatio CRM APIs headers", "isHidden": false }, { - "name": "getContactNotes", - "description": "Retrieves a list of notes of a specific contact.", + "name": "contactCreate", + "description": "Create the contact", "isHidden": false }, { - "name": "createContactNote", - "description": "Creates a new note for a specific contact.", + "name": "contactGet", + "description": "get the Contact using ID", "isHidden": false }, { - "name": "getContactReminders", - "description": "Retrieves a list of reminders of a specific contact.", + "name": "contactDelete", + "description": "Delete the contact using ID", "isHidden": false }, { - "name": "createContactReminder", - "description": "Creates a new reminder for a specific contact.", + "name": "contactUpdate", + "description": "Update the contact", "isHidden": false }, { - "name": "getContactDeals", - "description": "Retrieves collection of deals which belong to a contact.", + "name": "caseCreate", + "description": "Create the Case", "isHidden": false }, { - "name": "listDeals", - "description": "Retrieves collection of deals which belongs to a user.", + "name": "caseGet", + "description": "get the Case using ID", "isHidden": false }, { - "name": "setDeal", - "description": "Updates a deal.", + "name": "caseDelete", + "description": "Delete the Case using ID", "isHidden": false }, { - "name": "createDeal", - "description": "Creates a new deal.", + "name": "caseUpdate", + "description": "Update the Case", "isHidden": false }, { - "name": "getDealNotes", - "description": "Retrieves a list of notes of a specific deal.", + "name": "accountCreate", + "description": "Create the account", "isHidden": false }, { - "name": "createDealNote", - "description": "Creates a new note for a specific deal.", + "name": "accountGet", + "description": "get the account using ID", "isHidden": false }, { - "name": "getDealReminders", - "description": "Retrieves a list of reminders of a specific deal.", + "name": "accountDelete", + "description": "Delete the account using ID", "isHidden": false }, { - "name": "createDealReminder", - "description": "Creates a new reminder for a specific deal.", + "name": "accountUpdate", + "description": "Update the account", + "isHidden": false + } + ], + "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/creatiocrm-connector-1.0.0.zip", + "description": "wso2 connector for creatiocrm REST API", + "icon": "creatioconnector.png", + "icon_url": "https://mi-connectors.wso2.com/icons/creatioconnector.png" + }, + { + "name": "CSV", + "version": "1.0.5", + "rank": 3, + "operations": [ + { + "name": "csvToCsv", + "description": "Transform a CSV payload", "isHidden": false }, { - "name": "listLeads", - "description": "Retrieves a list of leads.", + "name": "csvToJson", + "description": "Convert CSV to Json", "isHidden": false }, { - "name": "setLead", - "description": "Updates lead information.", + "name": "csvToXml", + "description": "Convert CSV to XML", "isHidden": false }, { - "name": "createLead", - "description": "Creates a new lead.", + "name": "jsonToCsv", + "description": "Convert Json to CSV", "isHidden": false }, { - "name": "deleteLead", - "description": "Removes a specific lead.", + "name": "xmlToCsv", + "description": "Transform XML to CSV", "isHidden": false } ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/basecrm-connector-1.0.0.zip", - "description": "wso2 connector library for BaseCRM", - "icon": "basecrm.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/basecrm.gif" + "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/CSV-connector-1.0.5.zip", + "description": "WSO2 CSV Module", + "icon": "csvmodule.png", + "icon_url": "https://mi-connectors.wso2.com/icons/csvmodule.png" }, { - "name": "basecamp", - "version": "1.0.2", - "rank": 41, + "name": "email", + "version": "1.1.2", + "rank": 6, "operations": [ - { - "name": "createComment", - "description": "Create a new comment from passed parameters", - "isHidden": false - }, { "name": "init", - "description": "Config Operation", - "isHidden": false - }, - { - "name": "getEvents", - "description": "Retrieves all global events, 50 events per page", - "isHidden": false + "description": "Init operation", + "isHidden": true }, { - "name": "getMessage", - "description": "Retrieves the specified message", + "name": "list", + "description": "List all the emails.", "isHidden": false }, { - "name": "createMessage", - "description": "Creates a new message from passed parameters", + "name": "expungeFolder", + "description": "Delete all the messages scheduled for deletion with the DELETED flag set from the mailbox.", "isHidden": false }, { - "name": "updateMessage", - "description": "changing the subject and content of the message", + "name": "markAsDeleted", + "description": "Mark an incoming email as DELETED. Not physically deleted, only a state change.", "isHidden": false }, { - "name": "listPeople", - "description": "Returns all people in the account", + "name": "markAsRead", + "description": "Marks a single email as READ changing its state in the specified mailbox folder.", "isHidden": false }, { - "name": "getProjectPeople", - "description": "Returns all active people on the project", + "name": "send", + "description": "Sends an email message.", "isHidden": false }, { - "name": "updateProjectPeople", - "description": "Allows granting new and existing people access to a project, revoking access from people.", + "name": "delete", + "description": "Deletes an email.", "isHidden": false }, { - "name": "listProjects", - "description": "Retrieve all projects", + "name": "getEmailBody", + "description": "Retrieves email body by index.", "isHidden": false }, { - "name": "getProject", - "description": "Retrieve a project", + "name": "getEmailAttachment", + "description": "Retrieves email attachment by index.", "isHidden": false - }, + } + ], + "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/email-connector-1.1.2.zip", + "description": "WSO2 email connector library", + "icon": "emailconnector.png", + "icon_url": "https://mi-connectors.wso2.com/icons/emailconnector.png" + }, + { + "name": "epic", + "version": "1.0.0", + "rank": 78, + "operations": [ { - "name": "createProject", - "description": "Create a project", + "name": "create", + "description": "Create a new resource in the Epic FHIR server.", "isHidden": false }, { - "name": "updateProject", - "description": "Update a project", + "name": "getCapabilityStatement", + "description": "Retrieve the CapabilityStatement resource from the Epic system.", "isHidden": false }, { - "name": "listTodoLists", - "description": "Retrieves todo lists that are actived/completed/project-specific/all projects", + "name": "readById", + "description": "Retrieve a resource by its ID from the Epic system.", "isHidden": false }, { - "name": "createTodoLists", - "description": "Creates a to-do list in the project", + "name": "searchAccount", + "description": "Search for account resources in the Epic system.", "isHidden": false }, { - "name": "getTodoLists", - "description": "Get the detail of a specific to do list", + "name": "searchAdverseEvent", + "description": "Search for adverse event resources in the Epic system.", "isHidden": false }, { - "name": "updateTodoLists", - "description": "Update a to-do list in the project", + "name": "searchAllergyIntolerance", + "description": "Search for allergy intolerance resources in the Epic system.", "isHidden": false }, { - "name": "getTodo", - "description": "Returns the specified todo", + "name": "searchAppointment", + "description": "Search for appointment resources in the Epic system.", "isHidden": false }, { - "name": "createTodo", - "description": "Adds a new todo to the specified todolist from passed parameters", + "name": "searchBinary", + "description": "Search for binary resources in the Epic system.", "isHidden": false }, { - "name": "updateTodo", - "description": "Allows changing the name and description of the to-do list", + "name": "searchBodyStructure", + "description": "Search for body structure resources in the Epic system.", "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/basecamp-connector-1.0.2.zip", - "description": "wso2 BaseCamp Connector", - "icon": "basecamp.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/basecamp.gif" - }, - { - "name": "beetrack", - "version": "1.0.0", - "rank": 42, - "operations": [ + }, { - "name": "createRoute", - "description": "Create a new route in Beetrack account using the provided Parameters.", + "name": "searchCarePlan", + "description": "Search for care plan resources in the Epic system.", "isHidden": false }, { - "name": "getRoute", - "description": "Retrieve details of a route identified by the provided route ID.", + "name": "searchCareTeam", + "description": "Search for care team resources in the Epic system.", "isHidden": false }, { - "name": "listRoutes", - "description": "Retrieve a list of routes from Beetrack account.", + "name": "searchCommunication", + "description": "Search for communication resources in the Epic system.", "isHidden": false }, { - "name": "updateRoute", - "description": "Update details of the route identified by the provided route ID.", + "name": "searchCondition", + "description": "Search for condition resources in the Epic system.", "isHidden": false }, { - "name": "init", - "description": "Common method having the configurations applicable to all the business methods in the Connector.", + "name": "searchConsent", + "description": "Search for consent resources in the Epic system.", "isHidden": false }, { - "name": "createVehicle", - "description": "Create a new vehicle in Beetrack account using the provided Parameters.", + "name": "searchContract", + "description": "Search for contract resources in the Epic system.", "isHidden": false }, { - "name": "getVehicle", - "description": "Retrieve details of a vehicle identified by the provided vehicle ID.", + "name": "searchCoverage", + "description": "Search for coverage resources in the Epic system.", "isHidden": false }, { - "name": "listVehicles", - "description": "List all vehicles.", + "name": "searchDevice", + "description": "Search for device resources in the Epic system.", "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/beetrack-connector-1.0.0.zip", - "description": "WSO2 ESB Connector Library for Beetrack API.", - "icon": "beetrack.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/beetrack.gif" - }, - { - "name": "bigquery", - "version": "1.0.10", - "rank": 26, - "operations": [ + }, { - "name": "init", - "description": "Common method having the configurations applicable to all the business methods in the Connector.", + "name": "searchDeviceRequest", + "description": "Search for device request resources in the Epic system.", "isHidden": false }, { - "name": "getAccessTokenFromAuthorizationCode", - "description": "Get a new access token by negotiating the authorization code along with client_secret and client_id.", + "name": "searchDeviceUseStatement", + "description": "Search for device use statement resources in the Epic system.", "isHidden": false }, { - "name": "getAccessTokenFromRefreshToken", - "description": "Get a new access token by negotiating the refresh token along with client_secret and client_id.", + "name": "searchDiagnosticReport", + "description": "Search for diagnostic report resources in the Epic system.", "isHidden": false }, { - "name": "getAccessTokenFromServiceAccount", - "description": "Get an access token from the service account..", + "name": "searchDocumentReference", + "description": "Search for document reference resources in the Epic system.", "isHidden": false }, { - "name": "getDataset", - "description": "Gets the specified dataset by dataset ID.", + "name": "searchEncounter", + "description": "Search for encounter resources in the Epic system.", "isHidden": false }, { - "name": "listDatasets", - "description": "List datasets of a project.", + "name": "searchEpisodeOfCare", + "description": "Search for episode of care resources in the Epic system.", "isHidden": false }, { - "name": "runQuery", - "description": "Execute query.", + "name": "searchExplanationOfBenefit", + "description": "Search for explanation of benefit resources in the Epic system.", "isHidden": false }, { - "name": "listProjects", - "description": "List projects.", + "name": "searchFamilyMemberHistory", + "description": "Search for family member history resources in the Epic system.", "isHidden": false }, { - "name": "listTabledata", - "description": "List available tabledata.", + "name": "searchFlag", + "description": "Search for flag resources in the Epic system.", "isHidden": false }, { - "name": "insertAllTableData", - "description": "Insert tabledata into a table.", + "name": "searchGoal", + "description": "Search for goal resources in the Epic system.", "isHidden": false }, { - "name": "getTable", - "description": "Gets the specified table by table ID.", + "name": "searchGroup", + "description": "Search for group resources in the Epic system.", "isHidden": false }, { - "name": "listTables", - "description": "List tables.", + "name": "searchImagingStudy", + "description": "Search for imaging study resources in the Epic system.", "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/bigquery-connector-1.0.10.zip", - "description": "WSO2 ESB Connector Library for BigQuery API.", - "icon": "bigquery.png", - "icon_url": "https://mi-connectors.wso2.com/icons/bigquery.png" - }, - { - "name": "billiving", - "version": "1.0.1", - "rank": 43, - "operations": [ + }, { - "name": "init", - "description": "Billiving configuration.", + "name": "searchImmunization", + "description": "Search for immunization resources in the Epic system.", "isHidden": false }, { - "name": "createClient", - "description": "Create a Client", + "name": "searchImmunizationRecommendation", + "description": "Search for immunization recommendation resources in the Epic system.", "isHidden": false }, { - "name": "getClient", - "description": "Get details of a Client", + "name": "searchList", + "description": "Search for list resources in the Epic system.", "isHidden": false }, { - "name": "listClients", - "description": "List Clients details", + "name": "searchLocation", + "description": "Search for location resources in the Epic system.", "isHidden": false }, { - "name": "createInvoice", - "description": "Create a Invoice", + "name": "searchMeasure", + "description": "Search for measure resources in the Epic system.", "isHidden": false }, { - "name": "getInvoice", - "description": "Get details of a Invoice", + "name": "searchMeasureReport", + "description": "Search for measure report resources in the Epic system.", "isHidden": false }, { - "name": "listInvoices", - "description": "List Invoices details", + "name": "searchMedia", + "description": "Search for media resources in the Epic system.", "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/billiving-connector-1.0.1.zip", - "description": "wso2 connector library for Billiving", - "icon": "billiving.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/billiving.gif" - }, - { - "name": "billomat", - "version": "1.0.1", - "rank": 44, - "operations": [ + }, { - "name": "createInvoice", - "description": "Create a new invoice in Billomat account using the provided Parameters.", + "name": "searchMedication", + "description": "Search for medication resources in the Epic system.", "isHidden": false }, { - "name": "updateInvoice", - "description": "Update details of the invoice identified by the provided invoice ID.", + "name": "searchMedicationAdministration", + "description": "Search for medication administration resources in the Epic system.", "isHidden": false }, { - "name": "getInvoice", - "description": "Retrieve details of a invoice identified by the provided invoice ID.", + "name": "searchMedicationDispense", + "description": "Search for medication dispense resources in the Epic system.", "isHidden": false }, { - "name": "listInvoices", - "description": "Retrieve a List of invoices from Billomat account.", + "name": "searchMedicationRequest", + "description": "Search for medication request resources in the Epic system.", "isHidden": false }, { - "name": "completeInvoice", - "description": "Complete the invoice created from Billomat account.", + "name": "searchNutritionOrder", + "description": "Search for nutrition order resources in the Epic system.", "isHidden": false }, { - "name": "sendInvoice", - "description": "Send a completed invoice from Billomat account.", + "name": "searchObservation", + "description": "Search for observation resources in the Epic system.", "isHidden": false }, { - "name": "createContact", - "description": "Create a new contact in Billomat account using the provided Parameters.", + "name": "searchOrganization", + "description": "Search for organization resources in the Epic system.", "isHidden": false }, { - "name": "updateContact", - "description": "Update details of the contact identified by the provided contact ID.", + "name": "searchPatient", + "description": "Search for patient resources in the Epic system.", "isHidden": false }, { - "name": "getContact", - "description": "Retrieve details of a contact identified by the provided contact ID.", + "name": "searchPractitioner", + "description": "Search for practitioner resources in the Epic system.", "isHidden": false }, { - "name": "listContacts", - "description": "Retrieve a List of contacts from Billomat account.", + "name": "searchPractitionerRole", + "description": "Search for practitioner role resources in the Epic system.", "isHidden": false }, { - "name": "listClients", - "description": "Retrieve a List of clients from Billomat account.", + "name": "searchProcedure", + "description": "Search for procedure resources in the Epic system.", "isHidden": false }, { - "name": "getClient", - "description": "Retrieve details of a client identified by the provided client ID.", + "name": "searchQuestionnaire", + "description": "Search for questionnaire resources in the Epic system.", "isHidden": false }, { - "name": "createClient", - "description": "Create a new client in Billomat account using the provided Parameters.", + "name": "searchQuestionnaireResponse", + "description": "Search for questionnaire response resources in the Epic system.", "isHidden": false }, { - "name": "updateClient", - "description": "Update details of the client identified by the provided client ID.", + "name": "searchRelatedPerson", + "description": "Search for related person resources in the Epic system.", "isHidden": false }, { - "name": "createInvoiceItem", - "description": "Create a new item in Billomat account using the provided Parameters.", + "name": "searchRequestGroup", + "description": "Search for request group resources in the Epic system.", "isHidden": false }, { - "name": "updateInvoiceItem", - "description": "Update details of the item identified by the provided item ID.", + "name": "searchRequestStudy", + "description": "Search for research study resources in the Epic system.", "isHidden": false }, { - "name": "getInvoiceItem", - "description": "Retrieve details of a item identified by the provided item ID.", + "name": "searchResearchSubject", + "description": "Search for research subject resources in the Epic system.", "isHidden": false }, { - "name": "listInvoiceItems", - "description": "Retrieve a List of items from Billomat account.", + "name": "searchServiceRequest", + "description": "Search for service request resources in the Epic system.", "isHidden": false }, { - "name": "createDeliveryNote", - "description": "Create a new delivery note in Billomat account using the provided Parameters.", + "name": "searchSpecimen", + "description": "Search for specimen resources in the Epic system.", "isHidden": false }, { - "name": "getDeliveryNote", - "description": "Get delivery note by ID in Billomat account using the provided Parameters.", + "name": "searchSubstance", + "description": "Search for substance resources in the Epic system.", "isHidden": false - }, + }, { - "name": "listDeliveryNotes", - "description": "List delivery notes in Billomat account using the provided Parameters.", + "name": "searchTask", + "description": "Search for task resources in the Epic system.", "isHidden": false - }, + }, { - "name": "init", - "description": "Common Method having the configurations applicable to all the Methods in the Connector.", + "name": "update", + "description": "Update resources in the Epic system.", "isHidden": false } ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/billomat-connector-1.0.1.zip", - "description": "WSO2 ESB Connector Library for Billomat API.", - "icon": "billomat.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/billomat.gif" + "download_url": "https://github.com/wso2-extensions/esb-connector-epic/releases/download/2.0.0/epic-connector-2.0.0.zip", + "description": "WSO2 connector for Epic FHIR API.", + "icon": "icon-large.png", + "icon_url": "https://raw.githubusercontent.com/wso2-extensions/esb-connector-epic/master/src/main/resources/icon/icon-large.png" }, { - "name": "bitbucket", - "version": "1.0.0", - "rank": 45, + "name": "fhirbase", + "version": "1.1.0", + "rank": 28, "operations": [ { - "name": "init", - "description": "Bitbucket configuration.", + "name": "addBundleEntry", + "description": "Add an entry to the Bundle.", "isHidden": false }, { - "name": "listCommits", - "description": "Gets the information associated with an individual commit.", + "name": "addBundleLink", + "description": "Add a link to the Bundle.", "isHidden": false }, { - "name": "listCommitComments", - "description": "Gets the array of comments on the specified pull request.", + "name": "addElement", + "description": "Add an element datatype to a resource.", "isHidden": false }, { - "name": "listPullRequest", - "description": "Get a list of of a repository's open pull requests.", + "name": "createAddress", + "description": "Create an Address datatype.", "isHidden": false }, { - "name": "createPullRequest", - "description": "Creates a new pull request.", + "name": "createAge", + "description": "Create an Age datatype.", "isHidden": false }, { - "name": "getPullRequest", - "description": "Gets an specific pull request.", + "name": "createAnnotation", + "description": "Create an Annotation datatype.", "isHidden": false }, { - "name": "updatePullRequest", - "description": "Updates an existing pull request. The pull request's status must be open.", + "name": "createAttachment", + "description": "Create an Attachment datatype.", "isHidden": false }, { - "name": "mergePullRequest", - "description": "Accept a pull request and merges into the destination branch.", + "name": "createBundle", + "description": "Create a Bundle resource.", "isHidden": false }, { - "name": "discardPullRequest", - "description": "Rejects a pull request.", + "name": "createCodeableConcept", + "description": "Create a CodeableConcept datatype.", "isHidden": false }, { - "name": "listPullRequestComments", - "description": "Gets the array of comments on the specified pull request.", + "name": "createCoding", + "description": "Create a Coding datatype.", "isHidden": false }, { - "name": "getPullRequestDiff", - "description": "Gets the diff or patch for a pull request.", + "name": "createContactDetail", + "description": "Create a ContactDetail datatype.", "isHidden": false }, { - "name": "getRepository", - "description": "Returns a single repository.", + "name": "createContactPoint", + "description": "Create a ContactPoint datatype.", "isHidden": false }, { - "name": "createRepository", - "description": "Creates a new repository.", + "name": "createCount", + "description": "Create a Count datatype.", "isHidden": false }, { - "name": "deleteRepository", - "description": "Removes a repository.", - "isHidden": false - } - ], - "download_url": "http://dist.wso2.org/downloads/esb-connectors/1.0.0/bitbucket-connector-1.0.0.zip", - "description": "bitbucket connector libraries", - "icon": "bitbucket.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/bitbucket.gif" - }, - { - "name": "bitly", - "version": "1.0.1", - "rank": 46, - "operations": [ - { - "name": "init", - "description": "configure bitly connector", + "name": "createContributor", + "description": "Create a Contributor datatype.", "isHidden": false }, { - "name": "getHighvalue", - "description": "Get popular bitly links at this particular moment", + "name": "createDataRequirement", + "description": "Create a DataRequirement datatype.", "isHidden": false }, { - "name": "getSearch", - "description": "Search links receiving clicks across bitly by content", + "name": "createDosage", + "description": "Create a Dosage datatype.", "isHidden": false }, { - "name": "getLinkInfo", - "description": "Returns metadata about a single bitly link", + "name": "createDuration", + "description": "Create a Duration datatype.", "isHidden": false }, { - "name": "getLinkContent", - "description": "Returns the \u201cmain article\u201d from the linked page", + "name": "createExpression", + "description": "Create an Expression datatype.", "isHidden": false }, { - "name": "getLinkCatagory", - "description": "Returns the detected categories for a document", + "name": "createHumanName", + "description": "Create a HumanName datatype.", "isHidden": false }, { - "name": "getExpand", - "description": "Given a bitly URL or hash (or multiple), returns the target (long) URL", + "name": "createIdentifier", + "description": "Create an Identifier datatype.", "isHidden": false }, { - "name": "getInfo", - "description": "This is used to return the page title for a given bitly link", + "name": "createMeta", + "description": "Create a Meta datatype.", "isHidden": false }, { - "name": "getLookup", - "description": "This is used to query for a bitly link based on a long URL", + "name": "createNarrative", + "description": "Create a Narrative datatype.", "isHidden": false }, { - "name": "getShorten", - "description": "Given a long URL, returns a bitly short URL", + "name": "createParameterDefinition", + "description": "Create a ParameterDefinition datatype.", "isHidden": false }, { - "name": "getLinkSave", - "description": "Saves a link as a bitmark in a user's history, with optional pre-set metadata", + "name": "createPeriod", + "description": "Create a Period datatype.", "isHidden": false }, { - "name": "getLinkClicks", - "description": "Returns the number of clicks on a single bitly link", + "name": "createQuantity", + "description": "Create a Quantity datatype.", "isHidden": false }, { - "name": "getLinkCountries", - "description": "Returns metrics about the countries referring click traffic to a single bitly link", + "name": "createRange", + "description": "Create a Range datatype.", "isHidden": false }, { - "name": "getLinkReferringDomains", - "description": "Returns metrics about the domains referring click traffic to a single bitly link", + "name": "createRatio", + "description": "Create a Ratio datatype.", "isHidden": false }, { - "name": "getLinkShares", - "description": "Returns metrics about a shares of a single link", + "name": "createReference", + "description": "Create a Reference datatype.", "isHidden": false }, { - "name": "getOauthApp", - "description": "Return information about an OAuth app", + "name": "createRelatedArtifact", + "description": "Create a RelatedArtifact datatype.", "isHidden": false }, { - "name": "getUserInfo", - "description": "Return or update information about a user", + "name": "createSampledData", + "description": "Create a SampledData datatype.", + "isHidden": false + }, + { + "name": "createSignature", + "description": "Create a Signature datatype.", "isHidden": false }, { - "name": "getUserLinkHistory", - "description": "Returns entries from a user's link history in reverse chronological order", + "name": "createSimpleQuantity", + "description": "Create a SimpleQuantity datatype.", "isHidden": false }, { - "name": "getUserNetworkHistory", - "description": "Returns entries from a user's network history in reverse chronogical order", + "name": "createTiming", + "description": "Create a Timing datatype.", "isHidden": false }, { - "name": "getTrackingDomainList", - "description": "Returns a list of tracking domains a user has configured", + "name": "createTriggerDefinition", + "description": "Create a TriggerDefinition datatype.", "isHidden": false }, { - "name": "getUserClicks", - "description": "Returns the number of clicks on all of the authenticated user's bitly links.", + "name": "createUsageContext", + "description": "Create a UsageContext datatype.", "isHidden": false }, { - "name": "getCountries", - "description": "Returns metrics about the countries referring click traffic to all of the authenticated user's bitly links.", + "name": "evaluateFHIRPath", + "description": "Evaluate a FHIRPath expression.", "isHidden": false }, { - "name": "getReferrers", - "description": "Returns metrics about the pages referring click traffic to all of the authenticated user's bitly links.", + "name": "serialize", + "description": "Serialize a resource to a specific format.", "isHidden": false }, { - "name": "getReferringDomains", - "description": "Returns metrics about the domains referring click traffic to all of the authenticated user's bitly links.", + "name": "validate", + "description": "Validate a resource.", "isHidden": false }, { - "name": "getShareCounts", - "description": "Returns the number of shares by the authenticated user in a given time period.", + "name": "setBundleIdentifier", + "description": "Set the identifier for the Bundle.", "isHidden": false }, { - "name": "getPopularLinks", - "description": "Returns the authenticated user's most-clicked bitly links in a given time period.", + "name": "setBundleType", + "description": "Set the type for the Bundle.", "isHidden": false }, { - "name": "getProDomain", - "description": "Query whether a given domain is a valid bitly pro domain.", + "name": "setBundleTimestamp", + "description": "Set the timestamp for the Bundle.", "isHidden": false }, { - "name": "getTrackingDomainClicks", - "description": "Returns the number of clicks on bitly links pointing to the specified tracking domain.", + "name": "setBundleTotal", + "description": "Set the total for the Bundle.", "isHidden": false }, { - "name": "getTrackingDomainShortenCounts", - "description": "Returns the number of links, pointing to a specified tracking domain, shortened in a given time period by all bitly users.", + "name": "setBundleSignature", + "description": "Set the signature for the Bundle.", "isHidden": false } ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/bitly-connector-1.0.1.zip", - "description": "Bitly v3 cloud connector", - "icon": "bitly.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/bitly.gif" + "download_url": "https://github.com/wso2-extensions/mediation-fhirbase-module/releases/download/v1.1.0/fhirbase-connector-1.1.0.zip", + "description": "Facilitates basic CRUD operations and searches on FHIR resources, bundling, error handling and ensuring standardized interactions with FHIR-compliant servers.", + "icon": "icon-large.png", + "icon_url": "https://raw.githubusercontent.com/wso2-extensions/mediation-fhirbase-module/main/src/main/resources/icon/icon-large.png" }, { - "name": "box", + "name": "fhirrepository", "version": "1.0.0", - "rank": 47, + "rank": 193, "operations": [ { - "name": "createComment", - "description": "Used to add a comment by the user to a specific file or comment (i.e. as a reply comment).", + "name": "init", + "description": "Init configuration for FHIR repository connector.", "isHidden": false }, { - "name": "updateComment", - "description": "Used to update the message of the comment.", + "name": "batch", + "description": "Create a new FHIR bundle.", "isHidden": false }, { - "name": "getComment", - "description": "Used to retrieve the message and metadata about a specific comment.", + "name": "connect", + "description": "Proxies a FHIR repository so that any type of API requests are routed intelligently.", "isHidden": false }, { - "name": "deleteComment", - "description": "Permanently deletes a comment.", + "name": "create", + "description": "Create a new resource with a server-assigned ID.", "isHidden": false }, { - "name": "init", - "description": "Config operation", + "name": "delete", + "description": "Delete a resource.", "isHidden": false }, { - "name": "getFileInformation", - "description": "Used to retrieve the metadata about a file.", + "name": "getCapabilityStatement", + "description": "Get a capability statement for the system.", "isHidden": false }, { - "name": "updateFileInformation", - "description": "Used to update individual or multiple fields in the file object, including renaming the file, changing it's description, and creating a shared link for the file.", + "name": "patch", + "description": "Update an existing resource by posting a set of changes to it.", "isHidden": false }, { - "name": "downloadFile", - "description": "Retrieves the actual data of the file.", + "name": "readById", + "description": "Retrieve a resource using its ID.", "isHidden": false }, { - "name": "uploadFile", - "description": "Use the Uploads API to allow users to add a new file. The user can then upload a file by specifying the destination folder for the file.", + "name": "search", + "description": "Search resources by providing query parameters.", "isHidden": false }, { - "name": "deleteFile", - "description": "Discards a file to the trash.", + "name": "update", + "description": "Update an existing resource by its ID.", "isHidden": false }, { - "name": "copyFile", - "description": "Used to create a copy of a file in another folder.", + "name": "vread", + "description": "Read the state of a specific version of the resource.", + "isHidden": false + } + ], + "download_url": "https://github.com/wso2-extensions/esb-connector-fhirrepository/releases/download/v1.0.0/fhirrepository-connector-1.0.0.zip", + "description": "Allows integration with FHIR repositories/servers, supporting the retrieval for supported interactions and push of healthcare data within FHIR-compliant systems.", + "icon": "icon-large.png", + "icon_url": "https://raw.githubusercontent.com/wso2-extensions/esb-connector-fhirrepository/main/src/main/resources/icon/icon-large.png" + }, + { + "name": "v2tofhir", + "version": "1.0.0", + "rank": 194, + "operations": [ + { + "name": "createResources", + "description": "Init configuration for FHIR repository connector.", "isHidden": false + } + ], + "download_url": "https://github.com/wso2-extensions/mediation-hl7v2tofhir-module/releases/download/v1.0.0/v2tofhir-connector-1.0.0.zip", + "description": "Converts HL7 V2 messages to FHIR resources.", + "icon": "icon-large.png", + "icon_url": "https://raw.githubusercontent.com/wso2-extensions/mediation-hl7v2tofhir-module/main/src/main/resources/icon/icon-large.png" + }, + { + "name": "file", + "version": "4.0.32", + "rank": 1, + "operations": [ + { + "name": "init", + "description": "Init operation", + "isHidden": true }, { - "name": "shareFile", - "description": "Used to create a shared link for this particular file.", + "name": "createDirectory", + "description": "Creates a new directory on directory path.", "isHidden": false }, { - "name": "listFileComments", - "description": "Retrieves the comments on a particular file, if any exist.", + "name": "listFiles", + "description": "Lists all the files in the directory path that match a matcher.", "isHidden": false }, { - "name": "createFolder", - "description": "Used to create a new empty folder.", + "name": "delete", + "description": "Deletes the file specified by the path.", "isHidden": false }, { - "name": "getFolderInformation", - "description": "Retrieves the full metadata about a folder, including information about when it was last updated as well as the files and folders contained in it.", + "name": "copy", + "description": "Copies the file or folder specified by sourcePath into targetPath.", "isHidden": false }, { - "name": "updateFolderInformation", - "description": "Used to update information about the folder.", + "name": "move", + "description": "Moves the file or folder specified by sourcePath into targetPath.", "isHidden": false }, { - "name": "deleteFolder", - "description": "Used to delete a folder.", + "name": "rename", + "description": "Rename the file to the new name specified.", "isHidden": false }, { - "name": "copyFolder", - "description": "Used to create a copy of a folder in another folder.", + "name": "unzip", + "description": "Unzip file to target directory.", "isHidden": false }, { - "name": "shareFolder", - "description": "Used to create a shared link for this particular folder.", + "name": "splitFile", + "description": "Split a file into multiple smaller files.", "isHidden": false }, { - "name": "search", - "description": "The search endpoint provides a simple way of finding items that are accessible in a given user's Box account.", + "name": "mergeFiles", + "description": "Merge multiple files in a folder to a single file.", + "isHidden": false + }, + { + "name": "checkExist", + "description": "Check if a file or directory exists.", + "isHidden": false + }, + { + "name": "exploreZipFile", + "description": "List Items In ZIP File Without Extracting.", "isHidden": false }, { - "name": "getSharedItem", - "description": "Used to retrieve the metadata about a shared item when only given a shared link.", + "name": "compress", + "description": "Compress file or folder.", "isHidden": false }, { - "name": "listUsers", - "description": "Returns a list of all users for the Enterprise along with their user_id, public_name, and login.", + "name": "read", + "description": "Read a specific file or a file in a folder.", "isHidden": false }, { - "name": "moveFolder", - "description": "Moves all of the owned content from within one user's folder into a new folder in another user's account.", + "name": "write", + "description": "Create a file or write content to a file.", "isHidden": false } ], - "download_url": "http://dist.wso2.org/downloads/esb-connectors/1.0.0/box-connector-1.0.0.zip", - "description": "box connector libraries", - "icon": "box.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/box.gif" + "download_url": "https://github.com/wso2-extensions/esb-connector-file/releases/download/v4.0.32/file-connector-4.0.32.zip", + "description": "WSO2 file connector library", + "icon": "file.gif", + "icon_url": "https://mi-connectors.wso2.com/icons/file.gif" }, { - "name": "braintree", - "version": "1.0.1", - "rank": 48, + "name": "gmail", + "version": "3.0.8", + "rank": 94, "operations": [ { - "name": "createMerchantAccount", - "description": "Create a merchant account.", + "name": "listAllMails", + "description": "List all mails", "isHidden": false }, { - "name": "getMerchantAccountDetails", - "description": "Get merchant account details.", + "name": "readMail", + "description": "Read a mail by it's Id", "isHidden": false }, { - "name": "updateMerchantAccount", - "description": "Update merchant account details.", + "name": "trashMessages", + "description": "Send messages to trash", "isHidden": false }, { - "name": "init", - "description": "Configuration file.", + "name": "unTrashMessages", + "description": "Removed messages from trash", "isHidden": false }, { - "name": "createCreditCard", - "description": "Create Credit Card.", + "name": "modifyExistingMessages", + "description": "Modify existing messages", "isHidden": false }, { - "name": "deleteCreditCard", - "description": "Delete Credit Card.", + "name": "sendMail", + "description": "Send a plain mail", "isHidden": false }, { - "name": "getCreditCard", - "description": "Get details of a credit card.", + "name": "sendMailWithAttachment", + "description": "Send a mail with attachment", "isHidden": false }, { - "name": "updateCreditCard", - "description": "Update Credit Card Details.", + "name": "deleteMessages", + "description": "delete the message", "isHidden": false }, { - "name": "getSettlementBatchSummary", - "description": "Get settlement batch summary details.", + "name": "passwordLogin", + "description": "Login to the Gmail account using username and password", "isHidden": false }, { - "name": "createSubscription", - "description": "Create Subscription.", + "name": "endSession", + "description": "Terminate the existing IMAP and SMTP connections with Gmail", "isHidden": false }, { - "name": "cancelSubscription", - "description": "Cancel Subscription.", + "name": "init", + "description": "get the basic details of api", "isHidden": false }, { - "name": "searchSubscriptions", - "description": "Search Subscriptions.", + "name": "getAccessTokenFromRefreshToken", + "description": "get the access token from refresh token", "isHidden": false }, { - "name": "updateSubscription", - "description": "Update Subscriptions.", + "name": "listAllThreads", + "description": "List all threads", "isHidden": false }, { - "name": "getSubscription", - "description": "Get Subscription Details", + "name": "readThread", + "description": "get an email thread", "isHidden": false }, { - "name": "createTransaction", - "description": "Create a Server-To-Server Transaction.", + "name": "trashThreads", + "description": "Send threads to trash", "isHidden": false }, { - "name": "getTransaction", - "description": "Get details of a Transaction.", + "name": "unTrashThreads", + "description": "Removed threads from trash", "isHidden": false }, { - "name": "refundTransaction", - "description": "Refund a completed transaction.", + "name": "modifyExistingThreads", + "description": "Modify existing threads", "isHidden": false }, { - "name": "searchTransactions", - "description": "Search through existing transactions.", + "name": "deleteThreads", + "description": "delete an existing thread", "isHidden": false }, { - "name": "voidTransaction", - "description": "Void a transaction.", + "name": "listLabels", + "description": "List all labels", "isHidden": false }, { - "name": "submitTransactionForSettlement", - "description": "Submit a transaction for settlement.", + "name": "readLabel", + "description": "Get a label detail", "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/braintree-connector-1.0.1.zip", - "description": "wso2 braintree connector library", - "icon": "braintree.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/braintree.gif" - }, - { - "name": "bugherd", - "version": "1.0.1", - "rank": 49, - "operations": [ + }, { - "name": "init", - "description": "Configuration method for BugHerd.", + "name": "createLabels", + "description": "create new label", "isHidden": false }, { - "name": "listProjects", - "description": "Retrieve all the Projects associated with an Account.", + "name": "updateLabels", + "description": "Update existing labels", "isHidden": false }, { - "name": "createProject", - "description": "Create new Project.", + "name": "deleteLabel", + "description": "Delete labels", "isHidden": false }, { - "name": "createProjectTask", - "description": "Create a Project Task.", + "name": "listTheHistory", + "description": "List all user history", "isHidden": false }, { - "name": "updateProjectTask", - "description": "Update a Project Task.", + "name": "getUserProfile", + "description": "Get the user profile", "isHidden": false }, { - "name": "listProjectTasks", - "description": "Retrieve all the Tasks associated with a Project.", + "name": "listDrafts", + "description": "list all drafts", "isHidden": false }, { - "name": "showProjectTask", - "description": "Retrieve the specific Tasks associated with a Project.", + "name": "readDraft", + "description": "read a particular draft", "isHidden": false }, { - "name": "uploadTaskAttachment", - "description": "Upload a file as attachment to a Project Task.", + "name": "deleteDraft", + "description": "delete an existing draft", "isHidden": false }, { - "name": "deleteTaskAttachment", - "description": "Permanently delete an Attachment.", + "name": "createDraft", + "description": "create a plain draft", + "isHidden": false + } + ], + "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/3.0.0/gmail-connector-3.0.8.zip", + "description": "WSO2 Gmail connector library", + "icon": "gmail.gif", + "icon_url": "https://mi-connectors.wso2.com/icons/gmail.gif" + }, + { + "name": "googlefirebase", + "version": "1.0.2", + "rank": 99, + "operations": [ + { + "name": "init", + "description": "Get the basic details of Firebase API", "isHidden": false }, { - "name": "listTaskAttachments", - "description": "Retrieve all the Attachments associated with a Project Task", + "name": "sendMessage", + "description": "Send firebase message", "isHidden": false }, { - "name": "addTaskComment", - "description": "Create a comment for a Project Task.", + "name": "subscribeToTopic", + "description": "Subscribe a device to a topic", "isHidden": false }, { - "name": "listTaskComments", - "description": "Retrieve all the Comments associated with a Project Task.", + "name": "unsubscribeFromTopic", + "description": "UnSubscribe devices from a topic", "isHidden": false } ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/bugherd-connector-1.0.1.zip", - "description": "wso2 connector library for BugHerd", - "icon": "bugherd.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/bugherd.gif" + "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/googlefirebase-connector-1.0.2.zip", + "description": "WSO2 Connector library for Google Firebase API", + "icon": "googlefirebase.png", + "icon_url": "https://mi-connectors.wso2.com/icons/googlefirebase.png" }, { - "name": "bugzilla", + "name": "googlepubsub", "version": "1.0.1", - "rank": 50, + "rank": 101, "operations": [ { - "name": "createBug", - "description": "Create a new bug in bugzilla.", + "name": "init", + "description": "configure google pub/sub connector", "isHidden": false }, { - "name": "getBug", - "description": "Gets information about particular bugs.", + "name": "getAccessTokenFromRefreshToken", + "description": "Get the access token from refresh token", "isHidden": false }, { - "name": "searchBugs", - "description": "Search bugs based on particular criteria.", + "name": "createTopicSubscription", + "description": "Creates a subscription to a given topic", "isHidden": false }, { - "name": "updateBug", - "description": "Update the fields of a bug.", - "isHidden": false + "name": "pullMessage", + "description": "Pulls messages from the server", + "isHidden": false }, { - "name": "createComponent", - "description": "Create a new component in Bugzilla.", + "name": "createTopic", + "description": "create a Topic.", "isHidden": false }, + { + "name": "publishMessage", + "description": "Adds message to the topic", + "isHidden": false + } + ], + "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/googlepubsub-connector-1.0.1.zip", + "description": "google Pub/Sub v1 connector", + "icon": "googlepub-sub.gif", + "icon_url": "https://mi-connectors.wso2.com/icons/googlepub-sub.gif" + }, + { + "name": "googlespreadsheet", + "version": "3.0.1", + "rank": 102, + "operations": [ { "name": "init", - "description": "Bugzilla configuration.", + "description": "Get the basic details of API", "isHidden": false }, { - "name": "createProduct", - "description": "Create a new product in Bugzilla", + "name": "getAccessTokenFromRefreshToken", + "description": "Get the access token from refresh token", "isHidden": false }, { - "name": "searchProducts", - "description": "Get information about the products passed to it.", + "name": "getSheetMetaData", + "description": "provides a feed to access the sheet metadata contained within a given spreadsheet.", "isHidden": false }, { - "name": "createUser", - "description": "Create a new user account in Bugzilla.", + "name": "addSheetBatchRequest", + "description": "Add a sheet or multiple sheets to a spreadsheet.", "isHidden": false }, { - "name": "searchUsers", - "description": "Gets information about user accounts in Bugzilla.", + "name": "updateSheetPropertiesBatchRequest", + "description": "Update all sheet properties.", "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/bugzilla-connector-1.0.1.zip", - "description": "wso2 sample connector library for Bugzilla", - "icon": "bugzilla.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/bugzilla.gif" - }, - { - "name": "callrail", - "version": "1.0.1", - "rank": 51, - "operations": [ + }, { - "name": "init", - "description": "Callrail configuration.", + "name": "deleteSheetBatchRequest", + "description": "Remove a sheet or multiple sheets from a given spreadsheet.", "isHidden": false }, { - "name": "listUsersForSourceTrackerCallAlerts", - "description": "List the users who will receive Call Alerts for the given Source Tracker.", + "name": "copyTo", + "description": "Copies a single sheet from a spreadsheet to another spreadsheet.", "isHidden": false }, { - "name": "listUsersForSourceTrackerSmsAlerts", - "description": "List the users who will receive Text Message Alerts for the given Source Tracker.", + "name": "createSpreadsheet", + "description": "creates a new spreadsheet.", "isHidden": false }, { - "name": "listUsersForSessionTrackerCallAlerts", - "description": "List the users who will receive Call Alerts for the given Session Tracker.", + "name": "addRowsColumnsData", + "description": "Append row/rows/column/columns of data.", "isHidden": false }, { - "name": "listUsersForSessionTrackerSmsAlerts", - "description": "List the users who will receive Text Message Alerts for the given Session Tracker.", + "name": "deleteDimensionBatchRequest", + "description": "removing rows, columns and remove part of a row or column.", "isHidden": false }, { - "name": "listCalls", - "description": "Return a paginated list of all calls in the Account.", + "name": "getCellData", + "description": "Retrieve any set of cell data from a sheet and cell contents as input values (as would be entered by a user at a keyboard) and/or the outputs of formula (if numeric)", "isHidden": false }, { - "name": "updateCall", - "description": "Adds a Tag or a Note to a call.", + "name": "getMultipleCellData", + "description": "Retrieve any set of cell data including multiple ranges from a sheet and cell contents as input values (as would be entered by a user at a keyboard) and/or the outputs of formula (if numeric)", "isHidden": false }, { - "name": "listCompanies", - "description": "Returns a paginated list of the Companies in the Account.", + "name": "editCell", + "description": "Edit the content of the cell with new values.", "isHidden": false }, { - "name": "listSessionTrackers", - "description": "Return a paginated list of all the Session Trackers for the given company.", + "name": "editMultipleCell", + "description": "Edit the content of multiple cell with new values.", "isHidden": false }, { - "name": "listSourceTrackers", - "description": "Return all Source Trackers for a specific company.", + "name": "updateCellsBatchRequest", + "description": "Updates all cells in a range with new data that can be cell value, formatting.", "isHidden": false }, { - "name": "listTags", - "description": "Returns a paginated list of all tags for the given company.", + "name": "appendDimensionBatchRequest", + "description": "Append empty rows or columns at the end of the sheet.", "isHidden": false }, { - "name": "listUsers", - "description": "Returns a paginated list of all the Users in the Account.", + "name": "updateBordersBatchRequest", + "description": "Edit cell borders", "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/callrail-connector-1.0.1.zip", - "description": "callrail connector library", - "icon": "callrail.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/callrail.gif" - }, - { - "name": "campaignmonitor", - "version": "1.0.0", - "rank": 52, - "operations": [ + }, + { + "name": "repeatCellsBatchRequest", + "description": "Repeat formatting of the cell into over a range of cells.", + "isHidden": false + }, + { + "name": "mergeCellsBatchRequest", + "description": "Merge range of cells into a one cell.", + "isHidden": false + }, { - "name": "listClients", - "description": "Retrieves a list of all the clients in the account", + "name": "setDataValidationBatchRequest", + "description": "Apply data validation rule to a range.", + "isHidden": false + }, + { + "name": "copyPasteBatchRequest", + "description": "Copy cell formatting in one range and paste it into another range on the same sheet.", "isHidden": false }, { - "name": "createDraftCampaign", - "description": "Creates a draft campaign ready to be\ufffdtested as a preview\ufffdor\ufffdsent", + "name": "cutPasteBatchRequest", + "description": "cuts the one range and pastes its data, formats, formulas, and merges to the another range on the same sheet.", "isHidden": false }, { - "name": "sendCampaign", - "description": "Schedules an existing draft campaign for sending either immediately or a custom date and time in the future", + "name": "updateConditionalFormatRuleBatchRequest", + "description": "Update a conditional formatting rule or its priority.", "isHidden": false }, { - "name": "listEmailCampaignClickers", - "description": "Retrieves a paged result representing all subscribers who clicked a link in a given campaign", + "name": "addConditionalFormatRuleBatchRequest", + "description": "Establishes a new conditional formatting rule.", "isHidden": false }, { - "name": "listEmailCampaignOpeners", - "description": "Retrieves a paged result representing all subscribers who opened a given campaign", + "name": "deleteConditionalFormatRuleBatchRequest", + "description": "Delete a conditional formatting rule.", "isHidden": false }, { - "name": "createCampaignFromTemplate", - "description": "Create campaign by using a specified template.", + "name": "updateDimensionPropertiesBatchRequest", + "description": "Adjust column width or row height.", "isHidden": false }, { - "name": "listCampaigns", - "description": "Returns a list of all draft campaigns belonging to the client including from name, from email, reply to email, preview URL, ID, subject, name, and the date the draft was created", + "name": "autoResizeDimensionsBatchRequest", + "description": "Automatically resize a column.", "isHidden": false }, { - "name": "listSubscriberLists", - "description": "Returns all the subscriber lists that belong to the client, including the list name and ID", + "name": "insertDimensionBatchRequest", + "description": "Insert an empty row or column at the end or in the middle.", "isHidden": false }, { - "name": "addSubscribersToList", - "description": "Import Subscribers to list", + "name": "moveDimensionBatchRequest", + "description": "Move a row or column / range of rows or columns.", "isHidden": false }, + { + "name": "sortRangeBatchRequest", + "description": "Sort a range with multiple sorting specifications.", + "isHidden": false + } + ], + "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/3.0.0/googlespreadsheet-connector-3.0.1.zip", + "description": "WSO2 Connector library for Google Spreadsheet API Version v4", + "icon": "googlespreadsheet.png", + "icon_url": "https://mi-connectors.wso2.com/icons/googlespreadsheet.png" + }, + { + "name": "iso8583", + "version": "1.0.3", + "rank": 14, + "operations": [ { "name": "init", - "description": "Config operation", + "description": "configure ISO8583 connector.", + "isHidden": false + }, + { + "name": "sendMessage", + "description": "sendMessage (ISO8583 Message) method for ISO8583 Connector.", "isHidden": false } ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/campaignmonitor-connector-1.0.0.zip", - "description": "wso2 CampaignMonitor connector library", - "icon": "campaignmonitor.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/campaignmonitor.gif" + "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/iso8583-connector-1.0.3.zip", + "description": "wso2 connector library for ISO8583", + "icon": "iso8583.gif", + "icon_url": "https://mi-connectors.wso2.com/icons/iso8583.gif" }, { - "name": "canvas", - "version": "1.0.1", - "rank": 53, + "name": "jira", + "version": "1.0.5", + "rank": 113, "operations": [ { - "name": "createCalendarEvent", - "description": "Create and return a new calendar event.", + "name": "init", + "description": "configure jira connector", "isHidden": false }, { - "name": "listCalendarEvents", - "description": "Retrieve the list of calendar events or assignments for the current user.", + "name": "getDashboards", + "description": "get available jira dashboards", "isHidden": false }, { - "name": "getCalendarEvent", - "description": "Returns a single calendar event.", + "name": "getDashboardById", + "description": "get jira dashboard by ID", "isHidden": false }, { - "name": "init", - "description": "Canvas configuration.", + "name": "createFilter", + "description": "Creates a new filter, and returns newly created filter. Currently sets permissions just using the users default sharing permissions", "isHidden": false }, { - "name": "getCourse", - "description": "Get a single course by ID.", + "name": "deleteFilter", + "description": "Delete a filter.", "isHidden": false }, { - "name": "listCourses", - "description": "List courses created in Canvas by the Instructor identified by the Access Token.", + "name": "getFavouriteFilters", + "description": "Returns the favourite filters of the logged-in user.", "isHidden": false }, { - "name": "createCourse", - "description": "Create a new course in Canvas.", + "name": "getFilterById", + "description": "Returns a filter given an id", "isHidden": false }, { - "name": "listCourseUsers", - "description": "List users associated with a course in Canvas.", + "name": "updateFilterById", + "description": "Updates an existing filter, and returns its new value.", "isHidden": false }, { - "name": "getCourseUser", - "description": "Get a single course user by ID.", + "name": "getGroup", + "description": "Returns REST representation for the requested group", "isHidden": false }, { - "name": "createDiscussionTopic", - "description": "Create an new discussion topic for the course.", + "name": "listGroupPicker", + "description": "Returns groups with substrings matching a given query.", "isHidden": false }, { - "name": "listDiscussionTopics", - "description": "Returns the paginated list of discussion topics for this course.", + "name": "listGroupUserPicker", + "description": "Returns a list of users and groups matching query with highlighting.", "isHidden": false }, { - "name": "getDiscussionTopic", - "description": "Returns data on an individual discussion topic.", + "name": "createIssue", + "description": "creates jira issue", "isHidden": false }, { - "name": "createEntry", - "description": "Create a new entry in a discussion topic.", + "name": "getIssue", + "description": "get jira issue", "isHidden": false }, { - "name": "updateEntry", - "description": "Update an existing discussion entry.", + "name": "updateIssue", + "description": "update jira issue", "isHidden": false }, { - "name": "listEntries", - "description": "Retrieve a paginated list of discussion entries.", + "name": "updateIssueAssignee", + "description": "update jira issue assinee", "isHidden": false }, { - "name": "deleteEntry", - "description": "Delete a discussion entry.", + "name": "getTransitions", + "description": "get transitions for the requested jira", "isHidden": false }, { - "name": "search", - "description": "Search entities in Canvas like courses, users, groups etc.", + "name": "doTransition", + "description": "change transitions for the requested jira", "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/canvas-connector-1.0.1.zip", - "description": "wso2 canvas connector library", - "icon": "canvas.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/canvas.gif" - }, - { - "name": "capsulecrm", - "version": "1.0.0", - "rank": 54, - "operations": [ + }, { - "name": "init", - "description": "CapsuleCRM configuration.", + "name": "deleteComment", + "description": "delete comment of the given jira issue", "isHidden": false }, { - "name": "getParty", - "description": "Show a specified person or organisation.", + "name": "getComments", + "description": "get jira issue commnents", "isHidden": false }, { - "name": "listParties", - "description": "The collection of Parties on the account.", + "name": "postComment", + "description": "Posting jira issue comment", "isHidden": false }, { - "name": "addOpportunity", - "description": "Create a new opportunity attached to person or organisation.", + "name": "updateComment", + "description": "updating jira issue comment", "isHidden": false }, { - "name": "getOpportunity", - "description": "Show a specific opportunity.", + "name": "getVotesForIssue", + "description": "get vote for the requested jira", "isHidden": false }, { - "name": "listOpportunities", - "description": "The collection of opportunities on the Account.", + "name": "addAttachmentToIssueId", + "description": "Add one or more attachments to an issue.", "isHidden": false }, { - "name": "listOpportunitiesByParty", - "description": "Collection of opportunities for a specified person or organisation.", + "name": "getIssuePriorities", + "description": "Get a list of issue priorities.", "isHidden": false }, { - "name": "addCase", - "description": "Create a new case attached to a specified person or organisation.", + "name": "getIssuePriorityById", + "description": "Get information about issue priority by ID.", "isHidden": false }, { - "name": "getCase", - "description": "Retrieve a specific case.", + "name": "getIssueTypes", + "description": "Get issue types defined in the system.", "isHidden": false }, { - "name": "listCases", - "description": "Collection of cases on the account", + "name": "getIssueTypeById", + "description": "Get information about issue type by ID.", "isHidden": false }, { - "name": "listCasesByParty", - "description": "Collection of cases for a specified person or organisation.", + "name": "createBulkIssue", + "description": "Creates many issues in one bulk operation.", "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/capsulecrm-connector-1.0.0.zip", - "description": "wso2 sample connector library for CapsuleCRM", - "icon": "capsulecrm.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/capsulecrm.gif" - }, - { - "name": "cashboard", - "version": "1.0.1", - "rank": 55, - "operations": [ + }, { - "name": "createClientContact", - "description": "Create a Client contact.", + "name": "assignIssueToUser", + "description": "Assigns an issue to a user.", "isHidden": false }, { - "name": "listClientContacts", - "description": "List Client Contacts details.", + "name": "getCommentById", + "description": "Returns all comments for an issue.", "isHidden": false }, { - "name": "getClientContact", - "description": "Retrieve Client Contact.", + "name": "sendNotification", + "description": "Sends a notification (email) to the list or recipients defined in the request.", "isHidden": false }, { - "name": "addClientToCompany", - "description": "Add a client contact to a company.", + "name": "addVotesForIssue", + "description": "Cast your vote in favour of an issue.", "isHidden": false }, { - "name": "init", - "description": "Cashboard configuration.", + "name": "getWatchersForIssue", + "description": "Returns the list of watchers for the issue with the given key.", "isHidden": false }, { - "name": "createEstimate", - "description": "Create a Estimate.", + "name": "removeUserFromWatcherList", + "description": "Removes a user from an issue's watcher list.", "isHidden": false }, { - "name": "listEstimates", - "description": "List Estimates details.", + "name": "getProject", + "description": "Get Jira Project information.", "isHidden": false }, { - "name": "getEstimate", - "description": "Retrieve Estimate details.", + "name": "getAvatarsForProject", + "description": "returns all avatars which are visible for the currently logged in user. The avatars are grouped into system and custom.", "isHidden": false }, { - "name": "createLineItem", - "description": "Create a Line Item.", + "name": "deleteAvatarForProject", + "description": "Deletes avatar", "isHidden": false }, { - "name": "listLineItems", - "description": "List Line items details.", + "name": "getComponentsOfProject", + "description": "Contains a full representation of a the specified project's components.", "isHidden": false }, { - "name": "getLineItem", - "description": "Get a specific line item.", + "name": "getStatusesOfProject", + "description": "Get all issue types with valid status values for a project.", "isHidden": false }, { - "name": "createProjectList", - "description": "Create a Project list.", + "name": "getVersionsOfProject", + "description": "Contains a full representation of a the specified project's versions.", "isHidden": false }, { - "name": "listProjectLists", - "description": "List Project lists details.", + "name": "getRolesOfProject", + "description": "Contains a list of roles in this project with links to full details.", "isHidden": false }, { - "name": "getProjectList", - "description": "Retrieve Project list details.", + "name": "getRolesByIdOfProject", + "description": "Details on a given project role.", "isHidden": false }, { - "name": "changeArchiveStatus", - "description": "Change status of the project list.", + "name": "setActorsToRoleOfProject", + "description": "Set actors to a given project role.", "isHidden": false }, { - "name": "createInvoice", - "description": "Creates a new invoice.", + "name": "getUserAssignableProjects", + "description": "Returns a list of users that match the search string and can be assigned issues for all the given projects. This resource cannot be accessed anonymously.", "isHidden": false }, { - "name": "getInvoice", - "description": "Get a specific Invoice.", + "name": "searchJira", + "description": "Search jira using JQL", "isHidden": false }, { - "name": "listInvoices", - "description": "List down all the invoices.", + "name": "getUser", + "description": "Get Jira user information", "isHidden": false }, { - "name": "updateInvoice", - "description": "Updates an existing invoice.", + "name": "getUserPermissions", + "description": "Get permissions granted for current user", "isHidden": false }, { - "name": "createEmployee", - "description": "Create a new employee.", + "name": "searchAssignableUser", + "description": "Returns a list of assignable users that match the given issue.", "isHidden": false }, { - "name": "getEmployee", - "description": "Retrive an employee.", + "name": "searchIssueViewableUsers", + "description": "Given an issue key this resource will provide a list of users that match the search string and have the browse issue permission for the issue provided.", "isHidden": false }, { - "name": "listEmployees", - "description": "List down all the employees.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/cashboard-connector-1.0.1.zip", - "description": "cashboard connector library", - "icon": "cashboard.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/cashboard.gif" - }, - { - "name": "ceridiandayforce", - "version": "1.0.1", - "rank": 56, - "operations": [ - { - "name": "init", - "description": "Init operation", - "isHidden": false - }, - { - "name": "getEmployeeDetails", - "description": "Get employee details REST API", - "isHidden": false - }, - { - "name": "getEmployees", - "description": "Get employees REST API", - "isHidden": false - }, - { - "name": "postEmployee", - "description": "POST employees REST API", - "isHidden": false - }, - { - "name": "patchEmployee", - "description": "PATCH employees REST API", - "isHidden": false - }, - { - "name": "getOrgUnits", - "description": "Get Organization Units REST API", - "isHidden": false - }, - { - "name": "postOrgUnits", - "description": "Post Organization Units REST API", - "isHidden": false - }, - { - "name": "patchOrgUnits", - "description": "Patch Organization Units REST API", - "isHidden": false - }, - { - "name": "getOrgUnitDetails", - "description": "Get Organization Units Details REST API", - "isHidden": false - }, - { - "name": "getReportMetadata", - "description": "Get Organization Units REST API", - "isHidden": false - }, - { - "name": "getReportMetadataDetails", - "description": "Get Organization Units REST API", - "isHidden": false - }, - { - "name": "getReports", - "description": "Get Organization Units REST API", - "isHidden": false - }, - { - "name": "getEmployeeManagers", - "description": "Get employee Managers REST API", - "isHidden": false - }, - { - "name": "getEmployeeWorkAssignmentManagers", - "description": "Get employee Managers REST API", - "isHidden": false - }, - { - "name": "postEmployeeWorkAssignmentManagers", - "description": "Post employee Managers REST API", - "isHidden": false - }, - { - "name": "patchEmployeeWorkAssignmentManagers", - "description": "Patch employee Managers REST API", - "isHidden": false - }, - { - "name": "getDocumentManagementSecurityGroups", - "description": "Retrieve Document Management Security Groups assigned to an employee that control access to documents REST API", - "isHidden": false - }, - { - "name": "getEmployeeLocations", - "description": "Retrieve locations, and their respective authority types, that an employee manages REST API", - "isHidden": false - }, - { - "name": "postEmployeeLocations", - "description": "Assign locations and authority types for an employee to manage REST API", - "isHidden": false - }, - { - "name": "patchEmployeeLocations", - "description": "Update assigned locations and authority types for an employee to manage REST API", - "isHidden": false - }, - { - "name": "getEmployeeRoles", - "description": "Retrieve user roles assigned to an employee REST API", - "isHidden": false - }, - { - "name": "postEmployeeRoles", - "description": "Assign roles to an employee REST API", - "isHidden": false - }, - { - "name": "patchEmployeeRoles", - "description": "Update the assigned roles to an employee REST API", - "isHidden": false - }, - { - "name": "getEmployeeSSOAccounts", - "description": "Retrieve Single Sign-On (SSO) accounts of an employee REST API", - "isHidden": false - }, - { - "name": "postEmployeeSSOAccounts", - "description": "Create Single Sign-On (SSO) accounts of an employee REST API", - "isHidden": false - }, - { - "name": "patchEmployeeSSOAccounts", - "description": "Update Single Sign-On (SSO) accounts of an employee REST API", - "isHidden": false - }, - { - "name": "getUserPayAdjustCodeGroups", - "description": "Retrieve User Pay Adjustment Groups assigned to an employee. These control which pay adjustment codes the employee can assign to timesheets REST API", - "isHidden": false - }, - { - "name": "getEmployeeOrgInfo", - "description": "Get employee Organization Info REST API", - "isHidden": false - }, - { - "name": "getEmployeeWorkAssignments", - "description": "Get employee work assignments REST API", - "isHidden": false - }, - { - "name": "postEmployeeWorkAssignments", - "description": "Post employee work assignments REST API", - "isHidden": false - }, - { - "name": "patchEmployeeWorkAssignments", - "description": "Patch employee work assignments REST API", - "isHidden": false - }, - { - "name": "getEmployeeEmploymentStatuses", - "description": "Retrieve an employee's employment statuses that control how employee's pay, time-off, statutory holidays, etc. are calculated. REST API", - "isHidden": false - }, - { - "name": "postEmployeeEmploymentStatuses", - "description": "Create an employee's employment statuses that control how employee's pay, time-off, statutory holidays, etc. are calculated. REST API", - "isHidden": false - }, - { - "name": "patchEmployeeEmploymentStatuses", - "description": "Update an employee's employment statuses that control how employee's pay, time-off, statutory holidays, etc. are calculated. REST API", - "isHidden": false - }, - { - "name": "getEmployeeClockDeviceGroups", - "description": "Retrieve an employee's clock device groups that control access to the clocks the employee can punch on. REST API", - "isHidden": false - }, - { - "name": "getEmployeeCompensationSummary", - "description": "Retrieve an employee's condensed status information based on compensation changes. REST API", - "isHidden": false - }, - { - "name": "getEmployeeCourses", - "description": "Retrieve courses associated to an employee. REST API", - "isHidden": false - }, - { - "name": "getEmployeeEmploymentAgreements", - "description": "Retrieve the employment agreement information of an employee REST API", - "isHidden": false - }, - { - "name": "postEmployeeEmploymentAgreements", - "description": "Retrieve the employment agreement information of an employee REST API", - "isHidden": false - }, - { - "name": "patchEmployeeEmploymentAgreements", - "description": "Retrieve the employment agreement information of an employee REST API", - "isHidden": false - }, - { - "name": "getEmployeeEmploymentTypes", - "description": "Retrieve employee employment types (i.e: contractor, pensioner, etc.) REST API", - "isHidden": false - }, - { - "name": "getEmployeeHighlyCompensatedEmployees", - "description": "Retrieve highly compensated employee indicators REST API", - "isHidden": false - }, - { - "name": "getEmployeeHRIncidents", - "description": "Retrieve HR incidents attached to an employee REST API", - "isHidden": false - }, - { - "name": "getEmployeeLabourDefaults", - "description": "Retrieve employee labor defaults. Labor defaults specify an employee default postion, project, docket or other timesheet information. REST API", - "isHidden": false - }, - { - "name": "getEmployeeOnboardingPolicies", - "description": "Retrieve onboarding policies assigned to an employee REST API", - "isHidden": false - }, - { - "name": "postEmployeeOnboardingPolicies", - "description": "Assign onboarding policies to an employee REST API", - "isHidden": false - }, - { - "name": "patchEmployeeOnboardingPolicies", - "description": "Update the onboarding policies assigned to an employee REST API", - "isHidden": false - }, - { - "name": "getEmployeePayAdjustmentGroups", - "description": "Retrieve employee pay adjustment groups that control which pay codes can be used in an employee's timesheet REST API", - "isHidden": false - }, - { - "name": "getEmployeePayGradeRates", - "description": "Retrieve employee pay grade rates related to their position rate policies REST API", - "isHidden": false - }, - { - "name": "getEmployeePerformanceRatings", - "description": "Retrieve details on employee performance reviews REST API", - "isHidden": false - }, - { - "name": "getEmployeeProperties", - "description": "Retrieve employee properties that represent custom defined information REST API", - "isHidden": false - }, - { - "name": "postEmployeeProperties", - "description": "Create employee properties that represent custom defined information REST API", - "isHidden": false - }, - { - "name": "patchEmployeeProperties", - "description": "Update employee properties that represent custom defined information REST API", - "isHidden": false - }, - { - "name": "getEmployeeSkills", - "description": "Retrieve skills attached to an employee REST API", - "isHidden": false - }, - { - "name": "getEmployeeTrainingPrograms", - "description": "Retrieve training programs attached to an employee REST API", - "isHidden": false - }, - { - "name": "getEmployeeUnionMemberships", - "description": "Retrieve employee union membership information REST API", - "isHidden": false - }, - { - "name": "getEmployeeWorkContracts", - "description": "Retrieve work contracts used in UK to represent the employee contracted work duration REST API", - "isHidden": false - }, - { - "name": "postEmployeeWorkContracts", - "description": "Create work contracts used in UK to represent the employee contracted work duration REST API", - "isHidden": false - }, - { - "name": "patchEmployeeWorkContracts", - "description": "Update work contracts used in UK to represent the employee contracted work duration REST API", - "isHidden": false - }, - { - "name": "getEmployeeAddresses", - "description": "Retrieve addresses of an employee REST API", - "isHidden": false - }, - { - "name": "postEmployeeAddresses", - "description": "Create addresses of an employee REST API", - "isHidden": false - }, - { - "name": "patchEmployeeAddresses", - "description": "Update addresses of an employee REST API", - "isHidden": false - }, - { - "name": "getEmployeeCANFederalTaxes", - "description": "Retrieve a Canadian employee's total federal claim amount, resident status and authorized tax credits REST API", - "isHidden": false - }, - { - "name": "getEmployeeCANStateTaxes", - "description": "Retrieve a Canadian employee's total provincial claim amount, prescribed deductions and authorized tax credits REST API", - "isHidden": false - }, - { - "name": "getEmployeeCANTaxStatuses", - "description": "Retrieve a Canadian employee's provincial tax filing status (e.g. single, married) REST API", - "isHidden": false - }, - { - "name": "getEmployeeContacts", - "description": "Retrieve contacts of an employee REST API", - "isHidden": false - }, - { - "name": "postEmployeeContacts", - "description": "Create contacts of an employee REST API", - "isHidden": false - }, - { - "name": "patchEmployeeContacts", - "description": "Update contacts of an employee REST API", - "isHidden": false - }, - { - "name": "getEmployeeDirectDeposits", - "description": "Retrieve an employee's direct deposit information REST API", - "isHidden": false - }, - { - "name": "getEmployeeEmergencyContacts", - "description": "Retrieve an employee's emergency contacts REST API", - "isHidden": false - }, - { - "name": "postEmployeeEmergencyContacts", - "description": "Create an employee's emergency contacts REST API", - "isHidden": false - }, - { - "name": "patchEmployeeEmergencyContacts", - "description": "Update an employee's emergency contacts REST API", - "isHidden": false - }, - { - "name": "getEmployeeEthnicities", - "description": "Retrieve an employee's ethnicity information REST API", - "isHidden": false - }, - { - "name": "getEmployeeHealthAndWellness", - "description": "Retrieve an employee's tobacco use status REST API", - "isHidden": false - }, - { - "name": "getEmployeeMaritalStatuses", - "description": "Retrieve an employee's marital status information REST API", - "isHidden": false - }, - { - "name": "postEmployeeMaritalStatuses", - "description": "Create an employee's marital status information REST API", - "isHidden": false - }, - { - "name": "patchEmployeeMaritalStatuses", - "description": "Update an employee's marital status information REST API", - "isHidden": false - }, - { - "name": "getEmployeeUSFederalTaxes", - "description": "Retrieve a US employee's total federal claim amount, resident status and authorized tax credits REST API", - "isHidden": false - }, - { - "name": "getEmployeeUSStateTaxes", - "description": "Retrieve a US employee's total state claim amount, prescribed deductions and authorized tax credits REST API", - "isHidden": false - }, - { - "name": "getEmployeeUSTaxStatuses", - "description": "Retrieve a US employee's state tax filing status (e.g. single, married) REST API", - "isHidden": false - }, - { - "name": "getAListOfDocuments", - "description": "This request allows to retrieve the list of documents attached to an employee. The response includes the document GUID used to retrieve contents with Get Document Details REST API", - "isHidden": false - }, - { - "name": "getDocumentDetails", - "description": "This request allows to retrieve the contents of a particular document. It requires the document GUID that can be obtained with Get a List of Documents REST API", - "isHidden": false - }, - { - "name": "getAvailability", - "description": "Availabilty represents the periods an employee is available to be scheduled for work. This request allows you to retrieve a single employee's daily availability between two dates. In order to use it, an employee XRefCodes is needed. Employee XRefCodes can be retrieved with GET Employees REST API", - "isHidden": false - }, - { - "name": "getSchedules", - "description": "Retrieve the configured schedules for a single employee for every day within a defined period. In order to use this request, an employee XRefCodes is needed. Employee XRefCodes can be retrieved with GET Employees REST API", - "isHidden": false - }, - { - "name": "getTimeAwayFromWork", - "description": "Retrieve the scheduled time away from work (TAFW) periods of a single employee. In order to use this request, an employee XRefCodes is needed. Employee XRefCodes can be retrieved with GET Employees REST API", - "isHidden": false - }, - { - "name": "getEmployeePunches", - "description": "Extract the worked shift data for several employees at a time. Required parameters for the call include FilterTransactionStartTimeUTC and FilterTransactionEndTimeUTC. The system will search for all employee punch records that were modified between these two dates. The two dates must be 7 days apart or less. REST API", - "isHidden": false - }, - { - "name": "getEmployeeRawPunches", - "description": "Retrieve raw punches as they are entered at the clock REST API", - "isHidden": false - }, - { - "name": "postEmployeeRawPunches", - "description": "Insert a raw punch. This raw punch record will be treated as a punch coming from the clock and be validated against configured punch policies REST API", - "isHidden": false - }, - { - "name": "getJobPostings", - "description": "Availabilty represents the periods an employee is available to be scheduled for work. This request allows you to retrieve a single employee's daily availability between two dates. In order to use it, an employee XRefCodes is needed. Employee XRefCodes can be retrieved with GET Employees REST API", - "isHidden": false - }, - { - "name": "patchI9Order", - "description": "Update I-9 employment eligibility verification order status REST API", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/ceridiandayforce-connector-1.0.1.zip", - "description": "WSO2 CeridianDayforce connector library", - "icon": "ceridiandayforceconnector.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/ceridiandayforceconnector.gif" - }, - { - "name": "cerner", - "version": "1.0.0", - "rank": 57, - "operations": [ - { - "name": "init", - "description": "Init configuration file for CERNER Rest connector.", - "isHidden": false - }, - { - "name": "retrieveById", - "description": "Retrieve a specific resource by the ID.", - "isHidden": false - }, - { - "name": "getConformance", - "description": "The Conformance resource documents the functionality implemented using the HL7 FHIR standard.", - "isHidden": false - }, - { - "name": "searchById", - "description": "Search a specific Resource By ID.", - "isHidden": false - }, - { - "name": "searchPatient", - "description": "The Patient resource provides general demographic information about a person receiving health care services from a specific organization.", - "isHidden": false - }, - { - "name": "searchRelatedPerson", - "description": "The RelatedPerson resource provides information about a person who is involved in the care of a patient but has no formal responsibility.", - "isHidden": false - }, - { - "name": "searchImmunization", - "description": "The Immunization resource includes the view of current and historical administration of vaccinations to a patient in all health care settings.", - "isHidden": false - }, - { - "name": "searchMedicationAdministration", - "description": "The Medication Administration resource provides information about medications and vaccines administered to a patient or consumed by a patient.", - "isHidden": false - }, - { - "name": "searchMedicationStatement", - "description": "The Medication Statement resource provides a snapshot in time of known medications taken by the patient now or in the past reported by either the patient, significant other or a provider.", - "isHidden": false - }, - { - "name": "searchMedicationOrder", - "description": "The Medication Order resource provides orders for all medications along with administration instructions for a patient in both the inpatient and outpatient setting.", - "isHidden": false - }, - { - "name": "searchCarePlan", - "description": "The CarePlan resource describes the intentions of how one or more practitioners plan to deliver care to a specific patient.", - "isHidden": false - }, - { - "name": "searchGoal", - "description": "The Goal resource describes intended objectives for a patient.", - "isHidden": false - }, - { - "name": "searchAllergyIntolerance", - "description": "The AllergyIntolerance resource provides the clinical assessment of a patient\u2019s allergy or intolerance.", - "isHidden": false - }, - { - "name": "searchCondition", - "description": "The Condition resource is used to record details about a patient\u2019s problems, diagnoses, or other health matters that are concerning.", - "isHidden": false - }, - { - "name": "searchProcedure", - "description": "The Procedure resource returns current and historical procedures performed on a patient.", - "isHidden": false - }, - { - "name": "searchDiagnosticReport", - "description": "The DiagnosticReport resource typically provides a textual set of information and interpretation after performing a diagnostic service or procedure.", - "isHidden": false - }, - { - "name": "searchObservation", - "description": "The Observation resource provides measurements or simple assertions about a patient.", - "isHidden": false - }, - { - "name": "searchSchedule", - "description": "The Schedule resource provides a time period (planning horizon) where time slots are defined for booking an appointment.", - "isHidden": false - }, - { - "name": "searchSlot", - "description": "The Slot resource returns time slots from a schedule which are available for booking an appointment.", - "isHidden": false - }, - { - "name": "searchAppointment", - "description": "The Appointment resource provides information about scheduled appointments.", - "isHidden": false - }, - { - "name": "searchDevice", - "description": "The Device resource currently exposes the known implant history for a patient at this site.", - "isHidden": false - }, - { - "name": "searchNewEncounter", - "description": "The Encounter resource provides admissions or visits during which health care services were provided to a patient.", - "isHidden": false - }, - { - "name": "searchPerson", - "description": "The Person resource identifies an individual outside of a specific health care context providing a mechanism to link person resources across different facilities or organizations.", - "isHidden": false - }, - { - "name": "searchContract", - "description": "The Contract resource is currently limited to representing people who are authorized to view a patient\u2019s data.", - "isHidden": false - }, - { - "name": "searchBinary", - "description": "The Binary resource can contain any clinical content such as text, images, and PDFs. This resource is currently limited to Continuity of Care Documents (CCD), clinical documents, and diagnostic reports.", - "isHidden": false - }, - { - "name": "searchDocumentReference", - "description": "The DocumentReference resource is used to reference a clinical document for a patient within the health system.", - "isHidden": false - }, - { - "name": "searchPractitioner", - "description": "The Practitioner resource provides information about a person formally involved in the care of a patient on behalf of a healthcare facility.", - "isHidden": false - }, - { - "name": "create", - "description": "Creates a new Resource in the server-specified location.", - "isHidden": false - }, - { - "name": "update", - "description": "Update a particular resource with provided details.", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/cerner-connector-1.0.0.zip", - "description": "WSO2 connector for CERNER Millennium API", - "icon": "cerner.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/cerner.gif" - }, - { - "name": "chargebee", - "version": "1.0.1", - "rank": 58, - "operations": [ - { - "name": "init", - "description": "ChargeBee configuration.", - "isHidden": false - }, - { - "name": "createCoupon", - "description": "Creates a coupon", - "isHidden": false - }, - { - "name": "listCoupons", - "description": "List all coupons", - "isHidden": false - }, - { - "name": "getCoupon", - "description": "Retrieve coupon details for the given couponId", - "isHidden": false - }, - { - "name": "createCustomer", - "description": "Creates a new customer", - "isHidden": false - }, - { - "name": "listCustomers", - "description": "List all customers", - "isHidden": false - }, - { - "name": "getCustomer", - "description": "Retrieve single customer for a given customerId", - "isHidden": false - }, - { - "name": "listEvents", - "description": "List all events", - "isHidden": false - }, - { - "name": "listInvoices", - "description": "List all invoices", - "isHidden": false - }, - { - "name": "createPlan", - "description": "Creates a plan", - "isHidden": false - }, - { - "name": "listPlans", - "description": "List all plans", - "isHidden": false - }, - { - "name": "getPlan", - "description": "Retrieve plan details for the given planId", - "isHidden": false - }, - { - "name": "createSubscriptionForCustomer", - "description": "Creates a new subscription for an existing customer", - "isHidden": false - }, - { - "name": "listSubscriptions", - "description": "List all subscriptions", - "isHidden": false - }, - { - "name": "getSubscription", - "description": "Retrieve single subscription for a given subscriptionId", - "isHidden": false - }, - { - "name": "updateSubscription", - "description": "Update an existing subscription", - "isHidden": false - }, - { - "name": "cancelSubscription", - "description": "Cancel a subscription", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/chargebee-connector-1.0.1.zip", - "description": "chargebee connector library", - "icon": "chargebee.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/chargebee.gif" - }, - { - "name": "clevertimcrm", - "version": "1.0.1", - "rank": 59, - "operations": [ - { - "name": "init", - "description": "Clevertim configuration.", - "isHidden": false - }, - { - "name": "listCases", - "description": "Retrieves all Cases.", - "isHidden": false - }, - { - "name": "createCase", - "description": "Creates a Case.", - "isHidden": false - }, - { - "name": "updateCase", - "description": "Updates a Case.", - "isHidden": false - }, - { - "name": "listComments", - "description": "Retrieves all comments.", - "isHidden": false - }, - { - "name": "createComment", - "description": "Adds a new comment.", - "isHidden": false - }, - { - "name": "listContacts", - "description": "Retrieves all contacts.", - "isHidden": false - }, - { - "name": "createContact ", - "description": "Creates a new contact.", - "isHidden": false - }, - { - "name": "listNotes", - "description": "Retrieves all notes.", - "isHidden": false - }, - { - "name": "createNote", - "description": "Adds a new note.", - "isHidden": false - }, - { - "name": "updateNote", - "description": "Updates a note.", - "isHidden": false - }, - { - "name": "listOpportunities", - "description": "Retrieves all Opportunities.", - "isHidden": false - }, - { - "name": "createOpportunity", - "description": "Creates an Opportunity.", - "isHidden": false - }, - { - "name": "updateOpportunity", - "description": "Updates an Opportunity.", - "isHidden": false - }, - { - "name": "listTasks", - "description": "Updates an Opportunity.", - "isHidden": false - }, - { - "name": "createTask", - "description": "Creates a new Task.", - "isHidden": false - }, - { - "name": "updateTask", - "description": "Updates a Task.", - "isHidden": false - }, - { - "name": "createCompany", - "description": "Create a Company.", - "isHidden": false - }, - { - "name": "listCompanies", - "description": "Get all companies.", - "isHidden": false - }, - { - "name": "getCompany", - "description": "Get specific company.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/clevertimcrm-connector-1.0.1.zip", - "description": "clevertimCRM connector library", - "icon": "clevertimcrm.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/clevertimcrm.gif" - }, - { - "name": "cliniko", - "version": "1.0.1", - "rank": 60, - "operations": [ - { - "name": "getSettings", - "description": "Get all the settings of the authenticated account.", - "isHidden": false - }, - { - "name": "createAppointment", - "description": "Create a new appointment in Cliniko account using the provided Parameters.", - "isHidden": false - }, - { - "name": "updateAppointment", - "description": "Update details of the appointment identified by the provided appointment ID.", - "isHidden": false - }, - { - "name": "getAppointment", - "description": "Retrieve details of a appointment identified by the provided appointment ID.", - "isHidden": false - }, - { - "name": "listAppointments", - "description": "Retrieve a list of appointments from Cliniko account.", - "isHidden": false - }, - { - "name": "listCancelledAppointments", - "description": "Retrieve a list of cancelled appointments from Cliniko account.", - "isHidden": false - }, - { - "name": "getMedicalAlert", - "description": "Retrieve details of a medical alert identified by the provided medical alert ID.", - "isHidden": false - }, - { - "name": "listMedicalAlerts", - "description": "Retrieve a list of medical alerts from Cliniko account.", - "isHidden": false - }, - { - "name": "updateMedicalAlert", - "description": "Update details of the medical alert identified by the provided medical alert ID.", - "isHidden": false - }, - { - "name": "createMedicalAlert", - "description": "Create a new medical Alert.", - "isHidden": false - }, - { - "name": "getPractitioner", - "description": "Retrieve details of a practitioner identified by the provided practitioner ID.", - "isHidden": false - }, - { - "name": "listPractitioners", - "description": "Retrieve a list of practitioners from Cliniko account.", - "isHidden": false - }, - { - "name": "createPatient", - "description": "Create a new patient in Cliniko account using the provided Parameters.", - "isHidden": false - }, - { - "name": "getPatient", - "description": "Retrieve details of a patient identified by the provided patient ID.", - "isHidden": false - }, - { - "name": "listPatients", - "description": "Retrieve a list of patients from Cliniko account.", - "isHidden": false - }, - { - "name": "listAppointmentTypes", - "description": "Retrieve a list of different types of appointments the business offers.", - "isHidden": false - }, - { - "name": "getAppointmentType", - "description": "Retrieve details of the appointment type identified by the provided appointment type ID.", - "isHidden": false - }, - { - "name": "listAvailableTimes", - "description": "Get a list of available times for the practitioner identified by the practitionerId.", - "isHidden": false - }, - { - "name": "getNextAvailableTime", - "description": "Get the next available time slot for the practitioner identified by the practitionerId.", - "isHidden": false - }, - { - "name": "getProduct", - "description": "Retrieve details of a product identified by the provided product ID.", - "isHidden": false - }, - { - "name": "listProducts", - "description": "Retrieve a list of products from Cliniko account.", - "isHidden": false - }, - { - "name": "getInvoice", - "description": "Retrieve details of an invoice identified by the provided invoice ID.", - "isHidden": false - }, - { - "name": "listInvoices", - "description": "Retrieve a list of invoices from Cliniko account.", - "isHidden": false - }, - { - "name": "init", - "description": "Common method having the configurations applicable to all the business methods in the Connector.", - "isHidden": false - }, - { - "name": "getBusiness", - "description": "Retrieve details of a business identified by the provided business ID.", - "isHidden": false - }, - { - "name": "listBusinesses", - "description": "Retrieve a list of businesses from Cliniko account.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/cliniko-connector-1.0.1.zip", - "description": "WSO2 ESB Connector Library for Cliniko API.", - "icon": "cliniko.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/cliniko.gif" - }, - { - "name": "clio", - "version": "1.0.1", - "rank": 61, - "operations": [ - { - "name": "getBill", - "description": "Retrieve details of a bill identified by the provided bill ID.", - "isHidden": false - }, - { - "name": "listBills", - "description": "Retrieve a List of bills from Clio account.", - "isHidden": false - }, - { - "name": "createMatter", - "description": "Create a new matter in Clio account using the provided Parameters.", - "isHidden": false - }, - { - "name": "getMatter", - "description": "Retrieve details of a matter identified by the provided matter ID.", - "isHidden": false - }, - { - "name": "listMatters", - "description": "Retrieve a List of matters from Clio account.", - "isHidden": false - }, - { - "name": "createTask", - "description": "Create a new task in Clio account using the provided Parameters.", - "isHidden": false - }, - { - "name": "getTask", - "description": "Retrieve details of a task identified by the provided task ID.", - "isHidden": false - }, - { - "name": "listTasks", - "description": "Retrieve a List of tasks from Clio account.", - "isHidden": false - }, - { - "name": "updateTask", - "description": "Update details of the task identified by the provided task ID.", - "isHidden": false - }, - { - "name": "init", - "description": "Common Method having the configurations applicable to all the Methods in the Connector.", - "isHidden": false - }, - { - "name": "createContact", - "description": "Create a new contact in Clio account using the provided Parameters.", - "isHidden": false - }, - { - "name": "getContact", - "description": "Retrieve details of a contact identified by the provided contact ID.", - "isHidden": false - }, - { - "name": "listContacts", - "description": "Retrieve a List of contacts from Clio account.", - "isHidden": false - }, - { - "name": "updateContact", - "description": "Update details of the contact identified by the provided contact ID.", - "isHidden": false - }, - { - "name": "getUser", - "description": "Retrieve details of a user identified by the provided user ID.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/clio-connector-1.0.1.zip", - "description": "WSO2 ESB Connector Library for Clio.", - "icon": "clio.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/clio.gif" - }, - { - "name": "companieshouse", - "version": "1.0.3", - "rank": 62, - "operations": [ - { - "name": "init", - "description": "Init operation", - "isHidden": false - }, - { - "name": "searchcompanies", - "description": "Search companies in company house lookup connector method", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/companieshouse-connector-1.0.3.zip", - "description": "WSO2 Connector for Companies house", - "icon": "companieshouse.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/companieshouse.gif" - }, - { - "name": "concur", - "version": "1.0.1", - "rank": 63, - "operations": [ - { - "name": "init", - "description": "Config operation.", - "isHidden": false - }, - { - "name": "getExpenseEntry", - "description": "Returns an expense entry by ID.", - "isHidden": false - }, - { - "name": "getAllExpenseEntries", - "description": "Returns all expense entries owned by the user.", - "isHidden": false - }, - { - "name": "deleteExpenseEntry", - "description": "Deletes the specified expense entry.", - "isHidden": false - }, - { - "name": "createExpenseEntry", - "description": "Creates a new expense entry.", - "isHidden": false - }, - { - "name": "getAllQuickExpenses", - "description": "Gets all quick expenses.", - "isHidden": false - }, - { - "name": "getQuickExpense", - "description": "Get a single quick expense by QuickExpense ID.", - "isHidden": false - }, - { - "name": "createQuickExpense", - "description": "Create a new quick expense.", - "isHidden": false - }, - { - "name": "updateQuickExpense", - "description": "Update a quick expense by QuickExpense ID.", - "isHidden": false - }, - { - "name": "deleteQuickExpense", - "description": "Delete a quick expense by QuickExpense ID.", - "isHidden": false - }, - { - "name": "getReceiptIdsForUser", - "description": "Get all receipt IDs by user.", - "isHidden": false - }, - { - "name": "getReceiptImageURL", - "description": "Get a receipt image URL.", - "isHidden": false - }, - { - "name": "createReceiptImage", - "description": "Create a new receipt image.", - "isHidden": false - }, - { - "name": "deleteReceiptImage", - "description": "Delete a receipt image by ID.", - "isHidden": false - }, - { - "name": "getAllAttendeeTypes", - "description": "Gets all attendee types.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/concur-connector-1.0.1.zip", - "description": "Concur connector libraries", - "icon": "concur.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/concur.gif" - }, - { - "name": "confluence", - "version": "2.0.1", - "rank": 64, - "operations": [ - { - "name": "init", - "description": "Config operation.", - "isHidden": false - }, - { - "name": "getAttachment", - "description": "Returns a paginated list of attachment Content entities within a single container.", - "isHidden": false - }, - { - "name": "listContent", - "description": "Returns a paginated list of Content .", - "isHidden": false - }, - { - "name": "updateContent", - "description": "Updates a piece of Content, including changes to content status.", - "isHidden": false - }, - { - "name": "getContent", - "description": "Returns a piece of Content.", - "isHidden": false - }, - { - "name": "returnContentHistory", - "description": "Returns the history of a particular piece of content.", - "isHidden": false - }, - { - "name": "search", - "description": "Fetch a list of content using the Confluence Query Language.", - "isHidden": false - }, - { - "name": "getContentChildren", - "description": "Returns a map of the direct children of a piece of Content.", - "isHidden": false - }, - { - "name": "listContentComments", - "description": "Returns the comments of a content .", - "isHidden": false - }, - { - "name": "listContentProperties", - "description": "Returns a paginated list of content properties.", - "isHidden": false - }, - { - "name": "getContentProperty", - "description": "Returns a content property.", - "isHidden": false - }, - { - "name": "createNewContentProperty", - "description": "Creates a new content property.", - "isHidden": false - }, - { - "name": "getContentLabels", - "description": "Returns the list of labels on a piece of Content.", - "isHidden": false - }, - { - "name": "addContentLabels", - "description": "Adds a list of labels to the specified content.", - "isHidden": false - }, - { - "name": "removeContentLabel", - "description": "Deletes a labels to the specified content.", - "isHidden": false - }, - { - "name": "listOperationRestrictions", - "description": "Returns info about all restrictions by operation.", - "isHidden": false - }, - { - "name": "getSpaceInfo", - "description": "Returns information about a number of spaces .", - "isHidden": false - }, - { - "name": "createSpace", - "description": "Creates a new Space.", - "isHidden": false - }, - { - "name": "listLongRunningTasks", - "description": "Returns information about all tracked long-running tasks.", - "isHidden": false - }, - { - "name": "getLongRunningTask", - "description": "Returns information about a long-running task.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/2.0.0/confluence-connector-2.0.1.zip", - "description": "WSO2 ESB Connector Library for Confluence API.", - "icon": "confluence.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/confluence.gif" - }, - { - "name": "constantcontact", - "version": "1.0.1", - "rank": 65, - "operations": [ - { - "name": "init", - "description": "Constant contact configuration.", - "isHidden": false - }, - { - "name": "createCampaign", - "description": "Create a campaign.", - "isHidden": false - }, - { - "name": "getCampaignById", - "description": "Get details of a campaign.", - "isHidden": false - }, - { - "name": "listCampaigns", - "description": "Get the campaign list.", - "isHidden": false - }, - { - "name": "createContact", - "description": "Create a contact.", - "isHidden": false - }, - { - "name": "getContactById", - "description": "Get details of a contact by ID.", - "isHidden": false - }, - { - "name": "updateContact", - "description": "Update an existing contact.", - "isHidden": false - }, - { - "name": "createContactList", - "description": "Create a new conatact list.", - "isHidden": false - }, - { - "name": "listContactLists", - "description": "Get contact lists.", - "isHidden": false - }, - { - "name": "getContactListById", - "description": "Get details of a contact list.", - "isHidden": false - }, - { - "name": "listContactsInaList", - "description": "Get detalis of a contacts in a contact list.", - "isHidden": false - }, - { - "name": "createSchedule", - "description": "Create a schedule.", - "isHidden": false - }, - { - "name": "getSchedule", - "description": "Get the schedule in the campaign.", - "isHidden": false - }, - { - "name": "listCampaignClickers", - "description": "Get list of clicks of the campaign.", - "isHidden": false - }, - { - "name": "listCampaignOpeners", - "description": "Get the list of openers of the campaign.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/constantcontact-connector-1.0.1.zip", - "description": "wso2 connector library for Constant Contact", - "icon": "constantcontact.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/constantcontact.gif" - }, - { - "name": "cmis", - "version": "1.0.0", - "rank": 66, - "operations": [ - { - "name": "init", - "description": "configure cmis connector", - "isHidden": false - }, - { - "name": "getAllowableActions", - "description": "get allowable actions details", - "isHidden": false - }, - { - "name": "getProperties", - "description": "get properties details", - "isHidden": false - }, - { - "name": "getRepositories", - "description": "get all repositories details", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/cmis-connector-1.0.0.zip", - "description": "CMIS version 1.1 connector", - "icon": "contentmanagementinteroperabilityservices.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/contentmanagementinteroperabilityservices.gif" - }, - { - "name": "creatiocrm", - "version": "1.0.0", - "rank": 8, - "operations": [ - { - "name": "init", - "description": "Initial configuration file for Creatio CRM connector", - "isHidden": false - }, - { - "name": "callWithRetry", - "description": "Templating the retry call", - "isHidden": false - }, - { - "name": "callOptions", - "description": "Templating the http call types GET, PUT, POST, DELETE etc.", - "isHidden": false - }, - { - "name": "creatioCRMRequestHeader", - "description": "Creatio CRM APIs headers", - "isHidden": false - }, - { - "name": "authSession", - "description": "Creatio CRM APIs headers", - "isHidden": false - }, - { - "name": "contactCreate", - "description": "Create the contact", - "isHidden": false - }, - { - "name": "contactGet", - "description": "get the Contact using ID", - "isHidden": false - }, - { - "name": "contactDelete", - "description": "Delete the contact using ID", - "isHidden": false - }, - { - "name": "contactUpdate", - "description": "Update the contact", - "isHidden": false - }, - { - "name": "caseCreate", - "description": "Create the Case", - "isHidden": false - }, - { - "name": "caseGet", - "description": "get the Case using ID", - "isHidden": false - }, - { - "name": "caseDelete", - "description": "Delete the Case using ID", - "isHidden": false - }, - { - "name": "caseUpdate", - "description": "Update the Case", - "isHidden": false - }, - { - "name": "accountCreate", - "description": "Create the account", - "isHidden": false - }, - { - "name": "accountGet", - "description": "get the account using ID", - "isHidden": false - }, - { - "name": "accountDelete", - "description": "Delete the account using ID", - "isHidden": false - }, - { - "name": "accountUpdate", - "description": "Update the account", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/creatiocrm-connector-1.0.0.zip", - "description": "wso2 connector for creatiocrm REST API", - "icon": "creatioconnector.png", - "icon_url": "https://mi-connectors.wso2.com/icons/creatioconnector.png" - }, - { - "name": "CSV", - "version": "1.0.5", - "rank": 3, - "operations": [ - { - "name": "csvToCsv", - "description": "Transform a CSV payload", - "isHidden": false - }, - { - "name": "csvToJson", - "description": "Convert CSV to Json", - "isHidden": false - }, - { - "name": "csvToXml", - "description": "Convert CSV to XML", - "isHidden": false - }, - { - "name": "jsonToCsv", - "description": "Convert Json to CSV", - "isHidden": false - }, - { - "name": "xmlToCsv", - "description": "Transform XML to CSV", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/CSV-connector-1.0.5.zip", - "description": "WSO2 CSV Module", - "icon": "csvmodule.png", - "icon_url": "https://mi-connectors.wso2.com/icons/csvmodule.png" - }, - { - "name": "delicious", - "version": "1.0.1", - "rank": 67, - "operations": [ - { - "name": "init", - "description": "Login delicious configuration", - "isHidden": false - }, - { - "name": "getAllPosts", - "description": "Get all bookmarks", - "isHidden": false - }, - { - "name": "addNewPost", - "description": "Add new bookmark", - "isHidden": false - }, - { - "name": "lastUpdatedTime", - "description": "Returns the last updated time", - "isHidden": false - }, - { - "name": "deletePost", - "description": "Delete post by URL", - "isHidden": false - }, - { - "name": "getPosts", - "description": "Returns one or more posts", - "isHidden": false - }, - { - "name": "getRecentPosts", - "description": "Returns a list of the most recent posts", - "isHidden": false - }, - { - "name": "getAllPostsDates", - "description": "Returns a list of dates with the number of posts at each date", - "isHidden": false - }, - { - "name": "suggestPopularTags", - "description": "Returns a list of popular tags, recommended tags and network tags for a user", - "isHidden": false - }, - { - "name": "postAllHashes", - "description": "Returns a change manifest of all posts", - "isHidden": false - }, - { - "name": "allTagsBundles", - "description": "Retrieve all of a user\u2019s bundles", - "isHidden": false - }, - { - "name": "setTagsBundles", - "description": "Assign a set of tags to a single bundle, wipes away previous settings for bundle", - "isHidden": false - }, - { - "name": "deleteTagsBundles", - "description": "Delete a tag bundle", - "isHidden": false - }, - { - "name": "getTags", - "description": "Returns a list of tags and number of times used by a user", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/delicious-connector-1.0.1.zip", - "description": "synapse library for delicious connector", - "icon": "delicious.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/delicious.gif" - }, - { - "name": "deputy", - "version": "1.0.1", - "rank": 68, - "operations": [ - { - "name": "init", - "description": "Deputy configuration.", - "isHidden": false - }, - { - "name": "createEmployee", - "description": "Create an employee in the Deputy API.", - "isHidden": false - }, - { - "name": "updateEmployee", - "description": "Update an existing employee.", - "isHidden": false - }, - { - "name": "createLeave", - "description": "Add a leave for an employee.", - "isHidden": false - }, - { - "name": "getLeave", - "description": "Retrieve a particular leave.", - "isHidden": false - }, - { - "name": "createRoster", - "description": "Create a roster for the employee.", - "isHidden": false - }, - { - "name": "updateRoster", - "description": "Update an existing roster.", - "isHidden": false - }, - { - "name": "getObject", - "description": "Retrieve Any Resource Object.", - "isHidden": false - }, - { - "name": "queryObject", - "description": "Query Any Resource Object.", - "isHidden": false - }, - { - "name": "updateObject", - "description": "Update Any Resource Object.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/deputy-connector-1.0.1.zip", - "description": "wso2 connector library for Deputy", - "icon": "deputy.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/deputy.gif" - }, - { - "name": "disqus", - "version": "1.0.1", - "rank": 69, - "operations": [ - { - "name": "getCategoryDetails", - "description": "Get details about a category identified by category ID.", - "isHidden": false - }, - { - "name": "listCategories", - "description": "List categories belonging to a Forum identified by Forum ID.", - "isHidden": false - }, - { - "name": "getForumDetails", - "description": "Get details about a specific forum identified by Forum ID.", - "isHidden": false - }, - { - "name": "listForumUsers", - "description": "List users belonging to a Forum identified by Forum ID.", - "isHidden": false - }, - { - "name": "listPosts", - "description": "List Posts made by a User OR created within a Forum OR created under a Category based on the inputs provided.", - "isHidden": false - }, - { - "name": "getPost", - "description": "Get a Post by ID.", - "isHidden": false - }, - { - "name": "listThreads", - "description": "List Posts beloning to a Forum OR to a category based on the inputs provided.", - "isHidden": false - }, - { - "name": "subscribe", - "description": "Subscribe or Unsubscribe to a Thread in Disqus Forum.", - "isHidden": false - }, - { - "name": "getThreadDetails", - "description": "Get a Thread by ID.", - "isHidden": false - }, - { - "name": "createThread", - "description": "Create a Thread in a Forum.", - "isHidden": false - }, - { - "name": "init", - "description": "Common Method having the configurations applicable to all the Methods in the Connector.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/disqus-connector-1.0.1.zip", - "description": "WSO2 ESB Connector Library for Disqus.", - "icon": "disqus.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/disqus.gif" - }, - { - "name": "documentum", - "version": "1.0.0", - "rank": 24, - "operations": [ - { - "name": "init", - "description": "Init operation", - "isHidden": true - }, - { - "name": "callOptions", - "description": "Templating the http call types GET, POST, etc", - "isHidden": true - }, - { - "name": "createfolder", - "description": "Create Folder Documentum connector method", - "isHidden": false - }, - { - "name": "deletefolder", - "description": "Delete Folder Documentum connector method", - "isHidden": false - }, - { - "name": "findfolder", - "description": "Finding Folder Documentum connector method", - "isHidden": false - }, - { - "name": "getcabinets", - "description": "Get Cabinets For Documentum connector method", - "isHidden": false - }, - { - "name": "findcabinet", - "description": "Find Cabinets For Documentum connector method", - "isHidden": false - }, - { - "name": "createcabinet", - "description": "Create Cabinets For Documentum connector method", - "isHidden": false - }, - { - "name": "deletecabinet", - "description": "Remove Cabinets For Documentum connector method", - "isHidden": false - }, - { - "name": "createdocument", - "description": "Create Document For Documentum connector method", - "isHidden": false - }, - { - "name": "finddocuments", - "description": "Find Document For Documentum connector method", - "isHidden": false - }, - { - "name": "deletedocument", - "description": "Delete Document For Documentum connector method", - "isHidden": false - }, - { - "name": "addcontenttodocument", - "description": "Add content to object For Documentum connector method", - "isHidden": false - }, - { - "name": "createcontentfuldocument", - "description": "Create and Add content to object For Documentum connector method", - "isHidden": false - }, - { - "name": "getdocumentcontent", - "description": "Get Document content For Documentum connector method", - "isHidden": false - }, - { - "name": "createacl", - "description": "Create ACL For Documentum connector method", - "isHidden": false - }, - { - "name": "applyacl", - "description": "Find ACL For Documentum connector method", - "isHidden": false - }, - { - "name": "deleteacl", - "description": "Delete ACL For Documentum connector method", - "isHidden": false - }, - { - "name": "getallacls", - "description": "Get ACLs For Documentum connector method", - "isHidden": false - }, - { - "name": "findsysobject", - "description": "Find Sys Object for Documentum connector method", - "isHidden": false - }, - { - "name": "deleteallversion", - "description": "Delete ALL Version For Documentum connector method", - "isHidden": false - }, - { - "name": "getcurrentversion", - "description": "Get Current Version For Documentum connector method", - "isHidden": false - }, - { - "name": "getallversion", - "description": "Get ALL Versions For Documentum connector method", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/documentum-connector-1.0.0.zip", - "description": "WSO2 documentum connector library", - "icon": "documentum.png", - "icon_url": "https://mi-connectors.wso2.com/icons/documentum.png" - }, - { - "name": "docusign", - "version": "1.0.9", - "rank": 70, - "operations": [ - { - "name": "init", - "description": "Initial configuration file for docuSign rest connector.", - "isHidden": false - }, - { - "name": "getOAuthToken", - "description": "Creates an authorization token.", - "isHidden": false - }, - { - "name": "revokeOAuthToken", - "description": "Revoking the Access Token.", - "isHidden": false - }, - { - "name": "getLoginInformation", - "description": "Get login information for a specified user.", - "isHidden": false - }, - { - "name": "ping", - "description": "To view the base resources available for a version.", - "isHidden": false - }, - { - "name": "getEnvelope", - "description": "Retrieves the overall status for the specified envelope.", - "isHidden": false - }, - { - "name": "createEnvelopeFromDocument", - "description": "Create and send an envelope with documents, recipients, tabs.", - "isHidden": false - }, - { - "name": "createEnvelopeFromTemplate", - "description": "Create and send an envelope from a template.", - "isHidden": false - }, - { - "name": "createEnvelope", - "description": "Create and send an envelope from a combination of documents and templates.", - "isHidden": false - }, - { - "name": "sendDraftEnvelope", - "description": "Send draft envelope.", - "isHidden": false - }, - { - "name": "createEnvelopeWithMultiformData", - "description": "Create an envelope with multipart/form-data", - "isHidden": false - }, - { - "name": "listEnvelopeDocuments", - "description": "Gets a list of envelope documents.", - "isHidden": false - }, - { - "name": "getDocumentFromAnEnvelope", - "description": "Retrieves the specified document from the envelope.", - "isHidden": false - }, - { - "name": "envelopeDocumentsUpdateList", - "description": "Adds one or more documents to an existing envelope document.", - "isHidden": false - }, - { - "name": "listRecipientsInEnvelope", - "description": "Retrieves the status of all recipients in a single envelope.", - "isHidden": false - }, - { - "name": "updateRecipients", - "description": "Updates recipients in a draft envelope or corrects recipient information for an in process envelope.", - "isHidden": false - }, - { - "name": "createRecipient", - "description": "Returns a URL to the recipient view UI", - "isHidden": false - }, - { - "name": "listTemplates", - "description": "Retrieves the list of templates for the specified account.", - "isHidden": false - }, - { - "name": "getTemplate", - "description": "Retrieves the definition of the specified template.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/docusign-connector-1.0.9.zip", - "description": "WSO2 ESB Connector Library for docuSign API.", - "icon": "docusign.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/docusign.gif" - }, - { - "name": "dropbox", - "version": "2.0.0", - "rank": 71, - "operations": [ - { - "name": "init", - "description": "Configuration file.", - "isHidden": false - }, - { - "name": "getMetadata", - "description": "Retrieves file and folder metadata", - "isHidden": false - }, - { - "name": "listRevisions", - "description": "Returns revisions of a file.", - "isHidden": false - }, - { - "name": "search", - "description": "Returns metadata for all files and folders whose filename contains the given search string as a substring", - "isHidden": false - }, - { - "name": "copy", - "description": "Copies a file or folder to a new location.", - "isHidden": false - }, - { - "name": "download", - "description": "Downloads a file from a user's Dropbox.", - "isHidden": false - }, - { - "name": "createFolder", - "description": "Creates a folder.", - "isHidden": false - }, - { - "name": "delete", - "description": "Deletes a file or folder.", - "isHidden": false - }, - { - "name": "move", - "description": "Moves a file or folder to a new location.", - "isHidden": false - }, - { - "name": "restoreFile", - "description": "Restores a file path to a previous revision.", - "isHidden": false - }, - { - "name": "getTemporaryLink", - "description": "Get a temporary link to stream content of a file.", - "isHidden": false - }, - { - "name": "createSharedLinkWithSettings", - "description": "Creates a shared link with custom settings.", - "isHidden": false - }, - { - "name": "uploadFile", - "description": "Upload file to dropbox.", - "isHidden": false - }, - { - "name": "startUploadSession", - "description": "Upload file to dropbox.", - "isHidden": false - }, - { - "name": "appendToUploadSession", - "description": "Append more data to an upload session.", - "isHidden": false - }, - { - "name": "finishUploadSession", - "description": "Finish an upload session and save the uploaded data to the given file path.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/2.0.0/dropbox-connector-2.0.0.zip", - "description": "dropbox connector libraries", - "icon": "dropbox.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/dropbox.gif" - }, - { - "name": "drupal", - "version": "1.0.1", - "rank": 72, - "operations": [ - { - "name": "createComment", - "description": "Create a comment.", - "isHidden": false - }, - { - "name": "listComments", - "description": "List all comments.", - "isHidden": false - }, - { - "name": "getComment", - "description": "Retrieve a comment.", - "isHidden": false - }, - { - "name": "init", - "description": "Config operation.", - "isHidden": false - }, - { - "name": "createFile", - "description": "Create a file with base64 encoded data.", - "isHidden": false - }, - { - "name": "listFiles", - "description": "List all files.", - "isHidden": false - }, - { - "name": "getFile", - "description": "Retrieve a file.", - "isHidden": false - }, - { - "name": "createNode", - "description": "Create a node.", - "isHidden": false - }, - { - "name": "listNodes", - "description": "List all nodes.", - "isHidden": false - }, - { - "name": "getNode", - "description": "Retrieve a node.", - "isHidden": false - }, - { - "name": "updateNode", - "description": "Update a node.", - "isHidden": false - }, - { - "name": "listNodeAttachments", - "description": "Retrieve files associated with a node.", - "isHidden": false - }, - { - "name": "listUsers", - "description": "List all Users.", - "isHidden": false - }, - { - "name": "getUser", - "description": "Retrieve a user.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/drupal-connector-1.0.1.zip", - "description": "WSO2 ESB Connector Library for Drupal API.", - "icon": "drupal.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/drupal.gif" - }, - { - "name": "ebay", - "version": "1.0.1", - "rank": 73, - "operations": [ - { - "name": "init-trading", - "description": "Config operation for Trading API", - "isHidden": false - }, - { - "name": "init-shopping", - "description": "Config operation for Shopping API", - "isHidden": false - }, - { - "name": "getStore", - "description": "Used to list the existing custom categories.", - "isHidden": false - }, - { - "name": "setStoreCategories", - "description": "Used to change the category configuration of a user's eBay store", - "isHidden": false - }, - { - "name": "addItem", - "description": "Creates and publishes a new item and lists it on an eBay site.", - "isHidden": false - }, - { - "name": "getAdFortmatLeads", - "description": "Retrieve sales-lead information for a lead-generation listing.", - "isHidden": false - }, - { - "name": "setPromotionalSale", - "description": "Create or modify a promotional sale.", - "isHidden": false - }, - { - "name": "setPromotionalSaleListings", - "description": "Changes which item listings are affected by a promotional sale.", - "isHidden": false - }, - { - "name": "getMyeBaySelling", - "description": "Retrieve information from the All Selling section of the authenticated user's My eBay account.", - "isHidden": false - }, - { - "name": "getItem", - "description": "Retrieve Information related to an item in the store.", - "isHidden": false - }, - { - "name": "findProducts", - "description": "Searches for stock product information.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/ebay-connector-1.0.1.zip", - "description": "wso2 ebay connector library", - "icon": "ebay.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/ebay.gif" - }, - { - "name": "ejb2", - "version": "1.0.0", - "rank": 74, - "operations": [ - { - "name": "stateless", - "description": "stateless session bean", - "isHidden": false - }, - { - "name": "stateful", - "description": "stateful session bean", - "isHidden": false - }, - { - "name": "init", - "description": "JNDI Naming", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/ejb2-connector-1.0.0.zip", - "description": "synapse library for ejb2 connector", - "icon": "ejb-2.0.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/ejb-2.0.gif" - }, - { - "name": "elasticsearch", - "version": "1.0.3", - "rank": 75, - "operations": [ - { - "name": "searchDocumentsByIndex", - "description": "Search on all documents across all types within the given index.", - "isHidden": false - }, - { - "name": "searchDocumentByTypes", - "description": "Search on all documents across all types within the given index.", - "isHidden": false - }, - { - "name": "searchByQuery", - "description": "Search across all indices and all types.", - "isHidden": false - }, - { - "name": "multiSearch", - "description": "Execute several search requests within the same API.", - "isHidden": false - }, - { - "name": "createDocumentWithIndex", - "description": "Creates or update document with given index.", - "isHidden": false - }, - { - "name": "createAutomaticIndex", - "description": "The operation automatically creates an index if it has not been created before.", - "isHidden": false - }, - { - "name": "createAutomaticId", - "description": "The index operation can be executed without specifying the id.", - "isHidden": false - }, - { - "name": "routeDocument", - "description": "Routes the document in to shared base.", - "isHidden": false - }, - { - "name": "indexChildDocument", - "description": "Sets child document index.", - "isHidden": false - }, - { - "name": "getDocument", - "description": "Gets the typed JSON document from the index based on its ID.", - "isHidden": false - }, - { - "name": "listDocuments", - "description": "Gets multiple documents based on an index, type and id.", - "isHidden": false - }, - { - "name": "deleteDocument", - "description": "The delete API allows to delete a typed JSON document from a specific index based on its id.", - "isHidden": false - }, - { - "name": "updateDocument", - "description": "Update a document based on a script provided.", - "isHidden": false - }, - { - "name": "performBulkOperations", - "description": "The bulk API makes it possible to perform many operations in a single API call.", - "isHidden": false - }, - { - "name": "init", - "description": "Common method having the configurations applicable to all the business methods in the Connector.", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/elasticsearch-connector-1.0.3.zip", - "description": "WSO2 ESB Connector Library for Elasticsearch API.", - "icon": "elasticsearch.png", - "icon_url": "https://mi-connectors.wso2.com/icons/elasticsearch.png" - }, - { - "name": "eloqua", - "version": "1.0.0", - "rank": 76, - "operations": [ - { - "name": "init", - "description": "Configure the eloqua connector.", - "isHidden": false - }, - { - "name": "getAccessTokenFromCode", - "description": "Getting Access Token from access code", - "isHidden": false - }, - { - "name": "getAccessTokenFromRefreshToken", - "description": "Getting Access Token from refresh token", - "isHidden": false - }, - { - "name": "getContactFields", - "description": "Retrieve all the details of contact fields.", - "isHidden": false - }, - { - "name": "getContactFieldById", - "description": "Retrieve the details of given contact field id.", - "isHidden": false - }, - { - "name": "getContactFilters", - "description": "Retrieve all the details of contact filters.", - "isHidden": false - }, - { - "name": "getContactFilterById", - "description": "Retrieve the details of given contact filter id.", - "isHidden": false - }, - { - "name": "getContactImports", - "description": "Retrieve all the details of contact imports.", - "isHidden": false - }, - { - "name": "getContactImportById", - "description": "Retrieve the details of given contact import id.", - "isHidden": false - }, - { - "name": "getContactExports", - "description": "Retrieve all the details of contact exports.", - "isHidden": false - }, - { - "name": "getContactExportById", - "description": "Retrieve the details of given contact export id.", - "isHidden": false - }, - { - "name": "getContactLists", - "description": "Retrieve all the details of contact lists.", - "isHidden": false - }, - { - "name": "getContactListById", - "description": "Retrieve the details of given contact list id.", - "isHidden": false - }, - { - "name": "getContactSegments", - "description": "Retrieve all the details of contact segments.", - "isHidden": false - }, - { - "name": "getContactSegmentById", - "description": "Retrieve the details of given contact segment id.", - "isHidden": false - }, - { - "name": "getContactExportDataById", - "description": "Retrieve the data of given contact export id.", - "isHidden": false - }, - { - "name": "createContactExport", - "description": "Creates a new contact export definition.", - "isHidden": false - }, - { - "name": "createContactImport", - "description": "Creates a new contact import definition.", - "isHidden": false - }, - { - "name": "createContactImportData", - "description": "Submits the data for the contact import with the specified id.", - "isHidden": false - }, - { - "name": "deleteContactExport", - "description": "Deletes the specified contacts export definition.", - "isHidden": false - }, - { - "name": "deleteContactExportData", - "description": "Deletes the data for the contact export with the specified id.", - "isHidden": false - }, - { - "name": "deleteContactImport", - "description": "Deletes the specified contact import definition.", - "isHidden": false - }, - { - "name": "deleteContactImportData", - "description": "Deletes the data for the contact import with the specified id.", - "isHidden": false - }, - { - "name": "updateContactExport", - "description": "Updates the contact export definition with the specified id.", - "isHidden": false - }, - { - "name": "updateContactImport", - "description": "Updates the contact import definition with the specified id.", - "isHidden": false - }, - { - "name": "getImports", - "description": "Retrieves all imports that match the criteria specified in the URL parameters.", - "isHidden": false - }, - { - "name": "getImportsData", - "description": "Returns the size of the staging area available for imports, and the amount currently used.", - "isHidden": false - }, - { - "name": "getExports", - "description": "Retrieves all exports that match the criteria specified in the parameters.", - "isHidden": false - }, - { - "name": "getExportsData", - "description": "Returns the size of the staging area available for exports, and the amount currently used.", - "isHidden": false - }, - { - "name": "getEmailGroups", - "description": "Retrieves all email groups that match the criteria specified in the URL parameters.", - "isHidden": false - }, - { - "name": "getEmailGroupById", - "description": "Retrieves the email group with the specified id.", - "isHidden": false - }, - { - "name": "getSyncs", - "description": "Retrieves all syncs that match the criteria specified in the URL parameters.", - "isHidden": false - }, - { - "name": "getSyncById", - "description": "Retrieves the specified sync.", - "isHidden": false - }, - { - "name": "getSyncsDataById", - "description": "Retrieves the data for the specified sync.", - "isHidden": false - }, - { - "name": "getSyncsLogsById", - "description": "Retrieves the logs for the specified sync.", - "isHidden": false - }, - { - "name": "getSyncsRejectsById", - "description": "Retrieves raw data about validation failures during the specified import sync.", - "isHidden": false - }, - { - "name": "createSync", - "description": "Triggers a sync on the import or export specified in the request body.", - "isHidden": false - }, - { - "name": "getAccountFields", - "description": "Retrieve all the details of account fields.", - "isHidden": false - }, - { - "name": "getAccountFieldById", - "description": "Retrieve the details of given account field id.", - "isHidden": false - }, - { - "name": "getAccountImports", - "description": "Retrieve all the details of account imports.", - "isHidden": false - }, - { - "name": "getAccountImportById", - "description": "Retrieve the details of given account import id.", - "isHidden": false - }, - { - "name": "getAccountExports", - "description": "Retrieve all the details of account fields.", - "isHidden": false - }, - { - "name": "getAccountExportById", - "description": "Retrieve the details of given account field id.", - "isHidden": false - }, - { - "name": "getAccountExportDataById", - "description": "Retrieve the data of given account export id.", - "isHidden": false - }, - { - "name": "getAccountLists", - "description": "Retrieve all the details of account lists.", - "isHidden": false - }, - { - "name": "getAccountListById", - "description": "Retrieve the details of given account list id.", - "isHidden": false - }, - { - "name": "createAccountExport", - "description": "Creates a new account export definition.", - "isHidden": false - }, - { - "name": "createAccountImport", - "description": "Creates a new account import definition.", - "isHidden": false - }, - { - "name": "createAccountImportData", - "description": "Submits the data for the account import with the specified id.", - "isHidden": false - }, - { - "name": "deleteAccountExport", - "description": "Deletes the specified accounts export definition.", - "isHidden": false - }, - { - "name": "deleteAccountExportData", - "description": "Deletes the data for the account export with the specified id.", - "isHidden": false - }, - { - "name": "deleteAccountImport", - "description": "Deletes the specified account import definition.", - "isHidden": false - }, - { - "name": "deleteAccountImportData", - "description": "Deletes the data for the account import with the specified id.", - "isHidden": false - }, - { - "name": "updateAccountExport", - "description": "Updates the account export definition with the specified id.", - "isHidden": false - }, - { - "name": "updateAccountImport", - "description": "Updates the account import definition with the specified id.", - "isHidden": false - }, - { - "name": "getActivityTypeById", - "description": "Retrieve the details of given activity type id.", - "isHidden": false - }, - { - "name": "getActivityImports", - "description": "Retrieve all the details of activity imports.", - "isHidden": false - }, - { - "name": "getActivityImportById", - "description": "Retrieve the details of given activity import id.", - "isHidden": false - }, - { - "name": "getActivityExportById", - "description": "Retrieve the details of given activity field id.", - "isHidden": false - }, - { - "name": "getActivityExportDataById", - "description": "Retrieve the data of given activity export id.", - "isHidden": false - }, - { - "name": "getActivityTypes", - "description": "Retrieve all the details of activity types.", - "isHidden": false - }, - { - "name": "createActivityExport", - "description": "Creates a new activity export definition.", - "isHidden": false - }, - { - "name": "createActivityImport", - "description": "Creates a new activity import definition.", - "isHidden": false - }, - { - "name": "createActivityImportData", - "description": "Submits the data for the activity import with the specified id.", - "isHidden": false - }, - { - "name": "deleteActivityExport", - "description": "Deletes the specified activity export definition.", - "isHidden": false - }, - { - "name": "deleteActivityExportData", - "description": "Deletes the data for the activity export with the specified id.", - "isHidden": false - }, - { - "name": "deleteActivityImport", - "description": "Deletes the specified activity import definition.", - "isHidden": false - }, - { - "name": "deleteActivityImportData", - "description": "Deletes the data for the activity import with the specified id.", - "isHidden": false - }, - { - "name": "updateActivityExport", - "description": "Updates the activity export definition with the specified id.", - "isHidden": false - }, - { - "name": "updateActivityImport", - "description": "Updates the activity import definition with the specified id.", - "isHidden": false - }, - { - "name": "getCustomObjects", - "description": "Retrieves all custom objects that match the criteria specified in parameters.", - "isHidden": false - }, - { - "name": "getCustomObjectById", - "description": "Retrieves the custom object with the specified id.", - "isHidden": false - }, - { - "name": "getExportsOfCustomObject", - "description": "Retrieves the list of export definitions for the custom object with the specified id.", - "isHidden": false - }, - { - "name": "getFieldsOfCustomObject", - "description": "Retrieves all custom object fields for the custom object with the given id.", - "isHidden": false - }, - { - "name": "getImportsOfCustomObject", - "description": "Retrieves the list of import definitions for the custom object with the specified id.", - "isHidden": false - }, - { - "name": "getCustomObjectExportById", - "description": "Retrieves the specified custom object export definition.", - "isHidden": false - }, - { - "name": "getCustomObjectExportDataById", - "description": "Retrieves the data for the custom object export with the specified id.", - "isHidden": false - }, - { - "name": "getCustomObjectImportById", - "description": "Retrieves the specified custom object import definition.", - "isHidden": false - }, - { - "name": "createCustomObjectExport", - "description": "Creates a new export definition to export data for the specified custom object.", - "isHidden": false - }, - { - "name": "createCustomObjectImport", - "description": "Creates a new import definition to import data for the specified custom object.", - "isHidden": false - }, - { - "name": "createCustomObjectImportData", - "description": "Submit the data for the specified custom object import.", - "isHidden": false - }, - { - "name": "updateCustomObjectExport", - "description": "Updates the specified custom object export definition.", - "isHidden": false - }, - { - "name": "updateCustomObjectImport", - "description": "Updates the specified custom object import definition.", - "isHidden": false - }, - { - "name": "deleteCustomObjectExport", - "description": "Deletes a stored export definition for a specified custom object.", - "isHidden": false - }, - { - "name": "deleteCustomObjectExportData", - "description": "Deletes a specific custom object export's data.", - "isHidden": false - }, - { - "name": "deleteCustomObjectImport", - "description": "Deletes a stored import definition for a specified custom object.", - "isHidden": false - }, - { - "name": "deleteCustomObjectImportData", - "description": "Deletes a specific custom object import's data.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/eloqua-connector-1.0.0.zip", - "description": "wso2 eloqua connector library", - "icon": "eloqua.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/eloqua.gif" - }, - { - "name": "eloquaStandardAPI", - "version": "1.0.0", - "rank": 77, - "operations": [ - { - "name": "init", - "description": "Configure the eloqua connector with basic authentication.", - "isHidden": false - }, - { - "name": "getAccessToken", - "description": "Configure the eloqua connector with OAuth authentication.", - "isHidden": false - }, - { - "name": "createAnAccount", - "description": "To create an account.", - "isHidden": false - }, - { - "name": "updateAnAccount", - "description": "To update an account.", - "isHidden": false - }, - { - "name": "deleteAnAccount", - "description": "To delete an account.", - "isHidden": false - }, - { - "name": "getAnAccount", - "description": "To get an account.", - "isHidden": false - }, - { - "name": "getAListOfAccounts", - "description": "To get a list of accounts.", - "isHidden": false - }, - { - "name": "getActivitiesOfAContact", - "description": "To get the activities of a contact.", - "isHidden": false - }, - { - "name": "createACampaign", - "description": "To create a campaign.", - "isHidden": false - }, - { - "name": "updateACampaign", - "description": "To update a campaign information.", - "isHidden": false - }, - { - "name": "deleteACampaign", - "description": "To delete a campaign information.", - "isHidden": false - }, - { - "name": "getACampaign", - "description": "To get a campaign information.", - "isHidden": false - }, - { - "name": "getRecentCampaigns", - "description": "To get all recently created campaigns.", - "isHidden": false - }, - { - "name": "getAllCampaigns", - "description": "To get all created campaigns.", - "isHidden": false - }, - { - "name": "createAContact", - "description": "To create a contact.", - "isHidden": false - }, - { - "name": "updateAContact", - "description": "To update a contact's metadata information.", - "isHidden": false - }, - { - "name": "deleteAContact", - "description": "To delete a contact.", - "isHidden": false - }, - { - "name": "getAContact", - "description": "To retrieve a contact's metadata information.", - "isHidden": false - }, - { - "name": "getAllContacts", - "description": "To get all available contacts.", - "isHidden": false - }, - { - "name": "getSubscribedEmailGroups", - "description": "To get all subscribed email groups by a contact.", - "isHidden": false - }, - { - "name": "updateASubscribedEmailGroupOfAContact", - "description": "To update a subscribed email group of a contact.", - "isHidden": false - }, - { - "name": "createAContactList", - "description": "To create a contact list.", - "isHidden": false - }, - { - "name": "updateAContactList", - "description": "To update a contact list's details.", - "isHidden": false - }, - { - "name": "deleteAContactList", - "description": "To delete a contact list.", - "isHidden": false - }, - { - "name": "getAContactList", - "description": "To retrieve a contact list's details.", - "isHidden": false - }, - { - "name": "getAllContactLists", - "description": "To get all available contact lists.", - "isHidden": false - }, - { - "name": "getAnEmailGroup", - "description": "To get an email group.", - "isHidden": false - }, - { - "name": "getAllEmailGroups", - "description": "To get all available email groups.", - "isHidden": false - }, - { - "name": "createAnEmailGroup", - "description": "To create an email group.", - "isHidden": false - }, - { - "name": "deleteAnEmailGroup", - "description": "To delete an email group.", - "isHidden": false - }, - { - "name": "updateAnEmailGroup", - "description": "To update an email group.", - "isHidden": false - }, - { - "name": "getAUser", - "description": "To get a user's metadata information.", - "isHidden": false - }, - { - "name": "getAllUsers", - "description": "To get all users' details.", - "isHidden": false - }, - { - "name": "getCurrentUser", - "description": "To get current user's metadata information.", - "isHidden": false - }, - { - "name": "updateAUser", - "description": "To update a user's profile information.", - "isHidden": false - }, - { - "name": "createAnExternalAsset", - "description": "To create an external asset.", - "isHidden": false - }, - { - "name": "updateAnExternalAsset", - "description": "To update an external asset.", - "isHidden": false - }, - { - "name": "deleteAnExternalAsset", - "description": "To delete an external asset.", - "isHidden": false - }, - { - "name": "getAnExternalAsset", - "description": "To get an external asset.", - "isHidden": false - }, - { - "name": "getAllExternalAssets", - "description": "To get all external assets.", - "isHidden": false - }, - { - "name": "getAllExternalAssetTypes", - "description": "To get all external asset types.", - "isHidden": false - }, - { - "name": "createAVisitorNotification", - "description": "To create notification for a visitor.", - "isHidden": false - }, - { - "name": "updateAVisitorNotification", - "description": "To update a notification of a visitor.", - "isHidden": false - }, - { - "name": "deleteAVisitorNotification", - "description": "To delete a campaign information.", - "isHidden": false - }, - { - "name": "getAVisitorNotification", - "description": "To get a notification of a visitor.", - "isHidden": false - }, - { - "name": "getAllVisitorNotifications", - "description": "To get all available visitor notifications.", - "isHidden": false - }, - { - "name": "getAllVisitors", - "description": "To retrieve all visitors profiles.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/eloquaStandardAPI-connector-1.0.0.zip", - "description": "wso2 eloqua connector library", - "icon": "eloquastandard.png", - "icon_url": "https://mi-connectors.wso2.com/icons/eloquastandard.png" - }, - { - "name": "email", - "version": "1.1.2", - "rank": 6, - "operations": [ - { - "name": "init", - "description": "Init operation", - "isHidden": true - }, - { - "name": "list", - "description": "List all the emails.", - "isHidden": false - }, - { - "name": "expungeFolder", - "description": "Delete all the messages scheduled for deletion with the DELETED flag set from the mailbox.", - "isHidden": false - }, - { - "name": "markAsDeleted", - "description": "Mark an incoming email as DELETED. Not physically deleted, only a state change.", - "isHidden": false - }, - { - "name": "markAsRead", - "description": "Marks a single email as READ changing its state in the specified mailbox folder.", - "isHidden": false - }, - { - "name": "send", - "description": "Sends an email message.", - "isHidden": false - }, - { - "name": "delete", - "description": "Deletes an email.", - "isHidden": false - }, - { - "name": "getEmailBody", - "description": "Retrieves email body by index.", - "isHidden": false - }, - { - "name": "getEmailAttachment", - "description": "Retrieves email attachment by index.", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/email-connector-1.1.2.zip", - "description": "WSO2 email connector library", - "icon": "emailconnector.png", - "icon_url": "https://mi-connectors.wso2.com/icons/emailconnector.png" - }, - { - "name": "epic", - "version": "1.0.0", - "rank": 78, - "operations": [ - { - "name": "create", - "description": "Create a new resource in the Epic FHIR server.", - "isHidden": false - }, - { - "name": "getCapabilityStatement", - "description": "Retrieve the CapabilityStatement resource from the Epic system.", - "isHidden": false - }, - { - "name": "readById", - "description": "Retrieve a resource by its ID from the Epic system.", - "isHidden": false - }, - { - "name": "searchAccount", - "description": "Search for account resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchAdverseEvent", - "description": "Search for adverse event resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchAllergyIntolerance", - "description": "Search for allergy intolerance resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchAppointment", - "description": "Search for appointment resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchBinary", - "description": "Search for binary resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchBodyStructure", - "description": "Search for body structure resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchCarePlan", - "description": "Search for care plan resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchCareTeam", - "description": "Search for care team resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchCommunication", - "description": "Search for communication resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchCondition", - "description": "Search for condition resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchConsent", - "description": "Search for consent resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchContract", - "description": "Search for contract resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchCoverage", - "description": "Search for coverage resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchDevice", - "description": "Search for device resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchDeviceRequest", - "description": "Search for device request resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchDeviceUseStatement", - "description": "Search for device use statement resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchDiagnosticReport", - "description": "Search for diagnostic report resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchDocumentReference", - "description": "Search for document reference resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchEncounter", - "description": "Search for encounter resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchEpisodeOfCare", - "description": "Search for episode of care resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchExplanationOfBenefit", - "description": "Search for explanation of benefit resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchFamilyMemberHistory", - "description": "Search for family member history resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchFlag", - "description": "Search for flag resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchGoal", - "description": "Search for goal resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchGroup", - "description": "Search for group resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchImagingStudy", - "description": "Search for imaging study resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchImmunization", - "description": "Search for immunization resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchImmunizationRecommendation", - "description": "Search for immunization recommendation resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchList", - "description": "Search for list resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchLocation", - "description": "Search for location resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchMeasure", - "description": "Search for measure resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchMeasureReport", - "description": "Search for measure report resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchMedia", - "description": "Search for media resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchMedication", - "description": "Search for medication resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchMedicationAdministration", - "description": "Search for medication administration resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchMedicationDispense", - "description": "Search for medication dispense resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchMedicationRequest", - "description": "Search for medication request resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchNutritionOrder", - "description": "Search for nutrition order resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchObservation", - "description": "Search for observation resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchOrganization", - "description": "Search for organization resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchPatient", - "description": "Search for patient resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchPractitioner", - "description": "Search for practitioner resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchPractitionerRole", - "description": "Search for practitioner role resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchProcedure", - "description": "Search for procedure resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchQuestionnaire", - "description": "Search for questionnaire resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchQuestionnaireResponse", - "description": "Search for questionnaire response resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchRelatedPerson", - "description": "Search for related person resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchRequestGroup", - "description": "Search for request group resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchRequestStudy", - "description": "Search for research study resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchResearchSubject", - "description": "Search for research subject resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchServiceRequest", - "description": "Search for service request resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchSpecimen", - "description": "Search for specimen resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchSubstance", - "description": "Search for substance resources in the Epic system.", - "isHidden": false - }, - { - "name": "searchTask", - "description": "Search for task resources in the Epic system.", - "isHidden": false - }, - { - "name": "update", - "description": "Update resources in the Epic system.", - "isHidden": false - } - ], - "download_url": "https://github.com/wso2-extensions/esb-connector-epic/releases/download/2.0.0/epic-connector-2.0.0.zip", - "description": "WSO2 connector for Epic FHIR API.", - "icon": "icon-large.png", - "icon_url": "https://raw.githubusercontent.com/wso2-extensions/esb-connector-epic/master/src/main/resources/icon/icon-large.png" - }, - { - "name": "ethereum", - "version": "1.0.0", - "rank": 79, - "operations": [ - { - "name": "init", - "description": "Initialization file for Ethereum connector", - "isHidden": false - }, - { - "name": "getVersion", - "description": "Getting current network Id", - "isHidden": false - }, - { - "name": "getListening", - "description": "Getting true if client is actively listening for network connections", - "isHidden": false - }, - { - "name": "getPeerCount", - "description": "Getting number of peers currently connected to the client", - "isHidden": false - }, - { - "name": "getProtocolVersion", - "description": "Getting current ethereum protocol version", - "isHidden": false - }, - { - "name": "getSyncing", - "description": "Getting an object with data about sync status or false", - "isHidden": false - }, - { - "name": "getCoinbase", - "description": "Getting client coinbase address", - "isHidden": false - }, - { - "name": "getMining", - "description": "Get true if client is actively mining new blocks", - "isHidden": false - }, - { - "name": "getHashRate", - "description": "Getting number of hashes per second the node is mining with", - "isHidden": false - }, - { - "name": "getGasPrice", - "description": "Getting current price per gas in wei", - "isHidden": false - }, - { - "name": "getAccounts", - "description": "Getting list of addresses owned by client", - "isHidden": false - }, - { - "name": "getBlockNumber", - "description": "Getting number of most recent block", - "isHidden": false - }, - { - "name": "getBalance", - "description": "Getting balance of the account of given address", - "isHidden": false - }, - { - "name": "getStorageAt", - "description": "Getting value from a storage position at a given address", - "isHidden": false - }, - { - "name": "getTransactionCount", - "description": "Getting number of transactions sent from an account", - "isHidden": false - }, - { - "name": "getCode", - "description": "Getting the code at a given address", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/ethereum-connector-1.0.0.zip", - "description": "WSO2 connector for Ethereum", - "icon": "ethereum.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/ethereum.gif" - }, - { - "name": "eventbrite", - "version": "1.0.1", - "rank": 80, - "operations": [ - { - "name": "init", - "description": "Configure eventbrite connector", - "isHidden": false - }, - { - "name": "getUserDetails", - "description": "Returns detailed information about a specific user", - "isHidden": false - }, - { - "name": "getUserOrder", - "description": "Returns order information", - "isHidden": false - }, - { - "name": "getUserOwnedEvents", - "description": "Returns user owned event information", - "isHidden": false - }, - { - "name": "getUserOwnedEventsOrders", - "description": "Returns user owned event order information", - "isHidden": false - }, - { - "name": "getUserOwnedEventAttendees", - "description": "Returns user owned event order attendee information", - "isHidden": false - }, - { - "name": "getUserVenues", - "description": "Returns user venue information", - "isHidden": false - }, - { - "name": "getUserOrganizers", - "description": "Returns user organizer information", - "isHidden": false - }, - { - "name": "createUserVenues", - "description": "Creates user venue", - "isHidden": false - }, - { - "name": "createOrganizer", - "description": "Creates user organizer", - "isHidden": false - }, - { - "name": "getMe", - "description": "Gives current user details", - "isHidden": false - }, - { - "name": "getEventDetails", - "description": "Give the detail of the events", - "isHidden": false - }, - { - "name": "getEventAttendees", - "description": "Give the detail of the event attendees", - "isHidden": false - }, - { - "name": "createEvent", - "description": "Creates an event", - "isHidden": false - }, - { - "name": "getEventCategories", - "description": "Give the detail categories of the event", - "isHidden": false - }, - { - "name": "getEventTransfers", - "description": "Give the transfer of orders the event", - "isHidden": false - }, - { - "name": "getEventTeams", - "description": "Give the detail teams of the event", - "isHidden": false - }, - { - "name": "getEventAccessCodes", - "description": "Give the AccessCodes of the event", - "isHidden": false - }, - { - "name": "createEventAccessCodes", - "description": "Give the teams of the event", - "isHidden": false - }, - { - "name": "getEventTeamsDetails", - "description": "Give the detail teams of an event", - "isHidden": false - }, - { - "name": "getEventTeamsAttendees", - "description": "Give the detail teams attendees of the event.", - "isHidden": false - }, - { - "name": "getEventOrders", - "description": "Give the orders of the event.", - "isHidden": false - }, - { - "name": "getEventAttendeesDetails", - "description": "Give the orders of the event.", - "isHidden": false - }, - { - "name": "getEventSearch", - "description": "Retrieve Events from across event brite\u2019s directory", - "isHidden": false - }, - { - "name": "getEventDiscounts", - "description": "Give the orders of the event.", - "isHidden": false - }, - { - "name": "createEventDiscounts", - "description": "Give the orders of the event.", - "isHidden": false - }, - { - "name": "getOrderDetails", - "description": "Returns a specific order information", - "isHidden": false - }, - { - "name": "getContactListDetails", - "description": "Returns ContactList information", - "isHidden": false - }, - { - "name": "getContactLists", - "description": "Returns ContactList information of a user", - "isHidden": false - }, - { - "name": "getSpecificContactListDetails", - "description": "Returns ContactList information", - "isHidden": false - }, - { - "name": "createContactListDetails", - "description": "Create contact list details", - "isHidden": false - }, - { - "name": "createSpecificContactListDetails", - "description": "create contact list", - "isHidden": false - }, - { - "name": "createContact", - "description": "create a new contact list", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/eventbrite-connector-1.0.1.zip", - "description": "wso2 sample connector library", - "icon": "eventbrite.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/eventbrite.gif" - }, - { - "name": "evernote", - "version": "1.0.0", - "rank": 81, - "operations": [ - { - "name": "init", - "description": "Configure Evernote Account with AccountSid and AuthToken", - "isHidden": false - }, - { - "name": "createNote", - "description": "Create a Note", - "isHidden": false - }, - { - "name": "deleteNote", - "description": "Moves a single existing Note to the trash", - "isHidden": false - }, - { - "name": "expungeNote", - "description": "Permanently removes an existing Note", - "isHidden": false - }, - { - "name": "getNote", - "description": "Retrieves the state of a single Note", - "isHidden": false - }, - { - "name": "shareNote", - "description": "If this note is not already shared (via its own direct URL), then this will start sharing that note", - "isHidden": false - }, - { - "name": "stopSharingNote", - "description": "If this note is not already shared then this will stop sharing that note", - "isHidden": false - }, - { - "name": "updateNote", - "description": "Changes the content or metadata of a single existing Note", - "isHidden": false - }, - { - "name": "findNotesMetaData", - "description": "Find Meta data of notes", - "isHidden": false - }, - { - "name": "createTag", - "description": "Makes a new Tag in the account", - "isHidden": false - }, - { - "name": "expungeTag", - "description": "Permanently removes an existing Tag", - "isHidden": false - }, - { - "name": "getTag", - "description": "Removes a Tag from any Notes", - "isHidden": false - }, - { - "name": "unTagAll", - "description": "Removes a Tag from any Notes", - "isHidden": false - }, - { - "name": "listTags", - "description": "Returns a list of all of the Tags in the account", - "isHidden": false - }, - { - "name": "updateTag", - "description": "Changes an existing Tag", - "isHidden": false - }, - { - "name": "createSearch", - "description": "Makes a new SavedSearch in the account", - "isHidden": false - }, - { - "name": "expungeSearch", - "description": "Permanently removes an existing SavedSearch", - "isHidden": false - }, - { - "name": "getSearch", - "description": "Retrieve an existing SavedSearch", - "isHidden": false - }, - { - "name": "updateSearch", - "description": "Update an existing SavedSearch", - "isHidden": false - }, - { - "name": "createNotebook", - "description": "Create a Notebook", - "isHidden": false - }, - { - "name": "expungeNotebook", - "description": "Permanently removes an existing Notebook", - "isHidden": false - }, - { - "name": "getNotebook", - "description": "Retrieves the state of a single Notebook", - "isHidden": false - }, - { - "name": "listNotebooks", - "description": "Retrieves all the Notebooks", - "isHidden": false - }, - { - "name": "updateNotebook", - "description": "update the state of a single Notebooks", - "isHidden": false - }, - { - "name": "createSharedNotebook", - "description": "Create a shared notebook", - "isHidden": false - }, - { - "name": "updateSharedNotebook", - "description": "Update a shared notebook", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/evernote-connector-1.0.0.zip", - "description": "Evernote Cloud Connector", - "icon": "evernote.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/evernote.gif" - }, - { - "name": "ews", - "version": "1.0.2", - "rank": 82, - "operations": [ - { - "name": "init", - "description": "init operation", - "isHidden": false - }, - { - "name": "callOperation", - "description": "Templating the token generation and operation call", - "isHidden": true - }, - { - "name": "callWithRetry", - "description": "Templating the retry call", - "isHidden": true - }, - { - "name": "callEndpoint", - "description": "Templating the http call types GET, POST, etc.", - "isHidden": true - }, - { - "name": "getItem", - "description": "Get Item operation", - "isHidden": false - }, - { - "name": "getAttachment", - "description": "Get Attachment operation", - "isHidden": false - }, - { - "name": "createAttachment", - "description": "Create Attachment operation", - "isHidden": false - }, - { - "name": "sendItem", - "description": "Send Item operation", - "isHidden": false - }, - { - "name": "createItem", - "description": "Create Item operation", - "isHidden": false - }, - { - "name": "findItem", - "description": "Find Item operation", - "isHidden": false - }, - { - "name": "deleteItem", - "description": "Delete Item operation", - "isHidden": false - }, - { - "name": "updateItem", - "description": "Update Item operation", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/ews-connector-1.0.2.zip", - "description": "WSO2 EWS connector library", - "icon": "ews.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/ews.gif" - }, - { - "name": "exacttarget", - "version": "1.0.0", - "rank": 83, - "operations": [ - { - "name": "init", - "description": "Config operation.", - "isHidden": false - }, - { - "name": "insertDataToDataExtension", - "description": "Create row in DataExtensionObject.", - "isHidden": false - }, - { - "name": "listDataExtensionObjects", - "description": "Retrieve data From DataExtensionObject.", - "isHidden": false - }, - { - "name": "listEmails", - "description": "Retrieving Emails.", - "isHidden": false - }, - { - "name": "createTriggeredSendDefinition", - "description": "Create a TriggeredSend definition.", - "isHidden": false - }, - { - "name": "updateTriggeredSendDefinition", - "description": "Update a TriggeredSend definition.", - "isHidden": false - }, - { - "name": "sendTriggeredEmail", - "description": "Send TriggeredSend Email.", - "isHidden": false - }, - { - "name": "listOpenEvents", - "description": "Retrieve OpenEvents.", - "isHidden": false - }, - { - "name": "listSendClassifications", - "description": "Retrieve SendClassifications.", - "isHidden": false - }, - { - "name": "updateSubscriberAttributes", - "description": "Updates subscriber attributes.", - "isHidden": false - }, - { - "name": "listSubscribers", - "description": "Retrieve Subscribers.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/exacttarget-connector-1.0.0.zip", - "description": "wso2 connector library for ExactTarget", - "icon": "exacttarget.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/exacttarget.gif" - }, - { - "name": "facebook", - "version": "1.0.1", - "rank": 84, - "operations": [ - { - "name": "getAlbumDetails", - "description": "Get details of a photo album by album ID.", - "isHidden": false - }, - { - "name": "postPhotoToAlbum", - "description": "Post a photo to an album.", - "isHidden": false - }, - { - "name": "createAlbum", - "description": "Create an empty album.", - "isHidden": false - }, - { - "name": "getAppDetails", - "description": "Gets the details of a Facebook application by app ID.", - "isHidden": false - }, - { - "name": "isAppUserBanned", - "description": "Test whether a particular user is banned by the app.", - "isHidden": false - }, - { - "name": "banAppUser", - "description": "Ban a user from using the app.", - "isHidden": false - }, - { - "name": "unbanAppUser", - "description": "Delete an existing user ban.", - "isHidden": false - }, - { - "name": "createAppUserRole", - "description": "Create a new role for a specific user for the application.", - "isHidden": false - }, - { - "name": "deleteAppUserRole", - "description": "Delete a specific users role for the application.", - "isHidden": false - }, - { - "name": "createAppAchievements", - "description": "Register an achievement for a game.", - "isHidden": false - }, - { - "name": "deleteAppAchievements", - "description": "Un-register an achievement for a game.", - "isHidden": false - }, - { - "name": "updateAppDetails", - "description": "Update the details of app.", - "isHidden": false - }, - { - "name": "getCommentDetails", - "description": "Get a single comment by ID.", - "isHidden": false - }, - { - "name": "getComments", - "description": "Get comments on an object.", - "isHidden": false - }, - { - "name": "deleteComment", - "description": "Delete a single comment by ID.", - "isHidden": false - }, - { - "name": "createComment", - "description": "Create comment for specified resource.", - "isHidden": false - }, - { - "name": "updateComment", - "description": "Update an existing comment message.", - "isHidden": false - }, - { - "name": "init", - "description": "Config operation.", - "isHidden": false - }, - { - "name": "getAppAccessToken", - "description": "Generate an app access token using app id and app secret.", - "isHidden": false - }, - { - "name": "getPageAccessToken", - "description": "Generate page token.", - "isHidden": false - }, - { - "name": "getEventDetails", - "description": "Get details of event by ID.", - "isHidden": false - }, - { - "name": "createAttendingRSVP", - "description": "RSVP a user as attending an event.", - "isHidden": false - }, - { - "name": "createDeclinedRSVP", - "description": "RSVP a user as declining an event.", - "isHidden": false - }, - { - "name": "createMaybeRSVP", - "description": "RSVP a user as maybe for an event.", - "isHidden": false - }, - { - "name": "createPostOnEventWall", - "description": "Create a post on the event wall.", - "isHidden": false - }, - { - "name": "getFriendListDetails", - "description": "Get details of a users friend list by Friend List ID.", - "isHidden": false - }, - { - "name": "getGroupDetails", - "description": "Get details of group by ID.", - "isHidden": false - }, - { - "name": "getMessage", - "description": "Get a message sent from one user to another by ID.", - "isHidden": false - }, - { - "name": "getPageMilestoneDetails", - "description": "Get the details of a pages milestone by ID.", - "isHidden": false - }, - { - "name": "publishPageMilestone", - "description": "Publish a new milestone to a page.", - "isHidden": false - }, - { - "name": "deletePageMilestone", - "description": "Delete a page milestone by ID.", - "isHidden": false - }, - { - "name": "updatePageMilestone", - "description": "Update/edit a page milestone by ID.", - "isHidden": false - }, - { - "name": "getPageDetails", - "description": "Get details of a page by ID.", - "isHidden": false - }, - { - "name": "updatePageDetails", - "description": "Update details of a page.", - "isHidden": false - }, - { - "name": "createPageAlbum", - "description": "Create a new album for the page.", - "isHidden": false - }, - { - "name": "blockUserFromPage", - "description": "Block a user from the page.", - "isHidden": false - }, - { - "name": "publishPageMilestone", - "description": "Create page milestone", - "isHidden": false - }, - { - "name": "unblockUserFromPage", - "description": "Remove a user block.", - "isHidden": false - }, - { - "name": "publishPagePost", - "description": "Post to a pages wall.", - "isHidden": false - }, - { - "name": "updatePagePicture", - "description": "Update a pages profile picture.", - "isHidden": false - }, - { - "name": "addPhotoToPage", - "description": "Add a new photo to a page.", - "isHidden": false - }, - { - "name": "replyToConversation", - "description": "Replies to a conversation in a page.", - "isHidden": false - }, - { - "name": "addPageVideo", - "description": "Adding a video to a page.", - "isHidden": false - }, - { - "name": "getPhotoDetails", - "description": "Get details of a photo published to Facebook by photo ID.", - "isHidden": false - }, - { - "name": "createPhotoTag", - "description": "Adds a new tag to a photo.", - "isHidden": false - }, - { - "name": "deletePhoto", - "description": "Delete a photo.", - "isHidden": false - }, - { - "name": "getPost", - "description": "Gets details of a post on Facebook by post ID.", - "isHidden": false - }, - { - "name": "deletePost", - "description": "Delete a post.", - "isHidden": false - }, - { - "name": "getStatus", - "description": "Gets details of a Facebook status update by status ID.", - "isHidden": false - }, - { - "name": "getFeeds", - "description": "Gets details of specified number of feeds by user ID", - "isHidden": false - }, - { - "name": "getUserDetails", - "description": "Gets details of a user by user ID.", - "isHidden": false - }, - { - "name": "createPost", - "description": "Adds a post to the user's feed.", - "isHidden": false - }, - { - "name": "isFriend", - "description": "To determine whether that tow users are friend with each other.", - "isHidden": false - }, - { - "name": "getMutualFriends", - "description": "To get mutual friends of two users.", - "isHidden": false - }, - { - "name": "publishNotification", - "description": "Publish app notifications to user.", - "isHidden": false - }, - { - "name": "getVideoDetails", - "description": "Get a details of a video by Video ID.", - "isHidden": false - }, - { - "name": "uploadVideo", - "description": "Upload a video to Facebook.", - "isHidden": false - }, - { - "name": "createLike", - "description": "Create likes to objects.", - "isHidden": false - }, - { - "name": "getLikes", - "description": "Get likes for an object.", - "isHidden": false - }, - { - "name": "deleteLike", - "description": "Delete likes from objects.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/facebook-connector-1.0.1.zip", - "description": "facebook connector libraries", - "icon": "facebook.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/facebook.gif" - }, - { - "name": "feed", - "version": "1.0.0", - "rank": 85, - "operations": [ - { - "name": "createFeed", - "description": "Create a new feed entry", - "isHidden": false - }, - { - "name": "editFeed", - "description": "Edit/Modify existing feed entry", - "isHidden": false - }, - { - "name": "deleteFeed", - "description": "Delete existing feed entry", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/feed-connector-1.0.0.zip", - "description": "wso2 feed connector library", - "icon": "feed.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/feed.gif" - }, - { - "name": "fhirbase", - "version": "1.1.0", - "rank": 28, - "operations": [ - { - "name": "addBundleEntry", - "description": "Add an entry to the Bundle.", - "isHidden": false - }, - { - "name": "addBundleLink", - "description": "Add a link to the Bundle.", - "isHidden": false - }, - { - "name": "addElement", - "description": "Add an element datatype to a resource.", - "isHidden": false - }, - { - "name": "createAddress", - "description": "Create an Address datatype.", - "isHidden": false - }, - { - "name": "createAge", - "description": "Create an Age datatype.", - "isHidden": false - }, - { - "name": "createAnnotation", - "description": "Create an Annotation datatype.", - "isHidden": false - }, - { - "name": "createAttachment", - "description": "Create an Attachment datatype.", - "isHidden": false - }, - { - "name": "createBundle", - "description": "Create a Bundle resource.", - "isHidden": false - }, - { - "name": "createCodeableConcept", - "description": "Create a CodeableConcept datatype.", - "isHidden": false - }, - { - "name": "createCoding", - "description": "Create a Coding datatype.", - "isHidden": false - }, - { - "name": "createContactDetail", - "description": "Create a ContactDetail datatype.", - "isHidden": false - }, - { - "name": "createContactPoint", - "description": "Create a ContactPoint datatype.", - "isHidden": false - }, - { - "name": "createCount", - "description": "Create a Count datatype.", - "isHidden": false - }, - { - "name": "createContributor", - "description": "Create a Contributor datatype.", - "isHidden": false - }, - { - "name": "createDataRequirement", - "description": "Create a DataRequirement datatype.", - "isHidden": false - }, - { - "name": "createDosage", - "description": "Create a Dosage datatype.", - "isHidden": false - }, - { - "name": "createDuration", - "description": "Create a Duration datatype.", - "isHidden": false - }, - { - "name": "createExpression", - "description": "Create an Expression datatype.", - "isHidden": false - }, - { - "name": "createHumanName", - "description": "Create a HumanName datatype.", - "isHidden": false - }, - { - "name": "createIdentifier", - "description": "Create an Identifier datatype.", - "isHidden": false - }, - { - "name": "createMeta", - "description": "Create a Meta datatype.", - "isHidden": false - }, - { - "name": "createNarrative", - "description": "Create a Narrative datatype.", - "isHidden": false - }, - { - "name": "createParameterDefinition", - "description": "Create a ParameterDefinition datatype.", - "isHidden": false - }, - { - "name": "createPeriod", - "description": "Create a Period datatype.", - "isHidden": false - }, - { - "name": "createQuantity", - "description": "Create a Quantity datatype.", - "isHidden": false - }, - { - "name": "createRange", - "description": "Create a Range datatype.", - "isHidden": false - }, - { - "name": "createRatio", - "description": "Create a Ratio datatype.", - "isHidden": false - }, - { - "name": "createReference", - "description": "Create a Reference datatype.", - "isHidden": false - }, - { - "name": "createRelatedArtifact", - "description": "Create a RelatedArtifact datatype.", - "isHidden": false - }, - { - "name": "createSampledData", - "description": "Create a SampledData datatype.", - "isHidden": false - }, - { - "name": "createSignature", - "description": "Create a Signature datatype.", - "isHidden": false - }, - { - "name": "createSimpleQuantity", - "description": "Create a SimpleQuantity datatype.", - "isHidden": false - }, - { - "name": "createTiming", - "description": "Create a Timing datatype.", - "isHidden": false - }, - { - "name": "createTriggerDefinition", - "description": "Create a TriggerDefinition datatype.", - "isHidden": false - }, - { - "name": "createUsageContext", - "description": "Create a UsageContext datatype.", - "isHidden": false - }, - { - "name": "evaluateFHIRPath", - "description": "Evaluate a FHIRPath expression.", - "isHidden": false - }, - { - "name": "serialize", - "description": "Serialize a resource to a specific format.", - "isHidden": false - }, - { - "name": "validate", - "description": "Validate a resource.", - "isHidden": false - }, - { - "name": "setBundleIdentifier", - "description": "Set the identifier for the Bundle.", - "isHidden": false - }, - { - "name": "setBundleType", - "description": "Set the type for the Bundle.", - "isHidden": false - }, - { - "name": "setBundleTimestamp", - "description": "Set the timestamp for the Bundle.", - "isHidden": false - }, - { - "name": "setBundleTotal", - "description": "Set the total for the Bundle.", - "isHidden": false - }, - { - "name": "setBundleSignature", - "description": "Set the signature for the Bundle.", - "isHidden": false - } - ], - "download_url": "https://github.com/wso2-extensions/mediation-fhirbase-module/releases/download/v1.1.0/fhirbase-connector-1.1.0.zip", - "description": "Facilitates basic CRUD operations and searches on FHIR resources, bundling, error handling and ensuring standardized interactions with FHIR-compliant servers.", - "icon": "icon-large.png", - "icon_url": "https://raw.githubusercontent.com/wso2-extensions/mediation-fhirbase-module/main/src/main/resources/icon/icon-large.png" - }, - { - "name": "fhirrepository", - "version": "1.0.0", - "rank": 193, - "operations": [ - { - "name": "init", - "description": "Init configuration for FHIR repository connector.", - "isHidden": false - }, - { - "name": "batch", - "description": "Create a new FHIR bundle.", - "isHidden": false - }, - { - "name": "connect", - "description": "Proxies a FHIR repository so that any type of API requests are routed intelligently.", - "isHidden": false - }, - { - "name": "create", - "description": "Create a new resource with a server-assigned ID.", - "isHidden": false - }, - { - "name": "delete", - "description": "Delete a resource.", - "isHidden": false - }, - { - "name": "getCapabilityStatement", - "description": "Get a capability statement for the system.", - "isHidden": false - }, - { - "name": "patch", - "description": "Update an existing resource by posting a set of changes to it.", - "isHidden": false - }, - { - "name": "readById", - "description": "Retrieve a resource using its ID.", - "isHidden": false - }, - { - "name": "search", - "description": "Search resources by providing query parameters.", - "isHidden": false - }, - { - "name": "update", - "description": "Update an existing resource by its ID.", - "isHidden": false - }, - { - "name": "vread", - "description": "Read the state of a specific version of the resource.", - "isHidden": false - } - ], - "download_url": "https://github.com/wso2-extensions/esb-connector-fhirrepository/releases/download/v1.0.0/fhirrepository-connector-1.0.0.zip", - "description": "Allows integration with FHIR repositories/servers, supporting the retrieval for supported interactions and push of healthcare data within FHIR-compliant systems.", - "icon": "icon-large.png", - "icon_url": "https://raw.githubusercontent.com/wso2-extensions/esb-connector-fhirrepository/main/src/main/resources/icon/icon-large.png" - }, - { - "name": "v2tofhir", - "version": "1.0.0", - "rank": 194, - "operations": [ - { - "name": "createResources", - "description": "Init configuration for FHIR repository connector.", - "isHidden": false - } - ], - "download_url": "https://github.com/wso2-extensions/mediation-hl7v2tofhir-module/releases/download/v1.0.0/v2tofhir-connector-1.0.0.zip", - "description": "Converts HL7 V2 messages to FHIR resources.", - "icon": "icon-large.png", - "icon_url": "https://raw.githubusercontent.com/wso2-extensions/mediation-hl7v2tofhir-module/main/src/main/resources/icon/icon-large.png" - }, - { - "name": "file", - "version": "4.0.32", - "rank": 1, - "operations": [ - { - "name": "init", - "description": "Init operation", - "isHidden": true - }, - { - "name": "createDirectory", - "description": "Creates a new directory on directory path.", - "isHidden": false - }, - { - "name": "listFiles", - "description": "Lists all the files in the directory path that match a matcher.", - "isHidden": false - }, - { - "name": "delete", - "description": "Deletes the file specified by the path.", - "isHidden": false - }, - { - "name": "copy", - "description": "Copies the file or folder specified by sourcePath into targetPath.", - "isHidden": false - }, - { - "name": "move", - "description": "Moves the file or folder specified by sourcePath into targetPath.", - "isHidden": false - }, - { - "name": "rename", - "description": "Rename the file to the new name specified.", - "isHidden": false - }, - { - "name": "unzip", - "description": "Unzip file to target directory.", - "isHidden": false - }, - { - "name": "splitFile", - "description": "Split a file into multiple smaller files.", - "isHidden": false - }, - { - "name": "mergeFiles", - "description": "Merge multiple files in a folder to a single file.", - "isHidden": false - }, - { - "name": "checkExist", - "description": "Check if a file or directory exists.", - "isHidden": false - }, - { - "name": "exploreZipFile", - "description": "List Items In ZIP File Without Extracting.", - "isHidden": false - }, - { - "name": "compress", - "description": "Compress file or folder.", - "isHidden": false - }, - { - "name": "read", - "description": "Read a specific file or a file in a folder.", - "isHidden": false - }, - { - "name": "write", - "description": "Create a file or write content to a file.", - "isHidden": false - } - ], - "download_url": "https://github.com/wso2-extensions/esb-connector-file/releases/download/v4.0.32/file-connector-4.0.32.zip", - "description": "WSO2 file connector library", - "icon": "file.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/file.gif" - }, - { - "name": "flickr", - "version": "1.0.0", - "rank": 86, - "operations": [ - { - "name": "echo", - "description": "flickr echo API operation.", - "isHidden": false - }, - { - "name": "isLogged", - "description": "Test whether the calling user is logged or not", - "isHidden": false - }, - { - "name": "init", - "description": "Initializing flickr OAuth parameters.", - "isHidden": false - }, - { - "name": "getCommentList", - "description": "get the comment list for a photo.", - "isHidden": false - }, - { - "name": "addComment", - "description": "add a comment to a photo.", - "isHidden": false - }, - { - "name": "deleteComment", - "description": "delete a comment.", - "isHidden": false - }, - { - "name": "editComment", - "description": "edit a comment.", - "isHidden": false - }, - { - "name": "getRecentCommentsForContacts", - "description": "Return the list of photos belonging to callers contacts that have been commented on recently.", - "isHidden": false - }, - { - "name": "getPhotoInfo", - "description": "get information of the photo.", - "isHidden": false - }, - { - "name": "getExif", - "description": "get Exif information of the photo.", - "isHidden": false - }, - { - "name": "addTags", - "description": "add a tag to a photo.", - "isHidden": false - }, - { - "name": "removeTag", - "description": "remove a tag from a photo.", - "isHidden": false - }, - { - "name": "deletePhoto", - "description": "delete a photo.", - "isHidden": false - }, - { - "name": "getInfo", - "description": "get the information of a user.", - "isHidden": false - }, - { - "name": "getPhotos", - "description": "get the photo list of a user.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/flickr-connector-1.0.0.zip", - "description": "flicker API connector", - "icon": "flickr.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/flickr.gif" - }, - { - "name": "formstack", - "version": "1.0.1", - "rank": 87, - "operations": [ - { - "name": "copyForm", - "description": "Create a form using an existing form as template.", - "isHidden": false - }, - { - "name": "getForm", - "description": "Retrieve details of a form identified by the provided form ID.", - "isHidden": false - }, - { - "name": "listForms", - "description": "Retrieve a List of forms from Formstack account.", - "isHidden": false - }, - { - "name": "deleteForm", - "description": "Delete the form from Formstack account.", - "isHidden": false - }, - { - "name": "updateFormField", - "description": "Update the form field from Formstack account.", - "isHidden": false - }, - { - "name": "updateSubmission", - "description": "Update details of the submission identified by the provided submission ID.", - "isHidden": false - }, - { - "name": "getSubmission", - "description": "Retrieve details of a submission identified by the provided submission ID.", - "isHidden": false - }, - { - "name": "listSubmissions", - "description": "Retrieve a List of submissions from Formstack account.", - "isHidden": false - }, - { - "name": "init", - "description": "Common Method having the configurations applicable to all the Methods in the Connector.", - "isHidden": false - }, - { - "name": "createNotificationEmail", - "description": "Create a new notification email in Formstack account using the provided Parameters.", - "isHidden": false - }, - { - "name": "updateNotificationEmail", - "description": "Update details of the notification email identified by the provided notification email ID.", - "isHidden": false - }, - { - "name": "getNotificationEmail", - "description": "Retrieve details of a notification email identified by the provided notification email ID.", - "isHidden": false - }, - { - "name": "listNotificationEmails", - "description": "Retrieve a List of notification emails from Formstack account.", - "isHidden": false - }, - { - "name": "createConfirmationEmail", - "description": "Create a new confirmationemail in Formstack account using the provided Parameters.", - "isHidden": false - }, - { - "name": "updateConfirmationEmail", - "description": "Update details of the confirmationemail identified by the provided confirmation email ID.", - "isHidden": false - }, - { - "name": "getConfirmationEmail", - "description": "Retrieve details of a confirmationemail identified by the provided confirmation email ID.", - "isHidden": false - }, - { - "name": "listConfirmationEmails", - "description": "Retrieve a List of confirmation emails from Formstack account.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/formstack-connector-1.0.1.zip", - "description": "WSO2 ESB Connector Library for Formstack.", - "icon": "formstack.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/formstack.gif" - }, - { - "name": "foursquare", - "version": "1.0.1", - "rank": 88, - "operations": [ - { - "name": "init", - "description": "Configure foursquare connector", - "isHidden": false - }, - { - "name": "getUserDetails", - "description": "Returns profile information", - "isHidden": false - }, - { - "name": "getFriendDetails", - "description": "get the friends list", - "isHidden": false - }, - { - "name": "getMayorshipDetails", - "description": "get the mayorships list", - "isHidden": false - }, - { - "name": "getUserCheckinDetails", - "description": "get the checkins list", - "isHidden": false - }, - { - "name": "getTipsDetails", - "description": "get the Tips list", - "isHidden": false - }, - { - "name": "approveFriends", - "description": "approve the friend request", - "isHidden": false - }, - { - "name": "unFriends", - "description": "unfriend a friend from the friends list", - "isHidden": false - }, - { - "name": "updateProfilePhoto", - "description": "Update User Profile Photo", - "isHidden": false - }, - { - "name": "addCheckins", - "description": "Adding a checkin", - "isHidden": false - }, - { - "name": "getCheckinDetails", - "description": "Get checkin details by checkin ID", - "isHidden": false - }, - { - "name": "addCheckinComment", - "description": "Comment on a check-in", - "isHidden": false - }, - { - "name": "deleteCheckinComment", - "description": "Delete a comment on a check-in", - "isHidden": false - }, - { - "name": "getCheckinRecent", - "description": "Get recent checkins of the user", - "isHidden": false - }, - { - "name": "getVenues", - "description": "configure foursquare connector", - "isHidden": false - }, - { - "name": "addTips", - "description": "Allows user to add tips/comments", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/foursquare-connector-1.0.1.zip", - "description": "synapse library for foursquare connector", - "icon": "foursquare.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/foursquare.gif" - }, - { - "name": "freeagent", - "version": "1.0.1", - "rank": 89, - "operations": [ - { - "name": "init", - "description": "Config operation.", - "isHidden": false - }, - { - "name": "createContact", - "description": "Create a new contact.", - "isHidden": false - }, - { - "name": "listContacts", - "description": "List all contacts.", - "isHidden": false - }, - { - "name": "getContactById", - "description": "Get a single contact by id.", - "isHidden": false - }, - { - "name": "createInvoice", - "description": "Create a new invoice", - "isHidden": false - }, - { - "name": "listInvoices", - "description": "List all invoices.", - "isHidden": false - }, - { - "name": "getInvoiceById", - "description": "Get a single invoice by id.", - "isHidden": false - }, - { - "name": "createProject", - "description": "Create a new project.", - "isHidden": false - }, - { - "name": "listProjects", - "description": "List all projects.", - "isHidden": false - }, - { - "name": "getProjectById", - "description": "Get a single project by id.", - "isHidden": false - }, - { - "name": "createTask", - "description": "Create a new task.", - "isHidden": false - }, - { - "name": "listTasks", - "description": "List all tasks by project.", - "isHidden": false - }, - { - "name": "getTaskById", - "description": "Get a single Task by id.", - "isHidden": false - }, - { - "name": "createTimeSlip", - "description": "Create a new timeslip.", - "isHidden": false - }, - { - "name": "listTimeSlips", - "description": "List all timeslips.", - "isHidden": false - }, - { - "name": "getTimeSlipById", - "description": "Get a single timeslip by id.", - "isHidden": false - }, - { - "name": "listUsers", - "description": "List all users.", - "isHidden": false - }, - { - "name": "getUserById", - "description": "Get a single user by id.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/freeagent-connector-1.0.1.zip", - "description": "wso2 sample connector library for FreeAgent", - "icon": "freeagent.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/freeagent.gif" - }, - { - "name": "freshbooks", - "version": "1.0.0", - "rank": 90, - "operations": [ - { - "name": "createCategory", - "description": "Create a new expense category.", - "isHidden": false - }, - { - "name": "updateCategory", - "description": "Update an existing expense category.", - "isHidden": false - }, - { - "name": "getCategory", - "description": "Return the complete category details.", - "isHidden": false - }, - { - "name": "deleteCategory", - "description": "Delete an existing expense category.", - "isHidden": false - }, - { - "name": "listCategory", - "description": "Returns a list of expense categories.", - "isHidden": false - }, - { - "name": "createClient", - "description": "Create a new client.", - "isHidden": false - }, - { - "name": "updateClient", - "description": "Update the details of the client.", - "isHidden": false - }, - { - "name": "getClient", - "description": "Return the client details.", - "isHidden": false - }, - { - "name": "deleteClient", - "description": "Delete the client.", - "isHidden": false - }, - { - "name": "listClients", - "description": "Returns a list of client summaries.", - "isHidden": false - }, - { - "name": "init", - "description": "Configuration operations of freshbooks.", - "isHidden": false - }, - { - "name": "createEstimate", - "description": "Create a new estimate.", - "isHidden": false - }, - { - "name": "updateEstimate", - "description": "Update an existing estimate.", - "isHidden": false - }, - { - "name": "getEstimate", - "description": "Retrieve an existing estimate.", - "isHidden": false - }, - { - "name": "deleteEstimate", - "description": "Delete an existing estimate.", - "isHidden": false - }, - { - "name": "listEstimates", - "description": "Returns a list of estimates.", - "isHidden": false - }, - { - "name": "sendEstimateByEmail", - "description": "Send an estimate to the associated client via e-mail.", - "isHidden": false - }, - { - "name": "createExpense", - "description": "Create a new expense.", - "isHidden": false - }, - { - "name": "updateExpense", - "description": "Update an existing expense.", - "isHidden": false - }, - { - "name": "getExpense", - "description": "Return the complete expense details.", - "isHidden": false - }, - { - "name": "deleteExpense", - "description": "Delete an existing expense.", - "isHidden": false - }, - { - "name": "listExpense", - "description": "Returns a list of expense summaries.", - "isHidden": false - }, - { - "name": "createInvoice", - "description": "Create a new invoice complete with line items.", - "isHidden": false - }, - { - "name": "updateInvoice", - "description": "Update an existing invoice.", - "isHidden": false - }, - { - "name": "getInvoice", - "description": "Return the complete invoice details.", - "isHidden": false - }, - { - "name": "deleteInvoice", - "description": "Delete an existing invoice.", - "isHidden": false - }, - { - "name": "listInvoices", - "description": "Returns a list of invoice summaries.", - "isHidden": false - }, - { - "name": "sendInvoiceByEmail", - "description": "Send an existing invoice to your client via e-mail.", - "isHidden": false - }, - { - "name": "addInvoiceLine", - "description": "Add one or more lines to an existing invoice.", - "isHidden": false - }, - { - "name": "deleteInvoiceLine", - "description": "Deletes a single line from an existing invoice.", - "isHidden": false - }, - { - "name": "updateInvoiceLine", - "description": "Update one or more existing lines on an existing invoice.", - "isHidden": false - }, - { - "name": "createPayment", - "description": "Create a new payment.", - "isHidden": false - }, - { - "name": "updatePayment", - "description": "Update an existing payment.", - "isHidden": false - }, - { - "name": "getPayment", - "description": "Retrieve payment details.", - "isHidden": false - }, - { - "name": "deletePayment", - "description": "Permanently delete a payment.", - "isHidden": false - }, - { - "name": "listPayments", - "description": "Returns a list of recorded payments.", - "isHidden": false - }, - { - "name": "createReceipt", - "description": "Create a new expense receipt.", - "isHidden": false - }, - { - "name": "updateReceipt", - "description": "Update an existing expense receipt.", - "isHidden": false - }, - { - "name": "getReceipt", - "description": "Gets information for a specified receipt.", - "isHidden": false - }, - { - "name": "deleteReceipt", - "description": "Delete the specified receipt.", - "isHidden": false - }, - { - "name": "createTax", - "description": "Create a new tax.", - "isHidden": false - }, - { - "name": "updateTax", - "description": "Update an existing tax.", - "isHidden": false - }, - { - "name": "getTax", - "description": "Return the complete details for a given tax.", - "isHidden": false - }, - { - "name": "listTaxes", - "description": "Returns a list of taxes.", - "isHidden": false - }, - { - "name": "deleteTax", - "description": "Delete an existing tax.", - "isHidden": false - }, - { - "name": "createTimeEntry", - "description": "Create a new time entry.", - "isHidden": false - }, - { - "name": "listTimeEntries", - "description": "List time entries.", - "isHidden": false - }, - { - "name": "getTimeEntry", - "description": "Get time entry.", - "isHidden": false - }, - { - "name": "updateTimeEntry", - "description": "Update time entry.", - "isHidden": false - }, - { - "name": "createProject", - "description": "Create a new Project.", - "isHidden": false - } - ], - "download_url": "http://dist.wso2.org/downloads/esb-connectors/1.0.0/freshbooks-connector-1.0.0.zip", - "description": "FreshBooks connector libraries", - "icon": "freshbooks.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/freshbooks.gif" - }, - { - "name": "freshdesk", - "version": "2.0.0", - "rank": 91, - "operations": [ - { - "name": "createCompany", - "description": "Creates a new company in freshdesk.", - "isHidden": false - }, - { - "name": "getCompany", - "description": "Retrieves a particular company in freshdesk.", - "isHidden": false - }, - { - "name": "listCompanies", - "description": "Retrieves a list of companies.", - "isHidden": false - }, - { - "name": "updateCompany", - "description": "Updates a particular company in freshdesk.", - "isHidden": false - }, - { - "name": "deleteCompany", - "description": "Deletes a particular company in freshdesk.", - "isHidden": false - }, - { - "name": "listCompanyFields", - "description": "List all fields of company in freshdesk.", - "isHidden": false - }, - { - "name": "init", - "description": "Freshdesk configuration.", - "isHidden": false - }, - { - "name": "createTicket", - "description": "Creates a new ticket in your help desk.", - "isHidden": false - }, - { - "name": "getTicket", - "description": "Retrieves a particular ticket.", - "isHidden": false - }, - { - "name": "listTickets", - "description": "Retrieves a list of tickets.", - "isHidden": false - }, - { - "name": "updateTicket", - "description": "Updates a particular ticket.", - "isHidden": false - }, - { - "name": "deleteTicket", - "description": "Deletes a particular ticket.", - "isHidden": false - }, - { - "name": "listTicketFields", - "description": "Retrieves a list of tickets' fields.", - "isHidden": false - }, - { - "name": "getBusinessHour", - "description": "Retrieves a business hour from freshdesk.", - "isHidden": false - }, - { - "name": "listBusinessHours", - "description": "Retrieves the list of business hours in freshdesk.", - "isHidden": false - }, - { - "name": "createTopic", - "description": "Creates a new topic in a forum.", - "isHidden": false - }, - { - "name": "getTopic", - "description": "Retrieves a topic from a forum.", - "isHidden": false - }, - { - "name": "deleteTopic", - "description": "Deletes a topic from a forum.", - "isHidden": false - }, - { - "name": "updateTopic", - "description": "Updates a topic from a forum.", - "isHidden": false - }, - { - "name": "createComment", - "description": "Creates a new comment related to a topic.", - "isHidden": false - }, - { - "name": "deleteComment", - "description": "Deletes a comment related to a topic.", - "isHidden": false - }, - { - "name": "createContact", - "description": "Creates a Contact in freshdesk.", - "isHidden": false - }, - { - "name": "getContact", - "description": "Retrieves the details about a contact in freshdesk.", - "isHidden": false - }, - { - "name": "listContacts", - "description": "Retrieves the list of Contacts in freshdesk.", - "isHidden": false - }, - { - "name": "createNote", - "description": "Adds a note to a ticket in freshdesk.", - "isHidden": false - }, - { - "name": "createReply", - "description": "Creates a reply to a ticket in freshdesk.", - "isHidden": false - }, - { - "name": "createForum", - "description": "Creates a forum in freshdesk.", - "isHidden": false - }, - { - "name": "getForum", - "description": "Gets a particular forum in freshdesk.", - "isHidden": false - }, - { - "name": "updateForum", - "description": "Updates a particular forum in freshdesk.", - "isHidden": false - }, - { - "name": "getProduct", - "description": "Retrieves a product from freshdesk.", - "isHidden": false - }, - { - "name": "listProducts", - "description": "Retrieves the list of products from freshdesk.", - "isHidden": false - }, - { - "name": "listSLAPolicies", - "description": "Lists SLA Policies.", - "isHidden": false - }, - { - "name": "updateSLAPolicy", - "description": "Updates an SLA Policy.", - "isHidden": false - } - ], - "download_url": "http://dist.wso2.org/downloads/esb-connectors/2.0.0/freshdesk-connector-2.0.0.zip", - "description": "WSO2 connector library for Freshdesk", - "icon": "freshdesk.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/freshdesk.gif" - }, - { - "name": "geonames", - "version": "1.0.0", - "rank": 92, - "operations": [ - { - "name": "init", - "description": "GeoNames configuration.", - "isHidden": false - }, - { - "name": "search", - "description": "Returns the names found for the searchterm.", - "isHidden": false - }, - { - "name": "getNearestIntersectionOSM", - "description": "Returns the nearest intersection for the given latitude/longitude.", - "isHidden": false - }, - { - "name": "getNearByPointsOfInterestOSM", - "description": "Returns the nearest points of interests for the given latitude/longitude.", - "isHidden": false - }, - { - "name": "getTimezone", - "description": "Returns the timezone at the lat/lng with gmt offset (1. January) and dst offset (1. July).", - "isHidden": false - }, - { - "name": "getNeighbourhood", - "description": "Returns the neighbourhood for the given latitude/longitude.", - "isHidden": false - }, - { - "name": "listCitiesAndPlaceNames", - "description": "Returns the attribute of the geoNames feature with the given geonameId.", - "isHidden": false - }, - { - "name": "getChildren", - "description": "Returns the children (admin divisions and populated places) for a given geonameId.", - "isHidden": false - }, - { - "name": "listHierarchyOfPlaceNames", - "description": "Returns all GeoNames higher up in the hierarchy of a place name (returns a list of GeoName records, ordered by hierarchy level. The top hierarchy (continent) is the first element in the list )", - "isHidden": false - }, - { - "name": "postalCodeSearch", - "description": "Returns a list of postal codes and places for the place name/postal code query.", - "isHidden": false - }, - { - "name": "listPlacesForPostalCode", - "description": "Returns a list of places for the given postal code.", - "isHidden": false - }, - { - "name": "listNearbyPostalCodes", - "description": "Returns a list of postal codes and places for the lat/lng query.", - "isHidden": false - }, - { - "name": "listRecentEarthquakes", - "description": "Returns a list of earthquakes, ordered by magnitude.", - "isHidden": false - }, - { - "name": "listWeatherStations", - "description": "Returns a list of weather stations with the most recent weather observation.", - "isHidden": false - }, - { - "name": "getWeatherStationWithObservation", - "description": "Returns a weather station with the most recent weather observation.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/geonames-connector-1.0.0.zip", - "description": "WSO2 ESB Connector Library for GeoNames API.", - "icon": "geonames.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/geonames.gif" - }, - { - "name": "github", - "version": "1.0.2", - "rank": 93, - "operations": [ - { - "name": "init", - "description": "Config operation", - "isHidden": false - }, - { - "name": "getBlob", - "description": "Retrieves a blob", - "isHidden": false - }, - { - "name": "getTag", - "description": "Retrieves a Tag", - "isHidden": false - }, - { - "name": "createBlob", - "description": "Uploads a blob", - "isHidden": false - }, - { - "name": "createCommit", - "description": "Creates a comment", - "isHidden": false - }, - { - "name": "getCommit", - "description": "Creates a comment", - "isHidden": false - }, - { - "name": "listRepositoryIssues", - "description": "Lists issues for a repository", - "isHidden": false - }, - { - "name": "getIssue", - "description": "Retrieves a single issue", - "isHidden": false - }, - { - "name": "createIssue", - "description": "Any user with pull access to a repository can create an issue", - "isHidden": false - }, - { - "name": "editIssue", - "description": "Issue owners and users with push access can edit an issue", - "isHidden": false - }, - { - "name": "listIssueComments", - "description": "This lists comments on an issue", - "isHidden": false - }, - { - "name": "createIssueComment", - "description": "Allows to create a comment on an issue", - "isHidden": false - }, - { - "name": "listPullRequests", - "description": "Lists all the pull requests", - "isHidden": false - }, - { - "name": "getPullRequest", - "description": "Retrieves a single pull request", - "isHidden": false - }, - { - "name": "listPullRequestCommits", - "description": "List commits on a pull request", - "isHidden": false - }, - { - "name": "getMergeStatus", - "description": "Retrieve the status as to if a pull request has been merged", - "isHidden": false - }, - { - "name": "mergePullRequest", - "description": "This merges a pull request", - "isHidden": false - }, - { - "name": "searchIssues", - "description": "Find issues by state and keyword", - "isHidden": false - }, - { - "name": "getUser", - "description": "Retrieves a single user", - "isHidden": false - }, - { - "name": "listForks", - "description": "Lists all the Forks", - "isHidden": false - }, - { - "name": "performAMerge", - "description": "Merging two branch in a remote repository", - "isHidden": false - }, - { - "name": "listCollaborators", - "description": "List down all the collaborators", - "isHidden": false - }, - { - "name": "listOrganizationRepositories", - "description": "List down all the repositories in an organization", - "isHidden": false - }, - { - "name": "getNotifications", - "description": "Lists notifications", - "isHidden": false - }, - { - "name": "getRepositoryNotifications", - "description": "Get a specific repository notifications.", - "isHidden": false - }, - { - "name": "getFeeds", - "description": "GitHub provides several timeline resources in Atom format.", - "isHidden": false - }, - { - "name": "getRepositoryEvents", - "description": "Repository issue events have a different format than other events", - "isHidden": false - }, - { - "name": "getContributorsList", - "description": "Get contributors list with additions, deletions, and commit counts", - "isHidden": false - }, - { - "name": "getCommitActivity", - "description": "Returns the last year of commit activity grouped by week", - "isHidden": false - }, - { - "name": "getCodeFrequency", - "description": "Returns a weekly aggregate of the number of additions and deletions pushed to a repository", - "isHidden": false - }, - { - "name": "getRepoWeeklyCommit", - "description": "Returns the total commit counts for the owner and total commit counts in all", - "isHidden": false - }, - { - "name": "getPunchCard", - "description": "Each array contains the day number, hour number, and number of commits", - "isHidden": false - }, - { - "name": "listCommits", - "description": "get the list of commits in a repo", - "isHidden": false - }, - { - "name": "listContributors", - "description": "Get the contributor list of specified repository", - "isHidden": false - }, - { - "name": "listOrganizations", - "description": "List organizations for the authenticated user.", - "isHidden": false - }, - { - "name": "listAllOrganizations", - "description": "Lists all organizations, in the order that they were created on GitHub.", - "isHidden": false - }, - { - "name": "listUserOrganizations", - "description": "List public organization memberships for the specified user.", - "isHidden": false - }, - { - "name": "getOrganization", - "description": "List public organization information", - "isHidden": false - }, - { - "name": "editOrganization", - "description": "Edit organization information", - "isHidden": false - }, - { - "name": "getMembersList", - "description": "List all users who are members of an organization.", - "isHidden": false - }, - { - "name": "addMembership", - "description": "To add someone as a member to an organization.", - "isHidden": false - }, - { - "name": "checkMembership", - "description": "Check if a user is, publicly or privately, a member of the organization.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/github-connector-1.0.2.zip", - "description": "github connector libraries", - "icon": "github.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/github.gif" - }, - { - "name": "gmail", - "version": "3.0.8", - "rank": 94, - "operations": [ - { - "name": "listAllMails", - "description": "List all mails", - "isHidden": false - }, - { - "name": "readMail", - "description": "Read a mail by it's Id", - "isHidden": false - }, - { - "name": "trashMessages", - "description": "Send messages to trash", - "isHidden": false - }, - { - "name": "unTrashMessages", - "description": "Removed messages from trash", - "isHidden": false - }, - { - "name": "modifyExistingMessages", - "description": "Modify existing messages", - "isHidden": false - }, - { - "name": "sendMail", - "description": "Send a plain mail", - "isHidden": false - }, - { - "name": "sendMailWithAttachment", - "description": "Send a mail with attachment", - "isHidden": false - }, - { - "name": "deleteMessages", - "description": "delete the message", - "isHidden": false - }, - { - "name": "passwordLogin", - "description": "Login to the Gmail account using username and password", - "isHidden": false - }, - { - "name": "endSession", - "description": "Terminate the existing IMAP and SMTP connections with Gmail", - "isHidden": false - }, - { - "name": "init", - "description": "get the basic details of api", - "isHidden": false - }, - { - "name": "getAccessTokenFromRefreshToken", - "description": "get the access token from refresh token", - "isHidden": false - }, - { - "name": "listAllThreads", - "description": "List all threads", - "isHidden": false - }, - { - "name": "readThread", - "description": "get an email thread", - "isHidden": false - }, - { - "name": "trashThreads", - "description": "Send threads to trash", - "isHidden": false - }, - { - "name": "unTrashThreads", - "description": "Removed threads from trash", - "isHidden": false - }, - { - "name": "modifyExistingThreads", - "description": "Modify existing threads", - "isHidden": false - }, - { - "name": "deleteThreads", - "description": "delete an existing thread", - "isHidden": false - }, - { - "name": "listLabels", - "description": "List all labels", - "isHidden": false - }, - { - "name": "readLabel", - "description": "Get a label detail", - "isHidden": false - }, - { - "name": "createLabels", - "description": "create new label", - "isHidden": false - }, - { - "name": "updateLabels", - "description": "Update existing labels", - "isHidden": false - }, - { - "name": "deleteLabel", - "description": "Delete labels", - "isHidden": false - }, - { - "name": "listTheHistory", - "description": "List all user history", - "isHidden": false - }, - { - "name": "getUserProfile", - "description": "Get the user profile", - "isHidden": false - }, - { - "name": "listDrafts", - "description": "list all drafts", - "isHidden": false - }, - { - "name": "readDraft", - "description": "read a particular draft", - "isHidden": false - }, - { - "name": "deleteDraft", - "description": "delete an existing draft", - "isHidden": false - }, - { - "name": "createDraft", - "description": "create a plain draft", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/3.0.0/gmail-connector-3.0.8.zip", - "description": "WSO2 Gmail connector library", - "icon": "gmail.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/gmail.gif" - }, - { - "name": "blogger", - "version": "1.0.0", - "rank": 95, - "operations": [ - { - "name": "init", - "description": "Blogger connector configuration", - "isHidden": false - }, - { - "name": "getBlog", - "description": "Get a Specific blog by its ID", - "isHidden": false - }, - { - "name": "getByURL", - "description": "Get a Specific blog by its URL", - "isHidden": false - }, - { - "name": "listByUser", - "description": "Get a list of blog created by user", - "isHidden": false - }, - { - "name": "listPosts", - "description": "List posts of specific blog 0", - "isHidden": false - }, - { - "name": "getPost", - "description": "Get a specific post of specific blog", - "isHidden": false - }, - { - "name": "searchPost", - "description": "Search for a post matching a specific keyword", - "isHidden": false - }, - { - "name": "insertPost", - "description": "insert a new post to a specific blog", - "isHidden": false - }, - { - "name": "deletePost", - "description": "delete a specific post in a specific blog", - "isHidden": false - }, - { - "name": "getPostByPath", - "description": "Get a specific post of specific blog, by posts path", - "isHidden": false - }, - { - "name": "patchPost", - "description": "Insert a patch to an existing post in specific blog", - "isHidden": false - }, - { - "name": "updatePost", - "description": "Update a specific post of specific blog", - "isHidden": false - }, - { - "name": "publishPost", - "description": "Publish a specific draft state post of specific blog", - "isHidden": false - }, - { - "name": "revertPost", - "description": "Revert a specific post of specific blog to its draft state", - "isHidden": false - }, - { - "name": "listComments", - "description": "List comments of specific post of a specific blog", - "isHidden": false - }, - { - "name": "getComment", - "description": "get a specific comment of specific post of a specific blog", - "isHidden": false - }, - { - "name": "approveComment", - "description": "approve a specific comment of specific post of a specific blog, as not spam", - "isHidden": false - }, - { - "name": "deleteComment", - "description": "delete a specific comment of specific post of a specific blog", - "isHidden": false - }, - { - "name": "listCommentsByBlog", - "description": "list comments of a specific blog", - "isHidden": false - }, - { - "name": "markCommentAsSpam", - "description": "mark comment as spam", - "isHidden": false - }, - { - "name": "removeCommentContent", - "description": "removes content of a comment as spam", - "isHidden": false - }, - { - "name": "getUser", - "description": "Get a user by it user id", - "isHidden": false - } - ], - "download_url": "http://dist.wso2.org/downloads/esb-connectors/1.0.0/blogger-connector-1.0.0.zip", - "description": "Blogger API connector for WSO2 ESB", - "icon": "googleblogger.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/googleblogger.gif" - }, - { - "name": "googlecalendar", - "version": "1.0.2", - "rank": 96, - "operations": [ - { - "name": "getAccessToken", - "description": "Exchange a refresh token with an access token.", - "isHidden": false - }, - { - "name": "init", - "description": "Common config operations.", - "isHidden": false - }, - { - "name": "deleteAcl", - "description": "Deletes an access control rule.", - "isHidden": false - }, - { - "name": "getAcl", - "description": "Returns an access control rule.", - "isHidden": false - }, - { - "name": "createAcl", - "description": "Creates an access control rule.", - "isHidden": false - }, - { - "name": "listAcl", - "description": "Returns the rules in the access control list for the calendar.", - "isHidden": false - }, - { - "name": "patchAcl", - "description": "Updates an access control rule. This method supports patch semantics.", - "isHidden": false - }, - { - "name": "updateAcl", - "description": "Updates an access control rule.", - "isHidden": false - }, - { - "name": "deleteCalendarEntry", - "description": "Deletes an entry on the user's calendar list.", - "isHidden": false - }, - { - "name": "getCalendarEntry", - "description": "Returns an entry on the user's calendar list.", - "isHidden": false - }, - { - "name": "createCalendarEntry", - "description": "Adds an entry to the user's calendar list.", - "isHidden": false - }, - { - "name": "listCalendarEntries", - "description": "Returns entries on the user's calendar list.", - "isHidden": false - }, - { - "name": "patchCalendarEntry", - "description": "Updates an entry on the user's calendar list. This method supports patch semantics.", - "isHidden": false - }, - { - "name": "updateCalendarEntry", - "description": "Updates an entry on the user's calendar list.", - "isHidden": false - }, - { - "name": "clearCalendar", - "description": "Clears a primary calendar. This operation deletes all data associated with the primary calendar of an account and cannot be undone.", - "isHidden": false - }, - { - "name": "deleteCalendar", - "description": "Deletes a secondary calendar.", - "isHidden": false - }, - { - "name": "getCalendar", - "description": "Returns metadata for a calendar.", - "isHidden": false - }, - { - "name": "createCalendar", - "description": "Creates a secondary calendar.", - "isHidden": false - }, - { - "name": "patchCalendar", - "description": "Updates metadata for a calendar. This method supports patch semantics.", - "isHidden": false - }, - { - "name": "updateCalendar", - "description": "Updates metadata for a calendar.", - "isHidden": false - }, - { - "name": "deleteEvent", - "description": "Deletes an event.", - "isHidden": false - }, - { - "name": "getEvent", - "description": "Returns an event.", - "isHidden": false - }, - { - "name": "importEvents", - "description": "Imports an event. This operation is used to add a private copy of an existing event to a calendar.", - "isHidden": false - }, - { - "name": "createEvent", - "description": "Creates an event.", - "isHidden": false - }, - { - "name": "getEventInstances", - "description": "Returns instances of the specified recurring event.", - "isHidden": false - }, - { - "name": "listEvents", - "description": "Returns events on the specified calendar.", - "isHidden": false - }, - { - "name": "moveEvent", - "description": "Moves an event to another calendar, i.e. changes an event's organizer.", - "isHidden": false - }, - { - "name": "patchEvents", - "description": "Updates an event. This method supports patch semantics.", - "isHidden": false - }, - { - "name": "updateEvents", - "description": "Updates an event.", - "isHidden": false - }, - { - "name": "createQuickAddEvents", - "description": "Creates an event based on a simple text string.", - "isHidden": false - }, - { - "name": "getFreebusy", - "description": "Returns free/busy information for a set of calendars.", - "isHidden": false - }, - { - "name": "getSettings", - "description": "Returns a single user setting.", - "isHidden": false - }, - { - "name": "listSettings", - "description": "Returns all user settings for the authenticated user.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/googlecalendar-connector-1.0.2.zip", - "description": "GoogleCalendar API connector libraries", - "icon": "googlecalendar.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/googlecalendar.gif" - }, - { - "name": "googlecontacts", - "version": "1.0.1", - "rank": 97, - "operations": [ - { - "name": "getAccessToken", - "description": "Exchange a refresh token with an access token.", - "isHidden": false - }, - { - "name": "init", - "description": "Common config operations.", - "isHidden": false - }, - { - "name": "retrieveAllContacts", - "description": "Retrieve all user contacts.", - "isHidden": false - }, - { - "name": "retrieveContactsByQuery", - "description": "Retrieve contacts using query parameters.", - "isHidden": false - }, - { - "name": "retrieveSingleContact", - "description": "Retrieve single contact.", - "isHidden": false - }, - { - "name": "createContact", - "description": "Create a new contact.", - "isHidden": false - }, - { - "name": "updateContact", - "description": "Update a contact.", - "isHidden": false - }, - { - "name": "deleteContact", - "description": "Delete a contact.", - "isHidden": false - }, - { - "name": "retrieveAllContactGroups", - "description": "Retrieve the user contact groups.", - "isHidden": false - }, - { - "name": "retrieveContactGroupsByQuery", - "description": "Retrieve contact groups using query parameters.", - "isHidden": false - }, - { - "name": "retrieveSingleContactGroup", - "description": "Retrieve single group.", - "isHidden": false - }, - { - "name": "createContactGroup", - "description": "Create a new contact group.", - "isHidden": false - }, - { - "name": "deleteContactGroup", - "description": "Delete contact group.", - "isHidden": false - }, - { - "name": "retrieveContactPhoto", - "description": "Retrieve contact photo.", - "isHidden": false - }, - { - "name": "deleteContactPhoto", - "description": "Delete contact photo.", - "isHidden": false - }, - { - "name": "batchCreateContacts", - "description": "Batch request for operations on contacts.", - "isHidden": false - }, - { - "name": "batchCreateContactGroups", - "description": "Batch request for operations on contact groups.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/googlecontacts-connector-1.0.1.zip", - "description": "WSO2 Connector for Google Contacts", - "icon": "googlecontacts.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/googlecontacts.gif" - }, - { - "name": "googledriverest", - "version": "1.0.3", - "rank": 98, - "operations": [ - { - "name": "getAccessTokenFromRefreshToken", - "description": "No Description", - "isHidden": false - }, - { - "name": "init", - "description": "No Description", - "isHidden": false - }, - { - "name": "getAbout", - "description": "Gets the information about the current user along with Drive API settings", - "isHidden": false - }, - { - "name": "listChanges", - "description": "Lists the changes for a user", - "isHidden": false - }, - { - "name": "getChanges", - "description": "Gets a change for a user by Id", - "isHidden": false - }, - { - "name": "listComments", - "description": "Gets all the comments", - "isHidden": false - }, - { - "name": "getComments", - "description": "Gets a comment by ID", - "isHidden": false - }, - { - "name": "createComment", - "description": "Creates a new comment on the given file", - "isHidden": false - }, - { - "name": "deleteComment", - "description": "Deletes a comment", - "isHidden": false - }, - { - "name": "updateComment", - "description": "Updates a comment", - "isHidden": false - }, - { - "name": "listChildren", - "description": "Lists a folder's Children", - "isHidden": false - }, - { - "name": "getChild", - "description": "Gets a specific Children reference", - "isHidden": false - }, - { - "name": "insertChild", - "description": "Adds a Child file for a folder", - "isHidden": false - }, - { - "name": "deleteChild", - "description": "Removes a Child from a folder", - "isHidden": false - }, - { - "name": "listFile", - "description": "Lists the authenticated user's files", - "isHidden": false - }, - { - "name": "getFile", - "description": "Gets a file's metadata by ID", - "isHidden": false - }, - { - "name": "copyFile", - "description": "Creates a copy of the specified file", - "isHidden": false - }, - { - "name": "insertFile", - "description": "Inserts a new file metadata", - "isHidden": false - }, - { - "name": "updateInsertFile", - "description": "Updates file metadata and content", - "isHidden": false - }, - { - "name": "uploadFile", - "description": "Inserts a new file", - "isHidden": false - }, - { - "name": "deleteFile", - "description": "Deletes a file", - "isHidden": false - }, - { - "name": "exportFile", - "description": "Exports a Google Doc to the requested MIME type and returns the exported content.", - "isHidden": false - }, - { - "name": "listParents", - "description": "Lists a file's parents", - "isHidden": false - }, - { - "name": "getParent", - "description": "Gets a specific parent reference", - "isHidden": false - }, - { - "name": "insertParent", - "description": "Adds a parent folder for a file", - "isHidden": false - }, - { - "name": "deleteParent", - "description": "Removes a parent from a file", - "isHidden": false - }, - { - "name": "listPermissions", - "description": "List all permissions for a file", - "isHidden": false - }, - { - "name": "getPermissions", - "description": "Gets a permission by ID", - "isHidden": false - }, - { - "name": "insertPermission", - "description": "Inserts permission for a file", - "isHidden": false - }, - { - "name": "deletePermissions", - "description": "Deletes a permission from a file", - "isHidden": false - }, - { - "name": "getIdForEmail", - "description": "Returns the permission ID for an email address", - "isHidden": false - }, - { - "name": "updatePermission", - "description": "Updates permission for a file", - "isHidden": false - }, - { - "name": "listProperties", - "description": "Lists a file's properties", - "isHidden": false - }, - { - "name": "getProperties", - "description": "Gets a property by its key", - "isHidden": false - }, - { - "name": "insertProperties", - "description": "Adds a property to a file", - "isHidden": false - }, - { - "name": "updateProperties", - "description": "Updates a property", - "isHidden": false - }, - { - "name": "deleteProperties", - "description": "Deletes a property", - "isHidden": false - }, - { - "name": "listRevisions", - "description": "Lists a file's revisions", - "isHidden": false - }, - { - "name": "deleteRevisions", - "description": "Removes a revision", - "isHidden": false - }, - { - "name": "getRevisions", - "description": "Gets a specific revision", - "isHidden": false - }, - { - "name": "updateRevision", - "description": "Updates a revision", - "isHidden": false - }, - { - "name": "getRealTime", - "description": "Exports the contents of the Realtime API data model", - "isHidden": false - }, - { - "name": "listReplies", - "description": "Lists all of the replies to a comment", - "isHidden": false - }, - { - "name": "getReplies", - "description": "Gets a reply", - "isHidden": false - }, - { - "name": "insertReplies", - "description": "Creates a new reply to the given comment", - "isHidden": false - }, - { - "name": "deleteReplies", - "description": "Deletes a reply", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/googledriverest-connector-1.0.3.zip", - "description": "wso2 connector library for Google drive Rest Connector", - "icon": "googledriverest.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/googledriverest.gif" - }, - { - "name": "googlefirebase", - "version": "1.0.2", - "rank": 99, - "operations": [ - { - "name": "init", - "description": "Get the basic details of Firebase API", - "isHidden": false - }, - { - "name": "sendMessage", - "description": "Send firebase message", - "isHidden": false - }, - { - "name": "subscribeToTopic", - "description": "Subscribe a device to a topic", - "isHidden": false - }, - { - "name": "unsubscribeFromTopic", - "description": "UnSubscribe devices from a topic", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/googlefirebase-connector-1.0.2.zip", - "description": "WSO2 Connector library for Google Firebase API", - "icon": "googlefirebase.png", - "icon_url": "https://mi-connectors.wso2.com/icons/googlefirebase.png" - }, - { - "name": "googleprediction", - "version": "1.0.0", - "rank": 100, - "operations": [ - { - "name": "init", - "description": "Configuration file.", - "isHidden": false - }, - { - "name": "getAccessTokenByRefreshToken", - "description": "Get a new access token by negotiating the refresh token along with client_secret and client_id.", - "isHidden": false - }, - { - "name": "predictHostedModel", - "description": "Submit input and request an output against a hosted model.", - "isHidden": false - }, - { - "name": "getAnalyzeTrainedModel", - "description": "Get analysis of the model and the data the model was trained on.", - "isHidden": false - }, - { - "name": "deleteTrainedModel", - "description": "Delete a trained model.", - "isHidden": false - }, - { - "name": "insertTrainedModel", - "description": "Train a Prediction API model.", - "isHidden": false - }, - { - "name": "listTrainedModels", - "description": "List available models.", - "isHidden": false - }, - { - "name": "predictTrainedModel", - "description": "Submit model id and request a prediction.", - "isHidden": false - }, - { - "name": "updateTrainedModel", - "description": "Add new data to a trained model", - "isHidden": false - } - ], - "download_url": "http://dist.wso2.org/downloads/esb-connectors/1.0.0/googleprediction-connector-1.0.0.zip", - "description": "googleprediction connector library", - "icon": "googleprediction.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/googleprediction.gif" - }, - { - "name": "googlepubsub", - "version": "1.0.1", - "rank": 101, - "operations": [ - { - "name": "init", - "description": "configure google pub/sub connector", - "isHidden": false - }, - { - "name": "getAccessTokenFromRefreshToken", - "description": "Get the access token from refresh token", - "isHidden": false - }, - { - "name": "createTopicSubscription", - "description": "Creates a subscription to a given topic", - "isHidden": false - }, - { - "name": "pullMessage", - "description": "Pulls messages from the server", - "isHidden": false - }, - { - "name": "createTopic", - "description": "create a Topic.", - "isHidden": false - }, - { - "name": "publishMessage", - "description": "Adds message to the topic", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/googlepubsub-connector-1.0.1.zip", - "description": "google Pub/Sub v1 connector", - "icon": "googlepub-sub.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/googlepub-sub.gif" - }, - { - "name": "googlespreadsheet", - "version": "3.0.1", - "rank": 102, - "operations": [ - { - "name": "init", - "description": "Get the basic details of API", - "isHidden": false - }, - { - "name": "getAccessTokenFromRefreshToken", - "description": "Get the access token from refresh token", - "isHidden": false - }, - { - "name": "getSheetMetaData", - "description": "provides a feed to access the sheet metadata contained within a given spreadsheet.", - "isHidden": false - }, - { - "name": "addSheetBatchRequest", - "description": "Add a sheet or multiple sheets to a spreadsheet.", - "isHidden": false - }, - { - "name": "updateSheetPropertiesBatchRequest", - "description": "Update all sheet properties.", - "isHidden": false - }, - { - "name": "deleteSheetBatchRequest", - "description": "Remove a sheet or multiple sheets from a given spreadsheet.", - "isHidden": false - }, - { - "name": "copyTo", - "description": "Copies a single sheet from a spreadsheet to another spreadsheet.", - "isHidden": false - }, - { - "name": "createSpreadsheet", - "description": "creates a new spreadsheet.", - "isHidden": false - }, - { - "name": "addRowsColumnsData", - "description": "Append row/rows/column/columns of data.", - "isHidden": false - }, - { - "name": "deleteDimensionBatchRequest", - "description": "removing rows, columns and remove part of a row or column.", - "isHidden": false - }, - { - "name": "getCellData", - "description": "Retrieve any set of cell data from a sheet and cell contents as input values (as would be entered by a user at a keyboard) and/or the outputs of formula (if numeric)", - "isHidden": false - }, - { - "name": "getMultipleCellData", - "description": "Retrieve any set of cell data including multiple ranges from a sheet and cell contents as input values (as would be entered by a user at a keyboard) and/or the outputs of formula (if numeric)", - "isHidden": false - }, - { - "name": "editCell", - "description": "Edit the content of the cell with new values.", - "isHidden": false - }, - { - "name": "editMultipleCell", - "description": "Edit the content of multiple cell with new values.", - "isHidden": false - }, - { - "name": "updateCellsBatchRequest", - "description": "Updates all cells in a range with new data that can be cell value, formatting.", - "isHidden": false - }, - { - "name": "appendDimensionBatchRequest", - "description": "Append empty rows or columns at the end of the sheet.", - "isHidden": false - }, - { - "name": "updateBordersBatchRequest", - "description": "Edit cell borders", - "isHidden": false - }, - { - "name": "repeatCellsBatchRequest", - "description": "Repeat formatting of the cell into over a range of cells.", - "isHidden": false - }, - { - "name": "mergeCellsBatchRequest", - "description": "Merge range of cells into a one cell.", - "isHidden": false - }, - { - "name": "setDataValidationBatchRequest", - "description": "Apply data validation rule to a range.", - "isHidden": false - }, - { - "name": "copyPasteBatchRequest", - "description": "Copy cell formatting in one range and paste it into another range on the same sheet.", - "isHidden": false - }, - { - "name": "cutPasteBatchRequest", - "description": "cuts the one range and pastes its data, formats, formulas, and merges to the another range on the same sheet.", - "isHidden": false - }, - { - "name": "updateConditionalFormatRuleBatchRequest", - "description": "Update a conditional formatting rule or its priority.", - "isHidden": false - }, - { - "name": "addConditionalFormatRuleBatchRequest", - "description": "Establishes a new conditional formatting rule.", - "isHidden": false - }, - { - "name": "deleteConditionalFormatRuleBatchRequest", - "description": "Delete a conditional formatting rule.", - "isHidden": false - }, - { - "name": "updateDimensionPropertiesBatchRequest", - "description": "Adjust column width or row height.", - "isHidden": false - }, - { - "name": "autoResizeDimensionsBatchRequest", - "description": "Automatically resize a column.", - "isHidden": false - }, - { - "name": "insertDimensionBatchRequest", - "description": "Insert an empty row or column at the end or in the middle.", - "isHidden": false - }, - { - "name": "moveDimensionBatchRequest", - "description": "Move a row or column / range of rows or columns.", - "isHidden": false - }, - { - "name": "sortRangeBatchRequest", - "description": "Sort a range with multiple sorting specifications.", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/3.0.0/googlespreadsheet-connector-3.0.1.zip", - "description": "WSO2 Connector library for Google Spreadsheet API Version v4", - "icon": "googlespreadsheet.png", - "icon_url": "https://mi-connectors.wso2.com/icons/googlespreadsheet.png" - }, - { - "name": "googletasks", - "version": "1.0.1", - "rank": 103, - "operations": [ - { - "name": "getAccessToken", - "description": "exchange a refresh token with an access token", - "isHidden": false - }, - { - "name": "init", - "description": "configure google tasks connector", - "isHidden": false - }, - { - "name": "listTasks", - "description": "Returns all tasks in the specified task list.", - "isHidden": false - }, - { - "name": "getTask", - "description": "Returns the specified task.", - "isHidden": false - }, - { - "name": "insertTask", - "description": "Creates a new task on the specified task list.", - "isHidden": false - }, - { - "name": "deleteTask", - "description": "Deletes the specified task from the task list.", - "isHidden": false - }, - { - "name": "updateTask", - "description": "Updates the specified task.", - "isHidden": false - }, - { - "name": "clearTask", - "description": "Clears all completed tasks from the specified task list.The affected tasks will be marked as 'hidden' and no longer be returned by default when retrieving all tasks for a task list.", - "isHidden": false - }, - { - "name": "moveTask", - "description": "Moves the specified task to another position in the task list. This can include putting it as a child task under a new parent and/or move it to a different position among its sibling tasks.", - "isHidden": false - }, - { - "name": "patchTask", - "description": "Updates the specified task. This method supports patch semantics.", - "isHidden": false - }, - { - "name": "listTaskLists", - "description": "Returns all the authenticated user's task lists.", - "isHidden": false - }, - { - "name": "getTaskList", - "description": "Returns the authenticated user's specified task list.", - "isHidden": false - }, - { - "name": "insertTaskList", - "description": "Creates a new task list and adds it to the authenticated user's task lists.", - "isHidden": false - }, - { - "name": "deleteTaskList", - "description": "Deletes the authenticated user's specified task list.", - "isHidden": false - }, - { - "name": "updateTaskList", - "description": "Updates the authenticated user's specified task list.", - "isHidden": false - }, - { - "name": "patchTaskList", - "description": "Updates the authenticated user's specified task list. This method supports patch semantics", - "isHidden": false - } - ], - "download_url": "http://dist.wso2.org/downloads/esb-connectors/1.0.0/googletasks-connector-1.0.1.zip", - "description": "WSO2 ESB connector for Google Tasks API", - "icon": "googletasks.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/googletasks.gif" - }, - { - "name": "googleanalytics", - "version": "1.0.1", - "rank": 104, - "operations": [ - { - "name": "listCustomDimensions", - "description": "Retrieve a list of customDimensions from GoogleAnalytics account.", - "isHidden": false - }, - { - "name": "createCustomDimension", - "description": "Create a new customDimension in GoogleAnalytics account using the provided Parameters.", - "isHidden": false - }, - { - "name": "getCustomDimension", - "description": "Retrieve details of a customDimension identified by the provided customDimension ID.", - "isHidden": false - }, - { - "name": "updateCustomDimension", - "description": "Update details of the customDimension identified by the provided customDimension ID.", - "isHidden": false - }, - { - "name": "patchCustomDimension", - "description": "pdates an existing custom dimension. This method supports patch semantics.", - "isHidden": false - }, - { - "name": "listCustomDataSources", - "description": "Retrieve a list of customDataSources from GoogleAnalytics account.", - "isHidden": false - }, - { - "name": "listExperiments", - "description": "Retrieve a list of experiments from GoogleAnalytics account.", - "isHidden": false - }, - { - "name": "createExperiment", - "description": "Retrieve a list of experiments from GoogleAnalytics account.", - "isHidden": false - }, - { - "name": "getExperiment", - "description": "Retrieve details of a experiment identified by the provided experiment ID.", - "isHidden": false - }, - { - "name": "updateExperiment", - "description": "Update details of the experiment identified by the provided experiment ID.", - "isHidden": false - }, - { - "name": "patchExperiment", - "description": "Update an existing experiment. This method supports patch semantics.", - "isHidden": false - }, - { - "name": "getReportData", - "description": "Retrieve details of a reportData identified by the provided reportData ID.", - "isHidden": false - }, - { - "name": "listAccountSummaries", - "description": "Retrieve a list of accountSummaries from GoogleAnalytics account.", - "isHidden": false - }, - { - "name": "listAdWordsLinks", - "description": "Retrieve a list of adWordsLinks from GoogleAnalytics account.", - "isHidden": false - }, - { - "name": "createAdWordsLink", - "description": "Create a new adWordsLink in GoogleAnalytics account using the provided Parameters.", - "isHidden": false - }, - { - "name": "getAdWordsLink", - "description": "Retrieve details of a adWordsLink identified by the provided adWordsLink ID.", - "isHidden": false - }, - { - "name": "updateAdWordsLink", - "description": "Update details of the adWordsLink identified by the provided adWordsLink ID.", - "isHidden": false - }, - { - "name": "patchAdWordsLink", - "description": "Updates an existing webProperty-AdWords link.", - "isHidden": false - }, - { - "name": "listFilters", - "description": "Retrieve a list of filters from GoogleAnalytics account.", - "isHidden": false - }, - { - "name": "getFilter", - "description": "Retrieve a filters from GoogleAnalytics account.", - "isHidden": false - }, - { - "name": "createFilter", - "description": "Create a new filter in GoogleAnalytics account using the provided Parameters.", - "isHidden": false - }, - { - "name": "deleteFilter", - "description": "Delete the filter identified by the provided filter ID from GoogleAnalytics account.", - "isHidden": false - }, - { - "name": "patchFilter", - "description": "Updates an existing filter. This method supports patch semantics.", - "isHidden": false - }, - { - "name": "updateFilter", - "description": "Update details of the filter identified by the provided filter ID.", - "isHidden": false - }, - { - "name": "listSegments", - "description": "Retrieve a list of segments from GoogleAnalytics account.", - "isHidden": false - }, - { - "name": "listAccountUserLinks", - "description": "Retrieve a list of accountUserLinks from GoogleAnalytics account.", - "isHidden": false - }, - { - "name": "createAccountUserLink", - "description": "Create a new accountUserLink in GoogleAnalytics account using the provided Parameters.", - "isHidden": false - }, - { - "name": "updateAccountUserLink", - "description": "Update details of the accountUserLink identified by the provided accountUserLink ID.", - "isHidden": false - }, - { - "name": "deleteAccountUserLink", - "description": "Delete the accountUserLink identified by the provided accountUserLink ID from GoogleAnalytics account.", - "isHidden": false - }, - { - "name": "listCustomMetrics", - "description": "Retrieve a list of customMetrics from GoogleAnalytics account.", - "isHidden": false - }, - { - "name": "getCustomMetric", - "description": "Retrieve details of a customMetrics identified by the provided customMetrics ID.", - "isHidden": false - }, - { - "name": "createCustomMetric", - "description": "Create a new customMetrics in GoogleAnalytics account using the provided Parameters.", - "isHidden": false - }, - { - "name": "updateCustomMetric", - "description": "Update details of the customMetrics identified by the provided customMetrics ID.", - "isHidden": false - }, - { - "name": "patchCustomMetric", - "description": "Updates an existing custom metric. This method supports patch semantics.", - "isHidden": false - }, - { - "name": "listConfigurationData", - "description": "Retrieve a list of configurationData from GoogleAnalytics account.", - "isHidden": false - }, - { - "name": "listAccounts", - "description": "Retrieve a list of accounts from GoogleAnalytics account.", - "isHidden": false - }, - { - "name": "init", - "description": "Common method having the configurations applicable to all the business methods in the Connector.", - "isHidden": false - }, - { - "name": "getAccessTokenFromRefreshToken", - "description": "Get a new access token by negotiating the refresh token along with client_secret and client_id.", - "isHidden": false - }, - { - "name": "listMultiChannelFunnelsReportData", - "description": "Retrieve a list of multiChannelFunnelsReportData from GoogleAnalytics account.", - "isHidden": false - }, - { - "name": "listViews", - "description": "Retrieve a list of views from GoogleAnalytics account.", - "isHidden": false - }, - { - "name": "getViews", - "description": "Retrieve one views from GoogleAnalytics account.", - "isHidden": false - }, - { - "name": "listGoals", - "description": "Retrieve a list of goals from GoogleAnalytics account.", - "isHidden": false - }, - { - "name": "getGoals", - "description": "Retrieve a goals from GoogleAnalytics account.", - "isHidden": false - }, - { - "name": "insertGoals", - "description": "Retrieve a goals from GoogleAnalytics account.", - "isHidden": false - }, - { - "name": "listUploads", - "description": "Retrieve all uploads from GoogleAnalytics account.", - "isHidden": false - }, - { - "name": "getUploads", - "description": "Retrieve all uploads from GoogleAnalytics account.", - "isHidden": false - }, - { - "name": "listWebProperties", - "description": "Retrieve a list of WebProperties from GoogleAnalytics account.", - "isHidden": false - }, - { - "name": "getWebProperties", - "description": "Retrieve one WebProperties from GoogleAnalytics account.", - "isHidden": false - }, - { - "name": "insertWebProperties", - "description": "Retrieve a list of WebProperties from GoogleAnalytics account.", - "isHidden": false - }, - { - "name": "updateWebProperties", - "description": "Retrieve a list of WebProperties from GoogleAnalytics account.", - "isHidden": false - }, - { - "name": "listWebPropertyUserLinks", - "description": "Retrieve a list of views from GoogleAnalytics account.", - "isHidden": false - }, - { - "name": "createWebPropertyUserLinks", - "description": "Retrieve a list of views from GoogleAnalytics account.", - "isHidden": false - }, - { - "name": "updateWebPropertyUserLinks", - "description": "Retrieve a list of views from GoogleAnalytics account.", - "isHidden": false - }, - { - "name": "listProfileUserLink", - "description": "Retrieve a list of goals from GoogleAnalytics account.", - "isHidden": false - }, - { - "name": "listProfileFilterLink", - "description": "Retrieve a list of filters from GoogleAnalytics account.", - "isHidden": false - }, - { - "name": "getProfileFilterLink", - "description": "Retrieve a filter from GoogleAnalytics account.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/googleanalytics-connector-1.0.1.zip", - "description": "WSO2 ESB Connector Library for GoogleAnalytics API.", - "icon": "googleanalytics.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/googleanalytics.gif" - }, - { - "name": "googlecustomsearch", - "version": "1.0.0", - "rank": 105, - "operations": [ - { - "name": "init", - "description": "Configuration for API key and Custom search engine Key.", - "isHidden": false - }, - { - "name": "search", - "description": "List google custom search matching for the given query.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/googlecustomsearch-connector-1.0.0.zip", - "description": "synapse library for google custom search connector", - "icon": "googlecustomsearch.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/googlecustomsearch.gif" - }, - { - "name": "googleplus", - "version": "1.0.0", - "rank": 106, - "operations": [ - { - "name": "getAccessToken", - "description": "Exchange a refresh token with an access token", - "isHidden": false - }, - { - "name": "init", - "description": "Configure google plus connector", - "isHidden": false - }, - { - "name": "getActivities", - "description": "Gets a Google Plus activity according to the activity id", - "isHidden": false - }, - { - "name": "listActivities", - "description": "List all of the activities in the specified collection for a particular user", - "isHidden": false - }, - { - "name": "searchActivities", - "description": "List all of the activities in the specified collection for a particular user", - "isHidden": false - }, - { - "name": "getComments", - "description": "Google+ comment according to the comment id", - "isHidden": false - }, - { - "name": "listComments", - "description": "Google+ comment list according to the activity id", - "isHidden": false - }, - { - "name": "getPeople", - "description": "Get a person's profile.", - "isHidden": false - }, - { - "name": "listPeople", - "description": "List all of the people in the specified collection.", - "isHidden": false - }, - { - "name": "searchPeople", - "description": "Search all public profiles.", - "isHidden": false - }, - { - "name": "listByActivity", - "description": "ist all of the people in the specified collection for a particular activity.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/googleplus-connector-1.0.3.zip", - "description": "WSO2 ESB Connector Library for google plus API.", - "icon": "googleplus.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/googleplus.gif" - }, - { - "name": "gototraining", - "version": "1.0.1", - "rank": 107, - "operations": [ - { - "name": "createTraining", - "description": "Create a Training in GoToTraining.", - "isHidden": false - }, - { - "name": "listTrainings", - "description": "This call retrieves information on all scheduled trainings for a given organizer.", - "isHidden": false - }, - { - "name": "updateTraining", - "description": "Request to update a scheduled training.", - "isHidden": false - }, - { - "name": "getTraining", - "description": "Use the organizer key and training key to retrieve information on a scheduled training.", - "isHidden": false - }, - { - "name": "addRegistrant", - "description": "Register one person, identified by a unique email address, for a training.", - "isHidden": false - }, - { - "name": "listRegistrants", - "description": "Retrieve details on all registrants for a specific training.", - "isHidden": false - }, - { - "name": "getRegistrant", - "description": "Retrieve details for specific registrant in a specific training.", - "isHidden": false - }, - { - "name": "init", - "description": "Common Method having the configurations applicable to all the Methods in the Connector.", - "isHidden": false - }, - { - "name": "listOrganizers", - "description": "Retrieves organizer details for a specific training OR Retrieve all active GoToTraining organizers on a multi-user account (co-organizers).", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/gototraining-connector-1.0.1.zip", - "description": "WSO2 ESB Connector Library for GoToTraining.", - "icon": "gototraining.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/gototraining.gif" - }, - { - "name": "gotowebinar", - "version": "1.0.3", - "rank": 108, - "operations": [ - { - "name": "init", - "description": "Config operation.", - "isHidden": false - }, - { - "name": "getAccessTokenFromRefreshToken", - "description": "Get the access token from refresh token.", - "isHidden": false - }, - { - "name": "createRegistrant", - "description": "Register an attendee for a scheduled webinar.", - "isHidden": false - }, - { - "name": "listRegistrants", - "description": "Retrieve registration details for all registrants of a specific webinar.", - "isHidden": false - }, - { - "name": "getRegistrantById", - "description": "Retrieve registration details for a specific registrant.", - "isHidden": false - }, - { - "name": "getRegistrationFields", - "description": "Retrieve required, optional registration, and custom questions for a specified webinar.", - "isHidden": false - }, - { - "name": "deleteRegistrant", - "description": "Removes a webinar registrant from current registrations for the specified webinar. The webinar must be a scheduled and future webinar.", - "isHidden": false - }, - { - "name": "listSessions", - "description": "Retrieve session details for a past webinar session.", - "isHidden": false - }, - { - "name": "getSessionById", - "description": "Retrieve attendance details for a webinar that has ended.", - "isHidden": false - }, - { - "name": "listSessionAttendees", - "description": "Retrieve attendee details for all attendees of a webinar session.", - "isHidden": false - }, - { - "name": "getOrganizerSessions", - "description": "Retrieve all completed sessions of all the webinars of a given organizer.", - "isHidden": false - }, - { - "name": "getSessionPerformance", - "description": "Get performance details for a session.", - "isHidden": false - }, - { - "name": "getSessionPolls", - "description": "Retrieve all collated attendee questions and answers for polls from a specific webinar session.", - "isHidden": false - }, - { - "name": "getSessionQuestions", - "description": "Retrieve questions and answers for a past webinar session.", - "isHidden": false - }, - { - "name": "getSessionSurveys", - "description": "Retrieve surveys for a past webinar session.", - "isHidden": false - }, - { - "name": "listUpcomingWebinars", - "description": "Returns webinars scheduled for the future for a specified organizer.", - "isHidden": false - }, - { - "name": "listHistoricalWebinars", - "description": "Get details for completed webinars.", - "isHidden": false - }, - { - "name": "getWebinarById", - "description": "Retrieve information on a specific webinar.", - "isHidden": false - }, - { - "name": "getAllWebinars", - "description": "Returns webinars scheduled for the future for a specified organizer.", - "isHidden": false - }, - { - "name": "createWebinar", - "description": "Creates a single session webinar.", - "isHidden": false - }, - { - "name": "cancelWebinar", - "description": "Cancels a specific webinar.", - "isHidden": false - }, - { - "name": "updateWebinar", - "description": "Updates a webinar.", - "isHidden": false - }, - { - "name": "getAttendeesForAllWebinarSessions", - "description": "Returns all attendees for all sessions of the specified webinar.", - "isHidden": false - }, - { - "name": "getAudioInformation", - "description": "Retrieves the audio/conferencing information for a specific webinar.", - "isHidden": false - }, - { - "name": "updateAudioInformation", - "description": "Updates the audio/conferencing settings for a specific webinar.", - "isHidden": false - }, - { - "name": "getWebinarMeetingTimes", - "description": "Retrieves the meeting times for a webinar.", - "isHidden": false - }, - { - "name": "getWebinarPanelists", - "description": "Retrieves all the panelists for a specific webinar.", - "isHidden": false - }, - { - "name": "createPanelists", - "description": "Create panelists for a specified webinar.", - "isHidden": false - }, - { - "name": "getPerformanceForAllWebinarSessions", - "description": "Gets performance details for all sessions of a specific webinar.", - "isHidden": false - }, - { - "name": "getSessionAttendees", - "description": "Retrieve details for all attendees of a specific webinar session.", - "isHidden": false - }, - { - "name": "getAttendee", - "description": "Retrieve registration details for a particular attendee of a specific webinar session.", - "isHidden": false - }, - { - "name": "getAttendeePollAnswers", - "description": "Get poll answers from a particular attendee of a specific webinar session.", - "isHidden": false - }, - { - "name": "getAttendeeQuestions", - "description": "Get questions asked by an attendee during a webinar session.", - "isHidden": false - }, - { - "name": "getAttendeeSurveyAnswers", - "description": "Retrieve survey answers from a particular attendee during a webinar session.", - "isHidden": false - }, - { - "name": "createCOOrganizer", - "description": "Creates co-organizers for the specified webinar.", - "isHidden": false - }, - { - "name": "listCOOrganizers", - "description": "Returns the co-organizers for the specified webinar.", - "isHidden": false - }, - { - "name": "deleteCOOrganizer", - "description": "Deletes an internal co-organizer specified by the coorganizerKey (memberKey).", - "isHidden": false - }, - { - "name": "resendInvitation", - "description": "Resends an invitation email to the specified co-organizer.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/gotowebinar-connector-1.0.3.zip", - "description": "wso2 connector library for GoToWebinar", - "icon": "gotowebinar.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/gotowebinar.gif" - }, - { - "name": "hubspot", - "version": "1.0.1", - "rank": 109, - "operations": [ - { - "name": "init", - "description": "Config operation.", - "isHidden": false - }, - { - "name": "createCompany", - "description": "Create a new company.", - "isHidden": false - }, - { - "name": "updateCompany", - "description": "Update an exsisting company.", - "isHidden": false - }, - { - "name": "getCompany", - "description": "Get company details by Id.", - "isHidden": false - }, - { - "name": "listRecentlyCreatedCompanies", - "description": "List recently created companies.", - "isHidden": false - }, - { - "name": "listRecentlyModifiedCompanies", - "description": "List recently modified companies.", - "isHidden": false - }, - { - "name": "addContactToCompany", - "description": "Add exsisting contact to a company.", - "isHidden": false - }, - { - "name": "createContact", - "description": "Create a new contact.", - "isHidden": false - }, - { - "name": "updateContact", - "description": "Update an exsisting contact.", - "isHidden": false - }, - { - "name": "listContacts", - "description": "List contacts.", - "isHidden": false - }, - { - "name": "getContactById", - "description": "Get contact details by Id.", - "isHidden": false - }, - { - "name": "createDeal", - "description": "Create a new deal.", - "isHidden": false - }, - { - "name": "getRecentlyCreatedDeals", - "description": "List recently created deals.", - "isHidden": false - }, - { - "name": "getRecentlyModifiedDeals", - "description": "List recently modified deals.", - "isHidden": false - }, - { - "name": "updateDeal", - "description": "Update an exsisting deal.", - "isHidden": false - }, - { - "name": "createEngagement", - "description": "Create an engagement.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/hubspot-connector-1.0.1.zip", - "description": "WSO2 ESB Connector Library for Hubspot.", - "icon": "hubspot.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/hubspot.gif" - }, - { - "name": "insightly", - "version": "1.0.2", - "rank": 110, - "operations": [ - { - "name": "createProject", - "description": "Create a new project in Insightly account using the provided Parameters.", - "isHidden": false - }, - { - "name": "getProject", - "description": "Retrieve details of a project identified by the provided project ID.", - "isHidden": false - }, - { - "name": "listProjects", - "description": "Retrieve a List of projects from Insightly account.", - "isHidden": false - }, - { - "name": "updateProject", - "description": "Update details of the project identified by the provided project ID.", - "isHidden": false - }, - { - "name": "createOpportunity", - "description": "Create a new opportunity in Insightly account using the provided Parameters.", - "isHidden": false - }, - { - "name": "getOpportunity", - "description": "Retrieve details of a opportunity identified by the provided opportunity ID.", - "isHidden": false - }, - { - "name": "listOpportunities", - "description": "Retrieve a List of opportunities from Insightly account.", - "isHidden": false - }, - { - "name": "updateOpportunity", - "description": "Update details of the opportunity identified by the provided opportunity ID.", - "isHidden": false - }, - { - "name": "createTask", - "description": "Create a new task in Insightly account using the provided Parameters.", - "isHidden": false - }, - { - "name": "getTask", - "description": "Retrieve details of a task identified by the provided task ID.", - "isHidden": false - }, - { - "name": "listTasks", - "description": "Retrieve a List of tasks from Insightly account.", - "isHidden": false - }, - { - "name": "updateTask", - "description": "Update details of the task identified by the provided task ID.", - "isHidden": false - }, - { - "name": "init", - "description": "Common Method having the configurations applicable to all the Methods in the Connector.", - "isHidden": false - }, - { - "name": "createContact", - "description": "Create a new contact in Insightly account using the provided Parameters.", - "isHidden": false - }, - { - "name": "getContact", - "description": "Retrieve details of a contact identified by the provided contact ID.", - "isHidden": false - }, - { - "name": "listContacts", - "description": "Retrieve a List of contacts from Insightly account.", - "isHidden": false - }, - { - "name": "updateContact", - "description": "Update details of the contact identified by the provided contact ID.", - "isHidden": false - }, - { - "name": "createNote", - "description": "Create a new note in Insightly account using the provided Parameters.", - "isHidden": false - }, - { - "name": "getNote", - "description": "Retrieve details of a note identified by the provided note ID.", - "isHidden": false - }, - { - "name": "listNotes", - "description": "Retrieve a List of notes from Insightly account.", - "isHidden": false - }, - { - "name": "updateNote", - "description": "Update details of the note identified by the provided note ID.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/insightly-connector-1.0.2.zip", - "description": "WSO2 ESB Connector Library for Insightly.", - "icon": "insightly.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/insightly.gif" - }, - { - "name": "instagram", - "version": "1.0.1", - "rank": 111, - "operations": [ - { - "name": "init", - "description": "Config Operation.", - "isHidden": false - }, - { - "name": "getUserInfo", - "description": "Get basic information about a user.", - "isHidden": false - }, - { - "name": "getUserMediaRecent", - "description": "Get the most recent media published by a user.", - "isHidden": false - }, - { - "name": "getSelfMediaLiked", - "description": "See the authenticated user's list of media they've liked.", - "isHidden": false - }, - { - "name": "userSearch", - "description": "Search for a user by name.", - "isHidden": false - }, - { - "name": "getTagInfo", - "description": "Get information about a tag object.", - "isHidden": false - }, - { - "name": "tagSearch", - "description": "Search for tags by name.", - "isHidden": false - }, - { - "name": "getTagRecent", - "description": "Get a list of recently tagged media", - "isHidden": false - }, - { - "name": "getSelfRequestedBy", - "description": "Get basic information about a user.", - "isHidden": false - }, - { - "name": "getUserFollowedBy", - "description": "Get the list of users this user is followed by.", - "isHidden": false - }, - { - "name": "getUserFollows", - "description": "Get the list of users this user follows.", - "isHidden": false - }, - { - "name": "getUserRelationship", - "description": "Get information about a relationship to another user.", - "isHidden": false - }, - { - "name": "getMediaInfo", - "description": "Get information about a media object.", - "isHidden": false - }, - { - "name": "getMediaSearch", - "description": "Search for media in a given area.", - "isHidden": false - }, - { - "name": "getMediaLike", - "description": "Get a list of users who have liked this media.", - "isHidden": false - }, - { - "name": "setMediaLike", - "description": "Set a like on this media by the currently authenticated user.", - "isHidden": false - }, - { - "name": "deleteMediaLike", - "description": "Remove a like on this media by the currently authenticated user.", - "isHidden": false - }, - { - "name": "getMediaComment", - "description": "Get a full list of comments on a media object.", - "isHidden": false - }, - { - "name": "setMediaComment", - "description": "Create a comment on a media object.", - "isHidden": false - }, - { - "name": "getLocationInfo", - "description": "Get information about a location.", - "isHidden": false - }, - { - "name": "getLocationRecent", - "description": "Get a list of recent media objects from a given location. May return a mix of both image and video types.", - "isHidden": false - }, - { - "name": "locationSearch", - "description": "Search for a location by geographic coordinate.", - "isHidden": false - }, - { - "name": "getSubscriptionRecent", - "description": "Get a list of users who have liked this media.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/instagram-connector-1.0.1.zip", - "description": "Instagram API connector libraries", - "icon": "instagram.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/instagram.gif" - }, - { - "name": "iso8583", - "version": "1.0.3", - "rank": 14, - "operations": [ - { - "name": "init", - "description": "configure ISO8583 connector.", - "isHidden": false - }, - { - "name": "sendMessage", - "description": "sendMessage (ISO8583 Message) method for ISO8583 Connector.", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/iso8583-connector-1.0.3.zip", - "description": "wso2 connector library for ISO8583", - "icon": "iso8583.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/iso8583.gif" - }, - { - "name": "jenkins", - "version": "1.0.2", - "rank": 112, - "operations": [ - { - "name": "createBuild", - "description": "Create a new build in Jenkins account using the provided Parameters.", - "isHidden": false - }, - { - "name": "getBuildDetails", - "description": "Retrieve details of a buildDetails identified by the provided buildDetails ID.", - "isHidden": false - }, - { - "name": "createJob", - "description": "Create a new job in Jenkins account using the provided Parameters.", - "isHidden": false - }, - { - "name": "getJobConfiguration", - "description": "Retrieve details of a jobConfiguration identified by the provided jobConfiguration ID.", - "isHidden": false - }, - { - "name": "getJob", - "description": "Retrieve details of a job identified by the provided job ID.", - "isHidden": false - }, - { - "name": "listJobs", - "description": "Retrieve a list of jobs from Jenkins account.", - "isHidden": false - }, - { - "name": "createJobWithConfigFile", - "description": "Create a new job in Jenkins account by uploading the config file.", - "isHidden": false - }, - { - "name": "updateJobConfiguration", - "description": "Update job in Jenkins account.", - "isHidden": false - }, - { - "name": "updateJobConfigurationWithConfigFile", - "description": "Update job by uploading a file in Jenkins account.", - "isHidden": false - }, - { - "name": "init", - "description": "Common method having the configurations applicable to all the business methods in the Connector.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/jenkins-connector-1.0.2.zip", - "description": "WSO2 ESB Connector Library for Jenkins API.", - "icon": "jenkins.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/jenkins.gif" - }, - { - "name": "jira", - "version": "1.0.5", - "rank": 113, - "operations": [ - { - "name": "init", - "description": "configure jira connector", - "isHidden": false - }, - { - "name": "getDashboards", - "description": "get available jira dashboards", - "isHidden": false - }, - { - "name": "getDashboardById", - "description": "get jira dashboard by ID", - "isHidden": false - }, - { - "name": "createFilter", - "description": "Creates a new filter, and returns newly created filter. Currently sets permissions just using the users default sharing permissions", - "isHidden": false - }, - { - "name": "deleteFilter", - "description": "Delete a filter.", - "isHidden": false - }, - { - "name": "getFavouriteFilters", - "description": "Returns the favourite filters of the logged-in user.", - "isHidden": false - }, - { - "name": "getFilterById", - "description": "Returns a filter given an id", - "isHidden": false - }, - { - "name": "updateFilterById", - "description": "Updates an existing filter, and returns its new value.", - "isHidden": false - }, - { - "name": "getGroup", - "description": "Returns REST representation for the requested group", - "isHidden": false - }, - { - "name": "listGroupPicker", - "description": "Returns groups with substrings matching a given query.", - "isHidden": false - }, - { - "name": "listGroupUserPicker", - "description": "Returns a list of users and groups matching query with highlighting.", - "isHidden": false - }, - { - "name": "createIssue", - "description": "creates jira issue", - "isHidden": false - }, - { - "name": "getIssue", - "description": "get jira issue", - "isHidden": false - }, - { - "name": "updateIssue", - "description": "update jira issue", - "isHidden": false - }, - { - "name": "updateIssueAssignee", - "description": "update jira issue assinee", - "isHidden": false - }, - { - "name": "getTransitions", - "description": "get transitions for the requested jira", - "isHidden": false - }, - { - "name": "doTransition", - "description": "change transitions for the requested jira", - "isHidden": false - }, - { - "name": "deleteComment", - "description": "delete comment of the given jira issue", - "isHidden": false - }, - { - "name": "getComments", - "description": "get jira issue commnents", - "isHidden": false - }, - { - "name": "postComment", - "description": "Posting jira issue comment", - "isHidden": false - }, - { - "name": "updateComment", - "description": "updating jira issue comment", - "isHidden": false - }, - { - "name": "getVotesForIssue", - "description": "get vote for the requested jira", - "isHidden": false - }, - { - "name": "addAttachmentToIssueId", - "description": "Add one or more attachments to an issue.", - "isHidden": false - }, - { - "name": "getIssuePriorities", - "description": "Get a list of issue priorities.", - "isHidden": false - }, - { - "name": "getIssuePriorityById", - "description": "Get information about issue priority by ID.", - "isHidden": false - }, - { - "name": "getIssueTypes", - "description": "Get issue types defined in the system.", - "isHidden": false - }, - { - "name": "getIssueTypeById", - "description": "Get information about issue type by ID.", - "isHidden": false - }, - { - "name": "createBulkIssue", - "description": "Creates many issues in one bulk operation.", - "isHidden": false - }, - { - "name": "assignIssueToUser", - "description": "Assigns an issue to a user.", - "isHidden": false - }, - { - "name": "getCommentById", - "description": "Returns all comments for an issue.", - "isHidden": false - }, - { - "name": "sendNotification", - "description": "Sends a notification (email) to the list or recipients defined in the request.", - "isHidden": false - }, - { - "name": "addVotesForIssue", - "description": "Cast your vote in favour of an issue.", - "isHidden": false - }, - { - "name": "getWatchersForIssue", - "description": "Returns the list of watchers for the issue with the given key.", - "isHidden": false - }, - { - "name": "removeUserFromWatcherList", - "description": "Removes a user from an issue's watcher list.", - "isHidden": false - }, - { - "name": "getProject", - "description": "Get Jira Project information.", - "isHidden": false - }, - { - "name": "getAvatarsForProject", - "description": "returns all avatars which are visible for the currently logged in user. The avatars are grouped into system and custom.", - "isHidden": false - }, - { - "name": "deleteAvatarForProject", - "description": "Deletes avatar", - "isHidden": false - }, - { - "name": "getComponentsOfProject", - "description": "Contains a full representation of a the specified project's components.", - "isHidden": false - }, - { - "name": "getStatusesOfProject", - "description": "Get all issue types with valid status values for a project.", - "isHidden": false - }, - { - "name": "getVersionsOfProject", - "description": "Contains a full representation of a the specified project's versions.", - "isHidden": false - }, - { - "name": "getRolesOfProject", - "description": "Contains a list of roles in this project with links to full details.", - "isHidden": false - }, - { - "name": "getRolesByIdOfProject", - "description": "Details on a given project role.", - "isHidden": false - }, - { - "name": "setActorsToRoleOfProject", - "description": "Set actors to a given project role.", - "isHidden": false - }, - { - "name": "getUserAssignableProjects", - "description": "Returns a list of users that match the search string and can be assigned issues for all the given projects. This resource cannot be accessed anonymously.", - "isHidden": false - }, - { - "name": "searchJira", - "description": "Search jira using JQL", - "isHidden": false - }, - { - "name": "getUser", - "description": "Get Jira user information", - "isHidden": false - }, - { - "name": "getUserPermissions", - "description": "Get permissions granted for current user", - "isHidden": false - }, - { - "name": "searchAssignableUser", - "description": "Returns a list of assignable users that match the given issue.", - "isHidden": false - }, - { - "name": "searchIssueViewableUsers", - "description": "Given an issue key this resource will provide a list of users that match the search string and have the browse issue permission for the issue provided.", - "isHidden": false - }, - { - "name": "searchUser", - "description": "Get Jira user information", - "isHidden": false - }, - { - "name": "getAttachmentById", - "description": "Returns the meta-data for an attachment, including the URI of the actual attached file.", - "isHidden": false - }, - { - "name": "getAttachmentContent", - "description": "Returns the content of an attachment.", - "isHidden": false - }, - { - "name": "createComponent", - "description": "Create a component.", - "isHidden": false - }, - { - "name": "getComponent", - "description": "Returns a project component.", - "isHidden": false - }, - { - "name": "updateComponent", - "description": "Modify a component .", - "isHidden": false - }, - { - "name": "countComponentRelatedIssues", - "description": "Returns counts of issues related to this component.", - "isHidden": false - }, - { - "name": "createIssueLink", - "description": "Creates an issue link between two issues.", - "isHidden": false - }, - { - "name": "getIssueLinkById", - "description": "Returns an issue link with the specified id.", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/jira-connector-1.0.5.zip", - "description": "WSO2 ESB Connector Library for JIRA.", - "icon": "jira.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/jira.gif" - }, - { - "name": "jms", - "version": "1.0.1", - "rank": 114, - "operations": [ - { - "name": "init", - "description": "Init operation", - "isHidden": false - }, - { - "name": "publishMessage", - "description": "publish wso2 connector method", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/jms-connector-1.0.1.zip", - "description": "JMS Message Producer", - "icon": "jms.png", - "icon_url": "https://mi-connectors.wso2.com/icons/jms.png" - }, - { - "name": "jotform", - "version": "1.0.2", - "rank": 115, - "operations": [ - { - "name": "init", - "description": "Jotform configuration.", - "isHidden": false - }, - { - "name": "cloneForm", - "description": "Clone a existing form.", - "isHidden": false - }, - { - "name": "getFormSubmissions", - "description": "Get submissions of a specific form.", - "isHidden": false - }, - { - "name": "getForm", - "description": "Get a specific form.", - "isHidden": false - }, - { - "name": "getSubmission", - "description": "Get a specific submission.", - "isHidden": false - }, - { - "name": "updateSubmission", - "description": "Edit a single submission.", - "isHidden": false - }, - { - "name": "getUserSubmissions", - "description": "Retrive all submissions for all the form belongs to the account.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/jotform-connector-1.0.2.zip", - "description": "WSO2 ESB Connector Library for JotForm", - "icon": "jotform.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/jotform.gif" - }, - { - "name": "kafkaTransport", - "version": "3.3.1", - "rank": 2, - "operations": [ - { - "name": "init", - "description": "Configure the Kafka producer", - "isHidden": true - }, - { - "name": "publishMessages", - "description": "Send the messages to the Kafka brokers", - "isHidden": false - } - ], - "download_url": "https://github.com/wso2-extensions/esb-connector-kafka/releases/download/v3.3.1/kafkaTransport-connector-3.3.1.zip", - "description": "Kafka transport connector library", - "icon": "kafka.png", - "icon_url": "https://mi-connectors.wso2.com/icons/kafka.png" - }, - { - "name": "killbill", - "version": "1.0.0", - "rank": 116, - "operations": [ - { - "name": "init", - "description": "Init operation", - "isHidden": false - }, - { - "name": "getAccountById", - "description": "Retrieve an account by id.", - "isHidden": false - }, - { - "name": "getAccountByExternalKey", - "description": "Retrieve an account by external key.", - "isHidden": false - }, - { - "name": "createAccount", - "description": "Create an account.", - "isHidden": false - }, - { - "name": "updateAccount", - "description": "Update an account.", - "isHidden": false - }, - { - "name": "searchAccount", - "description": "Search an account.", - "isHidden": false - }, - { - "name": "getInvoicePaymentsOfAccount", - "description": "Retrieve invoice payments of an account.", - "isHidden": false - }, - { - "name": "getInvoicesOfAccount", - "description": "Retrieve invoice of an account.", - "isHidden": false - }, - { - "name": "getPaymentMethodsOfAccount", - "description": "Retrieve payment methods of an account.", - "isHidden": false - }, - { - "name": "getPaymentsOfAccount", - "description": "Retrieve payments of an account.", - "isHidden": false - }, - { - "name": "addPaymentMethod", - "description": "Add payment method for an account.", - "isHidden": false - }, - { - "name": "createPayment", - "description": "Trigger a payment.", - "isHidden": false - }, - { - "name": "getSubscriptionById", - "description": "Retrieve a subscription by id.", - "isHidden": false - }, - { - "name": "createSubscription", - "description": "Create a subscription.", - "isHidden": false - }, - { - "name": "updateSubscription", - "description": "Update a subscription.", - "isHidden": false - }, - { - "name": "deleteSubscription", - "description": "Delete a subscription.", - "isHidden": false - }, - { - "name": "getPaymentMethodById", - "description": "Retrieve a payment method by id.", - "isHidden": false - }, - { - "name": "deletePaymentMethod", - "description": "Delete a payment method.", - "isHidden": false - }, - { - "name": "searchPaymentMethod", - "description": "Search a payment method.", - "isHidden": false - }, - { - "name": "getInvoiceById", - "description": "Retrieve an invoice by id.", - "isHidden": false - }, - { - "name": "searchInvoice", - "description": "Search an invoice.", - "isHidden": false - }, - { - "name": "getUsageOfSubscription", - "description": "Retrieve usage for a subscription.", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/killbill-connector-1.0.0.zip", - "description": "WSO2 Connector library for Kill Bill REST API.", - "icon": "killbill.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/killbill.gif" - }, - { - "name": "ldap", - "version": "1.0.13", - "rank": 18, - "operations": [ - { - "name": "addEntry", - "description": "This adds new entries to ldap directory", - "isHidden": false - }, - { - "name": "searchEntry", - "description": "This searches entries in ldap directory", - "isHidden": false - }, - { - "name": "updateEntry", - "description": "This updates entries in ldap directory", - "isHidden": false - }, - { - "name": "updateName", - "description": "This updates names in ldap directory", - "isHidden": false - }, - { - "name": "deleteEntry", - "description": "This deletes entries in ldap directory", - "isHidden": false - }, - { - "name": "init", - "description": "This does initialization part", - "isHidden": false - }, - { - "name": "authenticate", - "description": "This does authentication of a given user", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/ldap-connector-1.0.13.zip", - "description": "LDAP connector for WSO2 ESB", - "icon": "ldap.png", - "icon_url": "https://mi-connectors.wso2.com/icons/ldap.png" - }, - { - "name": "linkedin", - "version": "1.0.2", - "rank": 117, - "operations": [ - { - "name": "init", - "description": "Configuration files.", - "isHidden": false - }, - { - "name": "getAccessToken", - "description": "Request Access Token by exchanging the authorization_code for it", - "isHidden": false - }, - { - "name": "addComment", - "description": "The Company Statistics API provides the ability to add comments for a particular company page.", - "isHidden": false - }, - { - "name": "checkAdminMember", - "description": "check the member is an Admin or not in the company profiles.", - "isHidden": false - }, - { - "name": "checkShare", - "description": "Check share in company profiles.", - "isHidden": false - }, - { - "name": "companyLookup", - "description": "The Company Profile API Retrieves and displays one or more company profiles.", - "isHidden": false - }, - { - "name": "getAdditionalProfileInfo", - "description": "The Company Statistics API provides the ability to retrieve profile details for a particular company page.", - "isHidden": false - }, - { - "name": "getcommentsForSpecificUpdate", - "description": "The Company Statistics API provides the ability to retrieve comments for a particular company page.", - "isHidden": false - }, - { - "name": "getCompanyProfile", - "description": "The Company Profile API Retrieves and displays one or more company profiles.", - "isHidden": false - }, - { - "name": "getCompanySpecificUpdate", - "description": "The Company Statistics API provides the ability to retrieve specific updates for a particular company page.", - "isHidden": false - }, - { - "name": "getCompanyUpdate", - "description": "The Company Statistics API provides the ability to retrieve updates for a particular company page.", - "isHidden": false - }, - { - "name": "getfollowers", - "description": "The Company Statistics API provides the ability to retrieve no of followers for a particular company page.", - "isHidden": false - }, - { - "name": "getHistoricalFollowers", - "description": "The Company Statistics API provides the ability to retrieve historical followers for a particular company page.", - "isHidden": false - }, - { - "name": "gethistoricalStatusUpdate", - "description": "The Company Statistics API provides the ability to retrieve historical followers update for a particular company page.", - "isHidden": false - }, - { - "name": "getLikesForCompanyUpdate", - "description": "The Company Statistics API provides the ability to retrieve likes for status update a particular company page.", - "isHidden": false - }, - { - "name": "listCompanyByMember", - "description": "The Company Profile API Retrieves and displays members of company profiles.", - "isHidden": false - }, - { - "name": "searchCompanyPage", - "description": "The Company Search API enables search across company pages.", - "isHidden": false - }, - { - "name": "viewJobs", - "description": "The Jobs APIs provide access to view jobs and job data.", - "isHidden": false - }, - { - "name": "shareResources", - "description": "Through the Share API, you can enable users take full advantage of this functionality within your application.", - "isHidden": false - }, - { - "name": "getProfile", - "description": "The Profile API returns details of LinkedIn profile.", - "isHidden": false - }, - { - "name": "getMemberProfile", - "description": "The Profile API returns a members profile info LinkedIn profile.", - "isHidden": false - }, - { - "name": "accessOutOfNetworkProfiles", - "description": "Presenting with people resources that are outside of the current members three degrees.", - "isHidden": false - }, - { - "name": "getProfiledataBasic", - "description": "The Profile API returns a members profile basic info LinkedIn profile.", - "isHidden": false - }, - { - "name": "getAdditionalProfileFields", - "description": "The Profile API returns a members profile additional info LinkedIn profile.", - "isHidden": false - }, - { - "name": "getStatus", - "description": "Get the current status of a user who has granted permission to the application", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/linkedin-connector-1.0.2.zip", - "description": "WSO2 Connector for LinkedIn 1.0", - "icon": "linkedin.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/linkedin.gif" - }, - { - "name": "livechat", - "version": "1.0.1", - "rank": 118, - "operations": [ - { - "name": "createTicket", - "description": "Creates a new ticket", - "isHidden": false - }, - { - "name": "listTickets", - "description": "Returns all tickets", - "isHidden": false - }, - { - "name": "getTicketById", - "description": "Returns single ticket item for the given TICKET_ID", - "isHidden": false - }, - { - "name": "createGroup", - "description": "Creates a new group in your license", - "isHidden": false - }, - { - "name": "listGroups", - "description": "Returns all created groups", - "isHidden": false - }, - { - "name": "getGroupById", - "description": "Returns group details for the given GROUP_ID", - "isHidden": false - }, - { - "name": "init", - "description": "Survey configuration.", - "isHidden": false - }, - { - "name": "listChats", - "description": "Get finished chats and left messages", - "isHidden": false - }, - { - "name": "getChatById", - "description": "Returns single chat item for the given CHAT_ID", - "isHidden": false - }, - { - "name": "sendChatTranscriptByEmail", - "description": "Send chat transcript to e-mail.", - "isHidden": false - }, - { - "name": "createAgent", - "description": "Creates a new agent in your license", - "isHidden": false - }, - { - "name": "listAgents", - "description": "Returns all LiveChat agents list", - "isHidden": false - }, - { - "name": "getAgentByLoginId", - "description": "Return complete details of the agent for the given LOGIN", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/livechat-connector-1.0.1.zip", - "description": "Live Chat connector library", - "icon": "livechat.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/livechat.gif" - }, - { - "name": "loggly", - "version": "1.0.1", - "rank": 119, - "operations": [ - { - "name": "getAccountInfo", - "description": "Retrieve the Account Information associated with the User", - "isHidden": false - }, - { - "name": "init", - "description": "Config operation", - "isHidden": false - }, - { - "name": "createSearchQuery", - "description": "Construct a search Query based on a given set of parameters to filter the log data and retrieve it", - "isHidden": false - }, - { - "name": "getSearchedEvents", - "description": "Get filtered logs by providing the Query ID returned by the createSearchQuery", - "isHidden": false - }, - { - "name": "getSearchFields", - "description": "Get the fields by which the Logs can be queried", - "isHidden": false - }, - { - "name": "sendBulkLogs", - "description": "Send larger batches of line separated events with faster transmission speed", - "isHidden": false - }, - { - "name": "uploadLogFile", - "description": "Upload files directly to the account", - "isHidden": false - } - ], - "download_url": "http://dist.wso2.org/downloads/esb-connectors/1.0.0/loggly-connector-1.0.1.zip", - "description": "wso2 sample connector library", - "icon": "loggly.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/loggly.gif" - }, - { - "name": "magento", - "version": "1.0.2", - "rank": 120, - "operations": [ - { - "name": "setCustomerInformation", - "description": "Add customer information into a shopping cart.", - "isHidden": false - }, - { - "name": "setCustomerAddresses", - "description": "Set the customer addresses into a shopping cart.", - "isHidden": false - }, - { - "name": "setCartPaymentMethod", - "description": "Set a payment method for a shopping cart.", - "isHidden": false - }, - { - "name": "listAvailableCartPaymentMethods", - "description": "Get the list of available payment methods for a shopping cart.", - "isHidden": false - }, - { - "name": "addCartProduct", - "description": "Add one or more products to a shopping cart.", - "isHidden": false - }, - { - "name": "updateCartProduct", - "description": "Update one or more products in a shopping cart.", - "isHidden": false - }, - { - "name": "removeCartProduct", - "description": "Remove one or more products from a shopping cart.", - "isHidden": false - }, - { - "name": "listCartProducts", - "description": "Get a list of products in a shopping cart.", - "isHidden": false - }, - { - "name": "moveProductFromQuoteToCart", - "description": "Move one or more products from the quote to the customer shopping cart.", - "isHidden": false - }, - { - "name": "setCartShippingMethod", - "description": "Set a shipping method for a shopping cart.", - "isHidden": false - }, - { - "name": "listAvailableCartShippingMethods", - "description": "Retrieve the list of available shipping methods for a shopping cart.", - "isHidden": false - }, - { - "name": "listStockData", - "description": "Retrieve the list of stock data by product IDs.", - "isHidden": false - }, - { - "name": "updateStockData", - "description": "Update the stock data for a list of products.", - "isHidden": false - }, - { - "name": "getCatalogProductTierPriceInfo", - "description": "Retrieve information about product tier prices.", - "isHidden": false - }, - { - "name": "updateCatalogProductTierPrice", - "description": "Update the product tier prices.", - "isHidden": false - }, - { - "name": "init", - "description": "Configuration operations of magento.", - "isHidden": false - }, - { - "name": "createCustomer", - "description": "Create a new customer.", - "isHidden": false - }, - { - "name": "getCustomerInfo", - "description": "Retrieve the customer data.", - "isHidden": false - }, - { - "name": "updateCustomer", - "description": "Update the customer data.", - "isHidden": false - }, - { - "name": "deleteCustomer", - "description": "Delete a required customer.", - "isHidden": false - }, - { - "name": "createCustomerAddress", - "description": "Create a new address for a customer.", - "isHidden": false - }, - { - "name": "getCustomerAddressInfo", - "description": "Retrieve the specified customer address.", - "isHidden": false - }, - { - "name": "updateCustomerAddress", - "description": "Update the customer address.", - "isHidden": false - }, - { - "name": "deleteCustomerAddress", - "description": "Delete the customer address.", - "isHidden": false - }, - { - "name": "getOrderInfo", - "description": "Retrieve the order information.", - "isHidden": false - }, - { - "name": "addCommentToOrder", - "description": "Add a comment to an order.", - "isHidden": false - }, - { - "name": "cancelOrder", - "description": "Cancel an order.", - "isHidden": false - }, - { - "name": "listSalesOrders", - "description": "Retrieve the list of sales orders.", - "isHidden": false - }, - { - "name": "getCreditMemoInfo", - "description": "Retrieve the credit memo information.", - "isHidden": false - }, - { - "name": "createCreditMemo", - "description": "Create a new credit memo for order.", - "isHidden": false - }, - { - "name": "addCommentToCreditMemo", - "description": "Add a new comment to the credit memo.", - "isHidden": false - }, - { - "name": "getInvoiceInfo", - "description": "Retrieve information about the invoice.", - "isHidden": false - }, - { - "name": "createInvoice", - "description": "Create a new invoice for an order.", - "isHidden": false - }, - { - "name": "getShipmentInfo", - "description": "Retrieve information about the shipment.", - "isHidden": false - }, - { - "name": "createShipment", - "description": "Create a new shipment for an order.", - "isHidden": false - }, - { - "name": "addCommentToShipment", - "description": "Add a new comment to a shipment.", - "isHidden": false - }, - { - "name": "addTrack", - "description": "Add a new tracking number to the order shipment.", - "isHidden": false - }, - { - "name": "createShoppingCart", - "description": "Create a blank shopping cart.", - "isHidden": false - }, - { - "name": "createOrderFromShoppingCart", - "description": "Create an order from a shopping cart.", - "isHidden": false - }, - { - "name": "getShoppingCartInfo", - "description": "Get full information about the current shopping cart.", - "isHidden": false - }, - { - "name": "getShoppingCartTotals", - "description": "Get all available prices for items in shopping cart using additional parameters.", - "isHidden": false - }, - { - "name": "listRegions", - "description": "Retrieves the regions list.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/magento-connector-1.0.2.zip", - "description": "Magento connector library", - "icon": "magento.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/magento.gif" - }, - { - "name": "mailchimp", - "version": "2.0.0", - "rank": 121, - "operations": [ - { - "name": "getCampaign", - "description": "Retrieve the campaign details.", - "isHidden": false - }, - { - "name": "deleteCampaign", - "description": "Delete an existing campaign.", - "isHidden": false - }, - { - "name": "listCampaigns", - "description": "Get the list of campaigns and their details matching the specified filters.", - "isHidden": false - }, - { - "name": "createCampaign", - "description": "Create a new campaign.", - "isHidden": false - }, - { - "name": "getSendCheckList", - "description": "Get the send checklist for a campaign.", - "isHidden": false - }, - { - "name": "getCampaignContent", - "description": "Get campaign content.", - "isHidden": false - }, - { - "name": "searchCampaigns", - "description": "Search Campaigns.", - "isHidden": false - }, - { - "name": "addCampaignFeedback", - "description": "Add campaign feedback.", - "isHidden": false - }, - { - "name": "listCampaignFeedback", - "description": "List all feedback about campaign.", - "isHidden": false - }, - { - "name": "getCampaignFeedback", - "description": "Get a specific feedback message.", - "isHidden": false - }, - { - "name": "updateCampaignFeedback", - "description": "Update a campaign feedback message.", - "isHidden": false - }, - { - "name": "deleteCampaignFeedback", - "description": "Delete a campaign feedback message.", - "isHidden": false - }, - { - "name": "updateCampaign", - "description": "Update an existing campaign.", - "isHidden": false - }, - { - "name": "init", - "description": "Init operation.", - "isHidden": false - }, - { - "name": "createList", - "description": "Create a new list.", - "isHidden": false - }, - { - "name": "listLists", - "description": "Get information about all lists.", - "isHidden": false - }, - { - "name": "getList", - "description": "Get information about a specific list.", - "isHidden": false - }, - { - "name": "deleteList", - "description": "Delete a list.", - "isHidden": false - }, - { - "name": "listListAbuseReports", - "description": "Get information about abuse reports.", - "isHidden": false - }, - { - "name": "getListActivity", - "description": "Get recent list activity.", - "isHidden": false - }, - { - "name": "subscribeOrUnsubscribeListMembers", - "description": "Batch subscribe or unsubscribe list members.", - "isHidden": false - }, - { - "name": "updateList", - "description": "Update a specific list.", - "isHidden": false - }, - { - "name": "listReports", - "description": "Get campaign reports.", - "isHidden": false - }, - { - "name": "getReport", - "description": "Get a specific campaign report.", - "isHidden": false - }, - { - "name": "listCampaignAbuseReports", - "description": "Get abuse complaints for a campaign.", - "isHidden": false - }, - { - "name": "listClickReports", - "description": "Get campaign click details.", - "isHidden": false - }, - { - "name": "getClickReport", - "description": "Get click details for a specific link in a campaign.", - "isHidden": false - }, - { - "name": "getLocation", - "description": "Get top open locations for a specific campaign.", - "isHidden": false - }, - { - "name": "listSentTo", - "description": "Get information about campaign recipients.", - "isHidden": false - }, - { - "name": "listUnsubscribes", - "description": "Get unsubscribed list members.", - "isHidden": false - }, - { - "name": "getCampaignAbuseReport", - "description": "Get a specific abuse complaints for a campaign.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/2.0.0/mailchimp-connector-2.0.0.zip", - "description": "WSO2 ESB Connector Library for MailChimp.", - "icon": "mailchimp.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/mailchimp.gif" - }, - { - "name": "marketo", - "version": "1.0.0", - "rank": 122, - "operations": [ - { - "name": "init", - "description": "Marketo configuration", - "isHidden": false - }, - { - "name": "getLeadById", - "description": "Retrieves a lead for a given Marketo Id", - "isHidden": false - }, - { - "name": "getMultipleLeadsByFilterType", - "description": "Retrieves multiple leads for given search criteria", - "isHidden": false - }, - { - "name": "getMultipleLeadsByListId", - "description": "Retrieves multiple leads from a given list id", - "isHidden": false - }, - { - "name": "createAndUpdateLeads", - "description": "Creates a new lead or Updates an existing lead", - "isHidden": false - }, - { - "name": "associateLead", - "description": "Associates a lead with a cookie value", - "isHidden": false - }, - { - "name": "mergeLead", - "description": "Merges two leads", - "isHidden": false - }, - { - "name": "getLeadPartitions", - "description": "Retrieves a list of lead partitions in a Marketo instance", - "isHidden": false - }, - { - "name": "getMultipleLeadsByProgramId", - "description": "Retrieves multiple leads from a given program id", - "isHidden": false - }, - { - "name": "deleteLead", - "description": "Deletes leads with the given ids", - "isHidden": false - }, - { - "name": "describe", - "description": "Retrieves all fields and the data type of a lead object", - "isHidden": false - }, - { - "name": "importLead", - "description": "Imports leads in bulk", - "isHidden": false - }, - { - "name": "getImportLeadStatus", - "description": "Retrieves the status of lead operation from ImportLead API call", - "isHidden": false - }, - { - "name": "getImportFailureFile", - "description": "Retrieves of the failure file from a ImportLead Call", - "isHidden": false - }, - { - "name": "getImportWarningFile", - "description": "Retrieves of the warning file from a ImportLead Call", - "isHidden": false - }, - { - "name": "getListById", - "description": "Retrieves a list for a given Marketo list Id", - "isHidden": false - }, - { - "name": "getMultipleLists", - "description": "Retrieves multiple lists with the given ids", - "isHidden": false - }, - { - "name": "addLeadsToList", - "description": "Adds leads to a list with the given list id", - "isHidden": false - }, - { - "name": "memberOfList", - "description": "Finds out if leads are a member of a given list", - "isHidden": false - }, - { - "name": "removeLeadsFromList", - "description": "Removes a lead from a given list.", - "isHidden": false - }, - { - "name": "getCampaignById", - "description": "Retrieves a campaign for a given Marketo campaign Id", - "isHidden": false - }, - { - "name": "getMultipleCampaigns", - "description": "Retrieves multiple campaigns", - "isHidden": false - }, - { - "name": "scheduleCampaign", - "description": "Schedules a batch Smart Campaign to run either immediately or at a future date", - "isHidden": false - }, - { - "name": "requestCampaign", - "description": "Runs an existing Marketo lead in a Marketo Smart Campaign.", - "isHidden": false - }, - { - "name": "getActivityTypes", - "description": "Retrieves meta data about activity types", - "isHidden": false - }, - { - "name": "getPagingToken", - "description": "Retrieves a token for a given date", - "isHidden": false - }, - { - "name": "getLeadActivities", - "description": "Retrieves lead activities for the requested activity types", - "isHidden": false - }, - { - "name": "getLeadChanges", - "description": "Retrieves change data value for leads", - "isHidden": false - }, - { - "name": "getDeletedLeads", - "description": "Retrieves a list of leads that were deleted", - "isHidden": false - }, - { - "name": "getDailyUsage", - "description": "Retrieves total and user-level usage count for the day", - "isHidden": false - }, - { - "name": "getLast7DaysUsage", - "description": "Retrieves total and user-level usage count for the last 7 days", - "isHidden": false - }, - { - "name": "getDailyErrors", - "description": "Retrieves error codes and their count for the day", - "isHidden": false - }, - { - "name": "getLast7DaysErrors", - "description": "Retrieves error codes and their count for the last 7 days", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/marketo-connector-1.0.0.zip", - "description": "WSO2 Connector for Marketo Rest API", - "icon": "marketo.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/marketo.gif" - }, - { - "name": "msazurestorage", - "version": "2.0.0", - "rank": 7, - "operations": [ - { - "name": "init", - "description": "Init operation for ms azure storage connector.", - "isHidden": true - }, - { - "name": "listBlobs", - "description": "Gets the list of all blobs.", - "isHidden": false - }, - { - "name": "uploadBlob", - "description": "Uploads the blob into the Azure storage.", - "isHidden": false - }, - { - "name": "deleteBlob", - "description": "Deletes the blob from the Azure storage.", - "isHidden": false - }, - { - "name": "downloadBlob", - "description": "Downloads the blob from the Azure storage.", - "isHidden": false - }, - { - "name": "listContainers", - "description": "Gets the list of all containers.", - "isHidden": false - }, - { - "name": "createContainer", - "description": "Creates a container into the Azure storage.", - "isHidden": false - }, - { - "name": "deleteContainer", - "description": "Deletes the container from the Azure storage.", - "isHidden": false - }, - { - "name": "listMetadata", - "description": "Downloads the metadata from the blob from Azure storage.", - "isHidden": false - }, - { - "name": "uploadMetadata", - "description": "Uploads metadata to a blob in Azure storage.", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/2.0.0/msazurestorage-connector-2.0.0.zip", - "description": "WSO2 Microsoft Azure Storage connector library", - "icon": "microsoftazurestorage.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/microsoftazurestorage.gif" - }, - { - "name": "msdynamics365", - "version": "1.0.1", - "rank": 17, - "operations": [ - { - "name": "init", - "description": "Init operation.", - "isHidden": false - }, - { - "name": "getAccessTokenFromRefreshToken", - "description": "Getting the access token from refresh token operation.", - "isHidden": false - }, - { - "name": "createEntity", - "description": "Create an entity using the Web API (Basic, Create related entities in one operation and Associate entities on create).", - "isHidden": false - }, - { - "name": "retrieveEntity", - "description": "TO returns data for a specific entity instance with the primary key value or or alternate key of entity type.", - "isHidden": false - }, - { - "name": "retrieveSpecificProperties", - "description": "To retrieves specific properties for the specific entity with the primary key value.", - "isHidden": false - }, - { - "name": "retrieveSingleProperty", - "description": "To returns only the value of the specific property of a entity type.", - "isHidden": false - }, - { - "name": "retrieveNavigationPropertyValues", - "description": "To retrieve the data of an entity using single valued navigation property or collection valued navigation property.", - "isHidden": false - }, - { - "name": "retrieveByExpandingNavigationProperties", - "description": "The expand query option to control what data from related entities is returned.", - "isHidden": false - }, - { - "name": "updateEntity", - "description": "Updates an existing entity with the relevant values.", - "isHidden": false - }, - { - "name": "updateEntityWithDataReturnedOrSinglePropertyValue", - "description": "To retrieve data in the response when updating the specific entity with relevant details or Update the single property of an entity.", - "isHidden": false - }, - { - "name": "upsertEntity", - "description": "An upsert ordinarily operates by creating an entity if it doesn\u2019t exist; otherwise, it updates an existing entity.", - "isHidden": false - }, - { - "name": "deleteEntity", - "description": "Delete an existing entity.", - "isHidden": false - }, - { - "name": "deleteSinglePropertyValue", - "description": "Delete the value of a single property of an entity.", - "isHidden": false - }, - { - "name": "associateAnExistingEntity", - "description": "Associate an existing entity with the collection-valued navigation property or single valued navigation property for an specific entity with that entity primary key value.", - "isHidden": false - }, - { - "name": "removeEntityReferenceForCollectionValuedProperty", - "description": "Disassociate or remove reference to an entity using collection valued navigation property.", - "isHidden": false - }, - { - "name": "removeEntityReferenceForSingleValuedProperty", - "description": "Disassociate or remove reference to an entity using single valued navigation property.", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/msdynamics365-connector-1.0.1.zip", - "description": "wso2 sample connector library for microsoft dynamic crm", - "icon": "microsoftdynamics365.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/microsoftdynamics365.gif" - }, - { - "name": "mongodb", - "version": "1.0.2", - "rank": 4, - "operations": [ - { - "name": "init", - "description": "MongoDB connection configuration.", - "isHidden": true - }, - { - "name": "deleteOne", - "description": "Removes a single document from a collection.", - "isHidden": false - }, - { - "name": "deleteMany", - "description": "Removes all documents that match the filter from a collection.", - "isHidden": false - }, - { - "name": "findOne", - "description": "Finds a single document in a collection.", - "isHidden": false - }, - { - "name": "find", - "description": "Finds several documents in a collection.", - "isHidden": false - }, - { - "name": "insertOne", - "description": "Inserts a document into a collection.", - "isHidden": false - }, - { - "name": "insertMany", - "description": "Inserts several documents into a collection.", - "isHidden": false - }, - { - "name": "updateOne", - "description": "Modifies an existing document in a collection.", - "isHidden": false - }, - { - "name": "updateMany", - "description": "Modifies several documents in a collection.", - "isHidden": false - }, - { - "name": "aggregate", - "description": "Aggregation to process multiple documents and return result.", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/mongodb-connector-1.0.2.zip", - "description": "WSO2 MongoDB connector library", - "icon": "mongodb.png", - "icon_url": "https://mi-connectors.wso2.com/icons/mongodb.png" - }, - { - "name": "nest", - "version": "1.0.0", - "rank": 123, - "operations": [ - { - "name": "init", - "description": "Init method for nest connector.", - "isHidden": false - }, - { - "name": "getAccessToken", - "description": "To get access token.", - "isHidden": false - }, - { - "name": "setFanTimer", - "description": "To set fan timer.", - "isHidden": false - }, - { - "name": "setTargetTemperature", - "description": "To set target temperature.", - "isHidden": false - }, - { - "name": "setTemperatureMode", - "description": "To set temperature mode.", - "isHidden": false - }, - { - "name": "setAwayState", - "description": "To set away state.", - "isHidden": false - }, - { - "name": "setETA", - "description": "To set Estimated Time of Arrival.", - "isHidden": false - }, - { - "name": "getServices", - "description": "For all get operations.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/nest-connector-1.0.0.zip", - "description": "wso2 sample connector library", - "icon": "nest.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/nest.gif" - }, - { - "name": "netsuite", - "version": "1.0.1", - "rank": 124, - "operations": [ - { - "name": "init", - "description": "Config operation.", - "isHidden": false - }, - { - "name": "addList", - "description": "Use to add one or more records into the system.", - "isHidden": false - }, - { - "name": "attach", - "description": "Use to attach another record or file to or from another record", - "isHidden": false - }, - { - "name": "initializeList", - "description": "Use to emulate the UI workflow by prepopulating fields on transaction line items with values from a related record.", - "isHidden": false - }, - { - "name": "detach", - "description": "Use to detach another record or file to or from another record.", - "isHidden": false - }, - { - "name": "deleteList", - "description": "Use to delete one or more existing instances of a certain record type in NetSuite.", - "isHidden": false - }, - { - "name": "getList", - "description": "Use to retrieve a list of one or more records by providing the unique ids that identify those records.", - "isHidden": false - }, - { - "name": "getAll", - "description": "Use to return a list of records that do not have a search interface.", - "isHidden": false - }, - { - "name": "getItemAvailability", - "description": "Use to retrieve the inventory availability for a given list of items.", - "isHidden": false - }, - { - "name": "search", - "description": "Use to search for a set of records based on specific search criteria.", - "isHidden": false - }, - { - "name": "getCustomizationId", - "description": "Use to retrieve the internalIds externalIds and or or scriptIds of all custom objects of a specified type.", - "isHidden": false - }, - { - "name": "getSelectValue", - "description": "Use to retrieve valid values for a given recordRef field where the referenced record type is not yet exposed in the Web services API or when the logged in role does not have permission to the instances of the record type.", - "isHidden": false - }, - { - "name": "getDataCenterUrls", - "description": "Use for dynamic discovery of data-center-specific URLs for partner applications access to NetSuite.", - "isHidden": false - }, - { - "name": "updateList", - "description": "Use to update one or more instances of a record type in NetSuite.", - "isHidden": false - } - ], - "download_url": "http://dist.wso2.org/downloads/esb-connectors/1.0.0/netsuite-connector-1.0.1.zip", - "description": "netsuite connector libraries", - "icon": "netsuite.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/netsuite.gif" - }, - { - "name": "nexmo", - "version": "1.0.1", - "rank": 125, - "operations": [ - { - "name": "getBalance", - "description": "Retrieve the current account balance.", - "isHidden": false - }, - { - "name": "getOutboundPricing", - "description": "Retrieve outbound pricing of nexmo for a given country.", - "isHidden": false - }, - { - "name": "makeCall", - "description": "Make an outbound call.", - "isHidden": false - }, - { - "name": "textToSpeech", - "description": "Make an outbound call converting text to speech.", - "isHidden": false - }, - { - "name": "init", - "description": "Nexmo configuration.", - "isHidden": false - }, - { - "name": "sendMessage", - "description": "Send a message.", - "isHidden": false - }, - { - "name": "searchMessage", - "description": "Search a previously sent message for a given message id.", - "isHidden": false - }, - { - "name": "searchMessages", - "description": "Search sent messages.", - "isHidden": false - }, - { - "name": "searchRejectedMessages", - "description": "Search rejected messages.", - "isHidden": false - }, - { - "name": "searchInboundNumbers", - "description": "Get available inbound numbers for a given country.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/nexmo-connector-1.0.1.zip", - "description": "wso2 sample connector library", - "icon": "nexmo.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/nexmo.gif" - }, - { - "name": "nimble", - "version": "1.0.0", - "rank": 126, - "operations": [ - { - "name": "getContactsDetails", - "description": "Get full detail of one contact information", - "isHidden": false - }, - { - "name": "getListContacts", - "description": "Get all contact list information", - "isHidden": false - }, - { - "name": "getListContactsIds", - "description": "Get all ids on contact information", - "isHidden": false - }, - { - "name": "getSavedSearch", - "description": "Get all saved search on contact information", - "isHidden": false - }, - { - "name": "deleteSavedSearch", - "description": "Delete saved contact information", - "isHidden": false - }, - { - "name": "createSavedSearch", - "description": "Create saved search contact information", - "isHidden": false - }, - { - "name": "updateSavedSearch", - "description": "Update saved search contact information", - "isHidden": false - }, - { - "name": "getAdvancedSearch", - "description": "Get all saved search on contact information with advanced query", - "isHidden": false - }, - { - "name": "createContact", - "description": "Create a contact information", - "isHidden": false - }, - { - "name": "updateContact", - "description": "update a contact information", - "isHidden": false - }, - { - "name": "deleteContact", - "description": "Delete a contact information", - "isHidden": false - }, - { - "name": "advancedDeleteContact", - "description": "Delete a contact information with advanced options", - "isHidden": false - }, - { - "name": "getSingleNote", - "description": "Get a single note information", - "isHidden": false - }, - { - "name": "getContactNotesList", - "description": "Get all note information on a contact", - "isHidden": false - }, - { - "name": "deleteSingleNote", - "description": "Delete a single note information", - "isHidden": false - }, - { - "name": "createNote", - "description": "Create a single note information", - "isHidden": false - }, - { - "name": "updateNote", - "description": "Update a single note information", - "isHidden": false - }, - { - "name": "getContactMetadata", - "description": "Get all the metadata information", - "isHidden": false - }, - { - "name": "createField", - "description": "Create a new field for a group", - "isHidden": false - }, - { - "name": "updateField", - "description": "Update an existing field", - "isHidden": false - }, - { - "name": "deleteField", - "description": "Delete an existing field", - "isHidden": false - }, - { - "name": "createGroup", - "description": "Create a new group", - "isHidden": false - }, - { - "name": "updateGroup", - "description": "Update an existing group", - "isHidden": false - }, - { - "name": "deleteGroup", - "description": "Delete an existing group", - "isHidden": false - }, - { - "name": "createTask", - "description": "create tasks for a contact id", - "isHidden": false - }, - { - "name": "getAccessTokenFromRefreshToken", - "description": "Gives access token from refresh token", - "isHidden": false - }, - { - "name": "init", - "description": "init file for nimble connector", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/nimble-connector-1.0.0.zip", - "description": "Nimble connector for WSO2 ESB", - "icon": "nimble.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/nimble.gif" - }, - { - "name": "openweathermap", - "version": "1.0.0", - "rank": 127, - "operations": [ - { - "name": "init", - "description": "OpenWeatherMap configuration", - "isHidden": false - }, - { - "name": "getCurrentWeatherForOneLocByCityName", - "description": "Retrieves a data for a given OpenWeatherMap City name", - "isHidden": false - }, - { - "name": "getCurrentWeatherForOneLocByCityID", - "description": "Retrieves a data for a given OpenWeatherMap City ID", - "isHidden": false - }, - { - "name": "getCurrentWeatherForOneLocByGeoCoordinates", - "description": "Retrieves a data for a given OpenWeatherMap geographic coordinates", - "isHidden": false - }, - { - "name": "getCurrentWeatherForOneLocByZipCode", - "description": "Retrieves a data for a given OpenWeatherMap ZIP Code", - "isHidden": false - }, - { - "name": "getCurrentWeatherForSeveralCitiesWithinRectangle", - "description": "Retrieves the data from cities within the defined rectangle specified by the geographic coordinates.", - "isHidden": false - }, - { - "name": "getCurrentWeatherForSeveralCitiesWithinCycle", - "description": "Retrieves data from cities laid within definite circle that is specified by center point ('lat', 'lon') and expected number of cities ('cnt') around this point.", - "isHidden": false - }, - { - "name": "getCurrentWeatherForSeveralCityIDs", - "description": "Retrieves current weather data for several city IDs.", - "isHidden": false - }, - { - "name": "search", - "description": "Returns exact match values and returns results by searching for that substring.", - "isHidden": false - }, - { - "name": "searchWeatherForcastFor5daysByCityName", - "description": "Search weather forecast for 5 days with data every 3 hours by city name", - "isHidden": false - }, - { - "name": "searchWeatherForcastFor5daysByCityID", - "description": "Search weather forecast for 5 days with data every 3 hours by city ID", - "isHidden": false - }, - { - "name": "searchWeatherForcastFor5daysByGeoCoordinates", - "description": "Search weather forecast for 5 days with data every 3 hours by geographic coordinates.", - "isHidden": false - }, - { - "name": "searchWeatherForcastFor16daysByCityID", - "description": "Search 16 day weather forecast with daily average parameters by city ID", - "isHidden": false - }, - { - "name": "searchWeatherForcastFor16daysByCityName", - "description": "Search 16 day weather forecast with daily average parameters by city name", - "isHidden": false - }, - { - "name": "searchWeatherForcastFor16daysByGeoCoordinates", - "description": "Search 16 day weather forecast with daily average parameters by geographic coordinates.", - "isHidden": false - }, - { - "name": "getHoulryHistoricalDataByCityID", - "description": "Get historical data by city ID", - "isHidden": false - }, - { - "name": "getHoulryHistoricalDataByCityName", - "description": "Get historical data by city name.", - "isHidden": false - }, - { - "name": "getHoulryHistoricalDataByGeoCoordinates", - "description": "Get historical by geographic coordinates.", - "isHidden": false - }, - { - "name": "getHistoricalDataFromWeatherStation", - "description": "Get historical data received directly from weather station.", - "isHidden": false - }, - { - "name": "getCurrentWeatherFromOneStation", - "description": "Get current weather from one station", - "isHidden": false - }, - { - "name": "getCurrentWeatherFromSeveralStationArroundGeoPoint", - "description": "Get current weather from several stations around a geo point", - "isHidden": false - }, - { - "name": "getCurrentWeatherFromSeveralStationWithinRecZone", - "description": "Get current weather from several stations within a rectangular zone", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/openweathermap-connector-1.0.0.zip", - "description": "wso2 sample connector library", - "icon": "openweathermap.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/openweathermap.gif" - }, - { - "name": "outlookmail", - "version": "1.0.3", - "rank": 128, - "operations": [ - { - "name": "init", - "description": "Init operation.", - "isHidden": false - }, - { - "name": "getAccessTokenFromRefreshToken", - "description": "Getting the access token from refresh token operation.", - "isHidden": false - }, - { - "name": "getAccessTokenFromAuthorizationCode", - "description": "Getting the access token from code operation.", - "isHidden": false - }, - { - "name": "getAttachment", - "description": "Get an attachment from a particular message.", - "isHidden": false - }, - { - "name": "getAttachmentCollection", - "description": "Get the attachments from a particular message.", - "isHidden": false - }, - { - "name": "deleteAttachment", - "description": "Delete a message attachment.", - "isHidden": false - }, - { - "name": "createAttachment", - "description": "Create a file attachment.", - "isHidden": false - }, - { - "name": "getFolder", - "description": "Get folder collection under root folder.", - "isHidden": false - }, - { - "name": "getChildFolder", - "description": "Get folder collection under the specified folder.", - "isHidden": false - }, - { - "name": "createFolder", - "description": "Create a child folder.", - "isHidden": false - }, - { - "name": "deleteFolder", - "description": "Delete a folder and all of its contents.", - "isHidden": false - }, - { - "name": "moveFolder", - "description": "Move or copy a folder to another folder.", - "isHidden": false - }, - { - "name": "getMessage", - "description": "Get a message by ID.", - "isHidden": false - }, - { - "name": "getMessageCollection", - "description": "Get a message collection from the entire mailbox.", - "isHidden": false - }, - { - "name": "getMessageCollectionFromFolder", - "description": "Get the message collection from that folder.", - "isHidden": false - }, - { - "name": "sendMail", - "description": "Send the message.", - "isHidden": false - }, - { - "name": "replyToSender", - "description": "Reply to the sender of a message.", - "isHidden": false - }, - { - "name": "replyToAll", - "description": "Reply to all recipients of a message.", - "isHidden": false - }, - { - "name": "forwardMessage", - "description": "Forward a message.", - "isHidden": false - }, - { - "name": "deleteMessage", - "description": "Delete a message.", - "isHidden": false - }, - { - "name": "moveMessage", - "description": "Move a message to a folder.", - "isHidden": false - }, - { - "name": "copyMessage", - "description": "Copy a message to a folder.", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/outlookmail-connector-1.0.3.zip", - "description": "WSO2 ESB Connector Library for outlookmail REST API.", - "icon": "outlookmail.png", - "icon_url": "https://mi-connectors.wso2.com/icons/outlookmail.png" - }, - { - "name": "pagerduty", - "version": "2.0.0", - "rank": 129, - "operations": [ - { - "name": "init", - "description": "Initialize methods for the connector.", - "isHidden": false - }, - { - "name": "createIncident", - "description": "Create a new event or incident.", - "isHidden": false - }, - { - "name": "updateIncident", - "description": "Update an incident.", - "isHidden": false - }, - { - "name": "manageIncidents", - "description": "Acknowledge, resolve, escalate or reassign one or more incidents.", - "isHidden": false - }, - { - "name": "listLogEntries", - "description": "List log entries for the specified incident.", - "isHidden": false - }, - { - "name": "getIncidentById", - "description": "Retrieve incident by the incident ID.", - "isHidden": false - }, - { - "name": "listIncidents", - "description": "List the incidents.", - "isHidden": false - }, - { - "name": "snoozeIncident", - "description": "Snooze an incident.", - "isHidden": false - }, - { - "name": "createNote", - "description": "Add a note for an incident.", - "isHidden": false - }, - { - "name": "listNotes", - "description": "List the notes for an incident.", - "isHidden": false - }, - { - "name": "createUser", - "description": "Create a user.", - "isHidden": false - }, - { - "name": "listUsers", - "description": "List the users.", - "isHidden": false - }, - { - "name": "getUserById", - "description": "Retrieve a user by the user ID.", - "isHidden": false - }, - { - "name": "createContactMethod", - "description": "Create a contact method for a user.", - "isHidden": false - }, - { - "name": "listContactMethods", - "description": "List all the contact methods for a user.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/2.0.0/pagerduty-connector-2.0.0.zip", - "description": "Pagerduty connector libraries", - "icon": "pagerduty.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/pagerduty.gif" - }, - { - "name": "pardot", - "version": "1.0.1", - "rank": 130, - "operations": [ - { - "name": "init", - "description": "Pardot init configuration.", - "isHidden": false - }, - { - "name": "getUsers", - "description": "Retrieves all the users.", - "isHidden": false - }, - { - "name": "getCampaigns", - "description": "Retrieves all the campaigns.", - "isHidden": false - }, - { - "name": "getEmailClicks", - "description": "Retrieves all the email clicks.", - "isHidden": false - }, - { - "name": "getForms", - "description": "Retrieves all the forms.", - "isHidden": false - }, - { - "name": "getLifecycleHistories", - "description": "Retrieves all the lifecycle histories.", - "isHidden": false - }, - { - "name": "getLifecycleStages", - "description": "Retrieves all the lifecycle stages.", - "isHidden": false - }, - { - "name": "getLists", - "description": "Retrieves all the lists.", - "isHidden": false - }, - { - "name": "getOpportunities", - "description": "Retrieves all the lifecycle opportunities.", - "isHidden": false - }, - { - "name": "getProspectAccounts", - "description": "Retrieves all the prospect accounts.", - "isHidden": false - }, - { - "name": "getProspects", - "description": "Retrieves all the prospects.", - "isHidden": false - }, - { - "name": "getTags", - "description": "Retrieves all the tags.", - "isHidden": false - }, - { - "name": "getVisitorActivities", - "description": "Retrieves all the visitor activities.", - "isHidden": false - }, - { - "name": "getVisitors", - "description": "Retrieves all the visitors.", - "isHidden": false - }, - { - "name": "getVisits", - "description": "Retrieves all the visits.", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/pardot-connector-1.0.1.zip", - "description": "WSO2 connector library for Pardot REST API.", - "icon": "pardot.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/pardot.gif" - }, - { - "name": "paypal", - "version": "1.0.0", - "rank": 131, - "operations": [ - { - "name": "init", - "description": "Configuration files.", - "isHidden": false - }, - { - "name": "createPayment", - "description": "Create a payment.", - "isHidden": false - }, - { - "name": "executeApprovedPayment", - "description": "Execute a PayPal payment that has been approved by the payer.", - "isHidden": false - }, - { - "name": "lookupPayment", - "description": "Get details about payments that have not completed.", - "isHidden": false - }, - { - "name": "listPayments", - "description": "Get a list of payments.", - "isHidden": false - }, - { - "name": "lookupCapturedPayment", - "description": "Get details about a captured payment.", - "isHidden": false - }, - { - "name": "refundCapturedPayment", - "description": "To refund a captured payment.", - "isHidden": false - }, - { - "name": "grantTokenFromAuthorization", - "description": "Create an access token from an authorization code.", - "isHidden": false - }, - { - "name": "grantTokenFromRefreshToken", - "description": "Create an access token from a refresh token.", - "isHidden": false - }, - { - "name": "getUserInformation", - "description": "To retrieve user profile attributes.", - "isHidden": false - }, - { - "name": "lookupAuthorization", - "description": "To get details about authorizations.", - "isHidden": false - }, - { - "name": "captureAuthorization", - "description": "To capture and process a previously created authorization.", - "isHidden": false - }, - { - "name": "reAuthorization", - "description": "Reauthorize a PayPal account payment.", - "isHidden": false - }, - { - "name": "voidAuthorization", - "description": "To Void a previously authorized payment.", - "isHidden": false - }, - { - "name": "getAccessToken", - "description": "To retrieve an access token.", - "isHidden": false - }, - { - "name": "lookupRefund", - "description": "Get details about a specific refund.", - "isHidden": false - }, - { - "name": "lookupSale", - "description": "Get details about a sale transaction.", - "isHidden": false - }, - { - "name": "refundSale", - "description": "To refund a completed payment.", - "isHidden": false - }, - { - "name": "storeCreditCardDetails", - "description": "To store credit card details with PayPal.", - "isHidden": false - }, - { - "name": "deleteCreditCardDetails", - "description": "To delete details of a credit card.", - "isHidden": false - }, - { - "name": "lookupCreditCardDetails", - "description": "To look up details of a credit card.", - "isHidden": false - } - ], - "download_url": "http://dist.wso2.org/downloads/esb-connectors/1.0.0/paypal-connector-1.0.0.zip", - "description": "PayPal API connector libraries", - "icon": "paypal.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/paypal.gif" - }, - { - "name": "peoplehr", - "version": "1.0.3", - "rank": 132, - "operations": [ - { - "name": "createAbsenceRecord", - "description": "Add a leave record for an employee.", - "isHidden": false - }, - { - "name": "getAbsenceRecord", - "description": "Get leave details for an employee.", - "isHidden": false - }, - { - "name": "updateAbsenceRecord", - "description": "Update the leave details for an employee.", - "isHidden": false - }, - { - "name": "deleteAbsence", - "description": "Delete the leave details of an employee.", - "isHidden": false - }, - { - "name": "init", - "description": "People HR configuration.", - "isHidden": false - }, - { - "name": "createEmployee", - "description": "Create an employee.", - "isHidden": false - }, - { - "name": "getEmployeeDetailById", - "description": "Get details of an employee.", - "isHidden": false - }, - { - "name": "updateEmployee", - "description": "Update an existing employee.", - "isHidden": false - }, - { - "name": "getAllEmployeeDetail", - "description": "Get details of all the employees.", - "isHidden": false - }, - { - "name": "updateEmployeeId", - "description": "Update the employee ID.", - "isHidden": false - }, - { - "name": "markAsLeaverById", - "description": "Mark as a leaver an employee by ID.", - "isHidden": false - }, - { - "name": "createProjectTimesheet", - "description": "Create a new Project Timesheet.", - "isHidden": false - }, - { - "name": "getProjectTimesheet", - "description": "Get a Project Timesheet details.", - "isHidden": false - }, - { - "name": "updateProjectTimesheet", - "description": "Update an existing Project Timesheet.", - "isHidden": false - }, - { - "name": "deleteProjectTimesheet", - "description": "Delete a Project Timesheet.", - "isHidden": false - }, - { - "name": "createTimesheet", - "description": "Create a new Timesheet.", - "isHidden": false - }, - { - "name": "getTimesheet", - "description": "Get employee timesheets.", - "isHidden": false - }, - { - "name": "updateTimesheet", - "description": "Update an existing employee timesheets.", - "isHidden": false - }, - { - "name": "deleteTimesheet", - "description": "Delete an existing employee timesheets.", - "isHidden": false - }, - { - "name": "createSalary", - "description": "Create the salary for an employee.", - "isHidden": false - }, - { - "name": "getSalary", - "description": "Get an existing salary details for an employee.", - "isHidden": false - }, - { - "name": "deleteSalary", - "description": "Delete an existing salary details for an employee.", - "isHidden": false - }, - { - "name": "query", - "description": "Get Query Data By Query Name", - "isHidden": false - }, - { - "name": "getHistoryByEmployeeIdAndFieldName", - "description": "Get a history of an employee.", - "isHidden": false - }, - { - "name": "createHoliday", - "description": "Add a holiday for an employee.", - "isHidden": false - }, - { - "name": "getHolidayDetail", - "description": "Get holiday details of an employee.", - "isHidden": false - }, - { - "name": "updateHoliday", - "description": "Update holiday details of an employee.", - "isHidden": false - }, - { - "name": "deleteHoliday", - "description": "Delete the holiday details of an employee.", - "isHidden": false - }, - { - "name": "getHolidayEntitlement", - "description": "Get details of holiday entitlement for this year.", - "isHidden": false - }, - { - "name": "getNextYearHolidayEntitlement", - "description": "Get holiday entitlement details for next year.", - "isHidden": false - }, - { - "name": "updateHolidayEntitlement", - "description": "Update holiday entitlement of an employee for this year.", - "isHidden": false - }, - { - "name": "updateNextYearHolidayEntitlement", - "description": "Update the holiday entitlement of an employee for next year.", - "isHidden": false - }, - { - "name": "getAllDocument", - "description": "Get all documents for an employee.", - "isHidden": false - }, - { - "name": "getDocumentById", - "description": "Get particular document details for an employee.", - "isHidden": false - }, - { - "name": "uploadEmployeeDocument", - "description": "Upload the document for an employee.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/peoplehr-connector-1.0.3.zip", - "description": "wso2 connector library for PeopleHR", - "icon": "peoplehr.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/peoplehr.gif" - }, - { - "name": "pipedrive", - "version": "1.0.1", - "rank": 133, - "operations": [ - { - "name": "init", - "description": "Config operation", - "isHidden": false - }, - { - "name": "createActivity", - "description": "Adds a new activity", - "isHidden": false - }, - { - "name": "getActivity", - "description": "Returns details of a specific activity", - "isHidden": false - }, - { - "name": "listActivities", - "description": "Returns all activities assigned to a particular user", - "isHidden": false - }, - { - "name": "listActivityTypes", - "description": "Returns all activity types", - "isHidden": false - }, - { - "name": "listDealFollowers", - "description": "Lists the followers of a deal", - "isHidden": false - }, - { - "name": "createDeal", - "description": "Adds a new deal", - "isHidden": false - }, - { - "name": "getDeal", - "description": "Returns details of a specific deal", - "isHidden": false - }, - { - "name": "updateDeal", - "description": "Updates the properties of a deal", - "isHidden": false - }, - { - "name": "listDealsTimeline", - "description": "Returns open and won deals", - "isHidden": false - }, - { - "name": "listDeals", - "description": "Returns all deals", - "isHidden": false - }, - { - "name": "listDealProducts", - "description": "Returns all products attached to a deal", - "isHidden": false - }, - { - "name": "createOrganization", - "description": "Adds a new organization", - "isHidden": false - }, - { - "name": "searchOrganizations", - "description": "Searches all organizations by their name", - "isHidden": false - }, - { - "name": "listOrganizations", - "description": "Returns all organizations", - "isHidden": false - }, - { - "name": "createPerson", - "description": "Adds a new person", - "isHidden": false - }, - { - "name": "searchPersons", - "description": "Searches all persons by their name", - "isHidden": false - }, - { - "name": "getPerson", - "description": "Returns details of a person", - "isHidden": false - }, - { - "name": "listPersons", - "description": "Returns all persons", - "isHidden": false - }, - { - "name": "getUser", - "description": "Adds a new user to the company", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/pipedrive-connector-1.0.1.zip", - "description": "wso2 sample connector library for Pipedrive", - "icon": "pipedrive.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/pipedrive.gif" - }, - { - "name": "pipelinedeals", - "version": "1.0.1", - "rank": 134, - "operations": [ - { - "name": "createDeal", - "description": "Create a new deal in PipelineDeals using the provided Parameters.", - "isHidden": false - }, - { - "name": "updateDeal", - "description": "Update details of the deal identified by the provided deal ID.", - "isHidden": false - }, - { - "name": "getDeal", - "description": "Retrieve details of a deal identified by the provided deal ID.", - "isHidden": false - }, - { - "name": "listDeals", - "description": "Retrieve a list of deals from PipelineDeals.", - "isHidden": false - }, - { - "name": "createPerson", - "description": "Create a new person in PipelineDeals using the provided Parameters.", - "isHidden": false - }, - { - "name": "updatePerson", - "description": "Update details of the person identified by the provided person ID.", - "isHidden": false - }, - { - "name": "getPerson", - "description": "Retrieve details of a person identified by the provided person ID.", - "isHidden": false - }, - { - "name": "listPeople", - "description": "Retrieve a List of people from PipelineDeals.", - "isHidden": false - }, - { - "name": "createCalendarEntry", - "description": "Create a new calendar entry in PipelineDeals using the provided Parameters.", - "isHidden": false - }, - { - "name": "updateCalendarEntry", - "description": "Update details of the calendar entry identified by the provided calendar entry ID.", - "isHidden": false - }, - { - "name": "getCalendarEntry", - "description": "Retrieve details of a calendar entry identified by the provided calendar entry ID.", - "isHidden": false - }, - { - "name": "listCalendarEntries", - "description": "Retrieve a list of calendar entries from PipelineDeals.", - "isHidden": false - }, - { - "name": "createDocument", - "description": "Create a new document in PipelineDeals using the provided Parameters.", - "isHidden": false - }, - { - "name": "getDocument", - "description": "Retrieve details of a document identified by the provided document ID.", - "isHidden": false - }, - { - "name": "listDocuments", - "description": "Retrieve a List of documents from PipelineDeals.", - "isHidden": false - }, - { - "name": "createCompany", - "description": "Create a new company in PipelineDeals using the provided Parameters.", - "isHidden": false - }, - { - "name": "updateCompany", - "description": "Update details of the company identified by the provided company ID.", - "isHidden": false - }, - { - "name": "getCompany", - "description": "Retrieve details of a company identified by the provided company ID.", - "isHidden": false - }, - { - "name": "listCompanies", - "description": "Retrieve a list of companies from PipelineDeals.", - "isHidden": false - }, - { - "name": "init", - "description": "Common Method having the configurations applicable to all the Methods in the Connector.", - "isHidden": false - }, - { - "name": "getUser", - "description": "Retrieve details of a user identified by the provided user ID.", - "isHidden": false - }, - { - "name": "getAccountDetails", - "description": "Retrieve account details of the authenticated user.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/pipelinedeals-connector-1.0.1.zip", - "description": "WSO2 ESB Connector Library for PipelineDeals API.", - "icon": "pipelinedeals.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/pipelinedeals.gif" - }, - { - "name": "pivotaltracker", - "version": "1.0.1", - "rank": 135, - "operations": [ - { - "name": "init", - "description": "Pivotaltracker configuration.", - "isHidden": false - }, - { - "name": "createLabelForProject", - "description": "Create a label for project.", - "isHidden": false - }, - { - "name": "createLabelForStory", - "description": "Create a label for story.", - "isHidden": false - }, - { - "name": "getProjectLabels", - "description": "List all labels of a specific project.", - "isHidden": false - }, - { - "name": "updateProjectLabel", - "description": "Update a existing project label.", - "isHidden": false - }, - { - "name": "createProject", - "description": "Create a new project.", - "isHidden": false - }, - { - "name": "listProjects", - "description": "List all projects.", - "isHidden": false - }, - { - "name": "getProject", - "description": "Get a specific project.", - "isHidden": false - }, - { - "name": "createStory", - "description": "Create a new story.", - "isHidden": false - }, - { - "name": "listStories", - "description": "List all stories.", - "isHidden": false - }, - { - "name": "getStory", - "description": "Get a specific story.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/pivotaltracker-connector-1.0.1.zip", - "description": "WSO2 ESB Connector Library for Pivotaltracker", - "icon": "pivotaltracker.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/pivotaltracker.gif" - }, - { - "name": "planyo", - "version": "1.0.0", - "rank": 136, - "operations": [ - { - "name": "init", - "description": "Config operation.", - "isHidden": false - }, - { - "name": "setCustomProperties", - "description": "Sets new values for multiple properties.", - "isHidden": false - }, - { - "name": "getInvoiceItemsById", - "description": "Returns all products (invoice items) included with the reservation.", - "isHidden": false - }, - { - "name": "listReservations", - "description": "Lists all reservations that either start within given time period or that were entered into the system within given time period.", - "isHidden": false - }, - { - "name": "searchReservations", - "description": "Finds all reservations containing text specified in the query parameter.", - "isHidden": false - }, - { - "name": "createReservation", - "description": "Enters a new reservation into the system.", - "isHidden": false - }, - { - "name": "getReservationById", - "description": "Returns details of a reservation.", - "isHidden": false - }, - { - "name": "listResources", - "description": "Returns resources defined in a Planyo site or meta site along with additional information and photos.", - "isHidden": false - }, - { - "name": "checkResourceAvailability", - "description": "Returns resource availability for given time period.", - "isHidden": false - }, - { - "name": "createResource", - "description": "Add a new resource to the Planyo site.", - "isHidden": false - }, - { - "name": "listUsers", - "description": "Returns all users with at least one reservation.", - "isHidden": false - }, - { - "name": "getUserById", - "description": "Returns details of a user.", - "isHidden": false - }, - { - "name": "listVouchers", - "description": "List Vouchers.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/planyo-connector-1.0.0.zip", - "description": "wso2 sample connector library for Planyo", - "icon": "planyo.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/planyo.gif" - }, - { - "name": "podio", - "version": "1.0.1", - "rank": 137, - "operations": [ - { - "name": "init", - "description": "Podio configuration.", - "isHidden": false - }, - { - "name": "uploadFile", - "description": "Upload File.", - "isHidden": false - }, - { - "name": "attachFile", - "description": "Attach File to a object.", - "isHidden": false - }, - { - "name": "getFile", - "description": "Display the File details.", - "isHidden": false - }, - { - "name": "createTask", - "description": "Adding a Task.", - "isHidden": false - }, - { - "name": "getTask", - "description": "Display the Task details.", - "isHidden": false - }, - { - "name": "listTasks", - "description": "List Tasks.", - "isHidden": false - }, - { - "name": "assignTask", - "description": "Assign task to a user.", - "isHidden": false - }, - { - "name": "updateTask", - "description": "Update a Task.", - "isHidden": false - }, - { - "name": "completeTask", - "description": "Mark the task as Complete.", - "isHidden": false - }, - { - "name": "incompleteTask", - "description": "Mark the Task as Incomplete.", - "isHidden": false - }, - { - "name": "createReminder", - "description": "Create a reminder on a object.", - "isHidden": false - }, - { - "name": "getReminder", - "description": "get the Reminder details.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/podio-connector-1.0.1.zip", - "description": "wso2 connector library for Podio", - "icon": "podio.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/podio.gif" - }, - { - "name": "postcodelookup", - "version": "1.0.3", - "rank": 138, - "operations": [ - { - "name": "init", - "description": "Init operation", - "isHidden": false - }, - { - "name": "postcodelookup", - "description": "Post code lookup connector method", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/postcodelookup-connector-1.0.3.zip", - "description": "WSO2 ESB Connector Library for postcode lookup API.", - "icon": "postcodelookup.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/postcodelookup.gif" - }, - { - "name": "powerbi", - "version": "1.0.2", - "rank": 139, - "operations": [ - { - "name": "init", - "description": "Common method having the configurations applicable to all the business methods in the Connector.", - "isHidden": false - }, - { - "name": "getAccessTokenFromRefreshToken", - "description": "Get a new access token by negotiating the refresh token along with client_secret and client_id.", - "isHidden": false - }, - { - "name": "createDataset", - "description": "Creates a new Dataset from a JSON schema definition and returns the Dataset ID and the properties of the dataset created.", - "isHidden": false - }, - { - "name": "createGroupDataset", - "description": "Creates a new Dataset in a Group from a JSON schema definition and returns theDatasetID and the properties of the dataset created.", - "isHidden": false - }, - { - "name": "listDatasets", - "description": "Returns a JSON list of all Dataset objects which includes a name and id.", - "isHidden": false - }, - { - "name": "listGroupDatasets", - "description": "Returns a JSON list of all Dataset objects in a specified Group which includes a name and id.", - "isHidden": false - }, - { - "name": "listGroups", - "description": "Returns a JSON list of all Groups that the signed in user is a member of.", - "isHidden": false - }, - { - "name": "addRows", - "description": "Adds Rows to a Table in a specified Dataset.", - "isHidden": false - }, - { - "name": "addGroupRows", - "description": "Adds Rows to a Table in a specified Dataset and Group.", - "isHidden": false - }, - { - "name": "deleteRows", - "description": "Deletes Rows to a Table in a specified Dataset.", - "isHidden": false - }, - { - "name": "deleteGroupRows", - "description": "Deletes Rows to a Table in a specified Dataset and Group.", - "isHidden": false - }, - { - "name": "listTables", - "description": "Returns a JSON list of Tables for the specified Dataset.", - "isHidden": false - }, - { - "name": "listGroupTables", - "description": "Returns a JSON list of Tables for the specified Dataset and Group.", - "isHidden": false - }, - { - "name": "updateTableSchema", - "description": "Updates a Table schema for the specified Dataset.", - "isHidden": false - }, - { - "name": "updateGroupTableSchema", - "description": "Updates a Table schema for the specified Dataset and Group.", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/powerbi-connector-1.0.2.zip", - "description": "WSO2 ESB Connector Library for PowerBI API.", - "icon": "powerbi.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/powerbi.gif" - }, - { - "name": "printavo", - "version": "1.0.0", - "rank": 140, - "operations": [ - { - "name": "createProduct", - "description": "Create a new product in Printavo account using the provided Parameters.", - "isHidden": false - }, - { - "name": "getProduct", - "description": "Retrieve details of a product identified by the provided product ID.", - "isHidden": false - }, - { - "name": "listProducts", - "description": "Retrieve a list of product from Printavo account.", - "isHidden": false - }, - { - "name": "updateProduct", - "description": "Update details of the product identified by the provided product ID.", - "isHidden": false - }, - { - "name": "createPayment", - "description": "Create a new payment in Printavo account using the provided Parameters.", - "isHidden": false - }, - { - "name": "getPayment", - "description": "Retrieve details of a payment identified by the provided payment ID.", - "isHidden": false - }, - { - "name": "listPayments", - "description": "Retrieve a list of payments from Printavo account.", - "isHidden": false - }, - { - "name": "createExpense", - "description": "Create a new expense in Printavo account using the provided Parameters.", - "isHidden": false - }, - { - "name": "getExpense", - "description": "Retrieve details of an expense identified by the provided expense ID.", - "isHidden": false - }, - { - "name": "listExpenses", - "description": "Retrieve a list of expenses from Printavo account.", - "isHidden": false - }, - { - "name": "updateExpense", - "description": "Update details of the expense identified by the provided expense ID.", - "isHidden": false - }, - { - "name": "deleteExpense", - "description": "Delete the expense identified by the provided expense ID from Printavo account.", - "isHidden": false - }, - { - "name": "init", - "description": "Common method having the configurations applicable to all the business methods in the Connector.", - "isHidden": false - }, - { - "name": "createCustomer", - "description": "Create a new customer in Printavo account using the provided Parameters.", - "isHidden": false - }, - { - "name": "getCustomer", - "description": "Retrieve details of a customer identified by the provided customer ID.", - "isHidden": false - }, - { - "name": "listCustomers", - "description": "Retrieve a list of customers from Printavo account.", - "isHidden": false - }, - { - "name": "updateCustomer", - "description": "Update details of the customer identified by the provided customer ID.", - "isHidden": false - }, - { - "name": "getOrder", - "description": "Retrieve details of an order identified by the provided order ID.", - "isHidden": false - }, - { - "name": "listOrders", - "description": "Retrieve a list of orders from Printavo account.", - "isHidden": false - }, - { - "name": "updateOrder", - "description": "Update details of the order identified by the provided order ID.", - "isHidden": false - }, - { - "name": "deleteOrder", - "description": "Delete the order identified by the provided order ID from Printavo account.", - "isHidden": false - }, - { - "name": "createOrder", - "description": "Create a new order in Printavo account using the provided Parameters.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/printavo-connector-1.0.0.zip", - "description": "WSO2 ESB Connector Library for Printavo API.", - "icon": "printavo.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/printavo.gif" - }, - { - "name": "prodpad", - "version": "1.0.1", - "rank": 141, - "operations": [ - { - "name": "init", - "description": "Prodpad configuration.", - "isHidden": false - }, - { - "name": "createIdea", - "description": "Create a new idea.", - "isHidden": false - }, - { - "name": "listIdeas", - "description": "List all ideas.", - "isHidden": false - }, - { - "name": "getIdea", - "description": "Get a specific idea.", - "isHidden": false - }, - { - "name": "getIdeaComments", - "description": "List all comments of a specific idea.", - "isHidden": false - }, - { - "name": "getIdeaUserStories", - "description": "List all user stories of a specific idea.", - "isHidden": false - }, - { - "name": "updateIdeaStatus", - "description": "Update the status of a specific idea.", - "isHidden": false - }, - { - "name": "listProducts", - "description": "List all products.", - "isHidden": false - }, - { - "name": "getProduct", - "description": "Get a specific product.", - "isHidden": false - }, - { - "name": "listUserStories", - "description": "List all user stories.", - "isHidden": false - }, - { - "name": "getUserStory", - "description": "Get a specific user story.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/prodpad-connector-1.0.1.zip", - "description": "WSO2 ESB Connector Library for Prodpad.", - "icon": "prodpad.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/prodpad.gif" - }, - { - "name": "producteev", - "version": "1.0.1", - "rank": 142, - "operations": [ - { - "name": "inviteUserToNetwork", - "description": "Invite a user to join the network.", - "isHidden": false - }, - { - "name": "init", - "description": "Common method having the configurations applicable to all the business methods in the Connector.", - "isHidden": false - }, - { - "name": "getAccessTokenFromAuthorizationCode", - "description": "Get a new access token by negotiating the authorization code along with client_secret and client_id.", - "isHidden": false - }, - { - "name": "getAccessTokenFromRefreshToken", - "description": "Get a new access token by negotiating the refresh token along with client_secret and client_id.", - "isHidden": false - }, - { - "name": "getUser", - "description": "Retrieve details of a user identified by the provided user ID.", - "isHidden": false - }, - { - "name": "createTask", - "description": "Create a new task in Producteev account using the provided Parameters.", - "isHidden": false - }, - { - "name": "getTask", - "description": "Retrieve task details by ID.", - "isHidden": false - }, - { - "name": "updateTask", - "description": "Update details of the task identified by the provided task ID.", - "isHidden": false - }, - { - "name": "assignTask", - "description": "Add a user as a responsible for the task.", - "isHidden": false - }, - { - "name": "removeAssignee", - "description": "Remove a Responsible of a task.", - "isHidden": false - }, - { - "name": "addLabelToTask", - "description": "Add a label to a task.", - "isHidden": false - }, - { - "name": "addFollowerToTask", - "description": "Add a user as a Follower.", - "isHidden": false - }, - { - "name": "listTaskNotes", - "description": "Retrieve the Task's Notes.", - "isHidden": false - }, - { - "name": "listTasks", - "description": "Get a list of tasks.", - "isHidden": false - }, - { - "name": "updateLabel", - "description": "Update label details.", - "isHidden": false - }, - { - "name": "createNote", - "description": "Create a note.", - "isHidden": false - }, - { - "name": "getNote", - "description": "Retrieve a note by its ID.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/producteev-connector-1.0.1.zip", - "description": "WSO2 ESB Connector Library for Producteev API.", - "icon": "producteev.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/producteev.gif" - }, - { - "name": "proworkflow", - "version": "1.0.1", - "rank": 143, - "operations": [ - { - "name": "getCompany", - "description": "Returns details of a single company.", - "isHidden": false - }, - { - "name": "createCompanies", - "description": "Adds one or more Companies.", - "isHidden": false - }, - { - "name": "listCompanies", - "description": "Returns a list of Companies based on the filters specified.", - "isHidden": false - }, - { - "name": "init", - "description": "Common Method having the configurations applicable to all the Methods in the Connector.", - "isHidden": false - }, - { - "name": "createContacts", - "description": "Adds one or more Contacts.", - "isHidden": false - }, - { - "name": "getContact", - "description": "Returns details of a single Contact.", - "isHidden": false - }, - { - "name": "listContacts", - "description": "Returns a list of Contacts based on the filters specified.", - "isHidden": false - }, - { - "name": "getQuote", - "description": "Returns details of a single Quote.", - "isHidden": false - }, - { - "name": "updateQuote", - "description": "Updates details of a single Quote.", - "isHidden": false - }, - { - "name": "createQuote", - "description": "Adds a simple quote.", - "isHidden": false - }, - { - "name": "listQuotes", - "description": "Returns a list of Quotes based on the filters specified.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/proworkflow-connector-1.0.1.zip", - "description": "wso2 connector library for ProWorkFlow.", - "icon": "proworkflow.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/proworkflow.gif" - }, - { - "name": "quickbooks", - "version": "1.0.0", - "rank": 144, - "operations": [ - { - "name": "createAccount", - "description": "Create an account.", - "isHidden": false - }, - { - "name": "createBill", - "description": "Create a bill.", - "isHidden": false - }, - { - "name": "createBillPayment", - "description": "Creates a bill payment.", - "isHidden": false - }, - { - "name": "init", - "description": "Config operation", - "isHidden": false - }, - { - "name": "createMemo", - "description": "Creates a credit memo.", - "isHidden": false - }, - { - "name": "createCustomer", - "description": "Create a customer.", - "isHidden": false - }, - { - "name": "updateCustomer", - "description": "Update a customer.", - "isHidden": false - }, - { - "name": "createEstimate", - "description": "Create an estimate.", - "isHidden": false - }, - { - "name": "updateEstimate", - "description": "Update an estimate.", - "isHidden": false - }, - { - "name": "createInvoice", - "description": "Create an invoice.", - "isHidden": false - }, - { - "name": "updateInvoice", - "description": "Update an invoice.", - "isHidden": false - }, - { - "name": "createItem", - "description": "Create an item.", - "isHidden": false - }, - { - "name": "updateItem", - "description": "Update an item.", - "isHidden": false - }, - { - "name": "createPayment", - "description": "Create a payment.", - "isHidden": false - }, - { - "name": "createPurchase", - "description": "Create a purchase.", - "isHidden": false - }, - { - "name": "createPurchaseOrder", - "description": "Create a purchase order.", - "isHidden": false - }, - { - "name": "updatePurchaseOrder", - "description": "Update a purchase order.", - "isHidden": false - }, - { - "name": "createSalesReceipt", - "description": "Create a sales receipt.", - "isHidden": false - }, - { - "name": "updateSalesReceipt", - "description": "Updates a sales receipt.", - "isHidden": false - }, - { - "name": "createVendor", - "description": "Create a vendor.", - "isHidden": false - }, - { - "name": "updateVendor", - "description": "Update Vendor information.", - "isHidden": false - }, - { - "name": "query", - "description": "Query the quickbooks objects.", - "isHidden": false - } - ], - "download_url": "http://dist.wso2.org/downloads/esb-connectors/1.0.0/quickbooks-connector-1.0.0.zip", - "description": "quickbooks connector libraries", - "icon": "quickbooks.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/quickbooks.gif" - }, - { - "name": "recurly", - "version": "1.0.0", - "rank": 145, - "operations": [ - { - "name": "init", - "description": "Recurly configuration.", - "isHidden": false - }, - { - "name": "createAccount", - "description": "Create a new account.", - "isHidden": false - }, - { - "name": "getAccountByCode", - "description": "Get an account by Account Code.", - "isHidden": false - }, - { - "name": "listAccounts", - "description": "List all the accounts.", - "isHidden": false - }, - { - "name": "createCoupon", - "description": "Create a coupon.", - "isHidden": false - }, - { - "name": "listCoupons", - "description": "List all the coupons.", - "isHidden": false - }, - { - "name": "getCouponByCode", - "description": "Get a coupon by the Coupon Code.", - "isHidden": false - }, - { - "name": "listInvoices", - "description": "List all the invoices.", - "isHidden": false - }, - { - "name": "createPlan", - "description": "Create a plan.", - "isHidden": false - }, - { - "name": "listPlans", - "description": "List all the plans.", - "isHidden": false - }, - { - "name": "getPlanByCode", - "description": "Get a plan by the Plan Code.", - "isHidden": false - }, - { - "name": "createSubscription", - "description": "Create a new subscription.", - "isHidden": false - }, - { - "name": "listSubscriptions", - "description": "List all subscriptions.", - "isHidden": false - }, - { - "name": "getSubscriptionById", - "description": "Get a subscription by the ID.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/recurly-connector-1.0.0.zip", - "description": "Recurly API connector libraries", - "icon": "recurly.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/recurly.gif" - }, - { - "name": "reddit", - "version": "1.0.0", - "rank": 146, - "operations": [ - { - "name": "init", - "description": "Init method for Reddit Connector.", - "isHidden": false - }, - { - "name": "reddit_register", - "description": "This method is used to register or create an account in reddit.com.", - "isHidden": false - }, - { - "name": "getUserFriendInfo", - "description": "This method is used to register or create an account in reddit.com.", - "isHidden": false - }, - { - "name": "redditSetPassword", - "description": "This method is used to set the password for reddit account.", - "isHidden": false - }, - { - "name": "getAccessTokenFromAuthorization", - "description": "Request Access Token by exchanging the authorization_code for it", - "isHidden": false - }, - { - "name": "getAccessTokenFromRefreshToken", - "description": "Getting Refresh Access Token.", - "isHidden": false - }, - { - "name": "getCurrentUserInfo", - "description": "Get the logged in user information.", - "isHidden": false - }, - { - "name": "getCurrentUserMultisList", - "description": "Get a list of multis belonging to the current user.", - "isHidden": false - }, - { - "name": "getAnyUserPublicMultisList", - "description": "Get a list of public multis belonging to the any user.", - "isHidden": false - }, - { - "name": "getCurrentUserPreferences", - "description": "Get a list about the logged in user preferences.", - "isHidden": false - }, - { - "name": "getCurrentUserTrophies", - "description": "Get a list of trophies for the current user.", - "isHidden": false - }, - { - "name": "search", - "description": "Get search links page.", - "isHidden": false - }, - { - "name": "getSubredditKarma", - "description": "a breakdown of subreddit karma.", - "isHidden": false - }, - { - "name": "getUserUpvotedHistory", - "description": "Access the user voting history(Upvoted).", - "isHidden": false - }, - { - "name": "getUserDownvotedHistory", - "description": "Access the user voting history(Downvoted).", - "isHidden": false - }, - { - "name": "getUserModeratorSubreddit", - "description": "Get subreddits the user is a moderator of.", - "isHidden": false - }, - { - "name": "getUserCommentsHistory", - "description": "Access the user comments history .", - "isHidden": false - }, - { - "name": "getUserSavedHistory", - "description": "Access the user saved messages or comments history .", - "isHidden": false - }, - { - "name": "getUserSubredditInfo", - "description": "Access the user subreddits list .", - "isHidden": false - }, - { - "name": "getUserInboxMessages", - "description": "Read current user Inbox", - "isHidden": false - }, - { - "name": "getUserSentMessagesInfo", - "description": "Read user sent messages.", - "isHidden": false - }, - { - "name": "getUserNotifications", - "description": "Get User Notifications.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/reddit-connector-1.0.0.zip", - "description": "wso2 connector library for reddit", - "icon": "reddit.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/reddit.gif" - }, - { - "name": "redis", - "version": "3.1.2", - "rank": 5, - "operations": [ - { - "name": "init", - "description": "configure Redis connector", - "isHidden": false - }, - { - "name": "echo", - "description": "echo the given string", - "isHidden": false - }, - { - "name": "ping", - "description": "ping the server", - "isHidden": false - }, - { - "name": "quit", - "description": "close the connection", - "isHidden": false - }, - { - "name": "hDel", - "description": "delete one or more hash fields", - "isHidden": false - }, - { - "name": "hExists", - "description": "determine if a hash field exists", - "isHidden": false - }, - { - "name": "hGet", - "description": "get the value of a hash field", - "isHidden": false - }, - { - "name": "hGetAll", - "description": "get all the fields and values in a hash", - "isHidden": false - }, - { - "name": "hIncrBy", - "description": "increment the integer value of a hash field by the given number", - "isHidden": false - }, - { - "name": "hKeys", - "description": "get all the fields in a hash", - "isHidden": false - }, - { - "name": "hLen", - "description": "get the number of fields in a hash", - "isHidden": false - }, - { - "name": "hMGet", - "description": "get the values of all the given hash fields", - "isHidden": false - }, - { - "name": "hMSet", - "description": "set multiple hash fields to multiple values", - "isHidden": false - }, - { - "name": "hSet", - "description": "set the string value of a hash field", - "isHidden": false - }, - { - "name": "hSetnX", - "description": "set the value of a hash field, only if the field does not exist", - "isHidden": false - }, - { - "name": "hVals", - "description": "get all the values in a hash", - "isHidden": false - }, - { - "name": "del", - "description": "delete a key", - "isHidden": false - }, - { - "name": "exists", - "description": "determine if a key exists", - "isHidden": false - }, - { - "name": "expire", - "description": "set a key's time to live in seconds", - "isHidden": false - }, - { - "name": "expireAt", - "description": "set the expiration for an existing key as a UNIX timestamp", - "isHidden": false - }, - { - "name": "keys", - "description": "find all keys matching the given pattern", - "isHidden": false - }, - { - "name": "randomKey", - "description": "return a random key from the keyspace", - "isHidden": false - }, - { - "name": "rename", - "description": "rename a key", - "isHidden": false - }, - { - "name": "renamenX", - "description": "rename a key, only if the new key does not exist", - "isHidden": false - }, - { - "name": "ttl", - "description": "get the time to live for a key", - "isHidden": false - }, - { - "name": "type", - "description": "determine the type stored at key", - "isHidden": false - }, - { - "name": "blPop", - "description": "remove and get the first element in a list or block until one is available", - "isHidden": false - }, - { - "name": "brPop", - "description": "remove an get the element in a list or block one is available", - "isHidden": false - }, - { - "name": "lInsert", - "description": "insert an element before or after another element in a list", - "isHidden": false - }, - { - "name": "lLen", - "description": "get a length of a list", - "isHidden": false - }, - { - "name": "lPop", - "description": "remove and get the first element in a list", - "isHidden": false - }, - { - "name": "lPush", - "description": "prepend one or multiple values to a list", - "isHidden": false - }, - { - "name": "lPushX", - "description": "prepend a value of an element in a list by its index", - "isHidden": false - }, - { - "name": "lRange", - "description": "get a range of elements from a list", - "isHidden": false - }, - { - "name": "lRem", - "description": "remove element from a list", - "isHidden": false - }, - { - "name": "lSet", - "description": "set the value of an element in a list by it's index", - "isHidden": false - }, - { - "name": "lTrim", - "description": "trim a list to the specified range", - "isHidden": false - }, - { - "name": "rPopLPush", - "description": "remove the list element in a list, prepend it to another list and return it", - "isHidden": false - }, - { - "name": "rPush", - "description": "append one or more multiple values to a list", - "isHidden": false - }, - { - "name": "rPushX", - "description": "append a value to a list, only if the list exists", - "isHidden": false - }, - { - "name": "flushAll", - "description": "delete all the keys of all the existing databases", - "isHidden": false - }, - { - "name": "flushDB", - "description": "delete all the keys of the currently selected database", - "isHidden": false - }, - { - "name": "sadd", - "description": "add one or more members to a set", - "isHidden": false - }, - { - "name": "sDiffStore", - "description": "subtract multiple sets and store the resulting set in a key", - "isHidden": false - }, - { - "name": "sInter", - "description": "intersect multiple sets", - "isHidden": false - }, - { - "name": "sInterStore", - "description": "intersect multiple sets and store the resulting set in a key", - "isHidden": false - }, - { - "name": "sIsMember", - "description": "determine if a given value is a member of a set", - "isHidden": false - }, - { - "name": "sMembers", - "description": "get the all members in a set", - "isHidden": false - }, - { - "name": "sMove", - "description": "move a member from one set to another", - "isHidden": false - }, - { - "name": "sPop", - "description": "remove and return one or multiple random members from a set", - "isHidden": false - }, - { - "name": "sRandMember", - "description": "get one or multiple random members from a set", - "isHidden": false - }, - { - "name": "sRem", - "description": "remove one or more members from a set", - "isHidden": false - }, - { - "name": "sUnion", - "description": "add multiple sets", - "isHidden": false - }, - { - "name": "sUnionStore", - "description": "add multiple sets and store the resulting set in a key", - "isHidden": false - }, - { - "name": "zadd", - "description": "add one or more members to a sorted set or update its score if it already exist", - "isHidden": false - }, - { - "name": "zCount", - "description": "count the members in a sorted set with scores within the given values", - "isHidden": false - }, - { - "name": "zIncrBy", - "description": "increment the score of a member in a sorted set", - "isHidden": false - }, - { - "name": "zInterStore", - "description": "intersect multiple sorted sets and store the resulting stored set in a new key", - "isHidden": false - }, - { - "name": "zRange", - "description": "return a range of members in a sorted set by index", - "isHidden": false - }, - { - "name": "zRangeByScore", - "description": "return a range of members in a sorted set by score with scores ordered from high to low", - "isHidden": false - }, - { - "name": "zRank", - "description": "determine the index of a member in a sorted set", - "isHidden": false - }, - { - "name": "zRem", - "description": "remove one or more members from a sorted set", - "isHidden": false - }, - { - "name": "zRemRangeByRank", - "description": "remove all members in a sorted set within the given indexes", - "isHidden": false - }, - { - "name": "zRemRangeByScore", - "description": "remove all members in a sorted set within the given scores", - "isHidden": false - }, - { - "name": "zRevRange", - "description": "return a range of members in a sorted set by index with scores ordered from high to low", - "isHidden": false - }, - { - "name": "zRevRangeByScore", - "description": "return a range of members in a sorted set by score with score ordered form high to low", - "isHidden": false - }, - { - "name": "zRevRank", - "description": "determine the index of a member in a sorted set with scores ordered from high to low", - "isHidden": false - }, - { - "name": "zScore", - "description": "get the score associated with the given member in a sorted set", - "isHidden": false - }, - { - "name": "zUnionStore", - "description": "add multiple stored sets and store the resulting stored set in a new key", - "isHidden": false - }, - { - "name": "append", - "description": "append a value to a key", - "isHidden": false - }, - { - "name": "decrBy", - "description": "decrement the integer value of key by the given number", - "isHidden": false - }, - { - "name": "get", - "description": "get the value of a key", - "isHidden": false - }, - { - "name": "getObjectIdleTime", - "description": "get the OBJECT IDLE TIME", - "isHidden": false - }, - { - "name": "getRange", - "description": "get the sub string of the key", - "isHidden": false - }, - { - "name": "getSet", - "description": "set the string value of a key and return its old value", - "isHidden": false - }, - { - "name": "incrBy", - "description": "increment the integer value of a key by the given amount", - "isHidden": false - }, - { - "name": "mGet", - "description": "get the values of all given keys", - "isHidden": false - }, - { - "name": "mSet", - "description": "set multiple keys to multiple values", - "isHidden": false - }, - { - "name": "mSetnX", - "description": "set multiple keys to multiple values, only if none of the key exist", - "isHidden": false - }, - { - "name": "set", - "description": "set the string value of a key", - "isHidden": false - }, - { - "name": "setBit", - "description": "sets of clears the bit at offset in the string value stored at key", - "isHidden": false - }, - { - "name": "setnX", - "description": "set the value of a key, only if the key does not exist", - "isHidden": false - }, - { - "name": "setRange", - "description": "overwrite part of a string at key stating at the specified offset", - "isHidden": false - }, - { - "name": "strLen", - "description": "get the length of the value stored in a key", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/3.0.0/redis-connector-3.1.0.zip", - "description": "wso2 Redis connector library", - "icon": "redis.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/redis.gif" - }, - { - "name": "redmine", - "version": "1.0.1", - "rank": 147, - "operations": [ - { - "name": "init", - "description": "Initializes connector operations.", - "isHidden": false - }, - { - "name": "getAttachment", - "description": "Gets a single attachment specified by ID.", - "isHidden": false - }, - { - "name": "addAttachment", - "description": "Uploads an attachment.", - "isHidden": false - }, - { - "name": "listIssues", - "description": "Returns a paginated list of issues.", - "isHidden": false - }, - { - "name": "getIssue", - "description": "Gets details of a single issue by its ID.", - "isHidden": false - }, - { - "name": "createIssue", - "description": "Creates a new issue.", - "isHidden": false - }, - { - "name": "updateIssue", - "description": "Updates an existing issue.", - "isHidden": false - }, - { - "name": "deleteIssue", - "description": "Deletes an existing issue.", - "isHidden": false - }, - { - "name": "listProjects", - "description": "Lists existing projects. .", - "isHidden": false - }, - { - "name": "getProject", - "description": "Gets details of a single project by its ID.", - "isHidden": false - }, - { - "name": "createProject", - "description": "Creates a new project.", - "isHidden": false - }, - { - "name": "updateProject", - "description": "Updates an existing project.", - "isHidden": false - }, - { - "name": "deleteProject", - "description": "Deletes an existing project.", - "isHidden": false - }, - { - "name": "listTimeEntries", - "description": "Gets a list of time entries.", - "isHidden": false - }, - { - "name": "getTimeEntry", - "description": "Gets a single time entry specified by an ID.", - "isHidden": false - }, - { - "name": "createTimeEntry", - "description": "Creates a new time entry.", - "isHidden": false - }, - { - "name": "updateTimeEntry", - "description": "Updates an existing time entry.", - "isHidden": false - }, - { - "name": "deleteTimeEntry", - "description": "Deletes an existing time entry.", - "isHidden": false - }, - { - "name": "listUsers", - "description": "Lists existing users.", - "isHidden": false - }, - { - "name": "createUser", - "description": "Creates a new user.", - "isHidden": false - }, - { - "name": "getUser", - "description": "Gets details of the current user or the user specified by ID.", - "isHidden": false - }, - { - "name": "updateUser", - "description": "Updates details of a single user specified by an ID.", - "isHidden": false - }, - { - "name": "deleteUser", - "description": "Deletes a single user.", - "isHidden": false - }, - { - "name": "getProjectMemberships", - "description": "Gets memberships of a single project by its ID.", - "isHidden": false - }, - { - "name": "getMembershipByMembershipId", - "description": "Gets memberships of a given membership id.", - "isHidden": false - }, - { - "name": "addProjectMember", - "description": "Adds a new member to a project.", - "isHidden": false - }, - { - "name": "deleteMemberships", - "description": "Deletes the memberships of a user.", - "isHidden": false - }, - { - "name": "updateRolesOfAMembership", - "description": "Updates the roles of a membership.", - "isHidden": false - }, - { - "name": "getIssueCategories", - "description": "Returns a list of issue categories.", - "isHidden": false - }, - { - "name": "getIssueCategoryById", - "description": "Returns a particular issue category.", - "isHidden": false - }, - { - "name": "createIssueCategory", - "description": "Creatss a new issue category.", - "isHidden": false - }, - { - "name": "updateIssueCategory", - "description": "Updates an issue category.", - "isHidden": false - }, - { - "name": "deleteIssueCategory", - "description": "Deletes an issue category.", - "isHidden": false - }, - { - "name": "getVersions", - "description": "List versions of the product.", - "isHidden": false - }, - { - "name": "getGroups", - "description": "Returns the list of groups.", - "isHidden": false - }, - { - "name": "getSingleGroup", - "description": "Gets details of a single group.", - "isHidden": false - }, - { - "name": "createGroup", - "description": "Creates a group.", - "isHidden": false - }, - { - "name": "deleteGroup", - "description": "Deletes an existing group.", - "isHidden": false - }, - { - "name": "addUserToGroup", - "description": "Adds an existing user to a group.", - "isHidden": false - }, - { - "name": "getCustomFields", - "description": "Gets details of custom fields.", - "isHidden": false - } - ], - "download_url": "http://dist.wso2.org/downloads/esb-connectors/1.0.0/redmine-connector-1.0.1.zip", - "description": "WSO2 Connector for Redmine", - "icon": "redmine.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/redmine.gif" - }, - { - "name": "reliablemessage", - "version": "1.0.0", - "rank": 148, - "operations": [ - { - "name": "init", - "description": "Configure reliable message.", - "isHidden": false - }, - { - "name": "send", - "description": "Send reliable message.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/reliablemessage-connector-1.0.0.zip", - "description": "WSO2 Connector for reliable messaging", - "icon": "reliablemessage.png", - "icon_url": "https://mi-connectors.wso2.com/icons/reliablemessage.png" - }, - { - "name": "ronin", - "version": "1.0.1", - "rank": 149, - "operations": [ - { - "name": "listClients", - "description": "Retrive a list of all the Clients in the Ronin account.", - "isHidden": false - }, - { - "name": "getClient", - "description": "Retrieve details of a Client identified by the provided Client ID.", - "isHidden": false - }, - { - "name": "createClient", - "description": "Create a new Client in Ronin account using the provided Parameters.", - "isHidden": false - }, - { - "name": "init", - "description": "Ronin configuration.", - "isHidden": false - }, - { - "name": "listContacts", - "description": "Retrive a list of all the Contacts in the Ronin account and under the specific Client.", - "isHidden": false - }, - { - "name": "getContact", - "description": "Retrieve details of a Contact identified by the provided Contact ID.", - "isHidden": false - }, - { - "name": "createContact", - "description": "Create a new Contact in Ronin account under specified Client using the provided Parameters.", - "isHidden": false - }, - { - "name": "listEstimates", - "description": "Retrive a list of all the Estimates in the Ronin account and under the specific Client.", - "isHidden": false - }, - { - "name": "getEstimate", - "description": "Retrieve details of a Estimate identified by the provided Estimate ID.", - "isHidden": false - }, - { - "name": "listInvoices", - "description": "Retrive a list of all the Invoices in the Ronin account and under the specific Client.", - "isHidden": false - }, - { - "name": "getInvoice", - "description": "Retrieve details of a Invoice identified by the provided Invoice ID.", - "isHidden": false - }, - { - "name": "createInvoicePayment", - "description": "Create a new Payment for provided Invoice ID.", - "isHidden": false - }, - { - "name": "createProject", - "description": "Create a new Project in Ronin account using the provided Parameters.", - "isHidden": false - }, - { - "name": "listProjects", - "description": "Retrive a list of all the projects in the Ronin account and under the specific Client.", - "isHidden": false - }, - { - "name": "getProject", - "description": "Retrieve details of a Project identified by the provided Project ID.", - "isHidden": false - }, - { - "name": "createTask", - "description": "Create a new Task in Ronin account using the provided Parameters.", - "isHidden": false - }, - { - "name": "listTasks", - "description": "Retrive a list of all the Tasks in the Ronin account and under the specific Project.", - "isHidden": false - }, - { - "name": "getTask", - "description": "Retrieve details of a Task identified by the provided Task ID.", - "isHidden": false - }, - { - "name": "updateTask", - "description": "Update details of the Task identified by the provided Task ID.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/ronin-connector-1.0.1.zip", - "description": "WSO2 ESB Connector Library for Ronin.", - "icon": "ronin.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/ronin.gif" - }, - { - "name": "salesforce", - "version": "2.1.1", - "rank": 15, - "operations": [ - { - "name": "init", - "description": "Login synapse library", - "isHidden": true - }, - { - "name": "logout", - "description": "Logout synapse library", - "isHidden": false - }, - { - "name": "query", - "description": "Query (SQL) synapse library", - "isHidden": false - }, - { - "name": "queryAll", - "description": "Query all (SQL) synapse library", - "isHidden": false - }, - { - "name": "queryMore", - "description": "Query more synapse library", - "isHidden": false - }, - { - "name": "create", - "description": "Insert sObject(s) synapse library", - "isHidden": false - }, - { - "name": "update", - "description": "Update or update sObject(s) synapse library", - "isHidden": false - }, - { - "name": "upsert", - "description": "Insert or update sObject(s) synapse library", - "isHidden": false - }, - { - "name": "delete", - "description": "Delete sObject(s) synapse library", - "isHidden": false - }, - { - "name": "search", - "description": "Search using SOSL synapse library", - "isHidden": false - }, - { - "name": "emptyRecycleBin", - "description": "Empty RecycleBin synapse library", - "isHidden": false - }, - { - "name": "undelete", - "description": "Restore sObject(s) synapse library", - "isHidden": false - }, - { - "name": "describeSObject", - "description": "Describe SObject synapse library", - "isHidden": false - }, - { - "name": "describeSObjects", - "description": "Describe SObjects synapse library", - "isHidden": false - }, - { - "name": "describeGlobal", - "description": "Describe global synapse library", - "isHidden": false - }, - { - "name": "setPassword", - "description": "Set password synapse library", - "isHidden": false - }, - { - "name": "sendEmailMessage", - "description": "Send email message synapse library", - "isHidden": false - }, - { - "name": "sendEmail", - "description": "Send email synapse library", - "isHidden": false - }, - { - "name": "retrieve", - "description": "Retrieve synapse library", - "isHidden": false - }, - { - "name": "resetPassword", - "description": "Reset Password synapse library", - "isHidden": false - }, - { - "name": "getUserInfo", - "description": "Get User Information synapse library", - "isHidden": false - }, - { - "name": "getDeleted", - "description": "Get Deleted Records synapse library", - "isHidden": false - }, - { - "name": "getUpdated", - "description": "Get Updated Records synapse library", - "isHidden": false - }, - { - "name": "getServerTimestamp", - "description": "Get Server Timestamp synapse library", - "isHidden": false - }, - { - "name": "findDuplicates", - "description": "Find duplicates for a set of sObjects synapse library", - "isHidden": false - }, - { - "name": "findDuplicatesByIds", - "description": "Find duplicates for a set of sObjects using record ids synapse library", - "isHidden": false - }, - { - "name": "merge", - "description": "Merge and update a set of sObjects based on object id synapse library", - "isHidden": false - }, - { - "name": "convertLead", - "description": "Convert a set of leads synapse library", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/2.0.0/salesforce-connector-2.1.1.zip", - "description": "synapse library for Salesforce connector", - "icon": "salesforce.png", - "icon_url": "https://mi-connectors.wso2.com/icons/salesforce.png" - }, - { - "name": "salesforce_bulkapi_v2", - "version": "2.1.0", - "rank": 9, - "operations": [ - { - "name": "init", - "description": "Init operation", - "isHidden": true - }, - { - "name": "callBulkApi", - "description": "Call Salesforce Bulk API endpoints", - "isHidden": true - }, - { - "name": "callUsingOauth", - "description": "Call endpoint using OAUTH credentials", - "isHidden": true - }, - { - "name": "callUsingAccessToken", - "description": "Call endpoint using OAUTH access token", - "isHidden": true - }, - { - "name": "createJob", - "description": "A operation to create a job in Salesforce using bulk api 2.0", - "isHidden": false - }, - { - "name": "uploadJobData", - "description": "An operation to upload data to a job in Salesforce using bulk api 2.0", - "isHidden": false - }, - { - "name": "closeJob", - "description": "An operation to close a job in Salesforce using bulk api 2.0", - "isHidden": false - }, - { - "name": "abortJob", - "description": "An operation to abort a job in Salesforce using bulk api 2.0", - "isHidden": false - }, - { - "name": "getAllJobInfo", - "description": "An operation to get all job info in Salesforce using bulk api 2.0", - "isHidden": false - }, - { - "name": "getJobInfo", - "description": "An operation to get job info in Salesforce using bulk api 2.0", - "isHidden": false - }, - { - "name": "deleteJob", - "description": "An operation to delete a job in Salesforce using bulk api 2.0", - "isHidden": false - }, - { - "name": "getSuccessfulResults", - "description": "An operation to get successful results of a job in Salesforce using bulk api 2.0", - "isHidden": false - }, - { - "name": "getUnprocessedResults", - "description": "An operation to get unprocessed results of a job in Salesforce using bulk api 2.0", - "isHidden": false - }, - { - "name": "getFailedResults", - "description": "An operation to get failed results of a job in Salesforce using bulk api 2.0", - "isHidden": false - }, - { - "name": "abortQueryJob", - "description": "An operation to abort a running query job in Salesforce using bulk api 2.0", - "isHidden": false - }, - { - "name": "createQueryJob", - "description": "An operation to create a new query job in Salesforce using bulk api 2.0", - "isHidden": false - }, - { - "name": "deleteQueryJob", - "description": "An operation to delete a query job in Salesforce using bulk api 2.0", - "isHidden": false - }, - { - "name": "getQueryJobInfo", - "description": "An operation to get information about a query job in Salesforce using bulk api 2.0", - "isHidden": false - }, - { - "name": "getQueryJobResults", - "description": "An operation to get the results of a query job in Salesforce using bulk api 2.0", - "isHidden": false - }, - { - "name": "getAllQueryJobInfo", - "description": "An operation to get the information of all the query jobs in Salesforce using bulk api 2.0", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/2.0.0/salesforce_bulkapi_v2-connector-2.1.0.zip", - "description": "WSO2 salesforce-bulkapi-v2 connector library", - "icon": "salesforcebulkapiv2.png", - "icon_url": "https://mi-connectors.wso2.com/icons/salesforcebulkapiv2.png" - }, - { - "name": "salesforcewaveanalytics", - "version": "1.0.0", - "rank": 150, - "operations": [ - { - "name": "init", - "description": "Initial configuration file for Salesforce Wave Analytics", - "isHidden": false - }, - { - "name": "getAccessTokenFromRefreshToken", - "description": "Getting Access Token from refresh token", - "isHidden": false - }, - { - "name": "listTopLevelResources", - "description": "Lists the top-level resources available for Analytics.", - "isHidden": false - }, - { - "name": "listAnnotations", - "description": "Lists the annotation resources.", - "isHidden": false - }, - { - "name": "listDataset", - "description": "Returns the collection of the dataset.", - "isHidden": false - }, - { - "name": "updateDataset", - "description": "Updates the dataset for a specific Id.", - "isHidden": false - }, - { - "name": "query", - "description": "Executes a query written in Salesforce Analytics Query Language.", - "isHidden": false - }, - { - "name": "listDashboard", - "description": "Returns the collection of the dashboard.", - "isHidden": false - }, - { - "name": "updateDashboard", - "description": "Updates the dashboard.", - "isHidden": false - }, - { - "name": "createDashboard", - "description": "Creates the dashboard.", - "isHidden": false - }, - { - "name": "listTemplate", - "description": "Returns the collection of the templates.", - "isHidden": false - }, - { - "name": "listFolder", - "description": "Returns the collection of the folder.", - "isHidden": false - }, - { - "name": "listFolderById", - "description": "Lists the folder by specific Id.", - "isHidden": false - }, - { - "name": "replaceFolder", - "description": "Replaces the folder.", - "isHidden": false - }, - { - "name": "listLense", - "description": "Returns the list of lenses.", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/salesforcewaveanalytics-connector-1.0.0.zip", - "description": "WSO2 salesforcewaveanalytics connector library", - "icon": "salesforcewaveanalytics.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/salesforcewaveanalytics.gif" - }, - { - "name": "salesforcebulk", - "version": "1.0.7", - "rank": 21, - "operations": [ - { - "name": "init", - "description": "Config operation.", - "isHidden": false - }, - { - "name": "callWithRetry", - "description": "Templating the retry call", - "isHidden": false - }, - { - "name": "callOptions", - "description": "Templating the http call types GET, POST, etc.", - "isHidden": false - }, - { - "name": "createJob", - "description": "Create a new job.", - "isHidden": false - }, - { - "name": "updateJob", - "description": "Update an existing job.", - "isHidden": false - }, - { - "name": "getJob", - "description": "Get all details for an existing job.", - "isHidden": false - }, - { - "name": "addBatch", - "description": "Add a new batch to a job.", - "isHidden": false - }, - { - "name": "getBatchStatus", - "description": "Check the status of an individual batch.", - "isHidden": false - }, - { - "name": "getBatchResults", - "description": "Get results of an existing.", - "isHidden": false - }, - { - "name": "getBatchRequest", - "description": "Get an existing batch request.", - "isHidden": false - }, - { - "name": "listBatches", - "description": "Get information about all batches in a job.", - "isHidden": false - }, - { - "name": "getBulkQueryResults", - "description": "Get the results of the query.", - "isHidden": false - }, - { - "name": "createJobToUploadBatchFile", - "description": "Create a job for batches containing Attachment records.", - "isHidden": false - }, - { - "name": "uploadBatchFile", - "description": "Create a batch of Attachment records.", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/salesforcebulk-connector-1.1.0.zip", - "description": "WSO2 ESB Connector Library for SalesforceBulk API.", - "icon": "salesforcebulk.png", - "icon_url": "https://mi-connectors.wso2.com/icons/salesforcebulk.png" - }, - { - "name": "salesforcedesk", - "version": "1.0.1", - "rank": 151, - "operations": [ - { - "name": "listArticles", - "description": "Retrieve a paginated list of all articles.", - "isHidden": false - }, - { - "name": "createArticle", - "description": "Create an article.", - "isHidden": false - }, - { - "name": "searchArticle", - "description": "Perform a search across all public articles.", - "isHidden": false - }, - { - "name": "showArticleAttachment", - "description": "Retrieve an attachment.", - "isHidden": false - }, - { - "name": "searchCases", - "description": "Search for cases based on a combination of parameters with pagination.", - "isHidden": false - }, - { - "name": "createCase", - "description": "Create a case.", - "isHidden": false - }, - { - "name": "forwardCase", - "description": "Forward a case and all attachments to 1 or more email addresses.", - "isHidden": false - }, - { - "name": "listReplies", - "description": "Retrieve a paginated list of all replies for this case.", - "isHidden": false - }, - { - "name": "createReply", - "description": "Create a reply for the given case.", - "isHidden": false - }, - { - "name": "listNotes", - "description": "Retrieve a paginated list of notes for a case.", - "isHidden": false - }, - { - "name": "showNote", - "description": "Retrieve a private case note.", - "isHidden": false - }, - { - "name": "createNote", - "description": "Create a private note for the given case.", - "isHidden": false - }, - { - "name": "showCaseAttachment", - "description": "Retrieve an attachment.", - "isHidden": false - }, - { - "name": "showCompany", - "description": "Retrieve a single company.", - "isHidden": false - }, - { - "name": "createCompany", - "description": "Create a new company.", - "isHidden": false - }, - { - "name": "listCasesForCompany", - "description": "Retrieve a paginated list of cases for a company.", - "isHidden": false - }, - { - "name": "listCustomers", - "description": "Retrieve a paginated list of all customers.", - "isHidden": false - }, - { - "name": "createCustomer", - "description": "Create a customer.", - "isHidden": false - }, - { - "name": "listGroups", - "description": "Retrieve a paginated list of all groups.", - "isHidden": false - }, - { - "name": "listTopics", - "description": "Retrieve a paginated list of all topics.", - "isHidden": false - }, - { - "name": "showTopic", - "description": "Retrieve a single topic.", - "isHidden": false - }, - { - "name": "createTopic", - "description": "Create a topic.", - "isHidden": false - }, - { - "name": "listUsers", - "description": "Retrieve a paginated list of all users.", - "isHidden": false - }, - { - "name": "init", - "description": "Config operation.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/salesforcedesk-connector-1.0.1.zip", - "description": "WSO2 ESB Connector Library for Salesforcedesk API.", - "icon": "salesforcedesk.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/salesforcedesk.gif" - }, - { - "name": "salesforcerest", - "version": "2.0.0", - "rank": 13, - "operations": [ - { - "name": "init", - "description": "Initial configuration file for salesforce rest connector", - "isHidden": true - }, - { - "name": "callWithRetry", - "description": "Templating the retry call", - "isHidden": true - }, - { - "name": "callOptions", - "description": "Templating the http call types GET, POST, etc.", - "isHidden": true - }, - { - "name": "describeGlobal", - "description": "Lists the available objects and their metadata for your organization\u2019s data", - "isHidden": false - }, - { - "name": "describeSObject", - "description": "Completely describes the individual metadata at all levels for the specified object", - "isHidden": false - }, - { - "name": "listResourcesByApiVersion", - "description": "Lists available resources for the specified API version", - "isHidden": false - }, - { - "name": "sObjectBasicInfo", - "description": "Describes the individual metadata for the specified object", - "isHidden": false - }, - { - "name": "sObjectRows", - "description": "Accesses records based on the specified object ID", - "isHidden": false - }, - { - "name": "listAvailableApiVersion", - "description": "List summary information about each REST API version currently available.", - "isHidden": false - }, - { - "name": "sObjectPlatformAction", - "description": "PlatformAction is a virtual read-only object that enables you to query for actions\u2014such as standard and custom buttons, quick actions, and productivity actions\u2014that should be displayed in a UI, given a user, a context, device format, and a record ID.", - "isHidden": false - }, - { - "name": "listOrganizationLimits", - "description": "List the organization limits", - "isHidden": false - }, - { - "name": "sObjectRowsByExternalId", - "description": "SObject Rows by External ID resource to retrieve records with a specific external ID", - "isHidden": false - }, - { - "name": "returnHeadersOfSObjectRowsByExternalId", - "description": "Return headers that are returned by sending a GET request to the sObject Rows by External ID resource.", - "isHidden": false - }, - { - "name": "viewRelevantItems", - "description": "Retrieves the current user\u2019s most relevant items that include up to 50 of the most recently viewed or updated records for each object in the user\u2019s global search scope.", - "isHidden": false - }, - { - "name": "create", - "description": "Insert sObject(s) synapse library", - "isHidden": false - }, - { - "name": "delete", - "description": "Delete sObject(s) synapse library", - "isHidden": false - }, - { - "name": "getDeleted", - "description": "Retrieves the list of individual records that have been deleted within the given timespan for the specified object.", - "isHidden": false - }, - { - "name": "getUpdated", - "description": "Retrieves the list of individual records that have been updated within the given timespan for the specified object.", - "isHidden": false - }, - { - "name": "update", - "description": "Update or update sObject(s) synapse library", - "isHidden": false - }, - { - "name": "recentlyViewedItem", - "description": "Gets the most recently accessed items that were viewed or referenced by the current user", - "isHidden": false - }, - { - "name": "retrieveFieldValues", - "description": "Retrieve specific field values from a record", - "isHidden": false - }, - { - "name": "createMultipleRecords", - "description": "Insert multiple sObject(s)", - "isHidden": false - }, - { - "name": "createNestedRecords", - "description": "Insert nested sObject(s)", - "isHidden": false - }, - { - "name": "retrieveFieldValuesFromExternalObject", - "description": "Retrieve specific field values from an External Object", - "isHidden": false - }, - { - "name": "retrieveStandardFieldValuesFromExternalObjectWithExternalId", - "description": "Retrieve specific Standard field values from an External Object using External Id", - "isHidden": false - }, - { - "name": "upsert", - "description": "Updating a record or Insert a new Record if there is no record associate with the Id using External ID.", - "isHidden": false - }, - { - "name": "createUsingExternalId", - "description": "Creating a new record based on the field values included in the request body. This resource does not require the use of an external ID field.", - "isHidden": false - }, - { - "name": "deleteUsingExternalId", - "description": "Deleting a record based on the value of the specified external ID field.", - "isHidden": false - }, - { - "name": "createUsingSpecificSObjectQuickAction", - "description": "Creating a record via the specified quick action based on the field values included in the request body", - "isHidden": false - }, - { - "name": "getRecordsUsingRelationships", - "description": "Gets a record based on the specified object, record ID, and relationship field", - "isHidden": false - }, - { - "name": "updateUsingRelationships", - "description": "Updates a parent record based on the specified object, record ID, and relationship field name", - "isHidden": false - }, - { - "name": "deleteUsingRelationships", - "description": "Deletes a parent record based on the specified object, record ID, and relationship field name", - "isHidden": false - }, - { - "name": "getObjectRecordCounts", - "description": "Lists information about object record counts in your organization.", - "isHidden": false - }, - { - "name": "createUsingSObjectCollections", - "description": "Creates records using sObject collections. Can add up to 200 records", - "isHidden": false - }, - { - "name": "deleteRecordsUsingSObjectCollections", - "description": "Deletes records using sObject collections. Can delete up to 200 records", - "isHidden": false - }, - { - "name": "getRecordsUsingSObjectCollections", - "description": "Gets one or more records of the same object type using sObject collections.", - "isHidden": false - }, - { - "name": "getRecordsWithARequestBodyUsingSObjectCollections", - "description": "Gets one or more records of the same object type using sObject collections with a request body.", - "isHidden": false - }, - { - "name": "updateRecordsUsingSObjectCollections", - "description": "Updates records using sObject collections. Can update up to 200 records.", - "isHidden": false - }, - { - "name": "upsertRecordsUsingSObjectCollections", - "description": "Either creates or updates (upsert) up to 200 records based on an external ID field using sObject collections", - "isHidden": false - }, - { - "name": "createUsingQuickAction", - "description": "Creates a record via a quick action.", - "isHidden": false - }, - { - "name": "getUserInformation", - "description": "Get User Information From Salesforce.", - "isHidden": false - }, - { - "name": "resetPassword", - "description": "Reset Password for Salesforce account for a specific User.", - "isHidden": false - }, - { - "name": "setPassword", - "description": "Set new password for Salesforce account for a specific User.", - "isHidden": false - }, - { - "name": "getUserPasswordExpirationStatus", - "description": "Gets a user\u2019s password expiration status based on the specified user ID", - "isHidden": false - }, - { - "name": "returnHeadersForUserPassword", - "description": "Returns only the headers that are returned by sending a GET request to the sObject User Password resource.", - "isHidden": false - }, - { - "name": "getSelfServiceUserPasswordExpirationStatus", - "description": "Retrieves a self-service user\u2019s password expiration status based on the specified user ID.", - "isHidden": false - }, - { - "name": "resetSelfServiceUserPassword", - "description": "Reset Password for Salesforce account for a specific self-service.", - "isHidden": false - }, - { - "name": "returnHeadersForSelfServiceUserPassword", - "description": "Returns only the headers that are returned by sending a GET request to the sObject Self-Service User Password resource.", - "isHidden": false - }, - { - "name": "setSelfServiceUserPassword", - "description": "Sets a self-service user\u2019s password based on the specified user ID. The password provided in the request body replaces the user\u2019s existing password.", - "isHidden": false - }, - { - "name": "listApprovals", - "description": "Get the List of Approvals.", - "isHidden": false - }, - { - "name": "returnHeadersForApprovals", - "description": "Returns only the headers that are returned by the listApprovals operation.", - "isHidden": false - }, - { - "name": "submitApproveOrRejectApprovals", - "description": "Submits a particular record if that entity supports an approval process and one has already been defined. Records can be approved and rejected if the current user is an assigned approver.", - "isHidden": false - }, - { - "name": "listViews", - "description": "Returns the list of list views for the specified sObject, including the ID and other basic information about each list view", - "isHidden": false - }, - { - "name": "listViewById", - "description": "get basic information for a specific list view by ID", - "isHidden": false - }, - { - "name": "recentListViews", - "description": "Returns the list of recently used list views for the given sObject type", - "isHidden": false - }, - { - "name": "describeListViewById", - "description": "Returns detailed information about a list view, including the ID, the columns, and the SOQL query.", - "isHidden": false - }, - { - "name": "listViewResults", - "description": "Executes the SOQL query for the list view and returns the resulting data and presentation information.", - "isHidden": false - }, - { - "name": "query", - "description": "Executes the specified SOQL query to retrieve", - "isHidden": false - }, - { - "name": "queryPerformanceFeedback", - "description": "Retrieving query performance feedback without executing the query", - "isHidden": false - }, - { - "name": "listviewQueryPerformanceFeedback", - "description": "Retrieving query performance feedback on a report or list view", - "isHidden": false - }, - { - "name": "queryMore", - "description": "Retrieving additional query results if the initial results are too large", - "isHidden": false - }, - { - "name": "queryAll", - "description": "Executes the specified SOQL query to retrieve details with deleted records", - "isHidden": false - }, - { - "name": "queryAllMore", - "description": "For retrieving additional query results if the initial results are too large", - "isHidden": false - }, - { - "name": "sObjectAction", - "description": "Return a specific object\u2019s actions as well as global actions", - "isHidden": false - }, - { - "name": "getSpecificQuickAction", - "description": "Return a specific action for an object", - "isHidden": false - }, - { - "name": "quickActions", - "description": "Returns a list of global actions", - "isHidden": false - }, - { - "name": "getDescribeSpecificAction", - "description": "Return a specific action\u2019s descriptive detail", - "isHidden": false - }, - { - "name": "getDefaultValueOfAction", - "description": "Return a specific action\u2019s default values, including default field values", - "isHidden": false - }, - { - "name": "returnHeadersForDescribeSpecificAction", - "description": "Returns only the headers that are returned by the getDescribeSpecificAction operation", - "isHidden": false - }, - { - "name": "returnHeadersForSObjectAction", - "description": "Returns only the headers that are returned by the sObjectAction operation", - "isHidden": false - }, - { - "name": "returnHeadersForQuickAction", - "description": "Returns only the headers that are returned by the quickActions operation", - "isHidden": false - }, - { - "name": "returnHeadersForSpecificQuickAction", - "description": "Returns only the headers that are returned by the getSpecificAction operation", - "isHidden": false - }, - { - "name": "returnHeadersForDefaultValueOfAction", - "description": "Returns only the headers that are returned by the getDefaultValueOfAction operation", - "isHidden": false - }, - { - "name": "getDefaultValueOfActionById", - "description": "Returns the default values for an action specific to the context_id object", - "isHidden": false - }, - { - "name": "returnHeadersForDefaultValueOfActionById", - "description": "Returns only the headers that are returned by the getDefaultValueOfActionById operation", - "isHidden": false - }, - { - "name": "search", - "description": "Executes the specified SOSL search", - "isHidden": false - }, - { - "name": "searchScopeAndOrder", - "description": "Returns an ordered list of objects in the default global search scope of a logged-in user.", - "isHidden": false - }, - { - "name": "searchResultLayout", - "description": "Returns search result layout information for the objects in the query string", - "isHidden": false - }, - { - "name": "searchSuggestedRecords", - "description": "Returns a list of suggested records whose names match the user\u2019s search string", - "isHidden": false - }, - { - "name": "searchSuggestedArticleTitle", - "description": "Returns a list of Salesforce Knowledge articles whose titles match the user\u2019s search query string", - "isHidden": false - }, - { - "name": "searchSuggestedQueries", - "description": "Returns a list of suggested searches based on the user\u2019s query string text matching searches that other users have performed in Salesforce Knowledge", - "isHidden": false - }, - { - "name": "sObjectLayouts", - "description": "Returns a list of layouts and descriptions, including for actions for a specific object.", - "isHidden": false - }, - { - "name": "compactLayouts", - "description": "Returns a list of compact layouts for multiple objects.", - "isHidden": false - }, - { - "name": "sObjectCompactLayouts", - "description": "Returns a list of compact layouts for a specific object.", - "isHidden": false - }, - { - "name": "sObjectNamedLayouts", - "description": "Retrieves information about alternate named layouts for a given object.", - "isHidden": false - }, - { - "name": "globalSObjectLayouts", - "description": "To return descriptions of global publisher layouts.", - "isHidden": false - }, - { - "name": "sObjectApprovalLayouts", - "description": "Returns a list of approval layouts for a specified object", - "isHidden": false - }, - { - "name": "sObjectApprovalLayoutsForSpecifiedApprovalProcess", - "description": "Returns an approval layout for a named approval process on a specified object.", - "isHidden": false - }, - { - "name": "returnHeadersForSObjectApprovalLayouts", - "description": "Returns only the headers that are returned by the sObjectApprovalLayouts operation", - "isHidden": false - }, - { - "name": "returnHeadersForSObjectApprovalLayoutsForSpecifiedApprovalProcess", - "description": "Returns only the headers that are returned by the sObjectApprovalLayoutsForSpecifiedApprovalProcess operation", - "isHidden": false - }, - { - "name": "returnHeadersForSObjectCompactLayouts", - "description": "Returns only the headers that are returned by the sObjectCompactLayouts operation", - "isHidden": false - }, - { - "name": "returnHeadersForSObjectLayouts", - "description": "Returns only the headers that are returned by the sObjectLayouts operation", - "isHidden": false - }, - { - "name": "sObjectLayoutsForObjectWithMultipleRecordTypes", - "description": "Retrieves lists of page layouts and their descriptions for objects that have more than one record type defined.", - "isHidden": false - }, - { - "name": "returnHeadersForSObjectLayoutsForObjectWithMultipleRecordTypes", - "description": "Returns only the headers that are returned by the sObjectLayoutsForObjectWithMultipleRecordTypes operation", - "isHidden": false - }, - { - "name": "returnHeadersForGlobalSObjectLayouts", - "description": "Returns only the headers that are returned by the globalSObjectLayouts operation", - "isHidden": false - }, - { - "name": "listItemsInMenu", - "description": "Returns a list of items in either the Salesforce app drop-down menu or the Salesforce1 navigation menu.", - "isHidden": false - }, - { - "name": "tabs", - "description": "Returns a list of all tabs.", - "isHidden": false - }, - { - "name": "themes", - "description": "Gets the list of icons and colors used by themes in the Salesforce application.", - "isHidden": false - }, - { - "name": "listAppMenuTypes", - "description": "Retrieves a list of App Menu types in the Salesforce app dropdown menu.", - "isHidden": false - }, - { - "name": "listAppMenuItems", - "description": "Retrieves a list of the App Menu items in the Salesforce Lightning dropdown menu.", - "isHidden": false - }, - { - "name": "listAppMenuMobileItems", - "description": "Retrieves a list of the App Menu items in the Salesforce mobile app for Android and iOS and the mobile web navigation menu.", - "isHidden": false - }, - { - "name": "returnHeadersForAppMenuItems", - "description": "Retrieves only the headers that are returned by the listAppMenuItems operation.", - "isHidden": false - }, - { - "name": "returnHeadersForAppMenuMobileItems", - "description": "Retrieves only the headers that are returned by the listAppMenuMobileItems operation.", - "isHidden": false - }, - { - "name": "returnHeadersForTabs", - "description": "Retrieves only the headers that are returned by the tabs operation.", - "isHidden": false - }, - { - "name": "getListOfAction", - "description": "Retrieving a list of general action types for the current organization", - "isHidden": false - }, - { - "name": "getSpecificListOfAction", - "description": "Retrieving a list of standard actions for the current organization", - "isHidden": false - }, - { - "name": "getAttributeOfSpecificAction", - "description": "Retrieving the details of a given attributes of a single standard action.", - "isHidden": false - }, - { - "name": "returnHTTPHeadersForListOfAction", - "description": "Retrieves only the headers that are returned by the getListOfAction operation", - "isHidden": false - }, - { - "name": "returnHTTPHeadersForSpecificListOfAction", - "description": "Retrieves only the headers that are returned by the getSpecificListOfAction operation", - "isHidden": false - }, - { - "name": "listProcessRules", - "description": "Get the List of Process Rules.", - "isHidden": false - }, - { - "name": "getSpecificProcessRule", - "description": "get the metadata for a specific sObject Process rule", - "isHidden": false - }, - { - "name": "getSpecificProcessRuleList", - "description": "Gets all active workflow rules for an sObject.", - "isHidden": false - }, - { - "name": "returnHeadersForProcessRules", - "description": "Returns only the headers that are returned by the listProcessRules operation.", - "isHidden": false - }, - { - "name": "returnHeadersForSpecificProcessRule", - "description": "Returns only the headers that are returned by the getSpecificProcessRule operation.", - "isHidden": false - }, - { - "name": "returnHeadersForSpecificProcessRuleList", - "description": "Returns only the headers that are returned by the getSpecificProcessRuleList operation.", - "isHidden": false - }, - { - "name": "triggerProcessRules", - "description": "Triggers all active workflow rules. All rules associated with the specified ID are evaluated, regardless of the evaluation criteria. All IDs must be for records on the same object.", - "isHidden": false - }, - { - "name": "getBlobBodyForAttachmentRecord", - "description": "Retrieving blob body for an Attachment record", - "isHidden": false - }, - { - "name": "getBlobBodyForDocumentRecord", - "description": "Retrieving blob body for a Document record", - "isHidden": false - }, - { - "name": "getBlobDataForSpecificObject", - "description": "Retrieves the specified blob field from an individual record and returns it as binary data", - "isHidden": false - }, - { - "name": "getSObjectRichTextImage", - "description": "Retrieves the specified image data from a specific rich text area field in a given record", - "isHidden": false - }, - { - "name": "describeEventMonitoring", - "description": "Use the SObject Describe resource to retrieve all metadata for an object, including information about fields, URLs, and child relationships.", - "isHidden": false - }, - { - "name": "queryEventMonitoringData", - "description": "Use the Query resource to retrieve field values from a record. Specify the fields you want to retrieve in the fields parameter and use the GET method of the resource.", - "isHidden": false - }, - { - "name": "getEventMonitoringContentFromRecord", - "description": "Retrieves event monitoring content in binary format.", - "isHidden": false - }, - { - "name": "getReport", - "description": "Returns the report for a specific report id.", - "isHidden": false - }, - { - "name": "listCompositeResources", - "description": "Retrieves a list of URIs for other composite resources.", - "isHidden": false - }, - { - "name": "sendMultipleRequestsUsingComposite", - "description": "Executes a series of REST API requests in a single call.", - "isHidden": false - }, - { - "name": "compositeGraph", - "description": "Submit composite graph operations.", - "isHidden": false - }, - { - "name": "compositeBatch", - "description": "Executes up to 25 subrequests in a single request.", - "isHidden": false - }, - { - "name": "createProductSchedules", - "description": "Establishes or reestablishes a product schedule with multiple installments for an opportunity product.", - "isHidden": false - }, - { - "name": "deleteProductSchedules", - "description": "Deletes all installments in a revenue or quantity schedule for opportunity products.", - "isHidden": false - }, - { - "name": "getProductSchedules", - "description": "Retrieves revenue and quantity schedules for opportunity products.", - "isHidden": false - }, - { - "name": "consentDetailsOnSingleAction", - "description": "Retrieves consent details based on a single action, like email or track, across specific consent management objects when the records have a lookup relationship.", - "isHidden": false - }, - { - "name": "consentDetailsOnMultipleAction", - "description": "Retrieves consent details based on multiple actions, like email and track, across specific consent management objects when the records have a lookup relationship.", - "isHidden": false - }, - { - "name": "embeddedServiceConfig", - "description": "Retrieves the values for your Embedded Service deployment configuration, including the branding colors, font, and site URL", - "isHidden": false - }, - { - "name": "returnHeadersForEmbeddedServiceConfig", - "description": "Retrieves only the headers that are returned by the embeddedServiceConfig operation.", - "isHidden": false - }, - { - "name": "listKnowledgeRESTApis", - "description": "Retrieves knowledge support REST APIs that allow both authorized and guest users to retrieve the user\u2019s visible data categories and their associated articles.", - "isHidden": false - }, - { - "name": "listDataCategoryGroups", - "description": "Retrieves data category groups that are visible to the current user.", - "isHidden": false - }, - { - "name": "getDataCategoryDetails", - "description": "Retrieves data category details and the child categories by a given category.", - "isHidden": false - }, - { - "name": "listArticles", - "description": "Retrieves a page of online articles for the given language and category through either search or query.", - "isHidden": false - }, - { - "name": "getArticleDetails", - "description": "Retrieves all online article fields, accessible to the user.", - "isHidden": false - }, - { - "name": "getKnowledgeLanguageSettings", - "description": "Retrieves the existing Knowledge language settings, including the default knowledge language and a list of supported Knowledge language information.", - "isHidden": false - }, - { - "name": "platformEventSchemaByEventName", - "description": "Retrieves the definition of a platform event for an event name", - "isHidden": false - }, - { - "name": "platformEventSchemaByEventNameAndSpecifiedPayloadFormat", - "description": "Retrieves the definition of a platform event for an event name in specified payload format", - "isHidden": false - }, - { - "name": "platformEventSchemaBySchemaId", - "description": "Retrieves the definition of a platform event for a schema ID", - "isHidden": false - }, - { - "name": "platformEventSchemaBySchemaIdAndSpecifiedPayloadFormat", - "description": "Retrieves the definition of a platform event for a schema ID in specified payload format", - "isHidden": false - }, - { - "name": "compileDataForPortabilityRequest", - "description": "Aggregates your data subject's personally identifiable information (PII) into one file and sends a response with a URL to download the file, a policy file ID, and information on the objects and fields you selected when creating the policy.", - "isHidden": false - }, - { - "name": "statusOfPortabilityRequest", - "description": "Retrieves the status of the request done by compileDataForPortabilityRequest operation.", - "isHidden": false - }, - { - "name": "addOrChangeTranslationOfSurveyField", - "description": "Add or change the translated value of the survey field if a survey field can be translated or is already translated into a particular language.", - "isHidden": false - }, - { - "name": "addOrUpdateTranslatedValueOfMultipleSurveyFieldsInOneOrMoreLanguages", - "description": "If one or more survey fields can be translated or are already translated, adds or updates the translated values of the survey fields in the languages into which survey fields can be translated.", - "isHidden": false - }, - { - "name": "deleteTheTranslatedValueOfSurveyField", - "description": "Deletes the translated value of the survey field after a survey field is translated into a particular language.", - "isHidden": false - }, - { - "name": "deleteTranslatedValueOfMultipleSurveyFieldsInOneOrMoreLanguages", - "description": "Delete the translated values of multiple survey fields after survey fields are translated into one or more languages.", - "isHidden": false - }, - { - "name": "getTranslatedValueOfSurveyField", - "description": "Retrieves the translated value of the survey field after a survey field is translated into a particular language.", - "isHidden": false - }, - { - "name": "getTranslatedValuesOfMultipleSurveyFieldsInOneOrMoreLanguages", - "description": "Retrieves the translated values of multiple survey fields in the translated languages after survey fields are translated into one or more languages.", - "isHidden": false - }, - { - "name": "listSchedulerRESTResourcesAndURIs", - "description": "Retrieves a list of available Salesforce Scheduler REST resources and corresponding URIs.", - "isHidden": false - }, - { - "name": "listAppointmentSlots", - "description": "Retrieves a list of available appointment time slots for a resource based on given work type group or work type and service territories.", - "isHidden": false - }, - { - "name": "listAppointmentCandidates", - "description": "Retrieves a list of service resources (appointment candidates) based on work type group or work type and service territories.", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/2.0.0/salesforcerest-connector-2.0.0.zip", - "description": "wso2 connector for Salesforce REST API", - "icon": "salesforcerest.png", - "icon_url": "https://mi-connectors.wso2.com/icons/salesforcerest.png" - }, - { - "name": "sapbydesign", - "version": "1.0.1", - "rank": 20, - "operations": [ - { - "name": "init", - "description": "Login synapse library", - "isHidden": false - }, - { - "name": "checkCustomerAccountsMaintenance", - "description": "Check customer accounts maintenance", - "isHidden": false - }, - { - "name": "checkSalesOrdersMaintenance", - "description": "Check sales orders maintenance", - "isHidden": false - }, - { - "name": "determineAvailabilityOfProducts", - "description": "Determine availability of products", - "isHidden": false - }, - { - "name": "maintainCustomerAccounts", - "description": "Manage customer accounts", - "isHidden": false - }, - { - "name": "maintainSalesOrders", - "description": "Maintain sales orders", - "isHidden": false - }, - { - "name": "queryAccountOpenAmounts", - "description": "Find accounts open amount", - "isHidden": false - }, - { - "name": "queryCustomerByCommunicationData", - "description": "Find accounts using communication data", - "isHidden": false - }, - { - "name": "queryCustomerByElements", - "description": "Find accounts using elements", - "isHidden": false - }, - { - "name": "queryCustomerByIdentification", - "description": "Find accounts using identification data", - "isHidden": false - }, - { - "name": "queryMaterials", - "description": "Find materials", - "isHidden": false - }, - { - "name": "queryOutboundDeliverables", - "description": "Find outbound deliveries", - "isHidden": false - }, - { - "name": "querySalesOrders", - "description": "Find sales orders", - "isHidden": false - }, - { - "name": "readOutboundDeliverables", - "description": "Read the data of the outbound delivery business object", - "isHidden": false - }, - { - "name": "querySalesPriceListIn", - "description": "Find price lists using property valuation", - "isHidden": false - }, - { - "name": "manageSalesPriceListIn", - "description": "Read the sales price lists", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/sapbydesign-connector-1.0.1.zip", - "description": "WSO2 connector library for SAP ByDesign", - "icon": "sapbydesign.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/sapbydesign.gif" - }, - { - "name": "sendgrid", - "version": "1.0.0", - "rank": 152, - "operations": [ - { - "name": "init", - "description": "SendGrid configuration.", - "isHidden": false - }, - { - "name": "addEmail", - "description": "Add one or more emails to a Recipient List.", - "isHidden": false - }, - { - "name": "getEmail", - "description": "Get the email addresses and associated fields for a Recipient List.", - "isHidden": false - }, - { - "name": "countEmail", - "description": "Retrieve the number of entries on a list.", - "isHidden": false - }, - { - "name": "deleteEmail", - "description": "Remove one or more emails from a Recipient List.", - "isHidden": false - }, - { - "name": "addList", - "description": "Create a new Recipient List.", - "isHidden": false - }, - { - "name": "getList", - "description": "List all Recipient Lists on your account, or check if a particular List exists.", - "isHidden": false - }, - { - "name": "deleteList", - "description": "Remove a Recipient List from your account.", - "isHidden": false - }, - { - "name": "editList", - "description": "Rename a Recipient List.", - "isHidden": false - }, - { - "name": "createCategory", - "description": "Create a new Category.", - "isHidden": false - }, - { - "name": "addCategory", - "description": "Assign a Category to an existing Marketing Email.", - "isHidden": false - }, - { - "name": "removeCategory", - "description": "Remove specific categories, or all categories from a Marketing Email.", - "isHidden": false - }, - { - "name": "listCategory", - "description": "List all categories.", - "isHidden": false - }, - { - "name": "addRecipient", - "description": "Assign a List to a Marketing Email.", - "isHidden": false - }, - { - "name": "getRecipient", - "description": "Get all lists assigned to a particular marketing email", - "isHidden": false - }, - { - "name": "deleteRecipient", - "description": "Remove assigned lists from marketing email", - "isHidden": false - }, - { - "name": "addSchedule", - "description": "Schedule a delivery time for an existing Marketing Email.", - "isHidden": false - }, - { - "name": "getSchedule", - "description": "Retrieve the scheduled delivery time for an existing Marketing Email.", - "isHidden": false - }, - { - "name": "deleteSchedule", - "description": "Cancel a scheduled send for a Marketing Email.", - "isHidden": false - }, - { - "name": "addSenderaddress", - "description": "Createa new Address.", - "isHidden": false - }, - { - "name": "editSenderaddress", - "description": "Edit an existing Address.", - "isHidden": false - }, - { - "name": "getSenderaddress", - "description": "Retrieve information associated with a particular Address.", - "isHidden": false - }, - { - "name": "listSenderaddress", - "description": "List all Addresses on your account, or check if a particular Address exists.", - "isHidden": false - }, - { - "name": "deleteSenderaddress", - "description": "Remove an Address from your account.", - "isHidden": false - }, - { - "name": "????", - "description": "Create a new Marketing Email.", - "isHidden": false - }, - { - "name": "editMarketingEmail", - "description": "Edit an existing Marketing Email.", - "isHidden": false - }, - { - "name": "getMarketingEmail", - "description": "Retrieve the contents of an existing Marketing Email.", - "isHidden": false - }, - { - "name": "listMarketingEmail", - "description": "Retrieve a list of all existing Marketing Email.", - "isHidden": false - }, - { - "name": "deleteMarketingEmail", - "description": "Remove an existing Marketing Email.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/sendgrid-connector-1.0.0.zip", - "description": "wso2 sample connector library for sendgrid", - "icon": "sendgrid.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/sendgrid.gif" - }, - { - "name": "sendloop", - "version": "1.0.0", - "rank": 153, - "operations": [ - { - "name": "createEmailCampaign", - "description": "Creates a new email campaign.", - "isHidden": false - }, - { - "name": "updateEmailCampaign", - "description": "Updates the preferences of the target campaign.", - "isHidden": false - }, - { - "name": "getEmailCampaign", - "description": "Returns the settings of the target email campaign.", - "isHidden": false - }, - { - "name": "listEmailCampaigns", - "description": "Returns the list of email campaigns you have in your Sendloop account.", - "isHidden": false - }, - { - "name": "listEmailCampaignsByStatus", - "description": "Returns campaigns based on status.", - "isHidden": false - }, - { - "name": "sendEmailCampaign", - "description": "Set a ready campaign to be sent immediately or in the future.", - "isHidden": false - }, - { - "name": "subscribe", - "description": "Subscribe an email address to one of the lists.", - "isHidden": false - }, - { - "name": "unsubscribe", - "description": "Unsubscribe an email address from your lists", - "isHidden": false - }, - { - "name": "updateSubscriber", - "description": "Update subscriber information.", - "isHidden": false - }, - { - "name": "searchSubscriber", - "description": "Makes a search on your subscriber lists for a specific email address.", - "isHidden": false - }, - { - "name": "getSubscriber", - "description": "Returns the subscriber information.", - "isHidden": false - }, - { - "name": "listSubscribers", - "description": "Returns the list of subscribers for a specific list and segment.", - "isHidden": false - }, - { - "name": "createSubscriberList", - "description": "Creates a new subscriber list in your Sendloop account.", - "isHidden": false - }, - { - "name": "updateSubscriberList", - "description": "Update information of a subscriber list.", - "isHidden": false - }, - { - "name": "getSubscriberList", - "description": "Retrieve details of a specific subscriber list.", - "isHidden": false - }, - { - "name": "listSubscriberLists", - "description": "This API call will return back your subscriber lists. The response will include subscription activity for the last few days as well as total active subscribers for each list.", - "isHidden": false - }, - { - "name": "getCampaignOpeners", - "description": "Retrieve the list of email opens for a campaign.", - "isHidden": false - }, - { - "name": "getCampaignLinkClickers", - "description": "Retrieve the list of email clicks for a campaign.", - "isHidden": false - }, - { - "name": "init", - "description": "Common method having the configurations applicable to all the business methods in the Connector.", - "isHidden": false - }, - { - "name": "getAccountDetails", - "description": "Returns your Sendloop account information.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/sendloop-connector-1.0.0.zip", - "description": "WSO2 ESB Connector Library for Sendloop API.", - "icon": "sendloop.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/sendloop.gif" - }, - { - "name": "servicenow", - "version": "1.0.2", - "rank": 154, - "operations": [ - { - "name": "init", - "description": "Service-Now configuration.", - "isHidden": false - }, - { - "name": "getRecords", - "description": "Retrieves set of records from table.", - "isHidden": false - }, - { - "name": "getRecordById", - "description": "Retrieves record according to the system ID from table.", - "isHidden": false - }, - { - "name": "postRecord", - "description": "Insert a record into a table.", - "isHidden": false - }, - { - "name": "patchRecordById", - "description": "Patch a record from table by specifying system ID.", - "isHidden": false - }, - { - "name": "deleteRecordById", - "description": "Delete a record from table by specifying system ID.", - "isHidden": false - }, - { - "name": "putRecordById", - "description": "Put a record to table by specifying system ID.", - "isHidden": false - }, - { - "name": "postRecordStagingTable", - "description": "This method inserts incoming data into a specified staging table and triggers transformation based on predefined transform maps in the import set table.", - "isHidden": false - }, - { - "name": "getRecordsStagingTable", - "description": "This method retrieves the associated record and resulting transformation result.", - "isHidden": false - }, - { - "name": "getAggregateRecord", - "description": "Allow to compute aggregate statistics about existing table and column data.", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/servicenow-connector-1.0.2.zip", - "description": "WSO2 Connector for ServiceNow REST API.", - "icon": "servicenow.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/servicenow.gif" - }, - { - "name": "sharepoint", - "version": "1.0.5", - "rank": 23, - "operations": [ - { - "name": "init", - "description": "Initial configuration file for sharePoint rest connector.", - "isHidden": false - }, - { - "name": "callEndpoint", - "description": "Templating the http call types GET, POST, etc.", - "isHidden": true - }, - { - "name": "callOperation", - "description": "Templating the http call types GET, POST, etc.", - "isHidden": true - }, - { - "name": "callWithRetry", - "description": "Templating the retry call", - "isHidden": true - }, - { - "name": "getAccessTokenFromRefreshToken", - "description": "Getting Access Token from refresh token.", - "isHidden": false - }, - { - "name": "getAccessTokenFromClientCredentials", - "description": "Getting Access Token from the client credentials.", - "isHidden": false - }, - { - "name": "createList", - "description": "Create a List.", - "isHidden": false - }, - { - "name": "retrieveLists", - "description": "Retrieves all the Lists in the site.", - "isHidden": false - }, - { - "name": "getListById", - "description": "Retrieves a List by List GUID.", - "isHidden": false - }, - { - "name": "getListByTitle", - "description": "Retrieves a List by List title.", - "isHidden": false - }, - { - "name": "deleteList", - "description": "Delete a list.", - "isHidden": false - }, - { - "name": "retrieveListItems", - "description": "Retrieves all the Lists items in the list.", - "isHidden": false - }, - { - "name": "createListItem", - "description": "Create a list item.", - "isHidden": false - }, - { - "name": "updateList", - "description": "Update a List.", - "isHidden": false - }, - { - "name": "getItemById", - "description": "Retrieves List item with specified ID.", - "isHidden": false - }, - { - "name": "deleteListItem", - "description": "Delete a List Item.", - "isHidden": false - }, - { - "name": "updateListItems", - "description": "Update a List Item.", - "isHidden": false - }, - { - "name": "createCustomListItem", - "description": "Creates dynamic List Item.", - "isHidden": false - }, - { - "name": "retrieveFolder", - "description": "Retrieve all folder.", - "isHidden": false - }, - { - "name": "createFolder", - "description": "Create a folder.", - "isHidden": false - }, - { - "name": "updateFolder", - "description": "Update a folder.", - "isHidden": false - }, - { - "name": "deleteFolder", - "description": "Delete a folder.", - "isHidden": false - }, - { - "name": "retrieveAllFilesWithinFolder", - "description": "Retrieve all of the files in a folder.", - "isHidden": false - }, - { - "name": "getFile", - "description": "Retrieve a specific file.", - "isHidden": false - }, - { - "name": "createFileWithinFolder", - "description": "Create a file and add it to a folder.", - "isHidden": false - }, - { - "name": "deleteFile", - "description": "Delete a File.", - "isHidden": false - }, - { - "name": "updateFileContent", - "description": "Update a File Contents.", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/sharepoint-connector-1.0.5.zip", - "description": "WSO2 ESB Connector Library for sharePoint API.", - "icon": "sharepoint.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/sharepoint.gif" - }, - { - "name": "shippo", - "version": "1.0.0", - "rank": 155, - "operations": [ - { - "name": "init", - "description": "Config operation", - "isHidden": false - }, - { - "name": "createAddress", - "description": "Creates a new address object", - "isHidden": false - }, - { - "name": "listAddresses", - "description": "Lists all addresses", - "isHidden": false - }, - { - "name": "createCustomsItem", - "description": "Creates a new Customs Item object", - "isHidden": false - }, - { - "name": "listCustomsItems", - "description": "Lists all custom-items objects", - "isHidden": false - }, - { - "name": "createCustomsDeclaration", - "description": "Creates a new Customs Declaration object", - "isHidden": false - }, - { - "name": "createShipment", - "description": "Creates a new shipment object", - "isHidden": false - }, - { - "name": "listShipments", - "description": "Lists all shipment objects", - "isHidden": false - }, - { - "name": "listTransactions", - "description": "Lists all transaction objects", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/shippo-connector-1.0.0.zip", - "description": "wso2 connector library for Shippo", - "icon": "shippo.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/shippo.gif" - }, - { - "name": "shopify", - "version": "1.0.1", - "rank": 156, - "operations": [ - { - "name": "init", - "description": "Shopify configuration.", - "isHidden": false - }, - { - "name": "createCustomer", - "description": "Creates a new customer record", - "isHidden": false - }, - { - "name": "listCustomers", - "description": "Retrieves all customers of a shop", - "isHidden": false - }, - { - "name": "createFulfillment", - "description": "Creates a fulfillment for the specified order and line items", - "isHidden": false - }, - { - "name": "listFulfillments", - "description": "Retrieves a list of all fulfillments", - "isHidden": false - }, - { - "name": "createOrder", - "description": "Creates a new order", - "isHidden": false - }, - { - "name": "listOrders", - "description": "Retrieves a list of Orders according to the given filters", - "isHidden": false - }, - { - "name": "getProductById", - "description": "Retrieves a single product", - "isHidden": false - }, - { - "name": "listProducts", - "description": "Retrieves a list of products", - "isHidden": false - }, - { - "name": "createProduct", - "description": "Creates a new product", - "isHidden": false - }, - { - "name": "createProductVariant", - "description": "Creates a new product variant", - "isHidden": false - }, - { - "name": "listProductVariants", - "description": "Retrieves a list of product variants", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/shopify-connector-1.0.1.zip", - "description": "wso2 connector library for Shopify", - "icon": "shopify.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/shopify.gif" - }, - { - "name": "simplenote", - "version": "1.0.1", - "rank": 157, - "operations": [ - { - "name": "createTag", - "description": "Create a new tag in SimpleNote account using the provided Parameters.", - "isHidden": false - }, - { - "name": "getTag", - "description": "Retrieve details of a tag identified by the provided tag ID.", - "isHidden": false - }, - { - "name": "init", - "description": "Common Method having the configurations applicable to all the Methods in the Connector.", - "isHidden": false - }, - { - "name": "createNote", - "description": "Create a new note in SimpleNote account using the provided Parameters.", - "isHidden": false - }, - { - "name": "updateNote", - "description": "Update details of the note identified by the provided note ID.", - "isHidden": false - }, - { - "name": "getNote", - "description": "Retrieve details of a note identified by the provided note ID.", - "isHidden": false - }, - { - "name": "listNoteIndexes", - "description": "Retrieve a List of noteindexes from SimpleNote account.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/simplenote-connector-1.0.1.zip", - "description": "WSO2 ESB Connector Library for SimpleNote.", - "icon": "simplenote.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/simplenote.gif" - }, - { - "name": "sirportly", - "version": "1.0.1", - "rank": 158, - "operations": [ - { - "name": "init", - "description": "Sirportly configuration.", - "isHidden": false - }, - { - "name": "createContact", - "description": "Creates a new contact", - "isHidden": false - }, - { - "name": "getContact", - "description": "Returns single contact for a given contactId, contactName or contactReference", - "isHidden": false - }, - { - "name": "listContacts", - "description": "Returns all contacts", - "isHidden": false - }, - { - "name": "searchContacts", - "description": "Search contacts from a query", - "isHidden": false - }, - { - "name": "addContactMethod", - "description": "Add a new contact method to a contact", - "isHidden": false - }, - { - "name": "createTicket", - "description": "Creates a new ticket", - "isHidden": false - }, - { - "name": "getTicket", - "description": "Returns single ticket for a given reference", - "isHidden": false - }, - { - "name": "listTickets", - "description": "Returns all tickets", - "isHidden": false - }, - { - "name": "listTicketsByFilter", - "description": "Returns all tickets by filter", - "isHidden": false - }, - { - "name": "updateTicket", - "description": "Update values of a given ticket", - "isHidden": false - }, - { - "name": "searchTickets", - "description": "Search tickets from a query", - "isHidden": false - }, - { - "name": "addContentToTicket", - "description": "Adding content to a ticket", - "isHidden": false - }, - { - "name": "getUser", - "description": "Returns single usre for a given userId, userName or email", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/sirportly-connector-1.0.1.zip", - "description": "sirportly connector library", - "icon": "sirportly.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/sirportly.gif" - }, - { - "name": "slack", - "version": "1.0.0", - "rank": 159, - "operations": [ - { - "name": "init", - "description": "Init operation.", - "isHidden": false - }, - { - "name": "authTest", - "description": "Checks authentication and identity. This checks authentication and tells \"you\" who you are. You can also use this method to test whether Slack API authentication is functional.", - "isHidden": false - }, - { - "name": "createChannel", - "description": "Creates a channel in the Slack workspace.", - "isHidden": false - }, - { - "name": "inviteUserToChannel", - "description": "Invites a user to a channel. The calling user must be a member of the channel.", - "isHidden": false - }, - { - "name": "joinToChannel", - "description": "Joins a channel, creating it if needed.", - "isHidden": false - }, - { - "name": "leaveFromChannel", - "description": "Leaves a channel.", - "isHidden": false - }, - { - "name": "removeUserFromChannel", - "description": "Removes a user from a channel. This method allows a user to remove another member from a team channel.", - "isHidden": false - }, - { - "name": "sendMessage", - "description": "Sends a message into a channel.", - "isHidden": false - }, - { - "name": "deleteMessage", - "description": "Deletes a message that is sent to a channel.", - "isHidden": false - }, - { - "name": "addReminder", - "description": "Creates a reminder.", - "isHidden": false - }, - { - "name": "getReminderInfo", - "description": "Gets information about a reminder.", - "isHidden": false - }, - { - "name": "createGroup", - "description": "Creates a private channel in the Slack workspace.", - "isHidden": false - }, - { - "name": "inviteUserToGroup", - "description": "Invites a user to a private channel.", - "isHidden": false - }, - { - "name": "setPurposeForGroup", - "description": "Sets the purpose for a private channel.", - "isHidden": false - }, - { - "name": "renameGroup", - "description": "Renames a private channel.", - "isHidden": false - }, - { - "name": "getUserProfile", - "description": "Retrieves a user's profile information.", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/slack-connector-1.0.0.zip", - "description": "WSO2 slack connector library", - "icon": "slack.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/slack.gif" - }, - { - "name": "slideshare", - "version": "1.0.0", - "rank": 160, - "operations": [ - { - "name": "getUserTags", - "description": "Retrieve slideshare user tag informations", - "isHidden": false - }, - { - "name": "getUserGroups", - "description": "Retrieve slideshare user group informations", - "isHidden": false - }, - { - "name": "getUserFavorites", - "description": "Retrieve slideshare user favorites informations", - "isHidden": false - }, - { - "name": "getUserContacts", - "description": "Retrieve slideshare user contacts informations", - "isHidden": false - }, - { - "name": "deleteSlideshow", - "description": "Remove slideshows", - "isHidden": false - }, - { - "name": "getSlideshow", - "description": "Retrieve all slideshows informations", - "isHidden": false - }, - { - "name": "getSlideshowByTag", - "description": "Retrieve slideshows informations by tag", - "isHidden": false - }, - { - "name": "getSlideshowsByGroup", - "description": "Retrieve slideshows informations by Group", - "isHidden": false - }, - { - "name": "getSlideshowsByUser", - "description": "Retrieve slideshows informations by user", - "isHidden": false - }, - { - "name": "searchSlideshows", - "description": "Retrieve slideshows informations", - "isHidden": false - }, - { - "name": "uploadSlideshow", - "description": "Upload slideshows", - "isHidden": false - }, - { - "name": "editExistingSlideshow", - "description": "Edit slideshows informations", - "isHidden": false - }, - { - "name": "getUserCampaignLeads", - "description": "Retrive slideshare user information", - "isHidden": false - }, - { - "name": "getUserCampaigns", - "description": "Retrieve slideshare userCampaigns details", - "isHidden": false - }, - { - "name": "getUserLeads", - "description": "Retrieve slideshare lead information", - "isHidden": false - }, - { - "name": "addFavorite", - "description": "Add slideshow as favorite", - "isHidden": false - }, - { - "name": "checkFavorite", - "description": "Check slideshows added as favoriteor not", - "isHidden": false - }, - { - "name": "init", - "description": "slideshare configurations", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/slideshare-connector-1.0.0.zip", - "description": "wso2 slideshare connector library", - "icon": "slideshare.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/slideshare.gif" - }, - { - "name": "SMPP", - "version": "1.1.3", - "rank": 19, - "operations": [ - { - "name": "init", - "description": "Initialize SMSC configuration variables", - "isHidden": true - }, - { - "name": "sendSMS", - "description": "Send SMS message", - "isHidden": false - }, - { - "name": "sendBulkSMS", - "description": "Send Bulk SMS messages", - "isHidden": false - }, - { - "name": "unbind", - "description": "Unbind the SMSC connection", - "isHidden": false - } - ], - "download_url": "https://github.com/wso2-extensions/esb-connector-smpp/releases/download/org.wso2.carbon.esb.connector.SMPP-1.1.3/SMPP-connector-1.1.3.zip", - "description": "WSO2 SMPP connector", - "icon": "smpp.png", - "icon_url": "https://mi-connectors.wso2.com/icons/smpp.png" - }, - { - "name": "snmp", - "version": "1.0.2", - "rank": 161, - "operations": [ - { - "name": "snmpGet", - "description": "snmp sms message wso2 connector method", - "isHidden": false - }, - { - "name": "snmpGetBulk", - "description": "snmp sms message wso2 connector method", - "isHidden": false - }, - { - "name": "snmpSet", - "description": "snmp sms message wso2 connector method", - "isHidden": false - }, - { - "name": "snmpGetNext", - "description": "snmp sms message wso2 connector method", - "isHidden": false - }, - { - "name": "snmpTrap", - "description": "snmp sms message wso2 connector method", - "isHidden": false - }, - { - "name": "init", - "description": "Initialize SNMP configuration variables", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/snmp-connector-1.0.2.zip", - "description": "WSO2 SNMP connector", - "icon": "snmp.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/snmp.gif" - }, - { - "name": "snowflake", - "version": "1.0.0", - "rank": 162, - "operations": [ - { - "name": "init", - "description": "Init operation", - "isHidden": true - }, - { - "name": "query", - "description": "Query a given SQL statement.", - "isHidden": false - }, - { - "name": "execute", - "description": "Execute a given SQL statement.", - "isHidden": false - }, - { - "name": "batchExecute", - "description": "Batch execute a given SQL statement.", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/snowflake-connector-1.0.1.zip", - "description": "WSO2 snowflake connector library", - "icon": "snowflake.png", - "icon_url": "https://mi-connectors.wso2.com/icons/snowflake.png" - }, - { - "name": "splunk", - "version": "1.0.0", - "rank": 163, - "operations": [ - { - "name": "init", - "description": "Configuration for Splunk", - "isHidden": false - }, - { - "name": "createSavedSearch", - "description": "Create a saved search for the user that is available from the app", - "isHidden": false - }, - { - "name": "accessSavedSearch", - "description": "Access saved search configurations that you have permission to view", - "isHidden": false - }, - { - "name": "updateSavedSearch", - "description": "Update a named saved search.", - "isHidden": false - }, - { - "name": "deleteSavedSearch", - "description": "Delete a named saved search.", - "isHidden": false - }, - { - "name": "shareSavedSearch", - "description": "Share the saved search and change its permission.", - "isHidden": false - }, - { - "name": "moveSavedSearch", - "description": "Make the saved search available for all users and change the context to a different app which was previously available to all in the context of default app", - "isHidden": false - }, - { - "name": "createSearchJob", - "description": "Start a new search.", - "isHidden": false - }, - { - "name": "accessSearchJob", - "description": "Access the information of the {search_id} search job.", - "isHidden": false - }, - { - "name": "getSearchResults", - "description": "Retrieve your search results.", - "isHidden": false - }, - { - "name": "createConfigFile", - "description": "Create a configuration file.", - "isHidden": false - }, - { - "name": "deleteStanza", - "description": "Delete {stanza} in {file} configuration file.", - "isHidden": false - }, - { - "name": "getAppConfigFiles", - "description": "List all the configuration files available for the app.", - "isHidden": false - }, - { - "name": "getStanza", - "description": "Returns all the stanza names in the named configuration file.", - "isHidden": false - }, - { - "name": "addStanza", - "description": "Add stanzas to the {file} configuration file.", - "isHidden": false - }, - { - "name": "updateStanza", - "description": "Update or add property to {stanza} in {file} configuration file.", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/splunk-connector-1.0.0.zip", - "description": "WSO2 splunk connector library", - "icon": "splunk.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/splunk.gif" - }, - { - "name": "spotify", - "version": "1.0.0", - "rank": 164, - "operations": [ - { - "name": "init", - "description": "init file for spotify connector.", - "isHidden": false - }, - { - "name": "getAnArtist", - "description": "Get Spotify catalog information for a single artist identified by their unique Spotify ID.", - "isHidden": false - }, - { - "name": "getAlbumsOfAnArtist", - "description": "Get Spotify catalog information about an artist\u2019s albums.", - "isHidden": false - }, - { - "name": "getRelatedArtistsToAnArtist", - "description": "Get Spotify catalog information about artists similar to a given artist.", - "isHidden": false - }, - { - "name": "getSeveralArtists", - "description": "Get Spotify catalog information for several artists based on their Spotify IDs.", - "isHidden": false - }, - { - "name": "getTopTracksOfAnArtist", - "description": "Get Spotify catalog information about an artist\u2019s top tracks by country.", - "isHidden": false - }, - { - "name": "getATrack", - "description": "Get catalog information for a single track identified by the given id.", - "isHidden": false - }, - { - "name": "getSeveralTracks", - "description": "Get catalog information for a single track identified by the given id.", - "isHidden": false - }, - { - "name": "getProfileOfAUser", - "description": "Get public profile information about a Spotify user identified by the given id.", - "isHidden": false - }, - { - "name": "getProfileOfCurrentUser", - "description": "Get detailed profile information about the current user.", - "isHidden": false - }, - { - "name": "getAccessTokenFromAuthorization", - "description": "Request Access Token by exchanging the authorization_code for it", - "isHidden": false - }, - { - "name": "getCodeForAccessToken", - "description": "Getting code for Access Token.", - "isHidden": false - }, - { - "name": "getAccessTokenFromRefreshToken", - "description": "Getting Access Token.", - "isHidden": false - }, - { - "name": "getAutherizationCode", - "description": "Getting Access Token.", - "isHidden": false - }, - { - "name": "getTracksOfCurrentUser", - "description": "Get a list of the songs saved in the current Spotify user\u2019s library.", - "isHidden": false - }, - { - "name": "checkTracksOfCurrentUser", - "description": "Check if one or more tracks is already saved in the current Spotify user\u2019s library.", - "isHidden": false - }, - { - "name": "saveTracksForCurrentUser", - "description": "Save one or more tracks to the current user\u2019s library.", - "isHidden": false - }, - { - "name": "removeTracksOfCurrentUser", - "description": "Remove one or more tracks from the current user\u2019s library.", - "isHidden": false - }, - { - "name": "getAnAlbumMetadata", - "description": "Get Spotify catalog information for a single album identified by the given id.", - "isHidden": false - }, - { - "name": "getSeveralAlbums", - "description": "Get Spotify catalog information for several albums identified by the given set of ids.", - "isHidden": false - }, - { - "name": "getAnAlbumsTracks", - "description": "Get Spotify catalog information for several albums identified by the given set of ids.", - "isHidden": false - }, - { - "name": "searchForAnItem", - "description": "Metadata of an item for the given id.", - "isHidden": false - }, - { - "name": "getAListUsersPlaylists", - "description": "Metadata of an item for the given id.", - "isHidden": false - }, - { - "name": "getAPlaylist", - "description": "Get a playlist owned by a Spotify user", - "isHidden": false - }, - { - "name": "getAPlaylistsTracks", - "description": "Get full details of the tracks of a playlist owned by a Spotify user", - "isHidden": false - }, - { - "name": "createAPlaylist", - "description": "Create a playlist for a Spotify user", - "isHidden": false - }, - { - "name": "addTraksToAPlaylist", - "description": "Add one or more tracks to a user\u2019s playlist", - "isHidden": false - }, - { - "name": "changeAPlaylistsDetails", - "description": "Change a playlist\u2019s name and public/private state", - "isHidden": false - }, - { - "name": "removeTracksFromAPlaylist", - "description": "Remove one or more tracks from a user\u2019s playlist.", - "isHidden": false - }, - { - "name": "replaceAPlaylistsTracks", - "description": "Remove one or more tracks from a user\u2019s playlist.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/spotify-connector-1.0.0.zip", - "description": "wso2 connector library for Spotify", - "icon": "spotify.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/spotify.gif" - }, - { - "name": "stackexchange", - "version": "1.0.0", - "rank": 165, - "operations": [ - { - "name": "init", - "description": "Init operation", - "isHidden": false - }, - { - "name": "getUsersByIds", - "description": "Get information related set of users", - "isHidden": false - }, - { - "name": "getQuestionsByUserIds", - "description": "Get all questions specified by one or more user ids", - "isHidden": false - }, - { - "name": "addQuestion", - "description": "Add a new question", - "isHidden": false - }, - { - "name": "editQuestionById", - "description": "Edit a question specified by an id", - "isHidden": false - }, - { - "name": "deleteQuestionById", - "description": "Delete a question specified by an id", - "isHidden": false - }, - { - "name": "upvoteQuestionById", - "description": "Upvote a question specified by an id", - "isHidden": false - }, - { - "name": "downvoteQuestionById", - "description": "Downvote a question specified by an id", - "isHidden": false - }, - { - "name": "getQuestionsWithNoAnswers", - "description": "Get all questions haven't answered yet in an site", - "isHidden": false - }, - { - "name": "getAnswersByIds", - "description": "Get answers specified by one or more ids", - "isHidden": false - }, - { - "name": "acceptAnswerById", - "description": "Accept a answer specified by an id", - "isHidden": false - }, - { - "name": "deleteAnswerById", - "description": "Delete a answer specified by an id", - "isHidden": false - }, - { - "name": "upvoteAnswerById", - "description": "Upvote a answer specified by an id", - "isHidden": false - }, - { - "name": "downvoteAnswerById", - "description": "Downvote a answer specified by an id", - "isHidden": false - }, - { - "name": "editAnswerById", - "description": "Edit a answer specified by an id", - "isHidden": false - }, - { - "name": "addAnswer", - "description": "Add a answer for a question specified by an id", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/stackexchange-connector-1.0.0.zip", - "description": "WSO2 StackExchange connector library", - "icon": "stackexchange.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/stackexchange.gif" - }, - { - "name": "stripe", - "version": "2.0.0", - "rank": 166, - "operations": [ - { - "name": "init", - "description": "initial configuration file for stripe connector", - "isHidden": false - }, - { - "name": "createCharge", - "description": "Creates a new charge object", - "isHidden": false - }, - { - "name": "retrieveCharge", - "description": "Retrieves the details of a charge that has previously been created", - "isHidden": false - }, - { - "name": "getAllCharges", - "description": "Returns a list of charges you've previously created", - "isHidden": false - }, - { - "name": "createCardForCustomer", - "description": "Creates a new card for a customer.", - "isHidden": false - }, - { - "name": "retrieveCard", - "description": "retrieve card details stored on a customer", - "isHidden": false - }, - { - "name": "getAllCards", - "description": "list all cards belonging to a customer", - "isHidden": false - }, - { - "name": "createTokenForCard", - "description": "Creates a card token that wraps the details of a credit card", - "isHidden": false - }, - { - "name": "retrieveToken", - "description": "Retrieves the token with the given ID", - "isHidden": false - }, - { - "name": "createPIIToken", - "description": "Creates a single use token that wraps the details of personally identifiable information", - "isHidden": false - }, - { - "name": "createTokenForBankAccount", - "description": "Creates a card token that wraps the details of a bank account", - "isHidden": false - }, - { - "name": "createCustomer", - "description": "Creates a new customer", - "isHidden": false - }, - { - "name": "retrieveCustomer", - "description": "Retrieves the details of an existing customer", - "isHidden": false - }, - { - "name": "deleteCustomer", - "description": "Permanently deletes a customer object", - "isHidden": false - }, - { - "name": "getAllCustomers", - "description": "Returns a list of your customers", - "isHidden": false - }, - { - "name": "getAllRefunds", - "description": "Returns a list of the refunds belonging to a charge", - "isHidden": false - }, - { - "name": "createInvoice", - "description": "Creates a new invoice for a customer", - "isHidden": false - }, - { - "name": "retrieveInvoice", - "description": "Retrieves an invoice details", - "isHidden": false - }, - { - "name": "retrieveInvoicesLineItems", - "description": "Retrieves an invoice's line items", - "isHidden": false - }, - { - "name": "getAllInvoices", - "description": "Returns a list of invoices for a specific customer", - "isHidden": false - }, - { - "name": "payInvoice", - "description": "Pays an invoice", - "isHidden": false - }, - { - "name": "getTransfers", - "description": "Returns a list of your transfers", - "isHidden": false - }, - { - "name": "retrieveAccountDetails", - "description": "Retrieves the details of the account", - "isHidden": false - }, - { - "name": "getCurrentAccountBalance", - "description": "Retrieves the current account balance", - "isHidden": false - }, - { - "name": "retrieveBalanceTransaction", - "description": "Retrieves the balance transaction with the given ID.", - "isHidden": false - }, - { - "name": "getListOfBalanceHistory", - "description": "Returns a list of transactions that have contributed to the Stripe account balance", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/2.0.0/stripe-connector-2.0.0.zip", - "description": "WSO2 connector library for Stripe", - "icon": "stripe.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/stripe.gif" - }, - { - "name": "stubHub", - "version": "1.0.0", - "rank": 167, - "operations": [ - { - "name": "init", - "description": "Init operation", - "isHidden": false - }, - { - "name": "getAccessToken", - "description": "Method for getting access token", - "isHidden": false - }, - { - "name": "getEventDetails", - "description": "Method for getting detail about an event", - "isHidden": false - }, - { - "name": "getVenueDetails", - "description": "Method for Getting Details about venues", - "isHidden": false - }, - { - "name": "searchInventory", - "description": "Method for search ticket listings for an event", - "isHidden": false - }, - { - "name": "createPriceAlert", - "description": "Method for creating price alerts", - "isHidden": false - }, - { - "name": "getPriceAlertRequest", - "description": "Method for getting details about a price alert request", - "isHidden": false - }, - { - "name": "getPriceAlertRequests", - "description": "Method for getting detail about all price alert requests", - "isHidden": false - }, - { - "name": "updateMyPriceAlertRequest", - "description": "Method for updating a price alert request", - "isHidden": false - }, - { - "name": "deletePriceAlertRequest", - "description": "Method for delete a price alert request", - "isHidden": false - }, - { - "name": "pauseMyPriceAlertRequest", - "description": "Method for pause or resume a price alert request", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/stubHub-connector-1.0.0.zip", - "description": "StubHub Connector Library", - "icon": "stubhub.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/stubhub.gif" - }, - { - "name": "sugarcrm", - "version": "1.0.0", - "rank": 168, - "operations": [ - { - "name": "createAccount", - "description": "Create account.", - "isHidden": false - }, - { - "name": "createSession", - "description": "Create session.", - "isHidden": false - }, - { - "name": "Login", - "description": "Logs a user into the SugarCRM application.", - "isHidden": false - }, - { - "name": "Logout", - "description": "Logs a user out of the SugarCRM application.", - "isHidden": false - }, - { - "name": "createCase", - "description": "Create case.", - "isHidden": false - }, - { - "name": "init", - "description": "Configuration files.", - "isHidden": false - }, - { - "name": "timeout", - "description": "Timeout configuration files.", - "isHidden": false - }, - { - "name": "createContact", - "description": "Create contact.", - "isHidden": false - }, - { - "name": "getDocumentRevision", - "description": "Retrieves a specific document revision.", - "isHidden": false - }, - { - "name": "setDocumentRevision", - "description": "Creates a new document revision for a specific document record.", - "isHidden": false - }, - { - "name": "getEntriesCount", - "description": "Retrieves a beans count based on query specifications.", - "isHidden": false - }, - { - "name": "getMultipleEntriesByIDs", - "description": "Retrieves a list of beans based on specified record IDs.", - "isHidden": false - }, - { - "name": "getEntryByID", - "description": "Retrieves a single bean based on record ID.", - "isHidden": false - }, - { - "name": "getEntryList", - "description": "Retrieves a list of beans based on query specifications.", - "isHidden": false - }, - { - "name": "setEntryList", - "description": "Create or update a list of records.", - "isHidden": false - }, - { - "name": "setEntry", - "description": "Creates or updates a specific record.", - "isHidden": false - }, - { - "name": "createLead", - "description": "Create lead.", - "isHidden": false - }, - { - "name": "getAvailableModules", - "description": "Retrieves a list of available modules in the system.", - "isHidden": false - }, - { - "name": "getModuleFields", - "description": "Retrieves the list of field vardefs for a specific module.", - "isHidden": false - }, - { - "name": "searchByModule", - "description": "Searches modules for a string and returns matched records.", - "isHidden": false - }, - { - "name": "setNoteAttachment", - "description": "Creates an attachment and associated it to a specific note record.", - "isHidden": false - }, - { - "name": "getNoteAttachment", - "description": "Retrieves an attachment associated with a specific note record.", - "isHidden": false - }, - { - "name": "createOpportunity", - "description": "Create opportunity.", - "isHidden": false - }, - { - "name": "setRelationship", - "description": "Sets relationships between two records. You can relate multiple records to a single record using this.", - "isHidden": false - }, - { - "name": "setRelationships", - "description": "Sets multiple relationships between mulitiple record sets.", - "isHidden": false - } - ], - "download_url": "http://dist.wso2.org/downloads/esb-connectors/1.0.0/sugarcrm-connector-1.0.0.zip", - "description": "Sugar CRM connector libraries", - "icon": "sugarcrm.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/sugarcrm.gif" - }, - { - "name": "supportbee", - "version": "1.0.1", - "rank": 169, - "operations": [ - { - "name": "createTicket", - "description": "Create a new ticket in SupportBee account using the provided Parameters.", - "isHidden": false - }, - { - "name": "getTicket", - "description": "Retrieve details of a ticket identified by the provided ticket ID.", - "isHidden": false - }, - { - "name": "listTickets", - "description": "Retrieve a List of tickets from SupportBee account.", - "isHidden": false - }, - { - "name": "archiveTicket", - "description": "Archive the ticket identified by the ticket ID.", - "isHidden": false - }, - { - "name": "trashTicket", - "description": "Trash the ticket identified by the ticket ID.", - "isHidden": false - }, - { - "name": "createComment", - "description": "Create a new comment in SupportBee account using the provided Parameters.", - "isHidden": false - }, - { - "name": "listComments", - "description": "Retrieve a List of comments from SupportBee account.", - "isHidden": false - }, - { - "name": "addLabel", - "description": "Add a label to ticket using the provided Parameters.", - "isHidden": false - }, - { - "name": "listLabels", - "description": "Retrieve a List of labels from SupportBee account.", - "isHidden": false - }, - { - "name": "removeLabel", - "description": "Remove the label identified by the provided label ID from the ticket.", - "isHidden": false - }, - { - "name": "createReply", - "description": "Create a new reply in SupportBee account using the provided Parameters.", - "isHidden": false - }, - { - "name": "getReply", - "description": "Retrieve details of a reply identified by the provided reply ID.", - "isHidden": false - }, - { - "name": "listReplies", - "description": "Retrieve a List of replies from SupportBee account.", - "isHidden": false - }, - { - "name": "init", - "description": "Common Method having the configurations applicable to all the Methods in the Connector.", - "isHidden": false - }, - { - "name": "assignUser", - "description": "Assign the ticket identified by the ticket ID to the specified User.", - "isHidden": false - }, - { - "name": "getUser", - "description": "Retrieve details of a user identified by the provided user ID.", - "isHidden": false - }, - { - "name": "listAgents", - "description": "Retrieve a List of agents from SupportBee account.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/supportbee-connector-1.0.1.zip", - "description": "WSO2 ESB Connector Library for SupportBee.", - "icon": "supportbee.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/supportbee.gif" - }, - { - "name": "surveygizmo", - "version": "2.0.0", - "rank": 170, - "operations": [ - { - "name": "init", - "description": "Config operation", - "isHidden": false - }, - { - "name": "createCampaign", - "description": "Create a new campaign.", - "isHidden": false - }, - { - "name": "listCampaigns", - "description": "List all campaigns for a survey.", - "isHidden": false - }, - { - "name": "getCampaignById", - "description": "Get the campaign by ID.", - "isHidden": false - }, - { - "name": "updateCampaign", - "description": "Update or Copy an existing Campaign.", - "isHidden": false - }, - { - "name": "listContactLists", - "description": "List all contact lists.", - "isHidden": false - }, - { - "name": "getContactListById", - "description": "Get contact list by ID.", - "isHidden": false - }, - { - "name": "listResponses", - "description": "List all responses to a survey.", - "isHidden": false - }, - { - "name": "createResponse", - "description": "Create response to a survey.", - "isHidden": false - }, - { - "name": "createSurvey", - "description": "Create a new survey.", - "isHidden": false - }, - { - "name": "listSurveys", - "description": "List all surveys.", - "isHidden": false - }, - { - "name": "getSurveyById", - "description": "Get the survey by ID.", - "isHidden": false - }, - { - "name": "updateSurvey", - "description": "Update or Copy an existing survey.", - "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/2.0.0/surveygizmo-connector-2.0.0.zip", - "description": "WSO2 connector library for Surveygizmo", - "icon": "surveygizmo.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/surveygizmo.gif" - }, - { - "name": "surveymonkey", - "version": "1.0.1", - "rank": 171, - "operations": [ - { - "name": "init", - "description": "Config operation", - "isHidden": false - }, - { - "name": "getSurveyList", - "description": "Retrieves a paged list of surveys in a user's account", - "isHidden": false - }, - { - "name": "getSurveyDetails", - "description": "Retrieve a given survey's metadata", - "isHidden": false - }, - { - "name": "getCollectorList", - "description": "Retrieves a paged list of collectors for a survey in a user's account", - "isHidden": false - }, - { - "name": "getRespondentList", - "description": "Retrieves a paged list of respondents for a given survey and optionally collector", - "isHidden": false - }, - { - "name": "getResponses", - "description": "Takes a list of respondent ids and returns the responses that correlate to them", - "isHidden": false - }, - { - "name": "getResponseCounts", - "description": "Returns how many respondents have started and/or completed the survey for the given collector", - "isHidden": false - }, - { - "name": "getUserDetails", - "description": "Returns basic information about the logged-in user", - "isHidden": false - }, - { - "name": "createFlow", - "description": "Create a survey, email collector and email message based on a template or existing survey", - "isHidden": false - } - ], - "download_url": "http://dist.wso2.org/downloads/esb-connectors/1.0.0/surveymonkey-connector-1.0.1.zip", - "description": "SurveyMonkey API connector libraries", - "icon": "surveymonkey.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/surveymonkey.gif" - }, - { - "name": "teamwork", - "version": "1.0.0", - "rank": 172, - "operations": [ - { - "name": "init", - "description": "Configure the teamwork connector.", - "isHidden": false - }, - { - "name": "getAccountDetails", - "description": "Returns the account details.", - "isHidden": false - }, - { - "name": "getAuthenticateDetails", - "description": "Returns the authentication details.", - "isHidden": false - }, - { - "name": "getLatestActivity", - "description": "Returns the Latest Activity.", - "isHidden": false - }, - { - "name": "getLatestActivityForAProject", - "description": "Returns the Latest Activity for a project.", - "isHidden": false - }, - { - "name": "deleteActivity", - "description": "Delete an activity.", - "isHidden": false - }, - { - "name": "createEvent", - "description": "Create a calendar event.", - "isHidden": false - }, - { - "name": "updateEvent", - "description": "Edit a calendar event.", - "isHidden": false - }, - { - "name": "deleteEvent", - "description": "Delete a calendar event.", - "isHidden": false - }, - { - "name": "getEvent", - "description": "Returns the details about a specific event.", - "isHidden": false - }, - { - "name": "getAllEvents", - "description": "Returns all calendar events that the current user can see in the provided date range.", - "isHidden": false - }, - { - "name": "getAllEventTypes", - "description": "Returns details about event types.", - "isHidden": false - }, - { - "name": "createFileCategory", - "description": "Create a file category.", - "isHidden": false - }, - { - "name": "createLinkCategory", - "description": "Create a link category.", - "isHidden": false - }, - { - "name": "createMessageCategory", - "description": "Create a message category.", - "isHidden": false - }, - { - "name": "createNotebookCategory", - "description": "Create a notebook category.", - "isHidden": false - }, - { - "name": "createProjectCategory", - "description": "Create a project category.", - "isHidden": false - }, - { - "name": "deleteFileCategory", - "description": "Delete a file category.", - "isHidden": false - }, - { - "name": "deleteLinkCategory", - "description": "Delete a link category.", - "isHidden": false - }, - { - "name": "deleteMessageCategory", - "description": "Delete a message category.", - "isHidden": false - }, - { - "name": "deleteNotebookCategory", - "description": "Delete a notebook category.", - "isHidden": false - }, - { - "name": "deleteProjectCategory", - "description": "Delete a project category.", - "isHidden": false - }, - { - "name": "getAllFileCategoriesOfProject", - "description": "Retrieves all file categories.", - "isHidden": false - }, - { - "name": "getAllLinkCategoriesOfProject", - "description": "Retrieves all link categories.", - "isHidden": false - }, - { - "name": "getAllMessageCategoriesOfProject", - "description": "Retrieves all message categories.", - "isHidden": false - }, - { - "name": "getAllNotebookCategoriesOfProject", - "description": "Retrieves all notebook categories.", - "isHidden": false - }, - { - "name": "getAllProjectCategories", - "description": "Retrieves all project categories.", - "isHidden": false - }, - { - "name": "getFileCategory", - "description": "Returns a file category.", - "isHidden": false - }, - { - "name": "getLinkCategory", - "description": "Returns a link category.", - "isHidden": false - }, - { - "name": "getMessageCategory", - "description": "Returns a message category.", - "isHidden": false - }, - { - "name": "getNotebookCategory", - "description": "Returns a notebook category.", - "isHidden": false - }, - { - "name": "getProjectCategory", - "description": "Returns a project category.", - "isHidden": false - }, - { - "name": "updateFileCategory", - "description": "Modifies a file category.", - "isHidden": false - }, - { - "name": "updateLinkCategory", - "description": "Modifies a link category.", - "isHidden": false - }, - { - "name": "updateMessageCategory", - "description": "Modifies a message category.", - "isHidden": false - }, - { - "name": "updateNotebookCategory", - "description": "Modifies a notebook category.", - "isHidden": false - }, - { - "name": "updateProjectCategory", - "description": "Modifies project category.", - "isHidden": false - }, - { - "name": "createCompany", - "description": "Create a Company.", - "isHidden": false - }, - { - "name": "updateCompany", - "description": "Modifies the company data.", - "isHidden": false - }, - { - "name": "deleteCompany", - "description": "Delete a company.", - "isHidden": false - }, - { - "name": "getCompany", - "description": "Returns a Company.", - "isHidden": false - }, - { - "name": "getAllCompanies", - "description": "Returns all the Companies.", - "isHidden": false - }, - { - "name": "getCompaniesWithinAProject", - "description": "Returns the companies within a project.", - "isHidden": false - }, - { - "name": "getFile", - "description": "Returns a file.", - "isHidden": false - }, - { - "name": "getFilesOnAProject", - "description": "Returns the files on a project.", - "isHidden": false - }, - { - "name": "deleteFileFromProject", - "description": "Delete a file from a project.", - "isHidden": false - }, - { - "name": "uploadFile", - "description": "Uploads a file.", - "isHidden": false - }, - { - "name": "updateLink", - "description": "Modifies a single link.", - "isHidden": false - }, - { - "name": "deleteLink", - "description": "Delete a link.", - "isHidden": false - }, - { - "name": "getLink", - "description": "Returns a single Link identified by its ID.", - "isHidden": false - }, - { - "name": "getAllLinks", - "description": "Retrieves all Links.", - "isHidden": false - }, - { - "name": "getLinksOnProject", - "description": "Retrieve all the links on a project.", - "isHidden": false - }, - { - "name": "updateMessageReply", - "description": "Modifies a single message reply.", - "isHidden": false - }, - { - "name": "deleteMessageReply", - "description": "Delete a message reply.", - "isHidden": false - }, - { - "name": "getMessageReply", - "description": "Returns a single message reply identified by its ID.", - "isHidden": false - }, - { - "name": "getRepliesToMessage", - "description": "Retrieves all Replies to a Message.", - "isHidden": false - }, - { - "name": "updateMessage", - "description": "Modifies the message data.", - "isHidden": false - }, - { - "name": "deleteMessage", - "description": "Delete a message.", - "isHidden": false - }, - { - "name": "getMessage", - "description": "Retrieves a message.", - "isHidden": false - }, - { - "name": "getLatestMessages", - "description": "Retrieves the 25 most recent messages.", - "isHidden": false - }, - { - "name": "archiveAMessage", - "description": "Archive a message.", - "isHidden": false - }, - { - "name": "unarchiveAMessage", - "description": "Unarchive a message.", - "isHidden": false - }, - { - "name": "getArchivedMessages", - "description": "Retrieves all archived messages.", - "isHidden": false - }, - { - "name": "getArchivedMessagesByCategory", - "description": "Retrieves all archived messages by category.", - "isHidden": false - }, - { - "name": "getMessagesByCategory", - "description": "Retrieves messages by category.", - "isHidden": false - }, - { - "name": "deleteMilestone", - "description": "Delete a milestone.", - "isHidden": false - }, - { - "name": "getMilestone", - "description": "Returns a milestone.", - "isHidden": false - }, - { - "name": "getAllMilestones", - "description": "Returns all the milestones.", - "isHidden": false - }, - { - "name": "getMilestonesOnAProject", - "description": "Returns the milestones for a project.", - "isHidden": false - }, - { - "name": "completeAMilestone", - "description": "Marks the specified milestone as complete.", - "isHidden": false - }, - { - "name": "uncompleteAMilestone", - "description": "Marks the specified milestone as uncomplete.", - "isHidden": false - }, - { - "name": "updateNotebook", - "description": "Modifies a single Notebook.", - "isHidden": false - }, - { - "name": "deleteNotebook", - "description": "Delete a Notebook.", - "isHidden": false - }, - { - "name": "getNotebook", - "description": "Returns a single Notebook identified by its ID.", - "isHidden": false - }, - { - "name": "getAllNotebooks", - "description": "Retrieves all accessible Notebooks.", - "isHidden": false - }, - { - "name": "getNotebooksInCategory", - "description": "Retrieve all the notebooks for a specific category.", - "isHidden": false - }, - { - "name": "getNotebooksOnProject", - "description": "Retrieve all the notebooks for a project.", - "isHidden": false - }, - { - "name": "lockNotebook", - "description": "Locks the notebook and all versions for editing.", - "isHidden": false - }, - { - "name": "unlockNotebook", - "description": "Unlocks a locked notebook so it can be edited again.", - "isHidden": false - }, - { - "name": "getCurrentUser", - "description": "Returns the details for the account you're currently logged in with.", - "isHidden": false - }, - { - "name": "getPeople", - "description": "All people visible to the user will be returned.", - "isHidden": false - }, - { - "name": "getPeopleInCompany", - "description": "Retrieves the details for all the people from the submitted company.", - "isHidden": false - }, - { - "name": "getPeopleInProject", - "description": "Retrieves all of the people in a given project.", - "isHidden": false - }, - { - "name": "getAPIKeyForPeopleOnAccount", - "description": "Retrieves the API keys for all people on the Teamwork account.", - "isHidden": false - }, - { - "name": "getPerson", - "description": "Retrieves the user details for the ID submitted.", - "isHidden": false - }, - { - "name": "createUser", - "description": "Creates a new user account.", - "isHidden": false - }, - { - "name": "updateUser", - "description": "Updates a user account.", - "isHidden": false - }, - { - "name": "deleteUser", - "description": "Deletes the given user account.", - "isHidden": false - }, - { - "name": "createUserStatus", - "description": "Create a status for a user.", - "isHidden": false - }, - { - "name": "createCurrentUserStatus", - "description": "Create a status for current user.", - "isHidden": false - }, - { - "name": "updateUserStatus", - "description": "Modifies the status of user.", - "isHidden": false - }, - { - "name": "updateCurrentUserStatus", - "description": "Modifies the status of current user.", - "isHidden": false - }, - { - "name": "updatePeopleStatus", - "description": "Modifies the status of people.", - "isHidden": false - }, - { - "name": "deleteUserStatus", - "description": "Delete a status of user.", - "isHidden": false - }, - { - "name": "deleteCurrentUserStatus", - "description": "Delete a status of current user.", - "isHidden": false - }, - { - "name": "deletePeopleStatus", - "description": "Delete a status of people.", - "isHidden": false - }, - { - "name": "getUserStatus", - "description": "Returns a single user status.", - "isHidden": false - }, - { - "name": "getEverybodyStatus", - "description": "Retrieves the status of everybody.", - "isHidden": false - }, - { - "name": "getCurrentUserStatus", - "description": "Retrieve the status of current user.", - "isHidden": false - }, - { - "name": "getUserPermissionsOnProject", - "description": "Gets the details and permissions for a given user on a given project.", - "isHidden": false - }, - { - "name": "addUserToProject", - "description": "Add a user to a project.", - "isHidden": false - }, - { - "name": "updateUserPermissionOnProject", - "description": "Sets the permissions of a given user on a given project.", - "isHidden": false - }, - { - "name": "removeUserFromProject", - "description": "Removes a user from a project.", - "isHidden": false - }, - { - "name": "listRolesOnProject", - "description": "Returns the list of Roles set on a project.", - "isHidden": false - }, - { - "name": "createProject", - "description": "Create a single project.", - "isHidden": false - }, - { - "name": "updateProject", - "description": "Modifies a single project.", - "isHidden": false - }, - { - "name": "deleteProject", - "description": "Delete a project.", - "isHidden": false - }, - { - "name": "getProject", - "description": "Returns a single project identified by its ID.", - "isHidden": false - }, - { - "name": "getAllProjects", - "description": "Retrieves all accessible projects.", - "isHidden": false - }, - { - "name": "getStarredProjects", - "description": "Retrieve all the projects, which have been starred.", - "isHidden": false - }, - { - "name": "starAProject", - "description": "Adds a project to the list of favourite projects.", - "isHidden": false - }, - { - "name": "unstarAProject", - "description": "Removes a project from the list of favourite projects.", - "isHidden": false - }, - { - "name": "createTaskList", - "description": "Create a single task list.", - "isHidden": false - }, - { - "name": "updateTaskList", - "description": "Modifies a single task list.", - "isHidden": false - }, - { - "name": "deleteTaskList", - "description": "Delete a task list.", - "isHidden": false - }, - { - "name": "getTaskList", - "description": "Returns a single task list identified by its ID.", - "isHidden": false - }, - { - "name": "getAllTemplateTaskLists", - "description": "Retrieves all template task lists.", - "isHidden": false - }, - { - "name": "getTaskListsOnProject", - "description": "Retrieve all the task lists on a project.", - "isHidden": false - }, - { - "name": "reorderTaskLists", - "description": "Reorder the task lists.", - "isHidden": false - }, - { - "name": "createTask", - "description": "Create a single task.", - "isHidden": false - }, - { - "name": "updateTask", - "description": "Modifies a single task.", - "isHidden": false - }, - { - "name": "deleteTask", - "description": "Delete a task.", - "isHidden": false - }, - { - "name": "getTask", - "description": "Returns a single task identified by its ID.", - "isHidden": false - }, - { - "name": "getAllTasks", - "description": "Retrieves all tasks.", - "isHidden": false - }, - { - "name": "getTasksOnProject", - "description": "Retrieve all the tasks on a project.", - "isHidden": false - }, - { - "name": "getTasksOnTaskList", - "description": "Retrieve all the tasks on a task list.", - "isHidden": false - }, - { - "name": "reorderTasks", - "description": "Reorder the Tasks.", - "isHidden": false - }, - { - "name": "completeATask", - "description": "The specified task is marked as complete.", - "isHidden": false - }, - { - "name": "uncompleteATask", - "description": "The specified task is marked as incomplete.", - "isHidden": false - }, - { - "name": "updateTimeEntry", - "description": "Modifies a single time entry.", - "isHidden": false - }, - { - "name": "deleteTimeEntry", - "description": "Delete a time entry.", + "name": "searchUser", + "description": "Get Jira user information", "isHidden": false }, { - "name": "getTimeEntry", - "description": "Returns a single time entry identified by its ID.", - "isHidden": false - }, - { - "name": "getAllTimeEntries", - "description": "Retrieves all the time entries.", + "name": "getAttachmentById", + "description": "Returns the meta-data for an attachment, including the URI of the actual attached file.", "isHidden": false }, { - "name": "getTimeEntriesForProject", - "description": "Retrieves all the time entries for a project.", + "name": "getAttachmentContent", + "description": "Returns the content of an attachment.", "isHidden": false }, { - "name": "getTimeEntriesForToDoItem", - "description": "Retrieves all the time entries for a todo item.", + "name": "createComponent", + "description": "Create a component.", "isHidden": false }, { - "name": "getTimeTotalsOnProject", - "description": "Retrieves all the time totals for a project.", + "name": "getComponent", + "description": "Returns a project component.", "isHidden": false }, { - "name": "getTimeTotalsOnTask", - "description": "Retrieves all the time totals for a todo item.", + "name": "updateComponent", + "description": "Modify a component .", "isHidden": false }, { - "name": "getTimeTotalsOnTaskList", - "description": "Retrieves all the time totals for a task list.", + "name": "countComponentRelatedIssues", + "description": "Returns counts of issues related to this component.", "isHidden": false }, { - "name": "updateComment", - "description": "Modifies a single comment.", + "name": "createIssueLink", + "description": "Creates an issue link between two issues.", "isHidden": false }, { - "name": "deleteComment", - "description": "Delete a comment.", + "name": "getIssueLinkById", + "description": "Returns an issue link with the specified id.", "isHidden": false - }, + } + ], + "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/jira-connector-1.0.5.zip", + "description": "WSO2 ESB Connector Library for JIRA.", + "icon": "jira.gif", + "icon_url": "https://mi-connectors.wso2.com/icons/jira.gif" + }, + { + "name": "kafkaTransport", + "version": "3.3.1", + "rank": 2, + "operations": [ { - "name": "getComment", - "description": "Returns a single comment identified by its ID.", - "isHidden": false + "name": "init", + "description": "Configure the Kafka producer", + "isHidden": true }, { - "name": "getRecentComments", - "description": "Retrieves recent comments.", + "name": "publishMessages", + "description": "Send the messages to the Kafka brokers", "isHidden": false } ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/teamwork-connector-1.0.0.zip", - "description": "wso2 teamwork connector library", - "icon": "teamwork.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/teamwork.gif" + "download_url": "https://github.com/wso2-extensions/esb-connector-kafka/releases/download/v3.3.1/kafkaTransport-connector-3.3.1.zip", + "description": "Kafka transport connector library", + "icon": "kafka.png", + "icon_url": "https://mi-connectors.wso2.com/icons/kafka.png" }, { - "name": "tradegecko", - "version": "1.0.0", - "rank": 173, + "name": "ldap", + "version": "1.0.13", + "rank": 18, "operations": [ { - "name": "init", - "description": "Configuration operations of tradegecko.", + "name": "addEntry", + "description": "This adds new entries to ldap directory", "isHidden": false }, { - "name": "createInvoice", - "description": "Create a new invoice.", + "name": "searchEntry", + "description": "This searches entries in ldap directory", "isHidden": false }, { - "name": "createInvoiceLineItem", - "description": "Create a new invoice line item.", + "name": "updateEntry", + "description": "This updates entries in ldap directory", "isHidden": false }, { - "name": "listProducts", - "description": "Retrieve list of products.", + "name": "updateName", + "description": "This updates names in ldap directory", "isHidden": false }, { - "name": "getProduct", - "description": "Retrieve a specific product.", + "name": "deleteEntry", + "description": "This deletes entries in ldap directory", "isHidden": false }, { - "name": "createStockAdjustment", - "description": "Create a new stock adjustment.", + "name": "init", + "description": "This does initialization part", "isHidden": false }, { - "name": "createStockAdjustmentLineItem", - "description": "Create a new stock adjustment line item.", + "name": "authenticate", + "description": "This does authentication of a given user", "isHidden": false } ], - "download_url": "http://dist.wso2.org/downloads/esb-connectors/1.0.0/tradegecko-connector-1.0.0.zip", - "description": "wso2 connector library for Tradegecko", - "icon": "tradegecko.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/tradegecko.gif" + "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/ldap-connector-1.0.13.zip", + "description": "LDAP connector for WSO2 ESB", + "icon": "ldap.png", + "icon_url": "https://mi-connectors.wso2.com/icons/ldap.png" }, { - "name": "tsheets", - "version": "1.0.1", - "rank": 174, + "name": "msazurestorage", + "version": "2.0.0", + "rank": 7, "operations": [ { "name": "init", - "description": "Config operation.", + "description": "Init operation for ms azure storage connector.", + "isHidden": true + }, + { + "name": "listBlobs", + "description": "Gets the list of all blobs.", + "isHidden": false + }, + { + "name": "uploadBlob", + "description": "Uploads the blob into the Azure storage.", "isHidden": false }, { - "name": "listJobCodes", - "description": "Retrieves list of all jobCodes associated with your company", + "name": "deleteBlob", + "description": "Deletes the blob from the Azure storage.", "isHidden": false }, { - "name": "addJobCodes", - "description": "Add jobCodes to your company", + "name": "downloadBlob", + "description": "Downloads the blob from the Azure storage.", "isHidden": false }, { - "name": "listTimeSheets", - "description": "Retrieve list of all timesheets associated with your company", + "name": "listContainers", + "description": "Gets the list of all containers.", "isHidden": false }, { - "name": "addTimeSheets", - "description": "Add timesheets to your company", + "name": "createContainer", + "description": "Creates a container into the Azure storage.", "isHidden": false }, { - "name": "listUsers", - "description": "Retrieves a list of all users associated with your company", + "name": "deleteContainer", + "description": "Deletes the container from the Azure storage.", "isHidden": false }, { - "name": "addJobCodeAssignments", - "description": "Add one or more jobcode assignments to a user.", + "name": "listMetadata", + "description": "Downloads the metadata from the blob from Azure storage.", "isHidden": false }, { - "name": "listJobCodeAssignments", - "description": "Retrieves a list of all jobcode assignments associated with users.", + "name": "uploadMetadata", + "description": "Uploads metadata to a blob in Azure storage.", "isHidden": false } ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/tsheets-connector-1.0.1.zip", - "description": "wso2 sample connector library for Tsheets", - "icon": "tsheets.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/tsheets.gif" + "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/2.0.0/msazurestorage-connector-2.0.0.zip", + "description": "WSO2 Microsoft Azure Storage connector library", + "icon": "microsoftazurestorage.gif", + "icon_url": "https://mi-connectors.wso2.com/icons/microsoftazurestorage.gif" }, { - "name": "twilio", - "version": "1.1.0", - "rank": 175, + "name": "mongodb", + "version": "1.0.2", + "rank": 4, "operations": [ { - "name": "getConference", - "description": "Get a conference by its Sid", - "isHidden": false - }, - { - "name": "getConferenceList", - "description": "Get a conference list by parameters", - "isHidden": false - }, - { - "name": "getParticipant", - "description": "Get a participant of a given conference by call sid of the participant", - "isHidden": false + "name": "init", + "description": "MongoDB connection configuration.", + "isHidden": true }, { - "name": "getParticipantList", - "description": "Get a participant list of a conference", + "name": "deleteOne", + "description": "Removes a single document from a collection.", "isHidden": false }, { - "name": "updateParticipant", - "description": "Updates a participant", + "name": "deleteMany", + "description": "Removes all documents that match the filter from a collection.", "isHidden": false }, { - "name": "removeParticipant", - "description": "Removes a participant", + "name": "findOne", + "description": "Finds a single document in a collection.", "isHidden": false }, { - "name": "init", - "description": "Configure Twilio Account with AccountSid and AuthToken", + "name": "find", + "description": "Finds several documents in a collection.", "isHidden": false }, { - "name": "getAccount", - "description": "Get the details associated with the account", + "name": "insertOne", + "description": "Inserts a document into a collection.", "isHidden": false }, { - "name": "getAccountsList", - "description": "Get the details of all accounts associated with the configured account with the given list filters", + "name": "insertMany", + "description": "Inserts several documents into a collection.", "isHidden": false }, { - "name": "updateAccount", - "description": "Updates the account (Status can be only changed in sub accounts)", + "name": "updateOne", + "description": "Modifies an existing document in a collection.", "isHidden": false }, { - "name": "createSubAccount", - "description": "Creates a sub account under the pre configured main account", + "name": "updateMany", + "description": "Modifies several documents in a collection.", "isHidden": false }, { - "name": "createApplication", - "description": "Create a new application given a FriendlyName", + "name": "aggregate", + "description": "Aggregation to process multiple documents and return result.", "isHidden": false - }, + } + ], + "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/mongodb-connector-1.0.2.zip", + "description": "WSO2 MongoDB connector library", + "icon": "mongodb.png", + "icon_url": "https://mi-connectors.wso2.com/icons/mongodb.png" + }, + { + "name": "redis", + "version": "3.1.2", + "rank": 5, + "operations": [ { - "name": "getApplication", - "description": "Get an application", + "name": "init", + "description": "configure Redis connector", "isHidden": false }, { - "name": "getApplicationList", - "description": "Get a list of applications bound to the account", + "name": "echo", + "description": "echo the given string", "isHidden": false }, { - "name": "updateApplication", - "description": "Update the parameters of an existing application", + "name": "ping", + "description": "ping the server", "isHidden": false }, { - "name": "removeApplication", - "description": "Remove an application from the account", + "name": "quit", + "description": "close the connection", "isHidden": false }, { - "name": "getConnectApp", - "description": "Get a connect app from the Sid reference", + "name": "hDel", + "description": "delete one or more hash fields", "isHidden": false }, { - "name": "updateConnectApp", - "description": "Update a connect app from the Sid reference", + "name": "hExists", + "description": "determine if a hash field exists", "isHidden": false }, { - "name": "getConnectAppList", - "description": "Get a list of all connect app for the account", + "name": "hGet", + "description": "get the value of a hash field", "isHidden": false }, { - "name": "getAuthorizedConnectApp", - "description": "Get an authorized connect app from the Sid reference", + "name": "hGetAll", + "description": "get all the fields and values in a hash", "isHidden": false }, { - "name": "getAuthorizedConnectAppList", - "description": "Get a list of authorized connect apps for the account", + "name": "hIncrBy", + "description": "increment the integer value of a hash field by the given number", "isHidden": false }, { - "name": "sendSms", - "description": "Send SMS", + "name": "hKeys", + "description": "get all the fields in a hash", "isHidden": false }, { - "name": "getSms", - "description": "Returns Incoming and Outgoing SMS by Message Sid", + "name": "hLen", + "description": "get the number of fields in a hash", "isHidden": false }, { - "name": "getSmsList", - "description": "Returns a list of Incoming and Outgoing SMS Records", + "name": "hMGet", + "description": "get the values of all the given hash fields", "isHidden": false }, { - "name": "getShortCode", - "description": "Returns the details of a Short Code associated with your account", + "name": "hMSet", + "description": "set multiple hash fields to multiple values", "isHidden": false }, { - "name": "updateShortCodeProperties", - "description": "Updates the short code's properties", + "name": "hSet", + "description": "set the string value of a hash field", "isHidden": false }, { - "name": "getShortCodeList", - "description": "Returns the short codes list associated to an account", + "name": "hSetnX", + "description": "set the value of a hash field, only if the field does not exist", "isHidden": false }, { - "name": "makeCall", - "description": "Make A Call", + "name": "hVals", + "description": "get all the values in a hash", "isHidden": false }, { - "name": "getCall", - "description": "Get details of a single Incoming or Outgoing Call", + "name": "del", + "description": "delete a key", "isHidden": false }, { - "name": "getCallList", - "description": "Get a list of incoming and outgoing calls", + "name": "exists", + "description": "determine if a key exists", "isHidden": false }, { - "name": "modifyLiveCall", - "description": "Modify a live call", + "name": "expire", + "description": "set a key's time to live in seconds", "isHidden": false }, { - "name": "getTranscription", - "description": "Get recorded transcriptions by Transcription SID", + "name": "expireAt", + "description": "set the expiration for an existing key as a UNIX timestamp", "isHidden": false }, { - "name": "getTranscriptionList", - "description": "Get a list of recorded transcriptions", + "name": "keys", + "description": "find all keys matching the given pattern", "isHidden": false }, { - "name": "getRecording", - "description": "Get a recording", + "name": "randomKey", + "description": "return a random key from the keyspace", "isHidden": false }, { - "name": "getRecordingList", - "description": "Get a list of recordings", + "name": "rename", + "description": "rename a key", "isHidden": false }, { - "name": "deleteRecording", - "description": "Delete a recording", + "name": "renamenX", + "description": "rename a key, only if the new key does not exist", "isHidden": false }, { - "name": "sendSms", - "description": "Send SMS", + "name": "ttl", + "description": "get the time to live for a key", "isHidden": false }, { - "name": "getSms", - "description": "Returns Incoming and Outgoing SMS by Message Sid", + "name": "type", + "description": "determine the type stored at key", "isHidden": false }, { - "name": "getSmsList", - "description": "Returns a list of Incoming and Outgoing SMS Records", + "name": "blPop", + "description": "remove and get the first element in a list or block until one is available", "isHidden": false }, { - "name": "getShortCode", - "description": "Returns the details of a Short Code associated with your account", + "name": "brPop", + "description": "remove an get the element in a list or block one is available", "isHidden": false }, { - "name": "updateShortCodeProperties", - "description": "Updates the short code's properties", + "name": "lInsert", + "description": "insert an element before or after another element in a list", "isHidden": false }, { - "name": "getShortCodeList", - "description": "Returns the short codes list associated to an account", + "name": "lLen", + "description": "get a length of a list", "isHidden": false }, { - "name": "getQueue", - "description": "Retrieve a call queue as represented by an SID", + "name": "lPop", + "description": "remove and get the first element in a list", "isHidden": false }, { - "name": "updateQueue", - "description": "Retrieve a call queue as represented by an SID and update its parameters", + "name": "lPush", + "description": "prepend one or multiple values to a list", "isHidden": false }, { - "name": "getQueueList", - "description": "Retrieve the list of queues from the specified account", + "name": "lPushX", + "description": "prepend a value of an element in a list by its index", "isHidden": false }, { - "name": "createQueue", - "description": "Create a new queue instance and add it to the current account's list of queues", + "name": "lRange", + "description": "get a range of elements from a list", "isHidden": false }, { - "name": "getMember", - "description": "Retrieve a member instance from a queue", + "name": "lRem", + "description": "remove element from a list", "isHidden": false }, { - "name": "dequeueMember", - "description": "Dequeue a member instance from a queue", + "name": "lSet", + "description": "set the value of an element in a list by it's index", "isHidden": false }, { - "name": "getMemberList", - "description": "Retrieve a list of member instance from a queue", + "name": "lTrim", + "description": "trim a list to the specified range", "isHidden": false }, { - "name": "getAvailableLocalNumbers", - "description": "Get available local numbers", + "name": "rPopLPush", + "description": "remove the list element in a list, prepend it to another list and return it", "isHidden": false }, { - "name": "getAvailableTollFreeNumbers", - "description": "Get available toll-free numbers", + "name": "rPush", + "description": "append one or more multiple values to a list", "isHidden": false }, { - "name": "getIncomingPhoneNumber", - "description": "Get Incoming Phone number allocated to the Account by its Sid", + "name": "rPushX", + "description": "append a value to a list, only if the list exists", "isHidden": false }, { - "name": "getIncomingPhoneNumberList", - "description": "Get Incoming Phone numbers list allocated to the Account", + "name": "flushAll", + "description": "delete all the keys of all the existing databases", "isHidden": false }, { - "name": "removeIncomingPhoneNumber", - "description": "Remove an Incoming Phone number allocated to the Account", + "name": "flushDB", + "description": "delete all the keys of the currently selected database", "isHidden": false }, { - "name": "updateIncomingPhoneNumber", - "description": "Updates the Incoming Phone number", + "name": "sadd", + "description": "add one or more members to a set", "isHidden": false }, { - "name": "purchasePhoneNumber", - "description": "Purchases a Phone number", + "name": "sDiffStore", + "description": "subtract multiple sets and store the resulting set in a key", "isHidden": false }, { - "name": "getOutgoingPhoneNumber", - "description": "get outgoing phone number", + "name": "sInter", + "description": "intersect multiple sets", "isHidden": false }, { - "name": "getOutgoingPhoneNumberList", - "description": "get outgoing phone number list", + "name": "sInterStore", + "description": "intersect multiple sets and store the resulting set in a key", "isHidden": false }, { - "name": "addOutgoingPhoneNumber", - "description": "add outgoing phone number", + "name": "sIsMember", + "description": "determine if a given value is a member of a set", "isHidden": false }, { - "name": "updateOutgoingPhoneNumber", - "description": "update outgoing phone number", + "name": "sMembers", + "description": "get the all members in a set", "isHidden": false }, { - "name": "removeOutgoingPhoneNumber", - "description": "remove outgoing phone number", + "name": "sMove", + "description": "move a member from one set to another", "isHidden": false }, { - "name": "getUsageRecordList", - "description": "Get usage record list", + "name": "sPop", + "description": "remove and return one or multiple random members from a set", "isHidden": false }, { - "name": "getUsageTriggerList", - "description": "Get usage trigger list", + "name": "sRandMember", + "description": "get one or multiple random members from a set", "isHidden": false }, { - "name": "getUsageTrigger", - "description": "Get usage trigger", + "name": "sRem", + "description": "remove one or more members from a set", "isHidden": false }, { - "name": "updateUsageTrigger", - "description": "Update usage trigger", + "name": "sUnion", + "description": "add multiple sets", "isHidden": false }, { - "name": "removeUsageTrigger", - "description": "Remove usage trigger", + "name": "sUnionStore", + "description": "add multiple sets and store the resulting set in a key", "isHidden": false }, { - "name": "addUsageTrigger", - "description": "Add usage trigger", + "name": "zadd", + "description": "add one or more members to a sorted set or update its score if it already exist", "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/twilio-connector-1.1.0.zip", - "description": "Twilio Cloud Connector", - "icon": "twilio.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/twilio.gif" - }, - { - "name": "twilioRest", - "version": "1.0.1", - "rank": 176, - "operations": [ + }, { - "name": "init", - "description": "Configure the twilio connector.", + "name": "zCount", + "description": "count the members in a sorted set with scores within the given values", "isHidden": false }, { - "name": "createSubAccount", - "description": "Creates a sub account under the pre configured main account", + "name": "zIncrBy", + "description": "increment the score of a member in a sorted set", "isHidden": false }, { - "name": "getAccount", - "description": "Get the details associated with the account", + "name": "zInterStore", + "description": "intersect multiple sorted sets and store the resulting stored set in a new key", "isHidden": false }, { - "name": "getAccountsList", - "description": "Get the details of all accounts associated with the configured account with the given list filters", + "name": "zRange", + "description": "return a range of members in a sorted set by index", "isHidden": false }, { - "name": "updateAccount", - "description": "Updates the account (Status can be only changed in sub accounts)", + "name": "zRangeByScore", + "description": "return a range of members in a sorted set by score with scores ordered from high to low", "isHidden": false }, { - "name": "sendSms", - "description": "send Sms", + "name": "zRank", + "description": "determine the index of a member in a sorted set", "isHidden": false }, { - "name": "getSms", - "description": "Returns Incoming and Outgoing SMS by Message Sid", + "name": "zRem", + "description": "remove one or more members from a sorted set", "isHidden": false }, { - "name": "getSmsList", - "description": "Returns a list of Incoming and Outgoing SMS Records", + "name": "zRemRangeByRank", + "description": "remove all members in a sorted set within the given indexes", "isHidden": false }, { - "name": "getNewCall", - "description": "Make A Call", + "name": "zRemRangeByScore", + "description": "remove all members in a sorted set within the given scores", "isHidden": false }, { - "name": "getCall", - "description": "Get details of a single Incoming or Outgoing Call", + "name": "zRevRange", + "description": "return a range of members in a sorted set by index with scores ordered from high to low", "isHidden": false }, { - "name": "getCallList", - "description": "Get a list of incoming and outgoing calls", + "name": "zRevRangeByScore", + "description": "return a range of members in a sorted set by score with score ordered form high to low", "isHidden": false }, { - "name": "modifyLiveCall", - "description": "Modify a live call", + "name": "zRevRank", + "description": "determine the index of a member in a sorted set with scores ordered from high to low", "isHidden": false }, { - "name": "getTranscription", - "description": "Get recorded transcriptions by Transcription SID", + "name": "zScore", + "description": "get the score associated with the given member in a sorted set", "isHidden": false }, { - "name": "getTranscriptionList", - "description": "Get a list of recorded transcriptions", + "name": "zUnionStore", + "description": "add multiple stored sets and store the resulting stored set in a new key", "isHidden": false }, { - "name": "getRecording", - "description": "Get a recording", + "name": "append", + "description": "append a value to a key", "isHidden": false }, { - "name": "getRecordingList", - "description": "Get a list of recordings", + "name": "decrBy", + "description": "decrement the integer value of key by the given number", "isHidden": false }, { - "name": "deleteRecording", - "description": "Delete a recording", + "name": "get", + "description": "get the value of a key", "isHidden": false }, { - "name": "addOutgoingPhoneNumber", - "description": "add outgoing phone number", + "name": "getObjectIdleTime", + "description": "get the OBJECT IDLE TIME", "isHidden": false }, { - "name": "getOutgoingPhoneNumberList", - "description": "get outgoing phone number list", + "name": "getRange", + "description": "get the sub string of the key", "isHidden": false }, { - "name": "getOutgoingPhoneNumber", - "description": "get outgoing phone number", + "name": "getSet", + "description": "set the string value of a key and return its old value", "isHidden": false }, { - "name": "updateOutgoingPhoneNumber", - "description": "update outgoing phone number", + "name": "incrBy", + "description": "increment the integer value of a key by the given amount", "isHidden": false }, { - "name": "removeOutgoingPhoneNumber", - "description": "remove outgoing phone number", + "name": "mGet", + "description": "get the values of all given keys", "isHidden": false }, { - "name": "getAvailableLocalNumbers", - "description": "Get available local numbers", + "name": "mSet", + "description": "set multiple keys to multiple values", "isHidden": false }, { - "name": "getAvailableTollFreeNumbers", - "description": "Get available toll-free numbers", + "name": "mSetnX", + "description": "set multiple keys to multiple values, only if none of the key exist", "isHidden": false }, { - "name": "getIncomingPhoneNumber", - "description": "Get Incoming Phone number allocated to the Account by its Sid", + "name": "set", + "description": "set the string value of a key", "isHidden": false }, { - "name": "getIncomingPhoneNumberList", - "description": "Get Incoming Phone numbers list allocated to the Account", + "name": "setBit", + "description": "sets of clears the bit at offset in the string value stored at key", "isHidden": false }, { - "name": "removeIncomingPhoneNumber", - "description": "Remove an Incoming Phone number allocated to the Account", + "name": "setnX", + "description": "set the value of a key, only if the key does not exist", "isHidden": false }, { - "name": "updateIncomingPhoneNumber", - "description": "Updates the Incoming Phone number", + "name": "setRange", + "description": "overwrite part of a string at key stating at the specified offset", "isHidden": false }, { - "name": "purchasePhoneNumber", - "description": "Purchases a Phone number", + "name": "strLen", + "description": "get the length of the value stored in a key", "isHidden": false } ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/twilioRest-connector-1.0.1.zip", - "description": "wso2 twiliorest connector library", - "icon": "twiliorest.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/twiliorest.gif" + "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/3.0.0/redis-connector-3.1.0.zip", + "description": "wso2 Redis connector library", + "icon": "redis.gif", + "icon_url": "https://mi-connectors.wso2.com/icons/redis.gif" }, { - "name": "twitter", - "version": "3.0.0", - "rank": 29, + "name": "salesforce", + "version": "2.1.1", + "rank": 15, "operations": [ { "name": "init", - "description": "Common method having the configurations applicable to all the methods in the connector.", - "isHidden": false - }, - { - "name": "callWithRetry", - "description": "Templating the API call with retry option.", + "description": "Login synapse library", "isHidden": true }, { - "name": "callOptions", - "description": "Templating the http call types GET, POST, PUT and DELETE.", - "isHidden": true + "name": "logout", + "description": "Logout synapse library", + "isHidden": false }, { - "name": "getAccessToken", - "description": "Get an access token by calling the Twitter refresh token endpoint.", - "isHidden": true + "name": "query", + "description": "Query (SQL) synapse library", + "isHidden": false }, { - "name": "addDirectMessage", - "description": "Creates a Direct Message on behalf of an authenticated user, and adds it to the specified conversation.", + "name": "queryAll", + "description": "Query all (SQL) synapse library", "isHidden": false }, { - "name": "getDirectMessages", - "description": "Returns a list of Direct Messages for the authenticated user, both sent and received. Direct Message events are returned in reverse chronological order. Supports retrieving events from the previous 30 days.", + "name": "queryMore", + "description": "Query more synapse library", "isHidden": false }, { - "name": "sendNewDirectMessage", - "description": "Sends a new direct message to the specified user from the authenticating user.", + "name": "create", + "description": "Insert sObject(s) synapse library", "isHidden": false }, { - "name": "createList", - "description": "Creates a new list for the authenticated user.", + "name": "update", + "description": "Update or update sObject(s) synapse library", "isHidden": false }, { - "name": "deleteList", - "description": "Deletes a list for the authenticated user.", + "name": "upsert", + "description": "Insert or update sObject(s) synapse library", "isHidden": false }, { - "name": "getFollowingLists", - "description": "Retrieves all lists the authenticating or specified user is following, including their own.", + "name": "delete", + "description": "Delete sObject(s) synapse library", "isHidden": false }, { - "name": "getListById", - "description": "Retrieves information about a single Tweet specified by the requested ID.", + "name": "search", + "description": "Search using SOSL synapse library", "isHidden": false }, { - "name": "getListsMemberships", - "description": "Retrieves all Lists a specified user is a member of.", + "name": "emptyRecycleBin", + "description": "Empty RecycleBin synapse library", "isHidden": false }, { - "name": "updateList", - "description": "Updates an existing list for the authenticated user.", + "name": "undelete", + "description": "Restore sObject(s) synapse library", "isHidden": false }, { - "name": "blockUser", - "description": "Blocks a specified user.", + "name": "describeSObject", + "description": "Describe SObject synapse library", "isHidden": false }, { - "name": "followUser", - "description": "Follows a specified user.", + "name": "describeSObjects", + "description": "Describe SObjects synapse library", "isHidden": false }, { - "name": "getBlockedUsers", - "description": "Retrieves a list of users who are blocked by the specified user ID.", + "name": "describeGlobal", + "description": "Describe global synapse library", "isHidden": false }, { - "name": "getFollowers", - "description": "Retrieves a list of users who are followers of the specified user ID.", + "name": "setPassword", + "description": "Set password synapse library", "isHidden": false }, { - "name": "getFollowingUsers", - "description": "Retrieves a list of users who are followed by the specified user ID.", + "name": "sendEmailMessage", + "description": "Send email message synapse library", "isHidden": false }, { - "name": "getMe", - "description": "Retrieves information about the authorized user.", + "name": "sendEmail", + "description": "Send email synapse library", "isHidden": false }, { - "name": "getMutedUsers", - "description": "Retrieves a list of users who are muted by the specified user ID.", + "name": "retrieve", + "description": "Retrieve synapse library", "isHidden": false }, { - "name": "getUserById", - "description": "Retrieves information about a single user specified by the requested ID.", + "name": "resetPassword", + "description": "Reset Password synapse library", "isHidden": false }, { - "name": "getUserByUsername", - "description": "Retrieves information about a single user specified by the requested username.", + "name": "getUserInfo", + "description": "Get User Information synapse library", "isHidden": false }, { - "name": "getUsersLookup", - "description": "Retrieves information about one or more users specified by the requested IDs.", + "name": "getDeleted", + "description": "Get Deleted Records synapse library", "isHidden": false }, { - "name": "muteUser", - "description": "Mutes a specified user.", + "name": "getUpdated", + "description": "Get Updated Records synapse library", "isHidden": false }, { - "name": "unblockUser", - "description": "Unblocks a specified user.", + "name": "getServerTimestamp", + "description": "Get Server Timestamp synapse library", "isHidden": false }, { - "name": "unfollowUser", - "description": "Unfollows a specified user.", + "name": "findDuplicates", + "description": "Find duplicates for a set of sObjects synapse library", "isHidden": false }, { - "name": "unmuteUser", - "description": "Unmutes a specified user.", + "name": "findDuplicatesByIds", + "description": "Find duplicates for a set of sObjects using record ids synapse library", "isHidden": false }, { - "name": "createRetweet", - "description": "Retweets a Tweet.", + "name": "merge", + "description": "Merge and update a set of sObjects based on object id synapse library", "isHidden": false }, { - "name": "createTweet", - "description": "Create a Tweet.", + "name": "convertLead", + "description": "Convert a set of leads synapse library", "isHidden": false + } + ], + "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/2.0.0/salesforce-connector-2.1.1.zip", + "description": "synapse library for Salesforce connector", + "icon": "salesforce.png", + "icon_url": "https://mi-connectors.wso2.com/icons/salesforce.png" + }, + { + "name": "salesforce_bulkapi_v2", + "version": "2.1.0", + "rank": 9, + "operations": [ + { + "name": "init", + "description": "Init operation", + "isHidden": true }, { - "name": "deleteTweet", - "description": "Delete a Tweet when given the Tweet ID.", - "isHidden": false + "name": "callBulkApi", + "description": "Call Salesforce Bulk API endpoints", + "isHidden": true }, { - "name": "getLikedTweetsList", - "description": "Retrieves a list of liked Tweets of the specified user ID.", - "isHidden": false + "name": "callUsingOauth", + "description": "Call endpoint using OAUTH credentials", + "isHidden": true }, { - "name": "searchTweets", - "description": "Retrieves a collection of tweets that meet the specified search criteria.", - "isHidden": false + "name": "callUsingAccessToken", + "description": "Call endpoint using OAUTH access token", + "isHidden": true }, { - "name": "getTweetById", - "description": "Retrieves information about a single Tweet specified by the requested ID.", + "name": "createJob", + "description": "A operation to create a job in Salesforce using bulk api 2.0", "isHidden": false }, { - "name": "getTweetsLookup", - "description": "Retrieves information about one or more Tweets specified by the requested IDs.", + "name": "uploadJobData", + "description": "An operation to upload data to a job in Salesforce using bulk api 2.0", "isHidden": false }, { - "name": "getUserHomeTimeline", - "description": "Retrieves a collection of most recent Tweets and Retweets posted by you and users you follow. This endpoint can return every Tweet created on a timeline over the last 7 days as well as the most recent 800 regardless of creation date.", + "name": "closeJob", + "description": "An operation to close a job in Salesforce using bulk api 2.0", "isHidden": false }, { - "name": "getUserMentionsTimeline", - "description": "Retrieves Tweets mentioning a single user specified by the requested user ID. By default, the most recent ten Tweets are returned per request. Using pagination, up to the most recent 800 Tweets can be retrieved.", + "name": "abortJob", + "description": "An operation to abort a job in Salesforce using bulk api 2.0", "isHidden": false }, { - "name": "getUserTweetsTimeline", - "description": "Retrieves Tweets composed by a single user, specified by the requested user ID. By default, the most recent ten Tweets are returned per request. Using pagination, the most recent 3,200 Tweets can be retrieved.", + "name": "getAllJobInfo", + "description": "An operation to get all job info in Salesforce using bulk api 2.0", "isHidden": false }, { - "name": "likeTweet", - "description": "Allows a user to like a Tweet.", + "name": "getJobInfo", + "description": "An operation to get job info in Salesforce using bulk api 2.0", "isHidden": false }, { - "name": "unlikeTweet", - "description": "Allows a user to unlike a Tweet that was previously liked.", + "name": "deleteJob", + "description": "An operation to delete a job in Salesforce using bulk api 2.0", "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/3.0.0/twitter-connector-3.0.0.zip", - "description": "synapse library for Twitter connector", - "icon": "twitter.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/twitter.gif" - }, - { - "name": "utility", - "version": "1.0.1", - "rank": 12, - "operations": [ + }, { - "name": "date.GetDate", - "description": "Wso2 connector method", + "name": "getSuccessfulResults", + "description": "An operation to get successful results of a job in Salesforce using bulk api 2.0", "isHidden": false }, { - "name": "math.GetRandomInt", - "description": "Wso2 connector method", + "name": "getUnprocessedResults", + "description": "An operation to get unprocessed results of a job in Salesforce using bulk api 2.0", "isHidden": false }, { - "name": "string.LowerCase", - "description": "Wso2 connector method", + "name": "getFailedResults", + "description": "An operation to get failed results of a job in Salesforce using bulk api 2.0", "isHidden": false }, { - "name": "string.UpperCase", - "description": "Wso2 connector method", + "name": "abortQueryJob", + "description": "An operation to abort a running query job in Salesforce using bulk api 2.0", "isHidden": false }, { - "name": "string.Length", - "description": "Wso2 connector method", + "name": "createQueryJob", + "description": "An operation to create a new query job in Salesforce using bulk api 2.0", "isHidden": false }, { - "name": "string.UUID", - "description": "Wso2 connector method", + "name": "deleteQueryJob", + "description": "An operation to delete a query job in Salesforce using bulk api 2.0", "isHidden": false }, { - "name": "string.RegexMatcher", - "description": "Wso2 connector method", + "name": "getQueryJobInfo", + "description": "An operation to get information about a query job in Salesforce using bulk api 2.0", "isHidden": false }, { - "name": "signature.Generate", - "description": "Wso2 connector method", + "name": "getQueryJobResults", + "description": "An operation to get the results of a query job in Salesforce using bulk api 2.0", "isHidden": false }, { - "name": "signature.Verify", - "description": "Wso2 connector method", + "name": "getAllQueryJobInfo", + "description": "An operation to get the information of all the query jobs in Salesforce using bulk api 2.0", "isHidden": false } ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/utility-connector-1.0.1.zip", - "description": "WSO2 Utility Connector", - "icon": "utilitymodule.png", - "icon_url": "https://mi-connectors.wso2.com/icons/utilitymodule.png" + "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/2.0.0/salesforce_bulkapi_v2-connector-2.1.0.zip", + "description": "WSO2 salesforce-bulkapi-v2 connector library", + "icon": "salesforcebulkapiv2.png", + "icon_url": "https://mi-connectors.wso2.com/icons/salesforcebulkapiv2.png" }, { - "name": "vend", - "version": "1.0.1", - "rank": 177, + "name": "salesforcebulk", + "version": "1.0.7", + "rank": 21, "operations": [ { - "name": "createProduct", - "description": "Create a new product in Vend account using the provided Parameters.", + "name": "init", + "description": "Config operation.", "isHidden": false }, { - "name": "getProduct", - "description": "Retrieve details of a product identified by the provided product ID.", + "name": "callWithRetry", + "description": "Templating the retry call", "isHidden": false }, { - "name": "updateProduct", - "description": "Update details of the product identified by the provided product ID.", + "name": "callOptions", + "description": "Templating the http call types GET, POST, etc.", "isHidden": false }, { - "name": "listProducts", - "description": "Retrieve a list of products from Vend account.", + "name": "createJob", + "description": "Create a new job.", "isHidden": false }, { - "name": "createConsignmentProduct", - "description": "Create a new consignment product inside a consignment.", + "name": "updateJob", + "description": "Update an existing job.", "isHidden": false }, { - "name": "listConsignmentProducts", - "description": "Retrieve a list of consignment products belonging to a consignment identified by the provided consignment ID.", + "name": "getJob", + "description": "Get all details for an existing job.", "isHidden": false }, { - "name": "createConsignment", - "description": "Create a new consignment in Vend account using the provided Parameters.", + "name": "addBatch", + "description": "Add a new batch to a job.", "isHidden": false }, { - "name": "updateConsignment", - "description": "Update details of the consignment identified by the provided consignment ID.", + "name": "getBatchStatus", + "description": "Check the status of an individual batch.", "isHidden": false }, { - "name": "listConsignments", - "description": "Retrieve a list of consignments of a retailer.", + "name": "getBatchResults", + "description": "Get results of an existing.", "isHidden": false }, { - "name": "createSupplier", - "description": "Create a new supplier in Vend account using the provided Parameters.", + "name": "getBatchRequest", + "description": "Get an existing batch request.", "isHidden": false }, { - "name": "getSupplier", - "description": "Retrieve details of a supplier identified by the provided supplier ID.", + "name": "listBatches", + "description": "Get information about all batches in a job.", "isHidden": false }, { - "name": "listSuppliers", - "description": "Retrieve a list of suppliers from Vend account.", + "name": "getBulkQueryResults", + "description": "Get the results of the query.", "isHidden": false }, { - "name": "listPaymentTypes", - "description": "Retrieve a list of payment types from Vend account.", + "name": "createJobToUploadBatchFile", + "description": "Create a job for batches containing Attachment records.", "isHidden": false }, { - "name": "listOutlets", - "description": "Retrieve a list of outlets from Vend account.", + "name": "uploadBatchFile", + "description": "Create a batch of Attachment records.", "isHidden": false - }, + } + ], + "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/salesforcebulk-connector-1.1.0.zip", + "description": "WSO2 ESB Connector Library for SalesforceBulk API.", + "icon": "salesforcebulk.png", + "icon_url": "https://mi-connectors.wso2.com/icons/salesforcebulk.png" + }, + { + "name": "salesforcerest", + "version": "2.0.0", + "rank": 13, + "operations": [ { "name": "init", - "description": "Common method having the configurations applicable to all the business methods in the Connector.", - "isHidden": false + "description": "Initial configuration file for salesforce rest connector", + "isHidden": true }, { - "name": "getAccessTokenFromRefreshToken", - "description": "Get a new access token by negotiating the refresh token along with client_secret and client_id.", + "name": "callWithRetry", + "description": "Templating the retry call", + "isHidden": true + }, + { + "name": "callOptions", + "description": "Templating the http call types GET, POST, etc.", + "isHidden": true + }, + { + "name": "describeGlobal", + "description": "Lists the available objects and their metadata for your organization\u2019s data", "isHidden": false }, { - "name": "getAccessTokenFromAuthorizationCode", - "description": "Get a new access token by negotiating the authorization code along with client_secret and client_id.", + "name": "describeSObject", + "description": "Completely describes the individual metadata at all levels for the specified object", "isHidden": false }, { - "name": "createRegisterSale", - "description": "Create a new registerSale in Vend account using the provided Parameters.", + "name": "listResourcesByApiVersion", + "description": "Lists available resources for the specified API version", "isHidden": false }, { - "name": "getRegisterSale", - "description": "Retrieve details of a register sale identified by the provided register sale ID.", + "name": "sObjectBasicInfo", + "description": "Describes the individual metadata for the specified object", "isHidden": false }, { - "name": "listRegisterSales", - "description": "Retrieve a list of register sales from Vend account.", + "name": "sObjectRows", + "description": "Accesses records based on the specified object ID", "isHidden": false }, { - "name": "createCustomer", - "description": "Create a new customer in Vend account using the provided Parameters.", + "name": "listAvailableApiVersion", + "description": "List summary information about each REST API version currently available.", "isHidden": false }, { - "name": "updateCustomer", - "description": "Update details of the customer identified by the provided customer ID.", + "name": "sObjectPlatformAction", + "description": "PlatformAction is a virtual read-only object that enables you to query for actions\u2014such as standard and custom buttons, quick actions, and productivity actions\u2014that should be displayed in a UI, given a user, a context, device format, and a record ID.", "isHidden": false }, { - "name": "listCustomers", - "description": "Retrieve a list of customers from Vend account.", + "name": "listOrganizationLimits", + "description": "List the organization limits", "isHidden": false }, { - "name": "listRegisters", - "description": "Retrieve a list of registers from Vend account.", + "name": "sObjectRowsByExternalId", + "description": "SObject Rows by External ID resource to retrieve records with a specific external ID", "isHidden": false }, { - "name": "openRegister", - "description": "Open a sales register in Vend for transactions.", + "name": "returnHeadersOfSObjectRowsByExternalId", + "description": "Return headers that are returned by sending a GET request to the sObject Rows by External ID resource.", "isHidden": false }, { - "name": "closeRegister", - "description": "Close a sales register in Vend after transactions.", + "name": "viewRelevantItems", + "description": "Retrieves the current user\u2019s most relevant items that include up to 50 of the most recently viewed or updated records for each object in the user\u2019s global search scope.", "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/vend-connector-1.0.1.zip", - "description": "WSO2 ESB Connector Library for Vend API.", - "icon": "vend.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/vend.gif" - }, - { - "name": "verticalresponse", - "version": "1.0.1", - "rank": 178, - "operations": [ + }, { - "name": "init", - "description": "Config operation.", + "name": "create", + "description": "Insert sObject(s) synapse library", "isHidden": false }, { - "name": "createContact", - "description": "Create a contact.", + "name": "delete", + "description": "Delete sObject(s) synapse library", "isHidden": false }, { - "name": "getContact", - "description": "Get a contact.", + "name": "getDeleted", + "description": "Retrieves the list of individual records that have been deleted within the given timespan for the specified object.", "isHidden": false }, { - "name": "getContactMemberList", - "description": "This API returns all lists the given contact is a member of.", + "name": "getUpdated", + "description": "Retrieves the list of individual records that have been updated within the given timespan for the specified object.", "isHidden": false }, { - "name": "listContacts", - "description": "API provide contact within a specific list.", + "name": "update", + "description": "Update or update sObject(s) synapse library", "isHidden": false }, { - "name": "updateContact", - "description": "Update details of a contact.", + "name": "recentlyViewedItem", + "description": "Gets the most recently accessed items that were viewed or referenced by the current user", "isHidden": false }, { - "name": "sendEmail", - "description": "Send an email.", + "name": "retrieveFieldValues", + "description": "Retrieve specific field values from a record", "isHidden": false }, { - "name": "addContactToList", - "description": "Adds a contact to list.", + "name": "createMultipleRecords", + "description": "Insert multiple sObject(s)", "isHidden": false }, { - "name": "createList", - "description": "Create a list.", + "name": "createNestedRecords", + "description": "Insert nested sObject(s)", "isHidden": false }, { - "name": "getList", - "description": "Get a list.", + "name": "retrieveFieldValuesFromExternalObject", + "description": "Retrieve specific field values from an External Object", "isHidden": false }, { - "name": "removeContactFromList", - "description": "Remove contact from a list.", + "name": "retrieveStandardFieldValuesFromExternalObjectWithExternalId", + "description": "Retrieve specific Standard field values from an External Object using External Id", "isHidden": false }, { - "name": "updateList", - "description": "Updates a list.", + "name": "upsert", + "description": "Updating a record or Insert a new Record if there is no record associate with the Id using External ID.", "isHidden": false - } - ], - "download_url": "http://dist.wso2.org/downloads/esb-connectors/1.0.0/verticalresponse-connector-1.0.1.zip", - "description": "verticalResponse connector library", - "icon": "verticalresponse.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/verticalresponse.gif" - }, - { - "name": "viber", - "version": "1.0.0", - "rank": 179, - "operations": [ + }, { - "name": "init", - "description": "Init operation", + "name": "createUsingExternalId", + "description": "Creating a new record based on the field values included in the request body. This resource does not require the use of an external ID field.", "isHidden": false }, { - "name": "getUserDetails", - "description": "Get users details", + "name": "deleteUsingExternalId", + "description": "Deleting a record based on the value of the specified external ID field.", + "isHidden": false + }, + { + "name": "createUsingSpecificSObjectQuickAction", + "description": "Creating a record via the specified quick action based on the field values included in the request body", "isHidden": false }, { - "name": "sendTextMessage", - "description": "Send text message", + "name": "getRecordsUsingRelationships", + "description": "Gets a record based on the specified object, record ID, and relationship field", "isHidden": false }, { - "name": "sendPictureMessage", - "description": "Send a picture", + "name": "updateUsingRelationships", + "description": "Updates a parent record based on the specified object, record ID, and relationship field name", "isHidden": false }, { - "name": "sendVideoMessage", - "description": "Send a video", + "name": "deleteUsingRelationships", + "description": "Deletes a parent record based on the specified object, record ID, and relationship field name", "isHidden": false }, { - "name": "sendFileMessage", - "description": "Send a file", + "name": "getObjectRecordCounts", + "description": "Lists information about object record counts in your organization.", "isHidden": false }, { - "name": "sendLocationMessage", - "description": "Send a location", + "name": "createUsingSObjectCollections", + "description": "Creates records using sObject collections. Can add up to 200 records", "isHidden": false }, { - "name": "sendContactMessage", - "description": "Send a contact", + "name": "deleteRecordsUsingSObjectCollections", + "description": "Deletes records using sObject collections. Can delete up to 200 records", "isHidden": false }, { - "name": "sendUrlMessage", - "description": "Send a url", + "name": "getRecordsUsingSObjectCollections", + "description": "Gets one or more records of the same object type using sObject collections.", "isHidden": false }, { - "name": "sendStickerMessage", - "description": "Send a sticker", + "name": "getRecordsWithARequestBodyUsingSObjectCollections", + "description": "Gets one or more records of the same object type using sObject collections with a request body.", "isHidden": false }, { - "name": "sendCarouselContentMessage", - "description": "Send rich_media message", + "name": "updateRecordsUsingSObjectCollections", + "description": "Updates records using sObject collections. Can update up to 200 records.", "isHidden": false }, { - "name": "getAccountInfo", - "description": "Get the details of the account", + "name": "upsertRecordsUsingSObjectCollections", + "description": "Either creates or updates (upsert) up to 200 records based on an external ID field using sObject collections", "isHidden": false }, { - "name": "getOnline", - "description": "Get online details of users", + "name": "createUsingQuickAction", + "description": "Creates a record via a quick action.", "isHidden": false }, { - "name": "broadcastTextMessage", - "description": "Broadcast a text message", + "name": "getUserInformation", + "description": "Get User Information From Salesforce.", "isHidden": false }, { - "name": "broadcastPictureMessage", - "description": "Broadcast a picture message", + "name": "resetPassword", + "description": "Reset Password for Salesforce account for a specific User.", "isHidden": false }, { - "name": "broadcastVideoMessage", - "description": "Broadcast a video message", + "name": "setPassword", + "description": "Set new password for Salesforce account for a specific User.", "isHidden": false }, { - "name": "broadcastFileMessage", - "description": "Broadcast a file", + "name": "getUserPasswordExpirationStatus", + "description": "Gets a user\u2019s password expiration status based on the specified user ID", "isHidden": false }, { - "name": "broadcastContactMessage", - "description": "Broadcast a contact", + "name": "returnHeadersForUserPassword", + "description": "Returns only the headers that are returned by sending a GET request to the sObject User Password resource.", "isHidden": false }, { - "name": "broadcastLocationMessage", - "description": "Broadcast a location", + "name": "getSelfServiceUserPasswordExpirationStatus", + "description": "Retrieves a self-service user\u2019s password expiration status based on the specified user ID.", "isHidden": false }, { - "name": "broadcastUrlMessage", - "description": "Broadcast a url", + "name": "resetSelfServiceUserPassword", + "description": "Reset Password for Salesforce account for a specific self-service.", "isHidden": false }, { - "name": "broadcastStickerMessage", - "description": "Broadcast a sticker", + "name": "returnHeadersForSelfServiceUserPassword", + "description": "Returns only the headers that are returned by sending a GET request to the sObject Self-Service User Password resource.", "isHidden": false }, { - "name": "broadcastCarouselContentMessage", - "description": "Broadcast a rich media message", + "name": "setSelfServiceUserPassword", + "description": "Sets a self-service user\u2019s password based on the specified user ID. The password provided in the request body replaces the user\u2019s existing password.", "isHidden": false }, { - "name": "sendKeyboardText", - "description": "Send a keyboard with text message", + "name": "listApprovals", + "description": "Get the List of Approvals.", "isHidden": false }, { - "name": "sendKeyboardContact", - "description": "Send a keyboard with contact message", + "name": "returnHeadersForApprovals", + "description": "Returns only the headers that are returned by the listApprovals operation.", "isHidden": false }, { - "name": "sendKeyboardFile", - "description": "Send a keyboard with file message", + "name": "submitApproveOrRejectApprovals", + "description": "Submits a particular record if that entity supports an approval process and one has already been defined. Records can be approved and rejected if the current user is an assigned approver.", "isHidden": false }, { - "name": "sendKeyboardLocation", - "description": "Send a keyboard with location message", + "name": "listViews", + "description": "Returns the list of list views for the specified sObject, including the ID and other basic information about each list view", "isHidden": false }, { - "name": "sendKeyboardPicture", - "description": "Send a keyboard with picture message", + "name": "listViewById", + "description": "get basic information for a specific list view by ID", "isHidden": false }, { - "name": "sendKeyboardSticker", - "description": "Send a keyboard with sticker message", + "name": "recentListViews", + "description": "Returns the list of recently used list views for the given sObject type", "isHidden": false }, { - "name": "sendKeyboardUrl", - "description": "Send a keyboard with url message", + "name": "describeListViewById", + "description": "Returns detailed information about a list view, including the ID, the columns, and the SOQL query.", "isHidden": false }, { - "name": "sendKeyboardVideo", - "description": "Send a keyboard with video message", + "name": "listViewResults", + "description": "Executes the SOQL query for the list view and returns the resulting data and presentation information.", "isHidden": false }, { - "name": "sendKeyboardCarouselContent", - "description": "Send a keyboard with rich_media message", + "name": "query", + "description": "Executes the specified SOQL query to retrieve", "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/viber-connector-1.0.0.zip", - "description": "WSO2 Viber Connector Library", - "icon": "viber.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/viber.gif" - }, - { - "name": "wordpress", - "version": "1.0.1", - "rank": 180, - "operations": [ + }, { - "name": "init", - "description": "configure wordpress connector", + "name": "queryPerformanceFeedback", + "description": "Retrieving query performance feedback without executing the query", "isHidden": false }, { - "name": "getBlogUsers", - "description": "get all the user from a particular site", + "name": "listviewQueryPerformanceFeedback", + "description": "Retrieving query performance feedback on a report or list view", "isHidden": false }, { - "name": "getSiteInfo", - "description": "Retrieve Information about a site/domain", + "name": "queryMore", + "description": "Retrieving additional query results if the initial results are too large", "isHidden": false }, { - "name": "createPost", - "description": "create new post", + "name": "queryAll", + "description": "Executes the specified SOQL query to retrieve details with deleted records", "isHidden": false }, { - "name": "editPost", - "description": "edit a existing post", + "name": "queryAllMore", + "description": "For retrieving additional query results if the initial results are too large", "isHidden": false }, { - "name": "deletePost", - "description": "delete a post", + "name": "sObjectAction", + "description": "Return a specific object\u2019s actions as well as global actions", "isHidden": false }, { - "name": "getPostById", - "description": "Return a single Post with post id", + "name": "getSpecificQuickAction", + "description": "Return a specific action for an object", "isHidden": false }, { - "name": "getPostBySlug", - "description": "Return a single Post with post slug", + "name": "quickActions", + "description": "Returns a list of global actions", "isHidden": false }, { - "name": "getPosts", - "description": "Return matching posts", + "name": "getDescribeSpecificAction", + "description": "Return a specific action\u2019s descriptive detail", "isHidden": false }, { - "name": "likePost", - "description": "hit like for a post", + "name": "getDefaultValueOfAction", + "description": "Return a specific action\u2019s default values, including default field values", "isHidden": false }, { - "name": "getLikesForPost", - "description": "get Likes for a post", + "name": "returnHeadersForDescribeSpecificAction", + "description": "Returns only the headers that are returned by the getDescribeSpecificAction operation", "isHidden": false }, { - "name": "createImagePost", - "description": "create post with images", + "name": "returnHeadersForSObjectAction", + "description": "Returns only the headers that are returned by the sObjectAction operation", "isHidden": false }, { - "name": "editImagePost", - "description": "insert images to existing posts", + "name": "returnHeadersForQuickAction", + "description": "Returns only the headers that are returned by the quickActions operation", "isHidden": false }, { - "name": "createComment", - "description": "Create a comment on a post", + "name": "returnHeadersForSpecificQuickAction", + "description": "Returns only the headers that are returned by the getSpecificAction operation", "isHidden": false }, { - "name": "deleteComment", - "description": "Delete a single comment", + "name": "returnHeadersForDefaultValueOfAction", + "description": "Returns only the headers that are returned by the getDefaultValueOfAction operation", "isHidden": false }, { - "name": "editComment", - "description": "Edit a single comment", + "name": "getDefaultValueOfActionById", + "description": "Returns the default values for an action specific to the context_id object", "isHidden": false }, { - "name": "getComments", - "description": "Returns recent comment for a particular post", + "name": "returnHeadersForDefaultValueOfActionById", + "description": "Returns only the headers that are returned by the getDefaultValueOfActionById operation", "isHidden": false }, { - "name": "getRecentComments", - "description": "Returns recent comments", + "name": "search", + "description": "Executes the specified SOSL search", "isHidden": false }, { - "name": "batchRequest", - "description": "Send GET requests for several endpoints and return them as an array", + "name": "searchScopeAndOrder", + "description": "Returns an ordered list of objects in the default global search scope of a logged-in user.", "isHidden": false }, { - "name": "getFollowingBlogPosts", - "description": "Returns the list of posts from the blogs followed by the user", + "name": "searchResultLayout", + "description": "Returns search result layout information for the objects in the query string", "isHidden": false }, { - "name": "subscribeTag", - "description": "Subscribe to a new tag", + "name": "searchSuggestedRecords", + "description": "Returns a list of suggested records whose names match the user\u2019s search string", "isHidden": false }, { - "name": "unsubscribeTag", - "description": "Unsubscribe from a new tag", + "name": "searchSuggestedArticleTitle", + "description": "Returns a list of Salesforce Knowledge articles whose titles match the user\u2019s search query string", "isHidden": false }, { - "name": "insertCategory", - "description": "insert new category", + "name": "searchSuggestedQueries", + "description": "Returns a list of suggested searches based on the user\u2019s query string text matching searches that other users have performed in Salesforce Knowledge", "isHidden": false }, { - "name": "editCategory", - "description": "edit category", + "name": "sObjectLayouts", + "description": "Returns a list of layouts and descriptions, including for actions for a specific object.", "isHidden": false }, { - "name": "insertTag", - "description": "insert new Tag", + "name": "compactLayouts", + "description": "Returns a list of compact layouts for multiple objects.", "isHidden": false }, { - "name": "editTag", - "description": "edit Tag", + "name": "sObjectCompactLayouts", + "description": "Returns a list of compact layouts for a specific object.", "isHidden": false }, { - "name": "getCategories", - "description": "get Categories", + "name": "sObjectNamedLayouts", + "description": "Retrieves information about alternate named layouts for a given object.", "isHidden": false }, { - "name": "getTags", - "description": "get Tags", + "name": "globalSObjectLayouts", + "description": "To return descriptions of global publisher layouts.", "isHidden": false }, { - "name": "deleteCategory", - "description": "delete Category", + "name": "sObjectApprovalLayouts", + "description": "Returns a list of approval layouts for a specified object", "isHidden": false }, { - "name": "deleteTag", - "description": "delete Tag", + "name": "sObjectApprovalLayoutsForSpecifiedApprovalProcess", + "description": "Returns an approval layout for a named approval process on a specified object.", "isHidden": false }, { - "name": "getNotification", - "description": "Get a Notification", + "name": "returnHeadersForSObjectApprovalLayouts", + "description": "Returns only the headers that are returned by the sObjectApprovalLayouts operation", "isHidden": false }, { - "name": "markAsRead", - "description": "Mark a set of Notifications as read", + "name": "returnHeadersForSObjectApprovalLayoutsForSpecifiedApprovalProcess", + "description": "Returns only the headers that are returned by the sObjectApprovalLayoutsForSpecifiedApprovalProcess operation", "isHidden": false }, { - "name": "getSearchTerms", - "description": "View search terms used to find the site", + "name": "returnHeadersForSObjectCompactLayouts", + "description": "Returns only the headers that are returned by the sObjectCompactLayouts operation", "isHidden": false }, { - "name": "getStats", - "description": "Get a site's stats", + "name": "returnHeadersForSObjectLayouts", + "description": "Returns only the headers that are returned by the sObjectLayouts operation", "isHidden": false }, { - "name": "getViewsByCountry", - "description": "View a site's views by country", + "name": "sObjectLayoutsForObjectWithMultipleRecordTypes", + "description": "Retrieves lists of page layouts and their descriptions for objects that have more than one record type defined.", "isHidden": false }, { - "name": "getVisitorsCount", - "description": "View visitor counts for a site", + "name": "returnHeadersForSObjectLayoutsForObjectWithMultipleRecordTypes", + "description": "Returns only the headers that are returned by the sObjectLayoutsForObjectWithMultipleRecordTypes operation", "isHidden": false }, { - "name": "getFollowers", - "description": "getFollowers of a wordpress blog", + "name": "returnHeadersForGlobalSObjectLayouts", + "description": "Returns only the headers that are returned by the globalSObjectLayouts operation", "isHidden": false }, { - "name": "followBlog", - "description": "follow a Blog", + "name": "listItemsInMenu", + "description": "Returns a list of items in either the Salesforce app drop-down menu or the Salesforce1 navigation menu.", "isHidden": false }, { - "name": "unFollowBlog", - "description": "unfollow a Blog", + "name": "tabs", + "description": "Returns a list of all tabs.", "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/wordpress-connector-1.0.1.zip", - "description": "Wordpress REST API connector libraries", - "icon": "wordpress.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/wordpress.gif" - }, - { - "name": "workday", - "version": "1.0.0", - "rank": 181, - "operations": [ + }, { - "name": "init", - "description": "configure workday connector", + "name": "themes", + "description": "Gets the list of icons and colors used by themes in the Salesforce application.", "isHidden": false }, { - "name": "getMaintainedAcademicPeriods", - "description": "get maintained academic periods details", + "name": "listAppMenuTypes", + "description": "Retrieves a list of App Menu types in the Salesforce app dropdown menu.", "isHidden": false }, { - "name": "getAcademicUnits", - "description": "get academic units details", + "name": "listAppMenuItems", + "description": "Retrieves a list of the App Menu items in the Salesforce Lightning dropdown menu.", "isHidden": false }, { - "name": "getAcademicRanks", - "description": "get academic ranks details", + "name": "listAppMenuMobileItems", + "description": "Retrieves a list of the App Menu items in the Salesforce mobile app for Android and iOS and the mobile web navigation menu.", "isHidden": false }, { - "name": "getAcademicUnitHierarchies", - "description": "get academic unit hierarchies details", + "name": "returnHeadersForAppMenuItems", + "description": "Retrieves only the headers that are returned by the listAppMenuItems operation.", "isHidden": false }, { - "name": "getAcademicAppointmentTrackAdditionalData", - "description": "get academic appointment track additional data", + "name": "returnHeadersForAppMenuMobileItems", + "description": "Retrieves only the headers that are returned by the listAppMenuMobileItems operation.", "isHidden": false }, { - "name": "getCompanyInsiderTypes", - "description": "get company insider types details", + "name": "returnHeadersForTabs", + "description": "Retrieves only the headers that are returned by the tabs operation.", "isHidden": false }, { - "name": "getDifficultyToFill", - "description": "get difficulty to fill details", + "name": "getListOfAction", + "description": "Retrieving a list of general action types for the current organization", "isHidden": false }, { - "name": "getDisabilities", - "description": "get disabilities details", + "name": "getSpecificListOfAction", + "description": "Retrieving a list of standard actions for the current organization", "isHidden": false }, { - "name": "getEthnicities", - "description": "get ethnicities details", + "name": "getAttributeOfSpecificAction", + "description": "Retrieving the details of a given attributes of a single standard action.", "isHidden": false }, { - "name": "getFrequencies", - "description": "get frequencies details", + "name": "returnHTTPHeadersForListOfAction", + "description": "Retrieves only the headers that are returned by the getListOfAction operation", "isHidden": false }, { - "name": "getGenderIdentities", - "description": "get gender identities details", + "name": "returnHTTPHeadersForSpecificListOfAction", + "description": "Retrieves only the headers that are returned by the getSpecificListOfAction operation", "isHidden": false }, { - "name": "getJobCategories", - "description": "get job categories details", + "name": "listProcessRules", + "description": "Get the List of Process Rules.", "isHidden": false }, { - "name": "getWorkers", - "description": "get workers details", + "name": "getSpecificProcessRule", + "description": "get the metadata for a specific sObject Process rule", "isHidden": false }, { - "name": "getIntegrationEvents", - "description": "get integration events details", + "name": "getSpecificProcessRuleList", + "description": "Gets all active workflow rules for an sObject.", "isHidden": false }, { - "name": "getIntegrationSystems", - "description": "get integration systems details", + "name": "returnHeadersForProcessRules", + "description": "Returns only the headers that are returned by the listProcessRules operation.", "isHidden": false }, { - "name": "getSequenceGenerators", - "description": "get sequence generators details", + "name": "returnHeadersForSpecificProcessRule", + "description": "Returns only the headers that are returned by the getSpecificProcessRule operation.", "isHidden": false }, { - "name": "getSubscriptions", - "description": "get subscriptions details", + "name": "returnHeadersForSpecificProcessRuleList", + "description": "Returns only the headers that are returned by the getSpecificProcessRuleList operation.", "isHidden": false }, { - "name": "incrementSequenceGenerator", - "description": "increment sequence generator details", + "name": "triggerProcessRules", + "description": "Triggers all active workflow rules. All rules associated with the specified ID are evaluated, regardless of the evaluation criteria. All IDs must be for records on the same object.", "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/workday-connector-1.0.0.zip", - "description": "workday v29.0 connector", - "icon": "workday.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/workday.gif" - }, - { - "name": "wunderlist", - "version": "1.0.1", - "rank": 182, - "operations": [ + }, { - "name": "createNote", - "description": "Create a new note in WunderList account using the provided Parameters.", + "name": "getBlobBodyForAttachmentRecord", + "description": "Retrieving blob body for an Attachment record", "isHidden": false }, { - "name": "updateNote", - "description": "Update details of the note identified by the provided note ID.", + "name": "getBlobBodyForDocumentRecord", + "description": "Retrieving blob body for a Document record", "isHidden": false }, { - "name": "getNote", - "description": "Retrieve details of a note identified by the provided note ID.", + "name": "getBlobDataForSpecificObject", + "description": "Retrieves the specified blob field from an individual record and returns it as binary data", "isHidden": false }, { - "name": "listNotes", - "description": "Retrieve a List of notes from WunderList account.", + "name": "getSObjectRichTextImage", + "description": "Retrieves the specified image data from a specific rich text area field in a given record", "isHidden": false }, { - "name": "getTask", - "description": "Retrieve details of a task identified by the provided task ID.", + "name": "describeEventMonitoring", + "description": "Use the SObject Describe resource to retrieve all metadata for an object, including information about fields, URLs, and child relationships.", "isHidden": false }, { - "name": "listTasks", - "description": "Retrieve a List of tasks from WunderList account.", + "name": "queryEventMonitoringData", + "description": "Use the Query resource to retrieve field values from a record. Specify the fields you want to retrieve in the fields parameter and use the GET method of the resource.", "isHidden": false }, { - "name": "createTask", - "description": "Create a new task in WunderList account using the provided Parameters.", + "name": "getEventMonitoringContentFromRecord", + "description": "Retrieves event monitoring content in binary format.", "isHidden": false }, { - "name": "updateTask", - "description": "Update details of the task identified by the provided task ID.", + "name": "getReport", + "description": "Returns the report for a specific report id.", "isHidden": false }, { - "name": "deleteTask", - "description": "Delete the task identified by the provided task ID from WunderList account.", + "name": "listCompositeResources", + "description": "Retrieves a list of URIs for other composite resources.", "isHidden": false }, { - "name": "createFolder", - "description": "Create a new folder in WunderList account using the provided Parameters.", + "name": "sendMultipleRequestsUsingComposite", + "description": "Executes a series of REST API requests in a single call.", "isHidden": false }, { - "name": "listFolders", - "description": "Retrieve a List of folders from WunderList account.", + "name": "compositeGraph", + "description": "Submit composite graph operations.", "isHidden": false }, { - "name": "getFolder", - "description": "Retrieve details of a folder identified by the provided folder ID.", + "name": "compositeBatch", + "description": "Executes up to 25 subrequests in a single request.", "isHidden": false }, { - "name": "updateFolder", - "description": "Update details of the folder identified by the provided folder ID.", + "name": "createProductSchedules", + "description": "Establishes or reestablishes a product schedule with multiple installments for an opportunity product.", "isHidden": false }, { - "name": "createReminder", - "description": "Create a new reminder in WunderList account using the provided Parameters.", + "name": "deleteProductSchedules", + "description": "Deletes all installments in a revenue or quantity schedule for opportunity products.", "isHidden": false }, { - "name": "updateReminder", - "description": "Update details of the reminder identified by the provided reminder ID.", + "name": "getProductSchedules", + "description": "Retrieves revenue and quantity schedules for opportunity products.", "isHidden": false }, { - "name": "listReminders", - "description": "Retrieve a List of reminders from WunderList account.", + "name": "consentDetailsOnSingleAction", + "description": "Retrieves consent details based on a single action, like email or track, across specific consent management objects when the records have a lookup relationship.", "isHidden": false }, { - "name": "addMember", - "description": "Create and add a new member to WunderList account using the provided Parameters.", + "name": "consentDetailsOnMultipleAction", + "description": "Retrieves consent details based on multiple actions, like email and track, across specific consent management objects when the records have a lookup relationship.", "isHidden": false }, { - "name": "listMembers", - "description": "Retrieve a List of members from WunderList account.", + "name": "embeddedServiceConfig", + "description": "Retrieves the values for your Embedded Service deployment configuration, including the branding colors, font, and site URL", "isHidden": false }, { - "name": "createList", - "description": "Create a new list in WunderList account using the provided Parameters.", + "name": "returnHeadersForEmbeddedServiceConfig", + "description": "Retrieves only the headers that are returned by the embeddedServiceConfig operation.", "isHidden": false }, { - "name": "updateList", - "description": "Update details of the list identified by the provided list ID.", + "name": "listKnowledgeRESTApis", + "description": "Retrieves knowledge support REST APIs that allow both authorized and guest users to retrieve the user\u2019s visible data categories and their associated articles.", "isHidden": false }, { - "name": "getList", - "description": "Retrieve details of a list identified by the provided list ID.", + "name": "listDataCategoryGroups", + "description": "Retrieves data category groups that are visible to the current user.", "isHidden": false }, { - "name": "listLists", - "description": "Retrieve a List of lists from WunderList account.", + "name": "getDataCategoryDetails", + "description": "Retrieves data category details and the child categories by a given category.", "isHidden": false }, { - "name": "init", - "description": "Common Method having the configurations applicable to all the Methods in the Connector.", + "name": "listArticles", + "description": "Retrieves a page of online articles for the given language and category through either search or query.", "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/wunderlist-connector-1.0.1.zip", - "description": "WSO2 ESB Connector Library for WunderList API.", - "icon": "wunderlist.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/wunderlist.gif" - }, - { - "name": "xero", - "version": "1.0.1", - "rank": 183, - "operations": [ + }, { - "name": "init", - "description": "Xero configuration.", + "name": "getArticleDetails", + "description": "Retrieves all online article fields, accessible to the user.", "isHidden": false }, { - "name": "getEmployee", - "description": "Get payroll details of employees.", + "name": "getKnowledgeLanguageSettings", + "description": "Retrieves the existing Knowledge language settings, including the default knowledge language and a list of supported Knowledge language information.", "isHidden": false }, { - "name": "postEmployees", - "description": "Create and update payroll details of employees.", + "name": "platformEventSchemaByEventName", + "description": "Retrieves the definition of a platform event for an event name", "isHidden": false }, { - "name": "getPayItems", - "description": "Retrieve payroll Items in a Xero organisation.", + "name": "platformEventSchemaByEventNameAndSpecifiedPayloadFormat", + "description": "Retrieves the definition of a platform event for an event name in specified payload format", "isHidden": false }, { - "name": "getPayRuns", - "description": "Get details of pay runs.", + "name": "platformEventSchemaBySchemaId", + "description": "Retrieves the definition of a platform event for a schema ID", "isHidden": false }, { - "name": "postPayRuns", - "description": "Create and update pay runs.", + "name": "platformEventSchemaBySchemaIdAndSpecifiedPayloadFormat", + "description": "Retrieves the definition of a platform event for a schema ID in specified payload format", "isHidden": false }, { - "name": "getPaySchedules", - "description": "Get all payShedules.", + "name": "compileDataForPortabilityRequest", + "description": "Aggregates your data subject's personally identifiable information (PII) into one file and sends a response with a URL to download the file, a policy file ID, and information on the objects and fields you selected when creating the policy.", "isHidden": false }, { - "name": "getPayStubs", - "description": "Get paystubs details of the Employee.", + "name": "statusOfPortabilityRequest", + "description": "Retrieves the status of the request done by compileDataForPortabilityRequest operation.", "isHidden": false }, { - "name": "postPayStubs", - "description": "Used to add update or delete one or more paystub line items.", + "name": "addOrChangeTranslationOfSurveyField", + "description": "Add or change the translated value of the survey field if a survey field can be translated or is already translated into a particular language.", "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/xero-connector-1.0.1.zip", - "description": "wso2 connector library for Xero", - "icon": "xero.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/xero.gif" - }, - { - "name": "yammer", - "version": "1.0.1", - "rank": 184, - "operations": [ + }, { - "name": "init", - "description": "configure yammer connector", + "name": "addOrUpdateTranslatedValueOfMultipleSurveyFieldsInOneOrMoreLanguages", + "description": "If one or more survey fields can be translated or are already translated, adds or updates the translated values of the survey fields in the languages into which survey fields can be translated.", "isHidden": false }, { - "name": "getAutocomplete", - "description": "The autocomplete feature is useful for giving suggestions to users when they begin to type something that looks like the name of a group, user or topic.", + "name": "deleteTheTranslatedValueOfSurveyField", + "description": "Deletes the translated value of the survey field after a survey field is translated into a particular language.", "isHidden": false }, { - "name": "joinGroup", - "description": "Join the group specified by the numeric string ID.", + "name": "deleteTranslatedValueOfMultipleSurveyFieldsInOneOrMoreLanguages", + "description": "Delete the translated values of multiple survey fields after survey fields are translated into one or more languages.", "isHidden": false }, { - "name": "leaveGroup", - "description": "Leave a group", + "name": "getTranslatedValueOfSurveyField", + "description": "Retrieves the translated value of the survey field after a survey field is translated into a particular language.", "isHidden": false }, { - "name": "sendInvitation", - "description": "Sends an email invitation to a user who has not yet joined the current user\u2019s yammer network", + "name": "getTranslatedValuesOfMultipleSurveyFieldsInOneOrMoreLanguages", + "description": "Retrieves the translated values of multiple survey fields in the translated languages after survey fields are translated into one or more languages.", "isHidden": false }, { - "name": "getFollowing", - "description": "The (Following) feed which is conversations involving people, groups and topics that the user is following", + "name": "listSchedulerRESTResourcesAndURIs", + "description": "Retrieves a list of available Salesforce Scheduler REST resources and corresponding URIs.", "isHidden": false }, { - "name": "getMessages", - "description": "Retrieve all messages", + "name": "listAppointmentSlots", + "description": "Retrieves a list of available appointment time slots for a resource based on given work type group or work type and service territories.", "isHidden": false }, { - "name": "deleteMessage", - "description": "Delete a specific message", + "name": "listAppointmentCandidates", + "description": "Retrieves a list of service resources (appointment candidates) based on work type group or work type and service territories.", "isHidden": false - }, + } + ], + "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/2.0.0/salesforcerest-connector-2.0.0.zip", + "description": "wso2 connector for Salesforce REST API", + "icon": "salesforcerest.png", + "icon_url": "https://mi-connectors.wso2.com/icons/salesforcerest.png" + }, + { + "name": "servicenow", + "version": "1.0.2", + "rank": 154, + "operations": [ { - "name": "getAlgorithmicFeed", - "description": "The algorithmic feed for the user that corresponds to Top conversations", + "name": "init", + "description": "Service-Now configuration.", "isHidden": false }, { - "name": "getMyFeed", - "description": "The user\u2019s feed, based on the selection they have made", + "name": "getRecords", + "description": "Retrieves set of records from table.", "isHidden": false }, { - "name": "getPrivateMessages", - "description": "Private messages received by the user", + "name": "getRecordById", + "description": "Retrieves record according to the system ID from table.", "isHidden": false }, { - "name": "getReceivedMessages", - "description": "All messages received by the user", + "name": "postRecord", + "description": "Insert a record into a table.", "isHidden": false }, { - "name": "getSentMessages", - "description": "All messages sent by the user", + "name": "patchRecordById", + "description": "Patch a record from table by specifying system ID.", "isHidden": false }, { - "name": "getSentMessages", - "description": "All messages sent by the user", + "name": "deleteRecordById", + "description": "Delete a record from table by specifying system ID.", "isHidden": false }, { - "name": "postLike", - "description": "Marks the specified message as liked by the current user", + "name": "putRecordById", + "description": "Put a record to table by specifying system ID.", "isHidden": false }, { - "name": "postNewMessage", - "description": "Create a new message", + "name": "postRecordStagingTable", + "description": "This method inserts incoming data into a specified staging table and triggers transformation based on predefined transform maps in the import set table.", "isHidden": false }, { - "name": "removeLike", - "description": "Removes the like mark from the specified message", + "name": "getRecordsStagingTable", + "description": "This method retrieves the associated record and resulting transformation result.", "isHidden": false }, { - "name": "sendMessageToEmail", - "description": "Send the current user a copy of the message", + "name": "getAggregateRecord", + "description": "Allow to compute aggregate statistics about existing table and column data.", "isHidden": false + } + ], + "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/servicenow-connector-1.0.2.zip", + "description": "WSO2 Connector for ServiceNow REST API.", + "icon": "servicenow.gif", + "icon_url": "https://mi-connectors.wso2.com/icons/servicenow.gif" + }, + { + "name": "SMPP", + "version": "1.1.3", + "rank": 19, + "operations": [ + { + "name": "init", + "description": "Initialize SMSC configuration variables", + "isHidden": true }, { - "name": "getNetwork", - "description": "Facilitates switching a user between different Yammer networks", + "name": "sendSMS", + "description": "Send SMS message", "isHidden": false }, { - "name": "getNotification", - "description": "Get the notifications feed for the current user", + "name": "sendBulkSMS", + "description": "Send Bulk SMS messages", "isHidden": false }, { - "name": "getRelationship", - "description": "Show org chart relationships. Defaults to user_current, supports user_id", + "name": "unbind", + "description": "Unbind the SMSC connection", "isHidden": false + } + ], + "download_url": "https://github.com/wso2-extensions/esb-connector-smpp/releases/download/org.wso2.carbon.esb.connector.SMPP-1.1.3/SMPP-connector-1.1.3.zip", + "description": "WSO2 SMPP connector", + "icon": "smpp.png", + "icon_url": "https://mi-connectors.wso2.com/icons/smpp.png" + }, + { + "name": "snowflake", + "version": "1.0.0", + "rank": 162, + "operations": [ + { + "name": "init", + "description": "Init operation", + "isHidden": true }, { - "name": "deleteRelationship", - "description": "Remove the relationship specified by relationship_type from the user specified by the numeric string ID", + "name": "query", + "description": "Query a given SQL statement.", "isHidden": false }, { - "name": "addRelationship", - "description": "Add an org chart relationship. Specify id of the user for whom the relationship is being added as user_id, if the user is not the current user. Use [ subordinate | superior | colleague ] to create the relationship", + "name": "execute", + "description": "Execute a given SQL statement.", "isHidden": false }, { - "name": "getSearch", - "description": "The search resource will return a list of messages, users, topics and groups that match the user\u2019s search query", + "name": "batchExecute", + "description": "Batch execute a given SQL statement.", "isHidden": false - }, + } + ], + "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/snowflake-connector-1.0.1.zip", + "description": "WSO2 snowflake connector library", + "icon": "snowflake.png", + "icon_url": "https://mi-connectors.wso2.com/icons/snowflake.png" + }, + { + "name": "twilio", + "version": "1.1.0", + "rank": 175, + "operations": [ { - "name": "getSubUser", - "description": "Check to see if you are subscribed to the user with the given id", + "name": "getConference", + "description": "Get a conference by its Sid", "isHidden": false }, { - "name": "getSubThread", - "description": "Check to see if you are subscribed to thread with the given id", + "name": "getConferenceList", + "description": "Get a conference list by parameters", "isHidden": false }, { - "name": "getSubTopic", - "description": "Check to see if you are subscribed to topic with the given id", + "name": "getParticipant", + "description": "Get a participant of a given conference by call sid of the participant", "isHidden": false }, { - "name": "addSubscription", - "description": "Subscribe to a user or topic", + "name": "getParticipantList", + "description": "Get a participant list of a conference", "isHidden": false }, { - "name": "deleteSubscription", - "description": "Unsubscribe to a user or topic", + "name": "updateParticipant", + "description": "Updates a participant", "isHidden": false }, { - "name": "getSuggestion", - "description": "Show suggested groups to join and users to follow", + "name": "removeParticipant", + "description": "Removes a participant", "isHidden": false }, { - "name": "deleteSuggestion", - "description": "Decline a suggestion", + "name": "init", + "description": "Configure Twilio Account with AccountSid and AuthToken", "isHidden": false }, { - "name": "getThread", - "description": "The conversation view for a thread specified by the numeric string ID.", + "name": "getAccount", + "description": "Get the details associated with the account", "isHidden": false }, { - "name": "getTopicById", - "description": "Fetch the users that have used the topic.", + "name": "getAccountsList", + "description": "Get the details of all accounts associated with the configured account with the given list filters", "isHidden": false }, { - "name": "getMessageById", - "description": "Fetch the feed of messages for a topic.", + "name": "updateAccount", + "description": "Updates the account (Status can be only changed in sub accounts)", "isHidden": false }, { - "name": "getUsers", - "description": "Retrieve users in the current user\u2019s Yammer network", + "name": "createSubAccount", + "description": "Creates a sub account under the pre configured main account", "isHidden": false }, { - "name": "getCurrentUser", - "description": "View data about the current user", + "name": "createApplication", + "description": "Create a new application given a FriendlyName", "isHidden": false }, { - "name": "getAboutAUser", - "description": "View data about a user.", + "name": "getApplication", + "description": "Get an application", "isHidden": false }, { - "name": "getByEmail", - "description": "Search by email address.", + "name": "getApplicationList", + "description": "Get a list of applications bound to the account", "isHidden": false }, { - "name": "getByGroup", - "description": "Users in a group. Supports the page parameter.", + "name": "updateApplication", + "description": "Update the parameters of an existing application", "isHidden": false }, { - "name": "createPendingAttachment", - "description": "Create a new pending attachment.", + "name": "removeApplication", + "description": "Remove an application from the account", "isHidden": false }, { - "name": "deletePendingAttachment", - "description": "Delete a pending attachment owned by the current user.", + "name": "getConnectApp", + "description": "Get a connect app from the Sid reference", "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/yammer-connector-1.0.1.zip", - "description": "yammer connector library", - "icon": "yammer.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/yammer.gif" - }, - { - "name": "yelp", - "version": "1.0.1", - "rank": 185, - "operations": [ + }, { - "name": "init", - "description": "Initializing yelp OAuth parameters.", + "name": "updateConnectApp", + "description": "Update a connect app from the Sid reference", "isHidden": false }, { - "name": "search", - "description": "Initializing yelp search parameters and get the response", + "name": "getConnectAppList", + "description": "Get a list of all connect app for the account", "isHidden": false }, { - "name": "business", - "description": "Initializing yelp search parameters and get the response", + "name": "getAuthorizedConnectApp", + "description": "Get an authorized connect app from the Sid reference", "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/yelp-connector-1.0.1.zip", - "description": "yelp API connector", - "icon": "yelp.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/yelp.gif" - }, - { - "name": "zendesk", - "version": "1.0.2", - "rank": 186, - "operations": [ + }, { - "name": "init", - "description": "Configuration file", + "name": "getAuthorizedConnectAppList", + "description": "Get a list of authorized connect apps for the account", "isHidden": false }, { - "name": "search", - "description": "The search API is a unified search API that returns tickets", + "name": "sendSms", + "description": "Send SMS", "isHidden": false }, { - "name": "getAttachment", - "description": "Get attachment from given id", + "name": "getSms", + "description": "Returns Incoming and Outgoing SMS by Message Sid", "isHidden": false }, { - "name": "uploadFiles", - "description": "Adding multiple attachments to the same upload", + "name": "getSmsList", + "description": "Returns a list of Incoming and Outgoing SMS Records", "isHidden": false }, { - "name": "deleteUpload", - "description": "Delete upload attachment", + "name": "getShortCode", + "description": "Returns the details of a Short Code associated with your account", "isHidden": false }, { - "name": "listTickets", - "description": "Listing tickets", + "name": "updateShortCodeProperties", + "description": "Updates the short code's properties", "isHidden": false }, { - "name": "showMultipleTickets", - "description": "Retrieve contacts using query parameters", + "name": "getShortCodeList", + "description": "Returns the short codes list associated to an account", "isHidden": false }, { - "name": "createTicket", - "description": "Create a new ticket", + "name": "makeCall", + "description": "Make A Call", "isHidden": false }, { - "name": "updateTicket", - "description": "Update a new ticket", + "name": "getCall", + "description": "Get details of a single Incoming or Outgoing Call", "isHidden": false }, { - "name": "deleteTicket", - "description": "Delete a ticket", + "name": "getCallList", + "description": "Get a list of incoming and outgoing calls", "isHidden": false }, { - "name": "listTicketAudits", - "description": "List audit details for a particular ticket", + "name": "modifyLiveCall", + "description": "Modify a live call", "isHidden": false }, { - "name": "addTags", - "description": "Add tags to a component", - "isHidden": false - } - ], - "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/zendesk-connector-1.0.2.zip", - "description": "zendesk connector library", - "icon": "zendesk.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/zendesk.gif" - }, - { - "name": "zohobooks", - "version": "1.0.2", - "rank": 187, - "operations": [ - { - "name": "createInvoice", - "description": "Create a new invoice in ZohoBooks account using the provided Parameters.", + "name": "getTranscription", + "description": "Get recorded transcriptions by Transcription SID", "isHidden": false }, { - "name": "getInvoice", - "description": "Retrieve details of a invoice identified by the provided invoice ID.", + "name": "getTranscriptionList", + "description": "Get a list of recorded transcriptions", "isHidden": false }, { - "name": "listInvoices", - "description": "Retrieve a List of invoices from ZohoBooks account.", + "name": "getRecording", + "description": "Get a recording", "isHidden": false }, { - "name": "emailInvoices", - "description": "Email Invoices to the recipients.", + "name": "getRecordingList", + "description": "Get a list of recordings", "isHidden": false }, { - "name": "createItem", - "description": "Create a new item in ZohoBooks account using the provided Parameters.", + "name": "deleteRecording", + "description": "Delete a recording", "isHidden": false }, { - "name": "listItems", - "description": "Retrieve a List of items from ZohoBooks account.", + "name": "sendSms", + "description": "Send SMS", "isHidden": false }, { - "name": "getItem", - "description": "Retrieve details of a item identified by the provided item ID.", + "name": "getSms", + "description": "Returns Incoming and Outgoing SMS by Message Sid", "isHidden": false }, { - "name": "init", - "description": "Common Method having the configurations applicable to all the Methods in the Connector.", + "name": "getSmsList", + "description": "Returns a list of Incoming and Outgoing SMS Records", "isHidden": false }, { - "name": "createContact", - "description": "Create a new contact in ZohoBooks account using the provided Parameters.", + "name": "getShortCode", + "description": "Returns the details of a Short Code associated with your account", "isHidden": false }, { - "name": "getContact", - "description": "Retrieve details of a contact identified by the provided contact ID.", + "name": "updateShortCodeProperties", + "description": "Updates the short code's properties", "isHidden": false }, { - "name": "listContacts", - "description": "Retrieve a List of contacts from ZohoBooks account.", + "name": "getShortCodeList", + "description": "Returns the short codes list associated to an account", "isHidden": false }, { - "name": "createEstimate", - "description": "Create an estimate a customer in ZohoBooks account using the provided Parameters.", + "name": "getQueue", + "description": "Retrieve a call queue as represented by an SID", "isHidden": false }, { - "name": "createPurchaseOrder", - "description": "Create a new purchase order in ZohoBooks account using the provided Parameters.", + "name": "updateQueue", + "description": "Retrieve a call queue as represented by an SID and update its parameters", "isHidden": false }, { - "name": "createCustomerPayment", - "description": "Create a payment made by the customer in ZohoBooks account using the provided Parameters.", + "name": "getQueueList", + "description": "Retrieve the list of queues from the specified account", "isHidden": false }, { - "name": "listCustomerPayments", - "description": "List payment made by the customer in ZohoBooks account using the provided Parameters.", + "name": "createQueue", + "description": "Create a new queue instance and add it to the current account's list of queues", "isHidden": false }, { - "name": "createUser", - "description": "Create a user for the organization.", + "name": "getMember", + "description": "Retrieve a member instance from a queue", "isHidden": false }, { - "name": "listUsers", - "description": "Get the list of all users in the organization.", + "name": "dequeueMember", + "description": "Dequeue a member instance from a queue", "isHidden": false }, { - "name": "getUser", - "description": "Get the details of a user.", + "name": "getMemberList", + "description": "Retrieve a list of member instance from a queue", "isHidden": false }, { - "name": "createTask", - "description": "Create a task to a project.", + "name": "getAvailableLocalNumbers", + "description": "Get available local numbers", "isHidden": false }, { - "name": "listTasks", - "description": "Get list of tasks added to a project.", + "name": "getAvailableTollFreeNumbers", + "description": "Get available toll-free numbers", "isHidden": false }, { - "name": "getTask", - "description": "Get details of a task.", + "name": "getIncomingPhoneNumber", + "description": "Get Incoming Phone number allocated to the Account by its Sid", "isHidden": false }, { - "name": "createProject", - "description": "Create a project for the customer.", + "name": "getIncomingPhoneNumberList", + "description": "Get Incoming Phone numbers list allocated to the Account", "isHidden": false }, { - "name": "listProjects", - "description": "List all projects with pagination.", + "name": "removeIncomingPhoneNumber", + "description": "Remove an Incoming Phone number allocated to the Account", "isHidden": false }, { - "name": "getProject", - "description": "Get the details of a project.", + "name": "updateIncomingPhoneNumber", + "description": "Updates the Incoming Phone number", "isHidden": false }, { - "name": "assignUsersToProject", - "description": "Assign users to a project.", + "name": "purchasePhoneNumber", + "description": "Purchases a Phone number", "isHidden": false }, { - "name": "createTimeEntry", - "description": "Logging time entry.", + "name": "getOutgoingPhoneNumber", + "description": "get outgoing phone number", "isHidden": false }, { - "name": "listTimeEntries", - "description": "List all time entries with pagination.", + "name": "getOutgoingPhoneNumberList", + "description": "get outgoing phone number list", "isHidden": false }, { - "name": "getTimeEntry", - "description": "Get details of a time entry.", + "name": "addOutgoingPhoneNumber", + "description": "add outgoing phone number", "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/zohobooks-connector-1.0.2.zip", - "description": "WSO2 ESB Connector Library for ZohoBooks.", - "icon": "zohobooks.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/zohobooks.gif" - }, - { - "name": "zohorecruit", - "version": "1.0.1", - "rank": 188, - "operations": [ + }, { - "name": "init", - "description": "Zoho Recruit configuration.", + "name": "updateOutgoingPhoneNumber", + "description": "update outgoing phone number", "isHidden": false }, { - "name": "associateJobOpening", - "description": "Associate candidates to a job opening.", + "name": "removeOutgoingPhoneNumber", + "description": "remove outgoing phone number", "isHidden": false }, { - "name": "changeStatus", - "description": "Change the status of a set of candidates to hired/not hired with respect to a job opening they're associated with.", + "name": "getUsageRecordList", + "description": "Get usage record list", "isHidden": false }, { - "name": "getAssociatedCandidates", - "description": "Get a list of candidates who are associated to a particular job opening.", + "name": "getUsageTriggerList", + "description": "Get usage trigger list", "isHidden": false }, { - "name": "addRecords", - "description": "Create Job openings or Candidates.", + "name": "getUsageTrigger", + "description": "Get usage trigger", "isHidden": false }, { - "name": "getRecordById", - "description": "Retieve a job opening or candidate using the Id.", + "name": "updateUsageTrigger", + "description": "Update usage trigger", "isHidden": false }, { - "name": "getRecords", - "description": "Get a list of job openings or candidates in the system, filtered by queries.", + "name": "removeUsageTrigger", + "description": "Remove usage trigger", "isHidden": false }, { - "name": "updateRecords", - "description": "Update job openings or candidates that were previously created.", + "name": "addUsageTrigger", + "description": "Add usage trigger", "isHidden": false } ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/zohorecruit-connector-1.0.1.zip", - "description": "wso2 ZohoRecruit connector library", - "icon": "zohorecruit.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/zohorecruit.gif" + "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/twilio-connector-1.1.0.zip", + "description": "Twilio Cloud Connector", + "icon": "twilio.gif", + "icon_url": "https://mi-connectors.wso2.com/icons/twilio.gif" }, { - "name": "zohocrm", - "version": "1.0.1", - "rank": 189, + "name": "twitter", + "version": "3.0.0", + "rank": 29, "operations": [ { "name": "init", - "description": "Config operation", + "description": "Common method having the configurations applicable to all the methods in the connector.", "isHidden": false }, { - "name": "convertLead", - "description": "Convert lead to potential, account and contact", - "isHidden": false + "name": "callWithRetry", + "description": "Templating the API call with retry option.", + "isHidden": true }, { - "name": "insertRecords", - "description": "Insert records into the required Zoho CRM module", - "isHidden": false + "name": "callOptions", + "description": "Templating the http call types GET, POST, PUT and DELETE.", + "isHidden": true }, { - "name": "getRecords", - "description": "Fetch all users data specified in the API request", - "isHidden": false + "name": "getAccessToken", + "description": "Get an access token by calling the Twitter refresh token endpoint.", + "isHidden": true }, { - "name": "getRecordsById", - "description": "Retrieve individual records by record ID", + "name": "addDirectMessage", + "description": "Creates a Direct Message on behalf of an authenticated user, and adds it to the specified conversation.", "isHidden": false }, { - "name": "updateRecords", - "description": "Update or modify the records in Zoho CRM", + "name": "getDirectMessages", + "description": "Returns a list of Direct Messages for the authenticated user, both sent and received. Direct Message events are returned in reverse chronological order. Supports retrieving events from the previous 30 days.", "isHidden": false }, { - "name": "getSearchRecords", - "description": "Search records by expressions of the selected columns", + "name": "sendNewDirectMessage", + "description": "Sends a new direct message to the specified user from the authenticating user.", "isHidden": false }, { - "name": "getRelatedRecords", - "description": "Fetch related records", + "name": "createList", + "description": "Creates a new list for the authenticated user.", "isHidden": false }, { - "name": "updateRelatedRecords", - "description": "Update records related to another record", + "name": "deleteList", + "description": "Deletes a list for the authenticated user.", "isHidden": false }, { - "name": "searchRecords", - "description": "Search records by search criteria", + "name": "getFollowingLists", + "description": "Retrieves all lists the authenticating or specified user is following, including their own.", "isHidden": false }, { - "name": "uploadFile", - "description": "Upload a file to a record", + "name": "getListById", + "description": "Retrieves information about a single Tweet specified by the requested ID.", "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/zohocrm-connector-1.0.1.zip", - "description": "wso2 ZohoCRM connector library", - "icon": "zohocrm.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/zohocrm.gif" - }, - { - "name": "zohopeople", - "version": "1.0.0", - "rank": 190, - "operations": [ + }, { - "name": "createAttendance", - "description": "Create check In and check Out records of employee.", + "name": "getListsMemberships", + "description": "Retrieves all Lists a specified user is a member of.", "isHidden": false }, { - "name": "init", - "description": "Zoho People configuration.", + "name": "updateList", + "description": "Updates an existing list for the authenticated user.", "isHidden": false }, { - "name": "createLeave", - "description": "Add a leave for an employee.", + "name": "blockUser", + "description": "Blocks a specified user.", "isHidden": false }, { - "name": "getLeaveTypes", - "description": "Get leave types for an employee.", + "name": "followUser", + "description": "Follows a specified user.", "isHidden": false }, { - "name": "createRecord", - "description": "Create an employee in Zoho People API.", + "name": "getBlockedUsers", + "description": "Retrieves a list of users who are blocked by the specified user ID.", "isHidden": false }, { - "name": "updateRecord", - "description": "Update any record identified by the record Id.", + "name": "getFollowers", + "description": "Retrieves a list of users who are followers of the specified user ID.", "isHidden": false }, { - "name": "getRecord", - "description": "Fetch single record using the record Id.", + "name": "getFollowingUsers", + "description": "Retrieves a list of users who are followed by the specified user ID.", "isHidden": false - } - ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/zohopeople-connector-1.0.0.zip", - "description": "wso2 ZohoPeople connector library", - "icon": "zohopeople.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/zohopeople.gif" - }, - { - "name": "zuora", - "version": "1.0.1", - "rank": 191, - "operations": [ + }, { - "name": "init", - "description": "Init operation", + "name": "getMe", + "description": "Retrieves information about the authorized user.", "isHidden": false }, { - "name": "getInvoices", - "description": "Get the invoices detail", + "name": "getMutedUsers", + "description": "Retrieves a list of users who are muted by the specified user ID.", "isHidden": false }, { - "name": "getTransferredPayments", - "description": "Get the payments detail", + "name": "getUserById", + "description": "Retrieves information about a single user specified by the requested ID.", "isHidden": false }, { - "name": "createAndCollectInvoice", - "description": "Generate and collect invoice", + "name": "getUserByUsername", + "description": "Retrieves information about a single user specified by the requested username.", "isHidden": false }, { - "name": "previewSubscription", - "description": "Create a new subscription in preview mode", + "name": "getUsersLookup", + "description": "Retrieves information about one or more users specified by the requested IDs.", "isHidden": false }, { - "name": "createSubscription", - "description": "Create a new subscription", + "name": "muteUser", + "description": "Mutes a specified user.", "isHidden": false }, { - "name": "getSubscriptions", - "description": "Retrieve all subscriptions associated with the specified account", + "name": "unblockUser", + "description": "Unblocks a specified user.", "isHidden": false }, { - "name": "getSubscriptionsByKey", - "description": "Retrieve detailed information about a specified subscription", + "name": "unfollowUser", + "description": "Unfollows a specified user.", "isHidden": false }, { - "name": "renewSubscriptions", - "description": "Renews a termed subscription", + "name": "unmuteUser", + "description": "Unmutes a specified user.", "isHidden": false }, { - "name": "renewSubscriptions", - "description": "Renews a termed subscription", + "name": "createRetweet", + "description": "Retweets a Tweet.", "isHidden": false }, { - "name": "cancelSubscriptions", - "description": "Cancel the existing subscription", + "name": "createTweet", + "description": "Create a Tweet.", "isHidden": false }, { - "name": "updateSubscriptions", - "description": "Update the existing subscription", + "name": "deleteTweet", + "description": "Delete a Tweet when given the Tweet ID.", "isHidden": false }, { - "name": "checkConnections", - "description": "Check the connections.", + "name": "getLikedTweetsList", + "description": "Retrieves a list of liked Tweets of the specified user ID.", "isHidden": false }, { - "name": "createAccounts", - "description": "Create the accounts.", + "name": "searchTweets", + "description": "Retrieves a collection of tweets that meet the specified search criteria.", "isHidden": false }, { - "name": "getAccounts", - "description": "Get the accounts details.", + "name": "getTweetById", + "description": "Retrieves information about a single Tweet specified by the requested ID.", "isHidden": false }, { - "name": "getAccountsSummary", - "description": "Get the accounts summary.", + "name": "getTweetsLookup", + "description": "Retrieves information about one or more Tweets specified by the requested IDs.", "isHidden": false }, { - "name": "updateAccounts", - "description": "Update the accounts.", + "name": "getUserHomeTimeline", + "description": "Retrieves a collection of most recent Tweets and Retweets posted by you and users you follow. This endpoint can return every Tweet created on a timeline over the last 7 days as well as the most recent 800 regardless of creation date.", "isHidden": false }, { - "name": "createPayments", - "description": "Create the payments.", + "name": "getUserMentionsTimeline", + "description": "Retrieves Tweets mentioning a single user specified by the requested user ID. By default, the most recent ten Tweets are returned per request. Using pagination, up to the most recent 800 Tweets can be retrieved.", "isHidden": false }, { - "name": "getPayments", - "description": "Get the payments.", + "name": "getUserTweetsTimeline", + "description": "Retrieves Tweets composed by a single user, specified by the requested user ID. By default, the most recent ten Tweets are returned per request. Using pagination, the most recent 3,200 Tweets can be retrieved.", "isHidden": false }, { - "name": "updatePayments", - "description": "Update the payments.", + "name": "likeTweet", + "description": "Allows a user to like a Tweet.", "isHidden": false }, { - "name": "deletePayments", - "description": "Delete a payment.", + "name": "unlikeTweet", + "description": "Allows a user to unlike a Tweet that was previously liked.", "isHidden": false } ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/zuora-connector-1.0.1.zip", - "description": "WSO2 ESB Connector Library for Zuora REST API.", - "icon": "zuora.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/zuora.gif" + "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/3.0.0/twitter-connector-3.0.0.zip", + "description": "synapse library for Twitter connector", + "icon": "twitter.gif", + "icon_url": "https://mi-connectors.wso2.com/icons/twitter.gif" }, { - "name": "zuorasoap", - "version": "1.0.2", - "rank": 192, + "name": "utility", + "version": "1.0.1", + "rank": 12, "operations": [ { - "name": "init", - "description": "Common method having the configurations applicable to all the methods in the Zuora SOAP Connector.", - "isHidden": false - }, - { - "name": "create", - "description": "Use to create one or more zobjects of a specific type.", - "isHidden": false - }, - { - "name": "generate", - "description": "Use to generate an on demand invoice for a specific customer.", + "name": "date.GetDate", + "description": "Wso2 connector method", "isHidden": false }, { - "name": "subscribe", - "description": "Use to create subscription requests.", + "name": "math.GetRandomInt", + "description": "Wso2 connector method", "isHidden": false }, { - "name": "update", - "description": "Use to update one or more zobjects of a specific type.", + "name": "string.LowerCase", + "description": "Wso2 connector method", "isHidden": false }, { - "name": "amend", - "description": "Use to change a subscription, such as upgrading the subscription.", + "name": "string.UpperCase", + "description": "Wso2 connector method", "isHidden": false }, { - "name": "execute", - "description": "Use to execute a process to split an invoice into multiple invoices.", + "name": "string.Length", + "description": "Wso2 connector method", "isHidden": false }, { - "name": "delete", - "description": "Use to delete one or more zobjects of a specific type.", + "name": "string.UUID", + "description": "Wso2 connector method", "isHidden": false }, { - "name": "query", - "description": "Use to retrieve a list of one or more zobjects by providing the queryString.", + "name": "string.RegexMatcher", + "description": "Wso2 connector method", "isHidden": false }, { - "name": "queryMore", - "description": "Use to request additional results from a previous query call by providing the queryLocator.", + "name": "signature.Generate", + "description": "Wso2 connector method", "isHidden": false }, { - "name": "getUserInfo", - "description": "Use to retrieve information about the user.", + "name": "signature.Verify", + "description": "Wso2 connector method", "isHidden": false } ], - "download_url": "http://product-dist.wso2.com/downloads/esb-connectors/1.0.0/zuorasoap-connector-1.0.2.zip", - "description": "WSO2 ESB Connector Library for Zuora SOAP API.", - "icon": "zuorasoap.gif", - "icon_url": "https://mi-connectors.wso2.com/icons/zuorasoap.gif" + "download_url": "https://product-dist.wso2.com/downloads/esb-connectors/1.0.0/utility-connector-1.0.1.zip", + "description": "WSO2 Utility Connector", + "icon": "utilitymodule.png", + "icon_url": "https://mi-connectors.wso2.com/icons/utilitymodule.png" } ], "inbound-connector-data": [