Project Management & Team Communication
Trigger your workflow on one or more days each month at a specific time (with timezone support).
Trigger your workflow on one or more days each week at a specific time (with timezone support).
Emit new event when a comment is created. See the docs here
Publishes a comment to the select recording. See the docs here
Creates a line in the Campfire for the selected project. See the docs here
Publishes a message in the project and message board selected. See the docs here
Creates a todo in the project and message board selected. See the docs here
Using the Basecamp API, you can build applications that:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
basecamp: {
type: "app",
app: "basecamp",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://launchpad.37signals.com/authorization.json`,
headers: {
Authorization: `Bearer ${this.basecamp.$auth.oauth_access_token}`,
},
})
},
})
With Schedule - A trigger provided by Pipedream - You can easily build
automated workflows that run on regular times or intervals. Some examples of
things that you can build using the Schedule API include: