Create the project
Start in an empty directory and sign in to Automate.ax:Write the automation
Openautomations/example.automation.ts and replace it with:
automations/example.automation.ts
automationgives the automation a name.onHttpRequestcreates the web endpoint that starts it.respondToHttpRequestsends a response back to the caller.tbuilds a string from values that arrive when the automation runs.
request.requestId addresses the response to that exact request and makes Automate.ax wait for it automatically.
Deploy it
Typecheck the project:.automate/deployment.md.
Run it
Read the HTTP trigger URL from the deployment manifest and call it:Connect integrations
- Browse the Integrations section in Reference, or open Slack, Google Sheets, or Linear directly.
- Use multiple accounts from the same service when a project needs separate identities.
- Call an external API when packaged actions don’t cover the operation.