Adding Multiple Activities to a Person - Single Call?

Hi There,

Is there a way to add multiple activities to a person with a single API call?

Scenario:
When a new person is created we want to schedule out our standard 45 day research & contact cadence (~12 activities).
We’d like to be able to do this in a single call vs building a queue and making 12 API POSTS.

Thanks!
-Ed

As of right now, no unfortunately not, but Bulk endpoints are something we’re looking at for the future to help reduce the amount of calls made.

In the meantime, you could try using Webhooks to help out.

Thanks, David.

Can you explain how webhooks could help out in this scenario? We’re receiving the added.person hook which is how we know when to create the events. But it sounds like you’re suggesting there is something else we could be doing?

thanks,
-Ed

Hi Ed,

Please dismiss, I was working on two things at a time and mixed them up. I will still keep you informed if/when bulk calls become an option.