Question

Getting:  Failed to create a request in Webhooks by Zapier Error (HTTP Status Code: 500)

  • 25 February 2024
  • 3 replies
  • 46 views

Getting: 

Failed to create a request in Webhooks by Zapier

Error (HTTP Status Code: 500)
here is the payload in postman:
 

 


3 replies

Userlevel 7
Badge +14

Hi @Epicore 

For us to have more context, post screenshots with how the rest of your step (method, URL) is configured along with the encountered error and link to the API docs that you are referencing to configure the POST.

These are the screenshots, I am not referencing to any api docs but this is how the json payload is supposed to pass:
​{
    "name": "testB",
    "desc": "(minimum equipment required ) (build incredible physique and raw strength)",
     "image": "Calisthenics.jpg",
     "class_type": "Virtual",
     "category_id": "",
     "media": "",
     "trainer_id": "",
     "start_date": "2024-02-25 11:00",
     "duration": 60,
     "program_id": "",
     "category": "Indoor, Outdoor",
     "is_available": 1,
     "is_free": 1,
     "booked_slots": 0,
     "location": "Live"
}

 

Userlevel 7
Badge +14

@Epicore 

If you are not referencing any API docs, then where did the URL field value come from?

 

Reply