-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Description
attio
URLs
Webhook Sources
new-list-entry-instant
Prompt
Emit new event when a record, like person, company, or deal, is added to a list. Props required: list id.
URLs
new-record-created-instant
Prompt
Emit new event when new record, such as person, company or deal gets created. Props required: record type.
URLs
record-updated-instant
Prompt
Emit new event when values on a record, like person, company or deal, get updated. Props required: record id, record type, and attributes to monitor.
URLs
Actions
create-update-record
Prompt
Creates or updates a specific record such as a person or a deal. If the record already exists, it's updated. Otherwise, a new record is created. Required props include 'record type' and 'record ID'. An optional prop could be 'record attribute'.
URLs
create-note
Prompt
Creates a new note for a given record. The note will be linked to the specified record. Required props are 'note content' and 'record ID'. An optional prop could be 'note title'.
URLs
delete-list-entry
Prompt
Deletes an existing entry from a specific list. The targeted list entry will be removed. Required props are 'list ID' and 'entry ID'. There are no optional props for this action.
URLs
Metadata
Metadata
Assignees
Labels
Type
Projects
Status