← Keap (Infusionsoft) + Add to Calendar PRO integrations

Delete Event Group with Add to Calendar PRO API on New Invoice from Keap (Infusionsoft) API

Pipedream makes it easy to connect APIs for Add to Calendar PRO, Keap (Infusionsoft) and 3,000+ other apps remarkably fast.

Trigger workflow on
New Invoice from the Keap (Infusionsoft) API
Next, do this
Delete Event Group with the Add to Calendar PRO API
No credit card required
Intro to Pipedream
Watch us build a workflow
Watch us build a workflow
8 min
Watch now ➜

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo

Developers Pipedream

Getting Started

This integration creates a workflow with a Keap (Infusionsoft) trigger and Add to Calendar PRO action. When you configure and deploy the workflow, it will run on Pipedream's servers 24x7 for free.

  1. Select this integration
  2. Configure the New Invoice trigger
    1. Connect your Keap (Infusionsoft) account
  3. Configure the Delete Event Group action
    1. Connect your Add to Calendar PRO account
    2. Select a Group Pro Key
  4. Deploy the workflow
  5. Send a test event to validate your setup
  6. Turn on the trigger

Details

This integration uses pre-built, source-available components from Pipedream's GitHub repo. These components are 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.

Trigger

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

Keap (Infusionsoft) Overview

The Keap (Infusionsoft) API is a powerful tool that unlocks advanced customer relationship management, marketing automation, and sales features. It allows you to manage contacts, create and update customer records, send emails, set up marketing campaigns, and more, automating and integrating these processes within your business workflows. With Pipedream's serverless execution environment, you can harness this API to craft custom automations, trigger sequences based on specific actions, and connect Keap to a multitude of other apps and services, streamlining your sales and marketing efforts.

Trigger Code

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}`; }, }, }); 

Trigger Configuration

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.
LabelPropTypeDescription
Keap (Infusionsoft)infusionsoftappThis component uses the Keap (Infusionsoft) app.
N/Adb$.service.dbThis component uses $.service.db to maintain state between executions.
N/Ahttp$.interface.httpThis 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.

Trigger Authentication

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:

About Keap (Infusionsoft)

CRM, sales & marketing platform

Action

Description:Delete an event group. [See the documentation](https://docs.add-to-calendar-pro.com/api/groups#delete-a-group)
Version:0.0.3
Key:add_to_calendar_pro-delete-event-group

Action Code

import addToCalendarPro from "../../add_to_calendar_pro.app.mjs"; export default { key: "add_to_calendar_pro-delete-event-group", name: "Delete Event Group", description: "Delete an event group. [See the documentation](https://docs.add-to-calendar-pro.com/api/groups#delete-a-group)", version: "0.0.3", annotations: { destructiveHint: true, openWorldHint: true, readOnlyHint: false, }, type: "action", props: { addToCalendarPro, groupProKey: { propDefinition: [ addToCalendarPro, "groupProKey", ], }, }, async run({ $ }) { const response = await this.addToCalendarPro.deleteGroup({ $, groupProKey: this.groupProKey, }); $.export("$summary", "Successfully deleted event group."); return response; }, }; 

Action Configuration

This component may be configured based on the props defined in the component code. Pipedream automatically prompts for input values in the UI.

LabelPropTypeDescription
Add to Calendar PROaddToCalendarProappThis component uses the Add to Calendar PRO app.
Group Pro KeygroupProKeystringSelect a value from the drop down menu.

Action Authentication

Add to Calendar PRO uses API keys for authentication. When you connect your Add to Calendar PRO account, Pipedream securely stores the keys so you can easily authenticate to Add to Calendar PRO APIs in both code and no-code steps.

About Add to Calendar PRO

The fair Event Marketing and Sharing Tool

More Ways to Connect Add to Calendar PRO + Keap (Infusionsoft)

Create Event Group with Add to Calendar PRO API on New Invoice from Keap (Infusionsoft) API
Keap (Infusionsoft) + Add to Calendar PRO
 
Try it
Create Event Group with Add to Calendar PRO API on New Order from Keap (Infusionsoft) API
Keap (Infusionsoft) + Add to Calendar PRO
 
Try it
Create Event Group with Add to Calendar PRO API on New Payment from Keap (Infusionsoft) API
Keap (Infusionsoft) + Add to Calendar PRO
 
Try it
Create Event with Add to Calendar PRO API on New Invoice from Keap (Infusionsoft) API
Keap (Infusionsoft) + Add to Calendar PRO
 
Try it
Create Event with Add to Calendar PRO API on New Order from Keap (Infusionsoft) API
Keap (Infusionsoft) + Add to Calendar PRO
 
Try it
Create Event with Add to Calendar PRO API on New Payment from Keap (Infusionsoft) API
Keap (Infusionsoft) + Add to Calendar PRO
 
Try it
Create Landing Page Template with Add to Calendar PRO API on New Invoice from Keap (Infusionsoft) API
Keap (Infusionsoft) + Add to Calendar PRO
 
Try it
Create Landing Page Template with Add to Calendar PRO API on New Order from Keap (Infusionsoft) API
Keap (Infusionsoft) + Add to Calendar PRO
 
Try it
Create Landing Page Template with Add to Calendar PRO API on New Payment from Keap (Infusionsoft) API
Keap (Infusionsoft) + Add to Calendar PRO
 
Try it
Create RSVP Template with Add to Calendar PRO API on New Invoice from Keap (Infusionsoft) API
Keap (Infusionsoft) + Add to Calendar PRO
 
Try it
Create RSVP Template with Add to Calendar PRO API on New Order from Keap (Infusionsoft) API
Keap (Infusionsoft) + Add to Calendar PRO
 
Try it
Create RSVP Template with Add to Calendar PRO API on New Payment from Keap (Infusionsoft) API
Keap (Infusionsoft) + Add to Calendar PRO
 
Try it
Delete Event Group with Add to Calendar PRO API on New Order from Keap (Infusionsoft) API
Keap (Infusionsoft) + Add to Calendar PRO
 
Try it
Delete Event Group with Add to Calendar PRO API on New Payment from Keap (Infusionsoft) API
Keap (Infusionsoft) + Add to Calendar PRO
 
Try it
Delete Event with Add to Calendar PRO API on New Invoice from Keap (Infusionsoft) API
Keap (Infusionsoft) + Add to Calendar PRO
 
Try it
Delete Event with Add to Calendar PRO API on New Order from Keap (Infusionsoft) API
Keap (Infusionsoft) + Add to Calendar PRO
 
Try it
Delete Event with Add to Calendar PRO API on New Payment from Keap (Infusionsoft) API
Keap (Infusionsoft) + Add to Calendar PRO
 
Try it
Delete Landing Page Template with Add to Calendar PRO API on New Invoice from Keap (Infusionsoft) API
Keap (Infusionsoft) + Add to Calendar PRO
 
Try it
Delete Landing Page Template with Add to Calendar PRO API on New Order from Keap (Infusionsoft) API
Keap (Infusionsoft) + Add to Calendar PRO
 
Try it
Delete Landing Page Template with Add to Calendar PRO API on New Payment from Keap (Infusionsoft) API
Keap (Infusionsoft) + Add to Calendar PRO
 
Try it
New Invoice from the Keap (Infusionsoft) API

Emit new event for each new invoice See docs here

 
Try it
New Order from the Keap (Infusionsoft) API

Emit new event for each new order See docs here

 
Try it
New Payment from the Keap (Infusionsoft) API

Emit new event for each new payment See docs here

 
Try it
Event Deleted (Instant) from the Add to Calendar PRO API

Emit new event when a new event is deleted in the system

 
Try it
Event Group Deleted (Instant) from the Add to Calendar PRO API

Emit new event when a new event group is deleted in the system

 
Try it
Event Group Updated (Instant) from the Add to Calendar PRO API

Emit new event when a new event group is updated in the system

 
Try it
Event Updated (Instant) from the Add to Calendar PRO API

Emit new event when a new event is updated in the system

 
Try it
New Event Created (Instant) from the Add to Calendar PRO API

Emit new event when a new event is created in the system

 
Try it
New Event Group Created (Instant) from the Add to Calendar PRO API

Emit new event when a new event group is created in the system

 
Try it
New RSVP Answer (Instant) from the Add to Calendar PRO API

Emit new RSVP answer when a new RSVP answer is created in the system

 
Try it
RSVP Answer Updated (Instant) from the Add to Calendar PRO API

Emit new RSVP answer when a new RSVP answer is updated in the system

 
Try it
Create Order Item with the Keap (Infusionsoft) API

Add an item to an existing order See docs here

 
Try it
Create Payment with the Keap (Infusionsoft) API

Create or add a payment record See docs here

 
Try it
Get Company with the Keap (Infusionsoft) API

Retrieve details of a Company See docs here

 
Try it
Get Contact with the Keap (Infusionsoft) API

Retrieve details of a Contact See docs here

 
Try it
Create Event with the Add to Calendar PRO API

Create an event in a group. See the documentation

 
Try it
Create Event Group with the Add to Calendar PRO API

Create an event group. See the documentation

 
Try it
Create Landing Page Template with the Add to Calendar PRO API

Create a landing page template. See the documentation

 
Try it
Create RSVP Template with the Add to Calendar PRO API

Create an RSVP template. See the documentation

 
Try it
Delete Event with the Add to Calendar PRO API

Delete an event. See the documentation

 
Try it
Delete Event Group with the Add to Calendar PRO API

Delete an event group. See the documentation

 
Try it
Delete Landing Page Template with the Add to Calendar PRO API

Delete a landing page template. See the documentation

 
Try it
Delete RSVP Template with the Add to Calendar PRO API

Delete an RSVP template. See the documentation

 
Try it
Get Event with the Add to Calendar PRO API

Get an event. See the documentation

 
Try it
Get Event Group with the Add to Calendar PRO API

Get an event group. See the documentation

 
Try it
Get ICS Data with the Add to Calendar PRO API

Retrieve the ics file for a provided event to be typically used as an attachment within an email. See the documentation

 
Try it
Get Landing Page Template with the Add to Calendar PRO API

Get a landing page template. See the documentation

 
Try it
Get RSVP Template with the Add to Calendar PRO API

Get an RSVP template. See the documentation

 
Try it
Update Event with the Add to Calendar PRO API

Update an event in a group. See the documentation

 
Try it
Update Event Group with the Add to Calendar PRO API

Update an event group. See the documentation

 
Try it
Update Landing Page Template with the Add to Calendar PRO API

Update a landing page template. See the documentation

 
Try it
Update RSVP Template with the Add to Calendar PRO API

Update an RSVP template. See the documentation

 
Try it

Explore Other Apps

1
-
24
of
3,000+
apps by most popular

Node
Node
Anything you can do with Node.js, you can do in a Pipedream workflow. This includes using most of npm's 400,000+ packages.
Python
Python
Anything you can do in Python can be done in a Pipedream Workflow. This includes using any of the 350,000+ PyPi packages available in your Python powered workflows.
Notion
Notion
Notion is a new tool that blends your everyday work apps into one. It's the all-in-one workspace for you and your team.
OpenAI (ChatGPT)
OpenAI (ChatGPT)
OpenAI is an AI research and deployment company with the mission to ensure that artificial general intelligence benefits all of humanity. They are the makers of popular models like ChatGPT, DALL-E, and Whisper.
Anthropic (Claude)
Anthropic (Claude)
AI research and products that put safety at the frontier. Introducing Claude, a next-generation AI assistant for your tasks, no matter the scale.
Google Sheets
Google Sheets
Use Google Sheets to create and edit online spreadsheets. Get insights together with secure sharing in real-time and from any device.
Telegram
Telegram
Telegram, is a cloud-based, cross-platform, encrypted instant messaging (IM) service.
Google Drive
Google Drive
Google Drive is a file storage and synchronization service which allows you to create and share your work online, and access your documents from anywhere.
HTTP / Webhook
HTTP / Webhook
Get a unique URL where you can send HTTP or webhook requests
Google Calendar
Google Calendar
With Google Calendar, you can quickly schedule meetings and events and get reminders about upcoming activities, so you always know what’s next.
Schedule
Schedule
Trigger workflows on an interval or cron schedule.
Pipedream Utils
Pipedream Utils
Utility functions to use within your Pipedream workflows
Shopify
Shopify
Shopify is a complete commerce platform that lets anyone start, manage, and grow a business. You can use Shopify to build an online store, manage sales, market to customers, and accept payments in digital and physical locations.
Supabase
Supabase
Supabase is an open source Firebase alternative.
MySQL
MySQL
MySQL is an open-source relational database management system.
PostgreSQL
PostgreSQL
PostgreSQL is a free and open-source relational database management system emphasizing extensibility and SQL compliance.
AWS
AWS
Premium
Amazon Web Services (AWS) offers reliable, scalable, and inexpensive cloud computing services.
Twilio SendGrid
Twilio SendGrid
Premium
Send marketing and transactional email through the Twilio SendGrid platform with the Email API, proprietary mail transfer agent, and infrastructure for scalable delivery.
Amazon SES
Amazon SES
Amazon SES is a cloud-based email service provider that can integrate into any application for high volume email automation
Klaviyo
Klaviyo
Premium
Klaviyo unifies your data, channels, and AI agents in one platform—text, WhatsApp, email marketing, and more—driving growth with every interaction.
Zendesk
Zendesk
Premium
Zendesk is award-winning customer service software trusted by 200K+ customers. Make customers happy via text, mobile, phone, email, live chat, social media.
ServiceNow
ServiceNow
Premium
Beta
The smarter way to workflow
Slack
Slack
Slack is the AI-powered platform for work bringing all of your conversations, apps, and customers together in one place. Around the world, Slack is helping businesses of all sizes grow and send productivity through the roof.
Microsoft Teams
Microsoft Teams
Microsoft Teams has communities, events, chats, channels, meetings, storage, tasks, and calendars in one place.