Types of triggers

The following six types of triggers are supported in Logic Apps as of now:

  • Recurrence trigger:This fires based on a defined recurring schedule—"every X second/minutes/hour/day".

    Types of triggers

  • HTTP trigger: This polls an HTTP web endpoint for a response. Here, the connector as a trigger will either return 200 or 202 response.
    • A 200 response means "Run"—workflow will be executed
    • A 202 response means "Wait"—do not start the workflow as the connector does not have any response data to pass over to workflow
  • ApiConnection trigger: These are polls such as the HTTP trigger. However, it takes advantage of the Microsoft managed APIs (For more information ...

Get Robust Cloud Integration with Azure now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.