Guess I'm doing something wrong, since I followed this example
https://www.matillion.com/resources/blog/webhook-post-component-now-available-in-matillion-etl-release-1-48
This is the webhook json code :
{
"text": "** {{pv_jobname}} ble kjørt ferdig med følgende info:** \n \n \n Status: {{pv_status}} \n Tid: {{pv_duration}}. "
}
Exporting system data to job variables.
Then get the variable values and put them in payload variables:
This is the result:
The job variables does not seem to get any values. Any tips to what I’m doing wrong?