Onfleet is the world's most advanced last mile delivery platform.
Trigger your workflow on one or more days each month at a specific time (with timezone support).
Emit new event when a new SMS recipient response is missed.
Trigger your workflow on one or more days each week at a specific time (with timezone support).
Create a pickup task and dropoff task linked with each other. See the docs here
Creates a single task. Used for simple templates only. See the docs here
Tired of manually managing your local delivery tasks and execution? Onfleet API
provides a way to automate and streamline your local delivery operations. With
Onfleet API, you can build powerful applications that can dramatically increase
the efficiency of your delivery business.
Here are some examples of what you can build with Onfleet API:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
onfleet: {
type: "app",
app: "onfleet",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://onfleet.com/api/v2/organization`,
auth: {
username: `${this.onfleet.$auth.api_key}`,
password: ``,
},
})
},
})
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: