Integrations · Zapier
Fare alerts in a Zap, no code
One Webhooks step turns any Zap into a fare-watch: live prices with Google's low | typical | high verdict, filtered and routed to Slack, email, or a sheet.
Works today via Webhooks by Zapier. A native app is in review.
URL https://api.flightpowers.com/v1/flights/oneway
Method POST
Data {"from_airport": "JFK",
"to_airport": "CUN",
"departure_date": "2027-01-01"}
Headers x-api-key: YOUR_RAPIDAPI_KEY
Content-Type: application/jsonSetup
Three steps to a daily fare-watch
Schedule, search, filter. Google's band is the price history, so the alert is one comparison.
- 1
Trigger: Schedule by Zapier
Every morning, or however often your plan’s request budget likes.
- 2
Action: Webhooks by Zapier → Custom Request
Paste the request on this page. The JSON response comes back as mapped fields.
- 3
Filter, then notify
Continue only if price_range_in_relation_to_other_periods equals "low", then send the price and buy_link anywhere Zapier can.
The same pattern works for hotels: POST /v1/hotels/search with a destination, or /v1/hotels/by-name with proxy_country to watch a rate from another market.
Questions, answered plainly
- Is there a native Zapier app?
- In review, not listed yet, and we don’t publish doors that don’t open. Everything on this page works today with the built-in Webhooks step. When the native app lists, this page will switch to it.
- Which key goes in the header?
- Your RapidAPI key, sent as x-api-key (x-rapidapi-key and Authorization: Bearer also work). Get it from either listing’s pricing tab; the free tier needs no card.
- Does Zapier parse the response?
- Yes. The API returns JSON, and Zapier exposes the parsed fields (price, airline, buy_link, the verdict) to every later step in the Zap.
- What does a daily fare-watch cost?
- One request per run: a daily check is about 30 requests a month, well inside the $10 Pro plan’s 2,500. Zapier’s own pricing is separate; the Webhooks step is a premium built-in on some Zapier plans.
Put a verdict in your Zaps
Live Google Flights and Booking.com data, with the price band and verdict attached to every result. Free tier on RapidAPI, no card to try.
Free tier: 10 requests/month. No card to try.