Hi All,
I'm struggling to capture the http response coming from execution of an action block.
Is there any way to store it in a separate index?
"actions": {
"my_webhook": {
"webhook": {
"method": "post",
"scheme": "https",
"host": "testhost.com",
"path": "/objects",
"port": 443,
"headers": {
"Content-Type": "application/json"
},
"body": """{"uuid": "ctx.payload.uuid","rCode": "{{ctx.payload.key}}", "status": "activated"}"""
}
}
}
Please help. Also do let me know if you need any further details.
Kind regards,
Souvik