resthooks.org outlines two confirmation flows. “Instant Confirmation” and “Delayed Confirmation”
http://resthooks.org/docs/security/
Due to my server-less, ecosystem, I an unable to use the “Instant Confirmation” (Option 1 in the resthooks.org doc)
Hence I am trying to get get “Delayed Confirmation” to work.
The “Delayed Confirmation” (Option 2 in reshooks.org doc) is returning 404’s
Original question was posted as a reply to a different thread and thought it might be buried and /or warrants a dedicated thread related to “Delayed Confirmation” flow, so re-asking here.
My Original Post is here:
The gist is:
How can we use the “Delayed Confirmation” flow (aka Option 2 in resthooks.org) with InfusionSoft ?
or has anyone got “Delayed Confirmation” to actually work ?
I call the /hooks/{id}/activate
endpoint with the Id, returned in the original Create Subscription POST, and I dig out the Hook-Secret from PostBin. So it seems like I am following the resthooks.org documentation (which InfusionSoft pointed me to.)
Thanks in advance.