Hi Everyone,
So I am trying to get a hook subscription setup. The create works fine and I get a key back.
I’ve coded an api that infusionsoft can post to for verification. This API returns a response message with the body content as {"key":"10"}
(10 being the key provided at create post) and then I include the header X-Hook-Secret with the value the same as what infusionsoft posts.
Is this all I need? I still can’t get the status of my hook to verify.
Thanks