Cron-Job.org integration with appsheet

Hello Community, 

 

For the users who use CronJob to interact with appsheet API, I was messing around with Cron-Job.org but failed to call an appsheet data action from there. Even though same action was successfully called using postman .

I used the URL that i always use to call the API whether in call a webhook via appsheet or postman. 
In the advanced section, I selected POST and in the response body i used the a json format to call the action but the error i got was error 415 Unsupported Media Type: 

{
"Action": "Test",
"Properties": {},
"Rows": [
{
"ID": 1
}
]
}

Thanks for any tips here. 

1 2 257
2 REPLIES 2

My cronjob successfully executed with status 200 OK but I don't see the action work.

hhoanganh_0-1726626020827.pnghhoanganh_1-1726626146193.pnghhoanganh_2-1726626258847.png

 

 

Hi, I think 
{
"ID": "1"
}

Top Labels in this Space