# Notifications for FormSG

{% hint style="success" %}
**Why you need this**

* Save time logging in to Forms to check for responses
* Stay on top of form submissions
  {% endhint %}

## Notify yourself when a form response comes in

Before you get started, make sure you've signed into [FormSG](https://www.form.gov.sg) and have a form created.&#x20;

{% tabs %}
{% tab title="1. FormSG" %}

## Connect the form you wish to receive notifications for

1. After logging into Plumber.gov.sg
2. Click "Template" on the left or "Use a template" on the homepage
3. Click "Send a copy of form response"
4. Click "Use template" on the top right
5. Click "New form response"
6. Click "Connect" at the right
7. Under "Choose connection", click the dropdown
8. Click "+ Add new form"
9. Under "Form URL", paste the form link that you wish to connect to
10. Under "Form Secret Key", paste the form's secret key
11. Click "Connect"&#x20;
12. A message "Your form is connected successfully." will be shown
13. Click "Save and continue"
14. Under "1. New form response", a green dot will appear as an indication that the form has been connected successfully.

<figure><img src="/files/QOOE7yIrkTUPxu8lbePG" alt=""><figcaption></figcaption></figure>

15. Click "Check step"
16. You're done with setting up the FormSG integration! [Next step: Postman integration](#2.-action-postman)
    {% endtab %}

{% tab title="2. Postman" %}

## Notify yourself via an email sent by Postman&#x20;

1. Click the second action, which says "2. Send email".

<figure><img src="/files/SZiADrEDxtIvJFYCjou6" alt=""><figcaption></figcaption></figure>

2. When the drawer opens on the right, you will see that some fields have been prefilled.
3. Delete all the variables "Replace this with data/question from step 1."
4. After deleting, select response 1 (or any other response) from your form. (see screenshot below).

<figure><img src="/files/ng5ThWT1QtuMczTQESFg" alt=""><figcaption></figcaption></figure>

5. Repeat step 4 until satisfied
6. You are welcome to make necessary changes in other fields, but **ensure the email under "Recipient email(s)" remains unchanged.** (it should be the Plumber user's account email address)
7. Click "Check step"
8. An email will be sent out to the email address under "Recipient email(s)".&#x20;
9. Click "Publish" so the automation becomes active
10. That's it, you're done!&#x20;
    {% endtab %}

{% tab title="How it looks like" %}
{% embed url="<https://www.loom.com/share/24d997ecc2ae4d5ab139fbd26f5f2776>" %}

{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guide.plumber.gov.sg/all-workflows/notifications-for-formsg.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
