Schedule a POST request

Hi, We are trying to send a POST request in order to retrieve token from an external service and we would like to schedule this to run every thirty minutes. Now, we see an error where Appfarm service schedule tells us that “The chosen Endpoint does not support GET method. Only Endpoints supporting GET method can be run using a Schedule.”.
Screenshot 2023-09-19 at 13.50.04
So the question to the community, can we schedule a POST request to run on a schedule?

Hi,

it seems the solution here is to setup a GET endpoint in Appfarm.
When the schedule calls the GET endpoint the process action that is run should contain a web request action node that uses a POST request to the external API/service.
Does that solve your case? :slight_smile:

3 Likes

Hi,

Yes that actually solved it. Thanks.

2 Likes