This is a pre-built, source-available component from Pipedream's GitHub repo. The component is developed by Pipedream and the community, and verified and maintained by Pipedream.
To contribute an update to an existing component or create a new component, create a PR on GitHub. If you're new to Pipedream component development, you can start with quickstarts for trigger span and action development, and then review the component API reference.
New Invoice on Keap (Infusionsoft)
Description:Emit new event for each new **invoice** [See docs here](https://developer.infusionsoft.com/docs/rest/#tag/REST-Hooks)
Version:0.0.1
Key:infusionsoft-new-invoice
import { defineSource } from "@pipedream/types";
import common from "../common.mjs";
export default defineSource({
...common,
name: "New Invoice",
description: "Emit new event for each new **invoice** [See docs here](https://developer.infusionsoft.com/docs/rest/#tag/REST-Hooks)",
key: "infusionsoft-new-invoice",
version: "0.0.1",
type: "source",
methods: {
...common.methods,
getHookType() {
return "invoice.add";
},
getSummary({ id }) {
return `Invoice ID ${id}`;
},
},
});
This component may be configured based on the props defined in the component code. Pipedream automatically prompts for input values in the UI and CLI.
| Label | Prop | Type | Description |
|---|
| Keap (Infusionsoft) | infusionsoft | app | This component uses the Keap (Infusionsoft) app. |
| N/A | db | $.service.db | This component uses $.service.db to maintain state between executions. |
| N/A | http | $.interface.http | This component uses $.interface.http to generate a unique URL when the component is first instantiated. Each request to the URL will trigger the run() method of the component. |
Keap (Infusionsoft) uses OAuth authentication. When you connect your Keap (Infusionsoft) account, Pipedream will open a popup window where you can sign into Keap (Infusionsoft) and grant Pipedream permission to connect to your account. Pipedream securely stores and automatically refreshes the OAuth tokens so you can easily authenticate any Keap (Infusionsoft) API.
Pipedream requests the following authorization scopes when you connect your account:
CRM, sales & marketing platform