# Zapier

{% hint style="info" %}
Looking for a way to connect your WordPress form with Google Sheets, then read this guide here: [WordPress Form to Google Sheet Integration](/tutorials/wordpress-form-to-google-sheet-integration.md)
{% endhint %}

### Enabling Zapier for your form

If you do not have a Zapier account yet you can [register an account here](https://zapier.com/sign-up/).

Edit your form and go to **Form Settings > Zapier Settings**. Make sure to check **Enable Zapier connection**. Now get your webhook from Zapier, or click the below invitation link:

<https://zapier.com/developer/public-invite/95800/cb161c44ef2edf4eb65fe007c21e34a1/>

Now follow the steps provided by Zapier and once you are asked to make a test submission setup the Zapier webhook URL on your form under **Zapier webhook URL** as shown below.

<div align="left"><figure><img src="/files/wC9FcrW35j83KddNvqwh" alt="Enabling Zapier and entering the Zapier webhook URL for your WordPress form."><figcaption><p>Enabling Zapier and entering the Zapier webhook URL for your WordPress form.</p></figcaption></figure></div>

Now test your "Zap" by submitting the form. When everything was setup correctly Zapier should tell you so.

{% hint style="success" %}
You should be able to connect the form with many different applications!
{% endhint %}


---

# 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://docs.super-forms.com/features/integrations/zapier.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.
