Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
I deployed a job on talend cloud and when I run it, it fails with the below error.
and the artifacts screenshots from talend cloud
there were 2 context variables in the job but only one in the artifact (
resource_webhook_payload isn't assigned any value as that is used to receive the payload while making the http post
to Webhooks URL).
Im making the http post using node.js on lambda like this
request.post('https://webhooks.us.cloud.talend.com/webhookparam/xxxxxxx, {
json: {
resource_webhook_payload: 'thisIsTheParameterBeingPassed'
}
}, (error, res, body) => {
if (error) {
console.error(error)
return
}
console.log(`statusCode: ${res.statusCode}`)
console.log(body)
})
the trigger happens but the job fails
Does something seem not right in my job?
appreciate any input
Hello,
Sorry for our silence. We have redirected your cloud issue to our PMs and experts and then come back to you as soon as we can.
Thanks for your time.
Best regards
Sabrina
Hello,
Great it is fixed. Thanks for your sharing your solution on community.
Best regards
Sabrina