Compare prices and keep on eye on the availability of your competitor hotels.
Trigger your workflow on one or more days each month at a specific time (with timezone support).
Emit new event when a new competitor is added. See the docs
Trigger your workflow on one or more days each week at a specific time (with timezone support).
Retrieve a list of montiored competitors. See the docs
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
wubook_ratechecker: {
type: "app",
app: "wubook_ratechecker",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://wubook.net/wrpeeker/api/user`,
params: {
format: `json`,
token: `${this.wubook_ratechecker.$auth.api_token}`,
},
})
},
})
With Schedule - A trigger provided by Pipedream - You can easily build
automated workflows that run on regular times or intervals. Some examples of
things that you can build using the Schedule API include: