What problem does it solve?
It helps you create, edit, and deploy Skedulo Pulse automations when the JSON schema, trigger/action vocabulary, and JSONata Step Functions quirks cause errors or broken behavior.
Core Features & Use Cases
- Automation authoring with the correct REST payload shape for POST/PUT to the automation-service, including triggers, workflow.definition, and status handling.
- Trigger and action vocabulary guidance for objectModified automations, including how to craft non-empty filters and choose valid actions via /automations/actions or the OpenAPI surface.
- Debugging for 400/500 automation-service failures by applying a documented checklist of required schema/resource/JSONata fixes that make automations load successfully.
- Workflow construction patterns using Step Functions ASL with Choice branching and JSONata expressions referencing $trigger.current/$trigger.previous and task results.
Quick Start
Ask the skill to generate a disabled automation JSON for a Jobs Update trigger that filters on UID != null and posts selected fields to an external HTTPS endpoint using the http action, including the JSONata variables and the correct action resource format.