> For the complete documentation index, see [llms.txt](https://developer.boggio-analytics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.boggio-analytics.com/zapier-beta/connect-to-zapier.md).

# Connect to Zapier

## Create credentials for Football Prediction API

* Create a [rapidapi.com](https://rapidapi.com/) account and log in.
* Check the details for our [subscription plans](https://rapidapi.com/boggio-analytics/api/football-prediction/pricing) and click *subscribe* to one that fits your needs.
* Create a new RapidApi Project / App

![](/files/-LiqyDfXEtO5jIEOfVE7)

![](/files/-LiqypZiIswRxZ8cYF-D)

* Go to the [endpoint documentation](https://rapidapi.com/boggio-analytics/api/football-prediction) page select the RapidAPI project created at the step above and copy the **X-RapidAPI-Key** value from the Header Parameters sectio&#x6E;*.*

![](/files/-LiqzbaAEBf6FlldhCSk)

* Make sure you copy the whole value from X-RapidApi-Key

![](/files/-Lir-12lbsTYU5vNZk-O)

## Back to Zapier

Now you should be at the ***Choose Account*** stage in the creation of your first Football Prediction API trigger in Zapier

![](/files/-LTShrxBIHyiYks-sXl1)

Click the ***Connect an Account*** button from the right-hand panel and a new window will pop-out.

![](/files/-LTSiBrm8pa2OTV2IPh5)

{% hint style="info" %}
Even though the Zapier interface says X-Mashape-Key it will work with the X-RapidAPI-Key.

Rapidapi has purchased Mashape and the header has changed from X-Mashape-Key to X-RapidAPI-Key but are compatible.
{% endhint %}

Paste your X-RapidAPI-Key into the text box and click ***Yes, Continue***

Click the ***Test*** button to check the newly created account.

![](/files/-LTSik6wzvi8_kO560Uk)

You should see a **Success** message if the authentication worked fine.

Now we're ready for some action, check the Recipes for some popular examples.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://developer.boggio-analytics.com/zapier-beta/connect-to-zapier.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
