name: object_webhooks
label: Object Webhook
description: 
fields:
  name:
    label: Name
    help: 
    description: 
  object_name:
    label: Object
    help: 
    description: 
  event:
    label: When to trigger
    help: 
    options:
      - label: The record has been created.
        value: create
      - label: The record has been updated.
        value: update
      - label: The record has been created or updated
        value: createAndUpdate
      - label: The record has been deleted.
        value: delete
    description: 
  condition:
    label: Admission conditions
    help: Specify access conditions to reduce the number of triggered executions. Minimizing the number of unnecessary executions will help save resources. If you create something that will be triggered when the record is updated, we recommend defining the admission conditions first. Then, for when to run for the updated record, select the option "Only when the updated record meets the condition requirements".
    description: 
  fields:
    label: Fields
    help: 
    description: If not configured, push all fields
  payload_url:
    label: Payload URL
    help: 
    description: 
  content_type:
    label: Format of Request
    help: 
    description: 
  active:
    label: Active
    help: 
    description: 
  space:
    label: Company
    help: 
    description: 
listviews:
  all:
    label: All Object Webhooks
