Searching for an activity by subject

The Pipedrive Zapier App supports searching for an activity by subject, including a partial match. I don’t see this feature documented anywhere on the API reference. How is this accomplished?

Thanks!

Hi @Keegan_Morrison,

What Zapier actual does is create a Filter to match the search term so it’s not a “real” Search.
It works as an occasional solution, but isn’t a good example to go for if you need to do it often as it will create a new Filter in the account each time.

I see, thanks for the clarification. For now we will take in an Id of a person, deal, org etc and get all associated activities, then loop through and find a match on subject. Not efficient at all, so hopefully we will get an activity search endpoint soon.

1 Like