Discussions
Webhooks: "Please specify an object for subscription"
8 months ago by Chris Pianto
I am trying to create a webhooks subscription in the api with the following body:
{
"object": "job",
"fields": "uuid,active,job_address,billing_address,status",
"callback_url": "my url"
}
I keep getting this response, even though I've specified the object:
{
"success": false,
"message": "Please specify an object for subscription"
}
I've tried varying job, Job, JOB, etc but same result. It's doing this for all object types.
Could I be doing something wrong?
Thank you.