External Link Callback
Header parameters
referencestringRequired
A reference to be passed as a header. This value is also required in the body section, please refer accordingly for the description.
Body
resultstringRequiredExample:
Used to evaluate success or failure in Flow and can be any value you wish to return for evaluation
successreferencestringOptional
A unique hash generated by Flow based on SessionID and SourceID that allows us to identify the user's session. This value is automatically appended as a query parameter on external links and should be intercepted and returned with the callback for validation (in header and body): e.g. https://www.example.com?reference=f7_4hn5=8f&%#nK=
Responses
200
Successfully validated the response and returned data appended to matched session.
400
A bad/invalid reference was returned and the session could not be matched
post
/callbackNo content
Last updated