App Distribution for iOS, Android and Windows
DashboardStart for free
  • Updraft App Distribution Documentation
  • Microsoft App Center Alternative
    • Windows App Distribution
    • App Center Migration Tool
  • Welcome to Updraft!
    • What is Updraft?
  • Quickstart
    • Register your Organization
    • Your first app project
      • Upload your first app versions (builds)
      • Install your app
  • Dashboard
    • Create Projects
    • Latest received Feedbacks
    • Documentation
    • Usermanagement
      • Permission Groups
      • Tester Dashboard
    • Profile & User Account
      • Profile Preferences
        • Two-factor authentication
      • Personal token
      • Notifications
      • Organizations
      • Account Settings
      • Plan & Billing
        • Free Plan
        • Paid Plan (Pay-As-You-Go)
      • Security (Single Sign-On)
        • Single Sign-On with Okta
        • Single Sign-On with Google Worspace
        • Single Sign-On with Microsoft Entra
        • Single Sign-On with JumpCloud
        • Single Sign-On with Ping Identity
        • Custom SSO (SAML)
      • Developer Accounts
        • App Store Connect API
        • Google Play Connect API
  • Your Projects
    • Project Settings
      • Overview
      • Automatically clean up build binaries
      • Notification Integrations
        • Slack integration
        • Webhook integration
        • Microsoft Teams integration
        • Discord integration
        • WebEx integration
      • User & Permissions
    • App Overview & App Settings
      • Notifications
      • Security
      • Last uploaded build
      • Add another app to your project
      • Android App Bundle (AAB)
    • Builds and App versions
      • Build history / app version history
        • iOS Resigning
        • Android Resigning
      • Release Notes
      • Exchange already uploaded app version
      • Distribute and install a pre-release version of your app
        • App download page
    • Feedback
    • App Distribution
      • Testers & Distribution Groups
      • Distribute your app
        • Single Release
        • Beta Release (one link two apps)
        • Store
          • App Store Distribution
          • Play Store Distribution
      • Release History
      • Install an app distributed from Updraft
  • Integrations
    • Jenkins Plugin Updraft
    • Fastlane
    • Gradle
    • Teamcity with Gradle (Android)
    • Teamcity
    • GitLab CI/CD
      • GitLab iOS with Fastlane
      • GitLab app distribution for iOS builds
      • GitLab app distribution for Android builds
    • Bitrise
  • API
    • Upload API
    • Upload Apps with CURL
    • Rest API
      • Distribution group and Permission group API
  • Updraft SDK
    • Autoupdate
    • Integrating Updraft Android SDK
    • Integrating Updraft iOS SDK
    • Integrating Updraft Flutter SDK
  • Android
    • Unknown sources in Android
    • .apk installation on Samsung Browser
    • Android FAQ
    • 🪅Android Icon Troubleshooting
    • Google Play Store upload issues
  • iOS
    • Untrusted Enterprise Developer
    • Code Signing Explained (Certificates, Identifiers, Profiles – what?)
    • Registering a UDID for Ad Hoc Distribution
    • What does "App could not be installed at this time" mean?
    • iPadOS on Safari
    • iOS FAQ
  • Data Security
    • Data hosting in Switzerland
      • Swiss data privacy law
    • End to end data encryption
    • General Data Protection Regulation (GDPR)
    • Single Sign On (SSO)
    • Custom Storage
      • Google Cloud Storage
      • Custom S3 bucket
    • ISO 27001
  • What's New/ Changelog
  • Roadmap
  • FAQ
  • Contact us
Powered by GitBook
On this page
  • Webhook for app distribution
  • Add a Webhook to your app project
  • Disable a Webhook
  • Delete a Webhook
  • Example Webhook notification about new build
  • Example Webhook notification about new received feedback or bug
  1. Your Projects
  2. Project Settings
  3. Notification Integrations

Webhook integration

Webhooks are designed to automate messages when a certain event is triggered.

PreviousSlack integrationNextMicrosoft Teams integration

Last updated 11 months ago

Webhook for app distribution

Webhooks are automated messages that are sent from other applications to your desired application when something happens. The main target of webhooks is that information from can be sent to users without that they have to visit Updraft and the portal and dashboard all the time to check if something changed.

Updraft's Webhook integration allows you to receiving notifications when the following events take place:

  • A new build of your app has been uploaded or an update is available

  • A new feedback of your app has been received by your app testers

Updraft will send an HTTP POST payload to the configured Webhook URL. The Webhook integration can be configured under the project settings page of your specified app project.

Add a Webhook to your app project

1.Go to the project settings and select integration

2. Click on a Add Webhook button

3. Add a name for your Webhook

4. Add your Webhook URL where you would like that Updraft should send notifications. You can get the webhook URL from your integrated app (Microsoft Teams, Zapier, Zammad etc.)

5. Chose your App from which you would like to get notifications

6. Select the event triggers

7. You can enable if the new webhook integration should be active or not

8. Save and your are Done!

If now a new event happens, Updraft will send the notifications which are configured into your integrated app. For example how it could look like:

Disable a Webhook

If you would like to change your configured webhook just follow the steps:

  1. Open your App Project

  2. Go to Project Settings

  3. Click on Integration

  4. Select your active Webhook Integration by clicking on the pen

  5. Disable the Webhook by clicking on the switcher

  6. Save

Delete a Webhook

If you would like to delete your configured webhook just follow the steps:

  1. Open your App Project

  2. Go to Project Settings

  3. Click on Integration

  4. Hover over the active weebhook in the list

  5. Click on the trash icon on the right side

  6. A pop-up will appear where you need to confirm it

Example Webhook notification about new build

When a new build of your app is uploaded a webhook message will look like this:

{
  "attachments": [
    {
      "actions": [
        {
          "url": "https://getupdraft.com/getapp/7e2ff3544387477e87606969fa93e757",
          "type": "button",
          "style": "primary",
          "text": "Install"
        }
      ],
      "fields": [
        {
          "title": "Project",
          "short": false,
          "value": "test"
        },
        {
          "title": "Environment",
          "short": true,
          "value": "Test"
        },
        {
          "title": "OS",
          "short": true,
          "value": "iOS"
        },
        {
          "title": "Build version",
          "short": true,
          "value": "20200129.1142"
        },
        {
          "title": "Version",
          "short": true,
          "value": "1.0"
        }
      ],
      "color": "#f6b33e",
      "fallback": "*New version of test available.*\nEnvironment: Test\nOS: iOS\nInstall: https://getupdraft.com/getapp/7e2ff3544387477e87606969fa93e757",
      "text": "A new version of your app is available."
    }
  ]
}

Example Webhook notification about new received feedback or bug

The webhook message will look like this:

{
 "id": 23,
 "url": "",
 "id_in_org": 7,
 "image": null,
 "timestamp": "2020-08-21T12:04:20.667207Z",
 "tag": "design",
 "description": "Test feedback",
 "email": "test@appswithlove.com",
 "build_version": "1.2.1",
 "system_version": "iOS 10.0",
 "device_name": "iPhone 6",
 "device_uudid": "QWEFD123341QWE",
 "navigation_stack": "LoginViewController/OnboardingViewControlle/MainViewContoller",
 "priority": 2,
 "status": 1
}

Updraft
Add/ Edit your webhook for app distribution
Webhook notification