Try it
  • Examples
  • Features
  • Testimonials
  • Partners
  • Pricing
  • Support
    • Apps Help
    • Apps Release History
    • BI Help
    • BI Release History
    • Forms Help
    • Forms Release History
    • How to video series
    • Ask the community
    • Submit a ticket
    • Request a demo
    • Compare us
  • Blog
  • Examples
  • Features
  • Testimonials
  • Partners
  • Pricing
  • Support
    • Apps Help
    • Apps Release History
    • BI Help
    • BI Release History
    • Forms Help
    • Forms Release History
    • How to video series
    • Ask the community
    • Submit a ticket
    • Request a demo
    • Compare us
    • For Schools
  • Blog
  • Get Started
How can we help?

Search for answers or browse articles about Sintel Apps

Filter by categories Clear Results
  • About Sintel Apps

    • What is Sintel Apps? (Product Overview)
    • Understanding the Underlying SharePoint List
  • Sintel Forms to Sintel Apps Migration

    • Sintel Forms Is Now Sintel Apps – What You Need to Do
    • Upgrading from Sintel Forms to Sintel Apps – Migration Guide
    • JavaScript API Differences Between Sintel Forms and Sintel Apps
    • Migrating Workflow History using a custom Microsoft Flow
    • What Does Not Migrate Automatically
    • Migration Checklist
    • Information for IT Administrators – Installing Sintel Apps
    • How to Find Existing Sintel Forms in SharePoint
    • Convert a classic SharePoint site to a modern one
  • Getting Started

    • Add Sintel Apps to Your Microsoft 365 Tenant
    • Configure Sintel Apps on a Site
    • Using Site Collection App Catalogs
  • Designer Overview

    • Sintel Apps Designer – Overview (Tour)
    • Layout Tab (Overview)
    • Workflow Tab (Overview)
    • Settings Tab (Overview)
    • Logic Tab: Create your First Rule (Overview)
  • Layout

    • Layout Tab (Overview)
    • Theme & Styling
    • Calculated Fields
    • Fields

      • Text Fields (All types explained)
      • Choice Fields (Dropdown vs Multi-Choice)
      • Lookup Fields
      • Person and Group Fields Posted
      • Number, Currency & Percentage Fields
      • Yes/No Field
      • Date & Date Time Fields
      • Hyperlink Field
      • Picture Fields
      • Related List
      • Related Library
      • Enhanced Rich Text Editor
    • Widgets

      • Attachments
      • HTML Widget
      • Workflow Status Widget
      • Workflow History Widget
      • Buttons
  • Logic

    • Logic Tab: Create your First Rule (Overview)
    • Understanding Conditions
    • Understanding Steps
    • The JavaScript API

      • Using the JavaScript API in Logic
  • Workflow

    • Workflow Tab (Overview)
    • How to Build Common Workflow Patterns in Sintel Apps
    • How to Configure Workflow Email Notifications
    • Actions

      • The Workflow Actions API Integration
      • Workflow Actions – Configuration and Settings
      • Configuring Power Automate Webhook
    • Statuses

      • Workflow Statuses – Configuration and Settings
  • Settings

    • Settings Tab (Overview)
    • PDF Export
    • Conversations
    • After save script
    • Confirmation Screens
    • License Information
    • Upgrade from Sintel Forms
    • Custom Emails
    • Form Viewer

      • Actions Menu Behavior
      • Enable Concurrent Access
      • After save/action redirect to
      • After close redirect to
    • External Access

      • External Access & Sharing
      • Configuring External Access Permissions
  • Product Updates

    • CSP Content Security Policies (CSP) Enforcement for SPFx Apps
    • Sintel Apps Content Delivery Network CDN
    • Release History
    • How to update Sintel Apps
  • Building Forms

    • How to Create a New List
  • End-to-End Examples

    • Articles coming soon
  • Checklists & Best Practices

    • Sintel Apps – Project Planning & Best Practices
    • Project Requirements Template
  • Advanced Configurations

    • The Workflow Actions API Integration
    • Using the JavaScript API in Logic
    • Configuring External Access Permissions
  • Troubleshooting

    • Failed to query permissions
    • Convert a classic SharePoint site to a modern one
  • Administration

    • Sintel Apps Email Delivery
< All Topics
You are here:
  • Main
  • Workflow
  • Actions
  • Configuring Power Automate Webhook

Configuring Power Automate Webhook

Posted16 September 2026
Updated16 September 2026
ByAmy Dermody
0 out of 5 stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%

Sintel Apps supports integration with Microsoft Power Automate through webhooks. This allows a Sintel Apps workflow to trigger a Power Automate flow automatically when an action occurs.

For example, you could configure a workflow so that completing an action in Sintel Apps triggers a Power Automate flow that creates an item in another SharePoint list or starts another automated business process.

This article explains how to configure a Power Automate webhook in Sintel Apps.

Before You Start

You will need:

  • Access to Microsoft Power Automate.
  • A Power Automate flow that can be triggered using an HTTP/webhook URL.
  • Access to the Sintel Apps Designer.
  • The required permissions to configure Sintel Apps and grant the necessary application consent.

Step 1 – Create Your Power Automate Flow

First, create the flow that you want Sintel Apps to trigger.

The flow should use a trigger that provides a URL that can be called externally. Once the trigger has been configured, Power Automate will generate a URL for the flow.

Copy this URL.

You will use it when configuring the webhook in Sintel Apps.

Tip: You can also create a simple test flow first to confirm that the integration is working before adding your full business logic.

Step 2 – Add the Webhook in Sintel Apps

Open the relevant configuration in the Sintel Apps Designer and navigate to the workflow status where you want to trigger the Power Automate flow.

Add or configure a Webhook action.

Paste the URL generated by Power Automate into the Webhook URL field.

Sintel Apps automatically recognises supported Power Automate URLs. When a Power Automate URL is detected, additional information and guidance is displayed in the Designer.

Save your configuration.

 

Step 3 – Configure the Required App Permissions

Before Sintel Apps can call the Power Automate webhook, the appropriate application permissions must be granted.

Open the Sintel Apps Admin Panel.

You can access the Admin Panel by following this link:  Administration – Sintel Apps

Select App Permissions

Locate the Power Automate/webhook permissions section and create the required consent link.

Copy the generated consent link to your clipboard.

 

Step 4 – Grant Consent

Open the consent link generated in the previous step.

The Microsoft consent screen will appear and display the permissions required by Sintel Apps.

Review the requested permissions and grant consent.

This step normally needs to be completed by a user with sufficient Microsoft 365 / Entra ID permissions to grant the requested consent.

Once consent has been successfully granted, return to Sintel Apps.

Step 5 – Test the Webhook

Once:

  1. The Power Automate webhook URL has been added to the workflow, and
  2. The required application consent has been granted,

the integration is ready to test.

Perform the workflow action in Sintel Apps that contains the webhook.

The webhook should call the configured Power Automate URL and trigger the flow.

You can confirm that the flow was triggered by opening Power Automate and checking the flow’s Run history.

If the flow ran successfully, the webhook integration is configured correctly.

Example Use Case – Create an Item in Another List

A simple example is creating a SharePoint list item when a particular action occurs in a Sintel Apps workflow.

Your process could work as follows:

Sintel Apps workflow action → Webhook → Power Automate → Create SharePoint item

For example:

  1. A request is created and processed using Sintel Apps.
  2. A user completes a particular workflow action.
  3. The workflow action triggers the configured webhook.
  4. The webhook starts the Power Automate flow.
  5. Power Automate uses the Create item action to create a new item in another SharePoint list.

From there, the flow can use information supplied by the process to populate the required SharePoint fields or perform additional automation.

This is particularly useful when a Sintel Apps process needs to initiate another business process or integrate with other systems.

When Should You Use a Power Automate Webhook?

Power Automate webhooks are useful when an action in Sintel Apps needs to initiate processing outside the form or workflow.

Typical examples include:

  • Creating an item in another SharePoint list.
  • Starting a separate business process.
  • Updating information in another Microsoft 365 service.
  • Passing information to another application or system.
  • Triggering additional processing that is managed in Power Automate.

For simple workflow operations that Sintel Apps already supports natively, it is generally better to use the built-in workflow functionality rather than introducing an additional Power Automate flow.

Troubleshooting

If the Power Automate flow is not triggered, check the following:

Webhook URL

Confirm that the complete URL generated by Power Automate has been copied into the webhook configuration.

App permissions

Open the Sintel Apps Admin Panel and confirm that the required application consent has been granted.

Power Automate flow

Confirm that the flow is enabled and that its trigger is configured correctly.

Run history

Check the flow’s Run history in Power Automate. If a run appears but has failed, open the run to identify which step caused the error.

Configuration changes

If you have changed the webhook or workflow configuration, make sure the latest Sintel Apps configuration has been saved before testing again.

Summary

Power Automate webhooks provide a simple way to extend Sintel Apps workflows with additional automation.

The configuration consists of three main steps:

  1. Create the Power Automate flow and copy its webhook URL.
  2. Add the URL to a webhook in the Sintel Apps workflow.
  3. Use the Sintel Apps Admin Panel to grant the required application consent.

Once configured, completing the relevant workflow action in Sintel Apps will trigger the Power Automate flow automatically.

Was this article helpful?
0 out of 5 stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
5
Please Share Your Feedback
How Can We Improve This Article?
Table of Contents

Sintel Apps

Create apps on Microsoft 365 in minutes with no code.

Address

River House
Blackpool Park,
Cork, T23 R5TF,
Ireland

Support

  • Product help
  • Community site
  • Submit a ticket
  • Compare us

    Contact us to

    • Book a demo
    • Request a license
    • Become a partner

    e-mail: info@sintelapps.com
    tel: +353 (0) 21 245 2935

    Follow us

    • Follow
    • Follow
    • Follow

    © Copyright 2026 | End User License Agreement | Privacy Policy | Terms Of Use

    Sintel Apps
    Sintel Apps Assistant
    Get instant answers and support
    Connecting to Sintel Apps Assistant…
    Sintel is thinking…
    We use cookies to collect and analyse information about the users of this website. Please click 'I accept' to consent to the use of this technology.