Automation Call webhook payload

Example Automation webhook payload.

Automation webhook payloads

The following webhook example payload is sent to your webhook URL when the Call webhook Action is used in an Automation.

automationCreated payload

This webhook is triggered when the Call webhook Action is used in an Automation.

{
  "auto_id": "c389706e-3a5f-4230-a2aa-cdea3dc1e4cc:main",
  "trigger_id": "40dd6192-91d7-4f3e-b55f-605297c77bb7",
  "date": "2025-04-16T23:49:06.457Z",
  "payload": {
    "id": "868djdyr0",
    "name": "HookMe!",
    "content": "{\"ops\":[{\"insert\":\"\\n\",\"attributes\":{\"block-id\":\"block-5569f3f6-74bd-4320-a736-795368e860ce\"}}]}",
    "lower_text_content": null,
    "lower_name": "hookme!",
    "html_content": null,
    "text_content": "",
    "content_size": "none",
    "sprint_points": null,
    "coverimage": null,
    "priority": null,
    "personal_priority": [],
    "draft_uuid": null,
    "custom_id": null,
    "custom_type": null,
    "status_id": "p90113664978_MfslpaDU",
    "workspace_id": "36226098",
    "subcategory": "901110236848",
    "direct_parent": null,
    "root_parent": null,
    "merged_to": null,
    "subtask_sort": null,
    "subtask_sort_dir": null,
    "reccurence": {
      "v1": {
        "recurring": false,
        "recur_type": null,
        "recur_next": null,
        "recur_new_status": null,
        "recur_due_date": null,
        "recur_data": null,
        "recur_rule": null,
        "recur_task": null,
        "recur_skip_missed": false,
        "recur_on_status": null,
        "recur_on": null,
        "recur_copy_original": false,
        "recur_time": false,
        "recur_immediately": false,
        "recur_until": null,
        "recur_dst": null,
        "recur_tz_offset": null,
        "recur_tz": null,
        "recur_daily": false,
        "recur_ignore_today": false
      },
      "v2": {
        "set_time": false,
        "create_new_task": false,
        "periodically": false,
        "simple_settings": false,
        "ignore_weekends": false,
        "recur_on_schedule": false
      }
    },
    "privacy": {
      "private": false,
      "public": false,
      "public_token": null,
      "public_permission_level": null,
      "public_fields": null,
      "public_share_expires_on": null,
      "public_sharing": false,
      "seo_optimized": false,
      "made_public_by": null,
      "made_public_time": null
    },
    "templating": {
      "template": false,
      "original_subcat": null,
      "template_name": null,
      "team_id": null,
      "template_field_ids": null,
      "permanent_template_id": null,
      "visibility": null
    },
    "states": {
      "is_archived": false,
      "is_deleted": false,
      "is_encrypted": false
    },
    "time_mgmt": {
      "is_summary_task": false,
      "start_date": null,
      "start_date_time": false,
      "date_closed": null,
      "date_created": "1744847344168",
      "date_updated": "1744847344168",
      "due_date": null,
      "due_date_time": false,
      "date_deleted": null,
      "date_active": null,
      "date_unstarted": null,
      "date_done": null,
      "date_delegated": null,
      "time_estimate": null,
      "time_estimate_string": null,
      "time_spent": null,
      "sent_due_date_notif": false,
      "duration": {},
      "duration_is_elapsed": false
    },
    "checklists": [],
    "ownership": {
      "created_by_email": null,
      "owner": 54098740,
      "creator": 54098740,
      "deleted_by": null,
      "source": "user",
      "delegator": null,
      "form_id": null,
      "merged_to": null
    },
    "subtask_ids": [],
    "tags": [],
    "fields": [],
    "lists": [
      {
        "list_id": "901110236848",
        "type": "home"
      }
    ],
    "users": [
      {
        "userid": 54098740,
        "type": "watcher"
      },
      {
        "userid": 54098740,
        "type": "owner"
      },
      {
        "userid": 54098740,
        "type": "creator"
      }
    ],
    "groups": [],
    "related_tasks": [],
    "related_tasks_count": {
      "dependsOn": 0,
      "dependedBy": 0
    },
    "attachments": [],
    "docs": [],
    "_version_vector": {
      "workspace_id": 36226098,
      "object_type": "task",
      "object_id": "868djdyr0",
      "vector": [
        {
          "master_id": 11,
          "version": 1744847344213000,
          "deleted": false
        }
      ]
    }
  }
}