FedEx

Ship, manage, track, deliver

Integrate the FedEx API with the Schedule API

Setup the FedEx API trigger to run a workflow which integrates with the Schedule API. Pipedream's integration platform allows you to integrate FedEx and Schedule remarkably fast. Free for developers.

Custom Interval from the Schedule API

Trigger your workflow every N hours, minutes or seconds.

 
Try it
Daily schedule from the Schedule API

Trigger your workflow every day.

 
Try it
Monthly Schedule from the Schedule API

Trigger your workflow on one or more days each month at a specific time (with timezone support).

 
Try it
Weekly schedule from the Schedule API

Trigger your workflow on one or more days each week at a specific time (with timezone support).

 
Try it

Overview of FedEx

The FedEx API provides a direct line to FedEx's shipping, tracking, and rate services, allowing you to automate the logistics within your business processes. Whether you're automating notifications based on shipment statuses, streamlining the creation of shipping labels, or integrating real-time shipping rates into your checkout process, this API offers a wealth of possibilities to enhance efficiency and customer satisfaction.

Connect FedEx

1
2
3
4
5
6
7
8
9
10
11
12
13
export default defineComponent({
  props: {
    fedex: {
      type: "app",
      app: "fedex",
    }
  },
  async run({steps, $}) {
    // See the FedEx API docs here:
    // https://developer.fedex.com/api/en-us/guides/best-practices.html
  },
})

Overview of Schedule

The Schedule app in Pipedream is a powerful tool that allows you to trigger workflows at regular intervals, ranging from every minute to once a year. This enables the automation of repetitive tasks and the scheduling of actions to occur without manual intervention. By leveraging this API, you can execute code, run integrations, and process data on a reliable schedule, all within Pipedream's serverless environment.