Azure Logic Apps website screenshot

Azure Logic Apps

Azure Logic Apps is a cloud platform for creating and running automated workflows that integrate apps, data, services, and systems. It provides a visual designer and over 400 connectors to build event-driven, scheduled, and on-demand integrations.

1 APIs 6 Features
AutomationAzureIntegrationiPaaSWorkflow

APIs

Azure Logic Apps REST API

Programmatic management of Azure Logic Apps automated workflows including workflow definitions, triggers, actions, runs, integration accounts, and connectors.

Collections

Pricing Plans

Rate Limits

FinOps

Features

Visual Workflow Designer

Build workflows visually using a drag-and-drop designer in the Azure portal or Visual Studio Code.

400+ Connectors

Connect to hundreds of SaaS apps, databases, file systems, and Azure services with prebuilt connectors.

Event-Driven Triggers

Start workflows from HTTP requests, scheduled timers, file changes, or events from connected services.

B2B Integration

Process EDI, AS2, X12, and EDIFACT messages with integration accounts for partner-to-partner workflows.

Stateful and Stateless Workflows

Run long-running stateful workflows or short-lived stateless workflows for low-latency scenarios.

Hybrid Connectivity

Connect to on-premises data sources using on-premises data gateways and integration service environments.

Use Cases

Enterprise Application Integration

Connect SaaS apps, databases, and on-premises systems for end-to-end business process automation.

B2B and EDI Processing

Exchange business documents with partners using industry-standard EDI protocols.

Event-Driven Automation

Trigger workflows based on events from Azure services, third-party APIs, or scheduled timers.

Data Transformation

Transform and route data between systems using built-in mapping and conversion capabilities.

Integrations

Azure Functions

Invoke Azure Functions from workflows for custom code execution.

Azure Service Bus

Send and receive messages through Azure Service Bus queues and topics.

Office 365

Integrate with Outlook, SharePoint, OneDrive, and Teams using Office 365 connectors.

Salesforce

Connect to Salesforce CRM for record creation, updates, and event-driven workflows.

Azure API Management

Expose and manage workflow endpoints through Azure API Management.

Resources

👥
GitHubOrganization
GitHubOrganization
🌐
Portal
Portal
🔗
Documentation
Documentation
💰
Pricing
Pricing
🟢
StatusPage
StatusPage
📰
Blog
Blog
💬
Support
Support
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Azure Logic Apps REST API
  version: '2024-01-01'
request:
  auth:
    type: oauth2
    flow: implicit
    authorizationUrl: https://login.microsoftonline.com/common/oauth2/authorize
    credentials:
      clientId: '{{clientId}}'
items:
- info:
    name: Operations
    type: folder
  items:
  - info:
      name: Azure Logic Apps REST API List operations
      type: http
    http:
      method: GET
      url: https://management.azure.com/providers/Microsoft.Logic/operations
      params:
      - name: api-version
        value: ''
        type: query
        description: The API version to use for this operation.
    docs: Lists all available REST API operations for Microsoft.Logic.
- info:
    name: Workflows
    type: folder
  items:
  - info:
      name: Azure Logic Apps REST API List by subscription
      type: http
    http:
      method: GET
      url: https://management.azure.com/subscriptions/:subscriptionId/providers/Microsoft.Logic/workflows
      params:
      - name: subscriptionId
        value: ''
        type: path
        description: The ID of the target subscription.
      - name: api-version
        value: ''
        type: query
        description: The API version to use for this operation.
    docs: Lists all workflows resources within the specified subscription.
  - info:
      name: Azure Logic Apps REST API List by resource group
      type: http
    http:
      method: GET
      url: https://management.azure.com/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Logic/workflows
      params:
      - name: subscriptionId
        value: ''
        type: path
        description: The ID of the target subscription.
      - name: resourceGroupName
        value: ''
        type: path
        description: The name of the resource group.
      - name: api-version
        value: ''
        type: query
        description: The API version to use for this operation.
    docs: Lists all workflows resources within the specified resource group.
  - info:
      name: Azure Logic Apps REST API Get resource
      type: http
    http:
      method: GET
      url: https://management.azure.com/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Logic/workflows/:name
      params:
      - name: subscriptionId
        value: ''
        type: path
        description: The ID of the target subscription.
      - name: resourceGroupName
        value: ''
        type: path
        description: The name of the resource group.
      - name: name
        value: ''
        type: path
        description: Name of the resource.
      - name: api-version
        value: ''
        type: query
        description: The API version to use for this operation.
    docs: Gets a specific workflows resource.
  - info:
      name: Azure Logic Apps REST API Create or update resource
      type: http
    http:
      method: PUT
      url: https://management.azure.com/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Logic/workflows/:name
      params:
      - name: subscriptionId
        value: ''
        type: path
        description: The ID of the target subscription.
      - name: resourceGroupName
        value: ''
        type: path
        description: The name of the resource group.
      - name: name
        value: ''
        type: path
        description: Name of the resource.
      - name: api-version
        value: ''
        type: query
        description: The API version to use for this operation.
      body:
        type: json
        data: '{}'
    docs: Creates or updates a workflows resource.
  - info:
      name: Azure Logic Apps REST API Update resource
      type: http
    http:
      method: PATCH
      url: https://management.azure.com/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Logic/workflows/:name
      params:
      - name: subscriptionId
        value: ''
        type: path
        description: The ID of the target subscription.
      - name: resourceGroupName
        value: ''
        type: path
        description: The name of the resource group.
      - name: name
        value: ''
        type: path
        description: Name of the resource.
      - name: api-version
        value: ''
        type: query
        description: The API version to use for this operation.
      body:
        type: json
        data: '{}'
    docs: Updates a workflows resource.
  - info:
      name: Azure Logic Apps REST API Delete resource
      type: http
    http:
      method: DELETE
      url: https://management.azure.com/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Logic/workflows/:name
      params:
      - name: subscriptionId
        value: ''
        type: path
        description: The ID of the target subscription.
      - name: resourceGroupName
        value: ''
        type: path
        description: The name of the resource group.
      - name: name
        value: ''
        type: path
        description: Name of the resource.
      - name: api-version
        value: ''
        type: query
        description: The API version to use for this operation.
    docs: Deletes a workflows resource.
bundled: true