Retro-action upon server response

Hi!
I would like kong to make an API call to an external server once it receives a given HTTP response from the upstream server.
I was wondering if kong is able to do that basically ? (I didn’t see such feature in the documentation)
If not, may be a plugin can do that ? (I didn’t see any neither)
Thanks for your help!
Best regards
JP

Use Kong serverless post-function to check upstream response status then use HTTP library to call external API

1 Like