Skip to main content
Microsoft Forms

Integrate Microsoft Forms with Torq to automate your forms.

Updated over a week ago

Microsoft Forms is a survey and quiz creator and data collector.

Create a Microsoft Forms Integration in Torq

  1. Go to Build > Integrations > Triggers > Microsoft Forms.

  2. Click Add.

  3. Give the integration a unique name.

  4. Give the integration Authentication headers with the name "auth" and a secret.

  5. Click Add.

    Create a New Microsoft Form

  1. Go to Microsoft Forms and design a new form.

  2. Set Sharing Properties to public.

  3. Click Save.

Set Up a Flow in Power Automate

  1. Go to Power Automate and click New Flow > Automated Cloud Flow.

  2. Give the flow a meaningful name.

  3. Choose the trigger When a new response is submitted.

  4. Click on the trigger under Form ID and select the form you created earlier.

  5. Add a new action and search for Microsoft Forms.

  6. Go to Get response details and specify the Response ID.

  7. Add an action to your flow: HTTP Post request.

    1. URL: Paste the webhook you created earlier in Torq.

    2. Method: Post.

    3. Headers: auth and the secret you created earlier in Torq.

    4. Body: ex:

      {
      "name": "Torq incident Trigger",
      "type": "MS Form",
      "data": <Add "Body" dynamic content>
      }
  8. Click Save.

Did this answer your question?