Originally posted by David List
Hey Legends,
I would super handy to have a job object:
quote_accepted: true/false
so many people asking me for this particular object whether it’s an API call or also Webhook.
Note: it would be also great if this were linked to proposals or even have a separate object for proposals as well.
Hi David,
Great news - you can actually achieve exactly what you’re looking for with our brand new Event-based Webhooks! You can subscribe to job.quote_accepted events using the Event Webhook Subscription endpoint, which includes proposals support.
Check out the Event Webhook Subscription API at https://developer.servicem8.com/reference/post_event_webhook_subscription - this allows you to subscribe to business events like job creation and completion. When the specified event occurs, a webhook will be sent to your callback URL with detailed event data.
The Webhooks API is now available and provides exactly the real-time quote acceptance notifications you and others have been requesting.
Thanks,
Cody
No way this is AWESOME! Thanks mate!
Thanks Cody, this is exactly what I’ve been hanging out for 
Quick one — I’ve already tried hitting the new Event Webhook Subscription endpoint and while POST /webhook_subscriptions/event returns a success response, GET /webhook_subscriptions comes back empty and no events are firing at my callback URL.
Looks like my account might not have been flagged for Event Webhooks yet. Any chance I can get early enablement on my tenant so I can start testing with job.quote_accepted, job.status_changed, and job.completed before the 18 Sept rollout?
Would be a huge help to validate my integration early and make sure I’m production-ready when this goes live. 