Bulk Import API Callback

Hey all,

I am using the the Bulk Import API and everything for importing works as expected. However, I can’t seem to capture the callback data.

I created a callback page to grab any data that hits it and log it to a file. Based on testing, it seem like the callback isn’t even firing from AC’s side.

Before I bang my head even more, I was wondering if anyone out there can confirm they are able to receive and parse the callback?

Thanks in advance!

D

I just tried updating a couple of contacts to see if it is working
I used https://webhook.site/ to grab the callback and it worked (I didn’t tried parsing it though)

Awesome. Thanks for confirming.

webhook.site is a great find. That helped me debug waaaaay more efficiently.

Got it working now. I appreciate it.

Cheers!