Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
pratikhetan
Contributor
Contributor

Trigger Talend Job using webhooks url which is using context paramters

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?

Labels (7)
1 Reply
David_Beaty
Specialist
Specialist

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