External Automation

{
  "id": "your-id-here",
  "description": "Optional description of the automation.",
  "name": "Automation Name",
  "platform": "make"
}

Attributes

  • id (string): A unique identifier for the external automation

  • name (string): A name to help identify the external automation

  • description (string): A description to help better clarify the automation's objective.

  • platform (enum: 'make'): The platform where the external automation is created.

Last updated