DocsReferenceEvent Types

Event Types

All events emitted by the event bus. Use these as automation triggers.

EventPayload Fields
task.createdtaskId, title, description, status, priority
task.updatedtaskId, title, status, priority
task.deletedtaskId, title
note.creatednoteId, title
note.updatednoteId, title
note.deletednoteId, tabId, title
page.createdtabId, label, type
page.content_updatedtabId, label, type, contentLength
page.deletedtabId, label, type
spreadsheet.columns_addedtabId, columnCount, columnIds, columnNames
spreadsheet.rows_addedtabId, rowCount, rowIds
spreadsheet.row_updatedtabId, rowId, changedColumns
spreadsheet.row_deletedtabId, rowId, rowIndex
html_artifact.createdtabId, artifactId, title, revision
html_artifact.updatedtabId, artifactId, title, revision, sourceHash, sanitized, removedCount
html_artifact.restoredtabId, artifactId, title, revision, restoredFromRevision
html_artifact.deletedtabId, artifactId, title
html_artifact.visibility_changedtabId, artifactId, title, previousVisibility, visibility, artifactVersion
email.sentto, subject, resendId
email.failedto, subject, error
webhook.receivedwebhookId, action, body
webhook.firedurl, event, status
schedule.firedactionId, actionName, success, result
schedule.created / updated / paused / resumed / deletedactionId, name, schedule, scheduleType, actionType, status, nextRunAt
timer.created / cancelledtimerId, label, fireAt, actionType, status
timer.firedtimerId, label, actionType
memory.storedcontent, category
document.readydocumentId, fileName, chunkCount
agent_message.senttoAgentId, messageId
agent_message.receivedfromAgentId, messageId
agent_message.responded / response_receivedmessageId, fromAgentId/toAgentId, responsePreview, responseLength
custom_http.write_completedtoolId, toolName, method, origin, pathname, status, ok
automation.created / updated / status_changed / deletedautomationId, name, triggerEvent, actionCount, isActive
slack.reaction_addedchannel, ts, reaction
gdrive.file_movedfileId, destinationFolderId
gsheets.range_clearedspreadsheetId, range
notion.searchedquery, resultCount
notion.page_createdpageId, title, parentType
notion.page_updatedpageId, updatedProperties
notion.database_querieddatabaseId, resultCount
notion.blocks_appendedpageId, blockCount
slack.message_sentchannel, ts, threadTs
slack.topic_setchannel, topic
gcal.event_createdeventId, title, start, end
gcal.event_updatedeventId, updatedFields
gcal.event_deletedeventId
gdrive.file_createdfileId, name, type
gdrive.file_deletedfileId
gsheets.spreadsheet_createdspreadsheetId, title
gsheets.data_writtenspreadsheetId, range, rowCount
gsheets.rows_appendedspreadsheetId, rowCount
image.generatedassetId, name, provider, model, prompt

Template Variables

Access payload fields in automation configs: {{event.title}}, {{event.status}}, {{event.taskId}}, etc.