No Basecamp Get Project By ID Action
Status: Open · Asked by Nicholas Seetaram on · 0 views
I have my Basecamp IDs stored in a Google Sheet I would like to retrieve the todo lists from the projects but in order to do that i require the todoset ID and that can only be gotten by getting the project details first.
Any help will be appreciated.
Hey @Nicholas Seetaram,
Please share your workflow with us at the provided email address so that we can gain a better understanding of your issue.
Email: arshil.ahmad@pabbly.com
Also, remember to revoke access once your query has been resolved.
Attaching a video for your reference:
Hi @ArshilAhmad,
I have shared the workflow with the email address provided.
Below is a loom video link of the issue I'm experiencing.
We'll try adding the Basecamp: Get Project Details action event as soon as possible and get back to you.
@ArshilAhmad
Is it also possible for you to implement their webhooks api?
https://github.com/basecamp/bc3-api/blob/master/sections/webhooks.md
A use case for this is to allow us to add webhooks to projects after they have been created with the create project or create project from template step. Instead of having us add the webhooks manually to every new project.
Hi @ArshilAhmad,I have shared the workflow with the email address provided.
Below is a loom video link of the issue I'm experiencing.
As per your request, we have added Basecamp: Get Project by ID as an Action Event.

Is it also possible for you to implement their webhooks api?A use case for this is to allow us to add webhooks to projects after they have been created with the create project or create project from template step. Instead of having us add the webhooks manually to every new project.
Can you please elaborate on what you mean by implementing Webhooks API and adding Webhooks to projects after they have been created?
Can you please elaborate on what you mean by implementing Webhooks API and adding Webhooks to projects after they have been created?
Their Webhooks API allows you to specifiy a webhook to be fired on certain events but this is set for each project.
I have another workflow in pabbly that uses a webhook trigger to listen for the todo event in that i would like to add to all basecamp projects, I will have to add this web hook manually for my existing basecamp projects.
What i would like to achieve is the ability to add the webhook automatically to the project as i have 3rd workflow that creates the project when a form is filled out. I want to add this same webhook to all projects.
Please let me know if that helps.
As per your request, we have added Basecamp: Get Project by ID as an Action Event.
Thank you, that was extremely fast ?
Their Webhooks API allows you to specifiy a webhook to be fired on certain events but this is set for each project.I have another workflow in pabbly that uses a webhook trigger to listen for the todo event in that i would like to add to all basecamp projects, I will have to add this web hook manually for my existing basecamp projects.
What i would like to achieve is the ability to add the webhook automatically to the project as i have 3rd workflow that creates the project when a form is filled out. I want to add this same webhook to all projects.
Please let me know if that helps.
I will discuss the possibility with my team, and will get back to you on this.
Their Webhooks API allows you to specifiy a webhook to be fired on certain events but this is set for each project.I have another workflow in pabbly that uses a webhook trigger to listen for the todo event in that i would like to add to all basecamp projects, I will have to add this web hook manually for my existing basecamp projects.
What i would like to achieve is the ability to add the webhook automatically to the project as i have 3rd workflow that creates the project when a form is filled out. I want to add this same webhook to all projects.
Please let me know if that helps.
Unfortunately, we cannot retrieve several projects for the same To-Do list using Webhooks, making this use case unattainable.

@ArshilAhmad i think you misunderstood this endpoint allows us to be able to add a webhook to the project by ID if we are able to get an action with the fields to send the webhook we want to add and the types of events we want to fire the webhook for this should work.
Attached is an image of all the types of events basecamp can fire a webhook for

Hey @Nicholas Seetaram,
It would be really helpful if you could share a short video with us that describes your use case, so that we can better understand it and test its feasibility.