Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to trigger a talend job in cloud using webhooks url and trying to pass context parameters being used in job as below.
curl $WEBHOOKS_URL -X POST -H "content-type: application/json" -d "
{
"parameters": {
"sourcetable": "test",
}
}"
But job is not able to pickup these parameters from this curl command.
Any idea how can we resolve this?
Hi,
Can you share the job design?
Are you picking up the Webhook parameters with the correct context variable name? resource_webhook_payload
Thanks
David