Asana · Schema

RuleTriggerResponse

CollaborationProductivityProject ManagementProjectsTask ManagementTasksWorkflow

Properties

Name Type Description
message string Message providing more detail about the result
View JSON Schema on GitHub

JSON Schema

asana-ruletriggerresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RuleTriggerResponse",
  "title": "RuleTriggerResponse",
  "type": "object",
  "properties": {
    "message": {
      "description": "Message providing more detail about the result",
      "type": "string",
      "example": "Successfully saved the payload and ran the rule"
    }
  }
}