Onvo Documentation
APIs
Automations
Put:Create Automation

Create automation

PUT
/
api
/
automations

Authorizations

x-api-key
string
headerrequired

Response

200 - application/json

The response is of type object.

{
    "id": "fc07e473-e83e-4f8c-ab80-ae14d83a41ba",
    "created_at": "2024-01-24T16:02:28.215923+00:00",
    "last_updated_at": "2024-01-24T16:02:28.215923+00:00",
    "created_by": "5899f99d-a449-4bfa-8769-19c097aaf1f5",
    "last_run_at": null,
    "next_run_at": null,
    "title": "API datasource test",
    "description": "A sample description",
    "dashboard": "c5d37456-a042-4177-ab5f-69563f07937d",
    "output_format": "link",
    "schedule": "",
    "recipient_type": "internal",
    "email_format": "This is an automation from Onvo",
    "email_subject": "This is an automation from Onvo",
    "recipients": [],
    "team": "ee5b08c6-5167-4425-bbc3-a746fe4a7ead",
    "enabled": false,
    "last_updated_by": null,
    "timezone": "Asia/Calcutta"
}