-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[TRIGGER] Hubspot New Notes and New Tasks #15161
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Also want to note that it will be very important to be able to specify an object type. For example, being able to trigger a Pipedream workflow with a new note or new task on a custom HubSpot object record. |
You're allowed to add multiple triggers to one workflow, would that work? |
Yes, that should work then since we could use the "New or Updated Custom Object" AND "New Notes / New Task". |
Hi everyone, all test cases are passed! Ready for release! Test report |
Describe the event source. What app is this for, and what event does the trigger correspond to?
Hubspot notes and tasks are engagement types. But since the New Engagement trigger searches for all engagements, it's not efficient for a user that only needs a specific type.
Request for these two triggers:
Optional prop:
Created After - emit notes created after a specified UNIX or ISO 8601 timestamp.
(API field
hs_timestamp
, not to be confused with pagination fieldafter
)Additional notes:
limit
count to reduce pagination requests.Please provide a link to the relevant API docs for the specific service / operation this trigger is tied to.
The text was updated successfully, but these errors were encountered: