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 Like

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

Hi, I think
{
“ID”: “1”
}