Rest Hook Event Subscription

Hi All,

My question is regarding Rest Hook Event subscription. I subscribed contact.edit and few other events with successful verification to the provided hookUrl.

Now, how to listen to any changes/edits in the contact? Does infusion soft makes a post to the same hookUrl? If yes, how does request body looks like?

Thanks,
Alok

Each event returns a json formatted array of contacts with an array of the record id’s in question. So you don’t get the record itself, but rather the contact id and the record id, which you then will have to use to pull the full record data with.