What do you want to automate

with Slack and Pitchlane?

Prompt, edit and deploy AI agents that connect to Slack, Pitchlane and 3,000+ other apps in seconds.

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
Add Emoji Reaction with Slack API on New Video Created (Instant) from Pitchlane API
Pitchlane + Slack
 
Try it
Add Emoji Reaction with Slack API on New Video First Viewed (Instant) from Pitchlane API
Pitchlane + Slack
 
Try it
Add Emoji Reaction with Slack API on New Video Rendered (Instant) from Pitchlane API
Pitchlane + Slack
 
Try it
Approve Workflow with Slack API on New Video Created (Instant) from Pitchlane API
Pitchlane + Slack
 
Try it
Approve Workflow with Slack API on New Video First Viewed (Instant) from Pitchlane API
Pitchlane + Slack
 
Try it
New Video Created (Instant) from the Pitchlane API

Emit new event when a video is created in Pitchlane. See the documentation

 
Try it
New Video First Viewed (Instant) from the Pitchlane API

Emit new event when a video is first viewed in Pitchlane. See the documentation

 
Try it
New Video Rendered (Instant) from the Pitchlane API

Emit new event when a video is rendered in Pitchlane. See the documentation

 
Try it
New Channel Created (Instant) from the Slack API

Emit new event when a new channel is created.

 
Try it
New Interaction Events (Instant) from the Slack API

Emit new events on new Slack interactivity events sourced from Block Kit interactive elements, Slash commands, or Shortcuts

 
Try it
Add Emoji Reaction with the Slack API

Add an emoji reaction to a message. See the documentation

 
Try it
Create Campaign Video with the Pitchlane API

Creates a new video for a campaign. See the documentation

 
Try it
Approve Workflow with the Slack API

Suspend the workflow until approved by a Slack message. See the documentation

 
Try it
Get Campaign Schemas with the Pitchlane API

Retrieve the variable schema and lead schema mapping for a specific campaign. See the documentation

 
Try it
Archive Channel with the Slack API

Archive a channel. See the documentation

 
Try it
Integrate the Slack API with the Pitchlane API
Setup the Slack API trigger to run a workflow which integrates with the Pitchlane API. Pipedream's integration platform allows you to integrate Slack and Pitchlane remarkably fast. Free for developers.

Overview of Slack

The Pipedream app for Slack enables you to build event-driven workflows that interact with the Slack API. Once you authorize the app's access to your workspace, you can use Pipedream workflows to perform common Slack actions or write your own code against the Slack API.

The Pipedream app for Slack is not a typical app. You don't interact with it directly as a bot, and it doesn't add custom functionality to your workspace out of the box. It makes it easier to automate anything you'd typically use the Slack API for, using Pipedream workflows.

  • Automate posting updates to your team channels
  • Create a bot to answer common questions
  • Integrate with your existing tools and services
  • And much more!

Connect Slack

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    slack_v2: {
      type: "app",
      app: "slack_v2",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://slack.com/api/users.profile.get`,
      headers: {
        Authorization: `Bearer ${this.slack_v2.$auth.oauth_access_token}`,
      },
    })
  },
})

Overview of Pitchlane

The Pitchlane API enables users to automate and integrate media planning and buying processes. This API can streamline the creation, management, and optimization of advertising campaigns across various channels. By utilizing Pitchlane within Pipedream, users can connect their media planning tools with other business systems (like CRM, analytics, or communication platforms), automate repetitive tasks, and orchestrate complex workflows that respond to real-time data changes.

Connect Pitchlane

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: {
    pitchlane: {
      type: "app",
      app: "pitchlane",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://app.pitchlane.com/api/public/v1/campaigns`,
      headers: {
        "accept": `application/json`,
        "X-API-Key": `${this.pitchlane.$auth.api_key}`,
      },
    })
  },
})

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