Add the name and tags of a run, and the id of the model to the payload of webhooks.
complete
Jurriaan Persyn
The payload of webhooks by the Timefold Platform now contains:
{
"id": "<the-id-of-the-run>",
"status": "SOLVING_COMPLETED", // See OpenAPI spec's `SolvingStatus` for all possible options
"outputLink": "https://...", // Link to the API where you can fetch the run's output
"runLink": "https://...", // Link to the API where you can fetch details about the run itself
}
Ideally it also contains:
- the name of the run
- the tags assigned to the run
- the id of the model
This is useful for deciding which actions to take.
Log In
Jurriaan Persyn
complete
We’re excited to let you know that this feature is now live as part of our v0.33.0 release. 🎉
Thank you for sharing your feedback — it helps us make Timefold even better for you.
To start using the feature, see https://feedback.timefold.ai/changelog/webhook-improvements-fsr-technician-costs-optimization-and-more-v0330 for more details. If you have any questions or further suggestions, feel free to reach out!
Jurriaan Persyn
VP Product
Jurriaan Persyn
under review