BusinessLogic

Include Excel spreadsheets in your business workflows, applications and service deliveries.

Integrate the BusinessLogic API with the Schedule API

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

Describe Endpoint with BusinessLogic API on Custom Interval from Schedule API
Schedule + BusinessLogic
 
Try it
Describe Endpoint with BusinessLogic API on Daily schedule from Schedule API
Schedule + BusinessLogic
 
Try it
Describe Endpoint with BusinessLogic API on Monthly Schedule from Schedule API
Schedule + BusinessLogic
 
Try it
Describe Endpoint with BusinessLogic API on Weekly schedule from Schedule API
Schedule + BusinessLogic
 
Try it
Execute Endpoint with BusinessLogic API on Custom Interval from Schedule API
Schedule + BusinessLogic
 
Try it
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
Describe Endpoint with the BusinessLogic API

Returns json schemas for input and output parameters of a webservice.

 
Try it
Execute Endpoint with the BusinessLogic API

Executes provided input parameters in the uploaded Excel document to retrieve the calculated output.

 
Try it

Overview of BusinessLogic

The BusinessLogic API offers a platform for automating complex business processes and logic. It provides endpoints to create, retrieve, update, and manage business rules and components programmatically. With Pipedream, you can integrate this API into workflows to trigger actions based on business events, manage data across multiple systems, and streamline decision-making processes. By leveraging Pipedream's serverless execution model, you can set up event-driven pipelines that react in real-time to changes in BusinessLogic without managing infrastructure.

Connect BusinessLogic

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    businesslogic: {
      type: "app",
      app: "businesslogic",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.businesslogic.online/describe`,
      headers: {
        "X-Auth-Token": `${this.businesslogic.$auth.live_token}`,
        "Content-Type": `application/json`,
      },
    })
  },
})

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.