Hi team
I have a scheduled custom job which runs every hour.
I am getting a json response from another url.
So my qes is can I send the response data to another rest end point under the sane server?
My job is getting data from url called:
Https//world link.com
my job is running in this url:
Https://Myjira.com//customJobs/jiraJob.....
My rest end point url is :
Https//Myjira.com//custom//restendpoint//pushtoEndpoint....
So what I am saying is I want to push the response I got from job to the rest end point I have created under same environment.
Is that possible?