App
Basecamp
Trigger
New To-Do Item Created
https://github.com/basecamp/bc3-api/blob/master/sections/webhooks.md
Do you have a workaround?
This could be implemented by calling the API to get the To-DO item, and pull the Due on, Description, or attachments needed.
Additional context
User wants to build a workflow that matches this description:
Hello Tyler,
I tried Pipedream to automate the creation of Jira Support Tickets from the creation of Basecamp To-dos, but necessary fields are not available with the Create Todo trigger: Due on, Description, or attachments.
Looking at Basecamp API. these fields are labeled as optional
https://github.com/basecamp/bc3-api/blob/master/sections/todos.md#create-a-to-do
So modifying the New To-Do Item Created trigger to include required fields is needed.
Is it possible to return Due On, Description, and Attachments in the Trigger's payload?