Hi there. I'm looking for a little direction.
I was trying to use Zapier to update a CATS candidate with a Google calendar confirmation using the custom code feature and got this message
Failed to create a request in Webhooks by Zapiertype must not be empty. (HTTP Status Code: 400)
{
"type": "meeting",
"regarding_id": null,
"notes": "1. Summary: ZOOM- ProFile B…up candidate name",
"date": "2023-10-18T15:55:05.000Z"
}
Then I tried it in Postman request below, and I got a 400 ERROR
{
"type": "meeting",
"regarding_id": null,
"notes": "Confirmed for October 26, 9:40am",
"date": "2023-10-18T15:55:05.000Z"
}
RESPONSE
{
"message": "Resource not found."
}