Skip to main content
Server path: /attio | Type: Application | PCID required: Yes

Tools

ToolDescription
attio_create_commentsCreate a comment
attio_create_filesCreate a folder
attio_create_listsCreate a list
attio_create_lists_list_entriesCreate an entry (add record to list)
attio_create_meetingsFind or create a meeting
attio_create_meetings_meeting_id_call_recordingsCreate call recording
attio_create_notesCreate a note
attio_create_objectsCreate an object
attio_create_objects_object_recordsCreate a record
attio_create_target_identifier_attributesCreate an attribute
attio_create_target_identifier_attributes_attribute_optionsCreate a select option
attio_create_target_identifier_attributes_attribute_statusesCreate a status
attio_create_tasksCreate a task
attio_create_webhooksCreate a webhook
attio_delete_comments_comment_idDelete a comment
attio_delete_files_file_idDelete a file
attio_delete_lists_list_entries_entry_idDelete a list entry
attio_delete_meetings_meeting_id_call_recordings_call_recording_idDelete call recording
attio_delete_notes_note_idDelete a note
attio_delete_objects_object_records_record_idDelete a record
attio_delete_tasks_task_idDelete a task
attio_delete_webhooks_webhook_idDelete a webhook
attio_get_comments_comment_idGet a comment
attio_get_files_file_idGet a file
attio_get_files_file_id_downloadDownload a file
attio_get_lists_listGet a list
attio_get_lists_list_entries_entry_idGet a list entry
attio_get_meetings_meeting_idGet a meeting
attio_get_meetings_meeting_id_call_recordings_call_recording_idGet call recording
attio_get_meetings_meeting_id_call_recordings_call_recording_id_transcriptGet call transcript
attio_get_notes_note_idGet a note
attio_get_objects_objectGet an object
attio_get_objects_object_records_record_idGet a record
attio_get_selfIdentify
attio_get_target_identifier_attributes_attributeGet an attribute
attio_get_tasks_task_idGet a task
attio_get_threads_thread_idGet a thread
attio_get_webhooks_webhook_idGet a webhook
attio_get_workspace_members_workspace_member_idGet a workspace member
attio_list_filesList files
attio_list_listsList all lists
attio_list_lists_list_entries_entry_id_attributes_attribute_valuesList attribute values for a list entry
attio_list_lists_list_viewsList views for list
attio_list_meetingsList meetings
attio_list_meetings_meeting_id_call_recordingsList call recordings
attio_list_notesList notes
attio_list_objectsList objects
attio_list_objects_object_records_record_id_attributes_attribute_valuesList record attribute values
attio_list_objects_object_records_record_id_entriesList record entries
attio_list_objects_object_viewsList views for object
attio_list_target_identifier_attributesList attributes
attio_list_target_identifier_attributes_attribute_optionsList select options
attio_list_target_identifier_attributes_attribute_statusesList statuses
attio_list_tasksList tasks
attio_list_threadsList threads
attio_list_webhooksList webhooks
attio_list_workspace_membersList workspace members
attio_query_lists_list_entries_queryList entries
attio_query_objects_object_records_queryList records
attio_search_objects_records_searchSearch records
attio_update_lists_listUpdate a list
attio_update_lists_list_entries_entry_idUpdate a list entry (append multiselect values)
attio_update_objects_objectUpdate an object
attio_update_objects_object_records_record_idUpdate a record (append multiselect values)
attio_update_target_identifier_attributes_attributeUpdate an attribute
attio_update_target_identifier_attributes_attribute_options_optionUpdate a select option
attio_update_target_identifier_attributes_attribute_statuses_statusUpdate a status
attio_update_tasks_task_idUpdate a task
attio_update_webhooks_webhook_idUpdate a webhook
attio_upsert_lists_list_entriesUpsert a list entry by parent
attio_upsert_lists_list_entries_entry_idUpdate a list entry (overwrite multiselect values)
attio_upsert_objects_object_recordsUpsert a record
attio_upsert_objects_object_records_record_idUpdate a record (overwrite multiselect values)

attio_create_comments

Create a comment Parameters:
ParameterTypeRequiredDefaultDescription
dataobjectYesThe data value

attio_create_files

Create a folder Parameters:
ParameterTypeRequiredDefaultDescription
bodyobjectYesRequest body

attio_create_lists

Create a list Parameters:
ParameterTypeRequiredDefaultDescription
dataobjectYesThe data value

attio_create_lists_list_entries

Create an entry (add record to list) Parameters:
ParameterTypeRequiredDefaultDescription
liststringYesThe UUID or slug identifying the list that the created list entry should belong to.
dataobjectYesThe data value

attio_create_meetings

Find or create a meeting Parameters:
ParameterTypeRequiredDefaultDescription
dataobjectYesThe data value

attio_create_meetings_meeting_id_call_recordings

Create call recording Parameters:
ParameterTypeRequiredDefaultDescription
meeting_idstringYesThe ID of the meeting this recording belongs to.
dataobjectYesThe data value

attio_create_notes

Create a note Parameters:
ParameterTypeRequiredDefaultDescription
dataobjectYesThe data value

attio_create_objects

Create an object Parameters:
ParameterTypeRequiredDefaultDescription
dataobjectYesThe data value

attio_create_objects_object_records

Create a record Parameters:
ParameterTypeRequiredDefaultDescription
objectstringYesThe UUID or slug identifying the object the created record should belong to.
dataobjectYesThe data value

attio_create_target_identifier_attributes

Create an attribute Parameters:
ParameterTypeRequiredDefaultDescription
targetstringYesWhether the attribute is to be created on an object or a list.
identifierstringYesA UUID or slug to identify the object or list the attribute belongs to.
dataobjectYesThe data value

attio_create_target_identifier_attributes_attribute_options

Create a select option Parameters:
ParameterTypeRequiredDefaultDescription
targetstringYesWhether the attribute is on an object or a list.
identifierstringYesA UUID or slug to identify the object or list the select attribute belongs to.
attributestringYesA UUID or slug to identify the attribute to create a select option on.
dataobjectYesThe data value

attio_create_target_identifier_attributes_attribute_statuses

Create a status Parameters:
ParameterTypeRequiredDefaultDescription
targetstringYesWhether the attribute is on an object or a list.
identifierstringYesA UUID or slug to identify the object or list the status attribute belongs to.
attributestringYesA UUID or slug to identify the attribute the status will belong to.
dataobjectYesThe data value

attio_create_tasks

Create a task Parameters:
ParameterTypeRequiredDefaultDescription
dataobjectYesThe data value

attio_create_webhooks

Create a webhook Parameters:
ParameterTypeRequiredDefaultDescription
dataobjectYesThe data value

attio_delete_comments_comment_id

Delete a comment Parameters:
ParameterTypeRequiredDefaultDescription
comment_idstringYesThe ID of the comment to delete.

attio_delete_files_file_id

Delete a file Parameters:
ParameterTypeRequiredDefaultDescription
file_idstringYesA UUID which identifies the file to delete.

attio_delete_lists_list_entries_entry_id

Delete a list entry Parameters:
ParameterTypeRequiredDefaultDescription
liststringYesA UUID or slug identifying the list the entry is in.
entry_idstringYesA UUID identifying the entry to delete.

attio_delete_meetings_meeting_id_call_recordings_call_recording_id

Delete call recording Parameters:
ParameterTypeRequiredDefaultDescription
meeting_idstringYesThe ID of the meeting this call recording belongs to.
call_recording_idstringYesThe ID of the call recording to delete.

attio_delete_notes_note_id

Delete a note Parameters:
ParameterTypeRequiredDefaultDescription
note_idstringYesA UUID which identifies the note to delete.

attio_delete_objects_object_records_record_id

Delete a record Parameters:
ParameterTypeRequiredDefaultDescription
objectstringYesThe UUID or slug of the object the record belongs to.
record_idstringYesThe UUID of the record to delete.

attio_delete_tasks_task_id

Delete a task Parameters:
ParameterTypeRequiredDefaultDescription
task_idstringYesThe ID of the task to delete.

attio_delete_webhooks_webhook_id

Delete a webhook Parameters:
ParameterTypeRequiredDefaultDescription
webhook_idstringYesA UUID identifying the webhook to delete.

attio_get_comments_comment_id

Get a comment Parameters:
ParameterTypeRequiredDefaultDescription
comment_idstringYesA UUID which identifies the comment.

attio_get_files_file_id

Get a file Parameters:
ParameterTypeRequiredDefaultDescription
file_idstringYesA UUID which identifies the file entry.

attio_get_files_file_id_download

Download a file Parameters:
ParameterTypeRequiredDefaultDescription
file_idstringYesFile Id

attio_get_lists_list

Get a list Parameters:
ParameterTypeRequiredDefaultDescription
liststringYesA UUID or slug to identify the list.

attio_get_lists_list_entries_entry_id

Get a list entry Parameters:
ParameterTypeRequiredDefaultDescription
liststringYesA UUID or slug identifying the list the entry is in.
entry_idstringYesA UUID identifying the entry.

attio_get_meetings_meeting_id

Get a meeting Parameters:
ParameterTypeRequiredDefaultDescription
meeting_idstringYesA UUID which identifies the meeting.

attio_get_meetings_meeting_id_call_recordings_call_recording_id

Get call recording Parameters:
ParameterTypeRequiredDefaultDescription
meeting_idstringYesThe ID of the meeting this recording belongs to.
call_recording_idstringYesThe ID of the call recording to retrieve.

attio_get_meetings_meeting_id_call_recordings_call_recording_id_transcript

Get call transcript Parameters:
ParameterTypeRequiredDefaultDescription
meeting_idstringYesThe ID of the meeting.
call_recording_idstringYesThe ID of the call recording to get the transcript for.
cursorstringNoA cursor for pagination through transcript segments. Use the next_cursor from the previous response to get the next page of speech segments within this transcript.

attio_get_notes_note_id

Get a note Parameters:
ParameterTypeRequiredDefaultDescription
note_idstringYesA UUID which identifies the note.

attio_get_objects_object

Get an object Parameters:
ParameterTypeRequiredDefaultDescription
objectstringYesA UUID or slug to identify the object.

attio_get_objects_object_records_record_id

Get a record Parameters:
ParameterTypeRequiredDefaultDescription
objectstringYesA UUID or slug identifying the object that the record belongs to.
record_idstringYesA UUID identifying the record.

attio_get_self

Identify

attio_get_target_identifier_attributes_attribute

Get an attribute Parameters:
ParameterTypeRequiredDefaultDescription
targetstringYesWhether the attribute is on an object or a list.
identifierstringYesA UUID or slug to identify the object or list the attribute belongs to.
attributestringYesA UUID or slug to identify the attribute.

attio_get_tasks_task_id

Get a task Parameters:
ParameterTypeRequiredDefaultDescription
task_idstringYesThe ID of the task.

attio_get_threads_thread_id

Get a thread Parameters:
ParameterTypeRequiredDefaultDescription
thread_idstringYesA UUID which identifies the thread.

attio_get_webhooks_webhook_id

Get a webhook Parameters:
ParameterTypeRequiredDefaultDescription
webhook_idstringYesA UUID which identifies the webhook.

attio_get_workspace_members_workspace_member_id

Get a workspace member Parameters:
ParameterTypeRequiredDefaultDescription
workspace_member_idstringYesA UUID to identify the workspace member.

attio_list_files

List files Parameters:
ParameterTypeRequiredDefaultDescription
objectstringYesThe object slug or ID.
record_idstringYesUsed to filter files to only those on a specific record.
storage_providerstringNoFilter results by storage provider.
parent_folder_idstringNoFilter by parent folder ID. Each file entry has provided optioanl parent_folder_id that can be used to filter results by folder. When omitted, entries at all nesting levels are returned.
limitintegerNoThe maximum number of files to return. Must be between 1 and 200. Defaults to 50.
cursorstringNoA pagination cursor used to fetch the next page of files. Responses with more files will include a cursor for you to use here. If not provided, the first page will be returned.

attio_list_lists

List all lists

attio_list_lists_list_entries_entry_id_attributes_attribute_values

List attribute values for a list entry Parameters:
ParameterTypeRequiredDefaultDescription
liststringYesA UUID or slug identifying the list the entry is in.
entry_idstringYesA UUID identifying the entry.
attributestringYesA UUID or slug to identify the attribute you want to query values on.
show_historicbooleanNoIf true, the endpoint will return all historic values for the attribute. If false, the endpoint will only return the currently active value(s). Defaults to false. Can only be set to true for attributes which support historic data; the endpoint will throw if set to true for non-historic attributes.
limitintegerNoThe maximum number of results to return. See the full guide to pagination here.
offsetintegerNoThe number of results to skip over before returning. See the full guide to pagination here.

attio_list_lists_list_views

List views for list Parameters:
ParameterTypeRequiredDefaultDescription
liststringYesA UUID or slug to identify the list.
show_archivedbooleanNotrue to include archived views. See our archiving guide for more information on archiving.
limitintegerNoThe maximum number of views to return. Must be between 1 and 1000. Defaults to 500.
cursorstringNoA pagination cursor from a previous response’s pagination.next_cursor. Omit for the first page.

attio_list_meetings

List meetings Parameters:
ParameterTypeRequiredDefaultDescription
limitintegerNoThe maximum number of meetings to return. Must be between 1 and 200. Defaults to 50.
cursorstringNoA pagination cursor used to fetch the next page of meetings. Responses with more meetings will include a cursor for you to use here. If not provided, the first page will be returned.
linked_objectstringNoThe object to filter meetings by. Must be a valid object slug or ID. If provided, linked_record_id must also be provided.
linked_record_idstringNoUsed to filter meetings to only those values that include a specific linked record. Must be a valid record ID. If provided, linked_object must also be provided.
participantsstringNoA comma-separated list of emails to filter meetings by. If provided, meetings will be filtered to only include meetings that include at least one of the provided emails as participants.
sortstringNoThe order in which to sort the meetings. Defaults to start_asc.
ends_fromstringNoUse ends_from to filter meetings to only those that end after the specified timestamp. ends_from is inclusive, meaning that meetings that end at the exact timestamp will be included in results. When evaluating all-day meetings, we filter results from the perspective of a specific timezone (see timezone for more information).
starts_beforestringNoUse starts_before to filter meetings to only those that start before the specified timestamp. starts_before is exclusive, meaning that meetings that start at the exact timestamp will not be included in results. When evaluating all-day meetings, we filter results from the perspective of a specific timezone (see timezone for more information).
timezonestringNoThe timezone to use when filtering meetings using ends_from and starts_before. Defaults to UTC. This property has no effect for non-all-day meetings.

attio_list_meetings_meeting_id_call_recordings

List call recordings Parameters:
ParameterTypeRequiredDefaultDescription
meeting_idstringYesThe ID of the meeting to list call recordings for.
limitintegerNoThe maximum number of results to return. Defaults to 50 with a maximum of 200.
cursorstringNoA cursor for pagination. Use the next_cursor from the previous response to get the next page of results.

attio_list_notes

List notes Parameters:
ParameterTypeRequiredDefaultDescription
limitintegerNoThe maximum number of results to return. The default is 10 and the maximum is 50. See the full guide to pagination here.
offsetintegerNoThe number of results to skip over before returning. The default is 0. See the full guide to pagination here.
parent_objectstringNoThe slug or ID of the parent object the notes belong to.
parent_record_idstringNoThe ID of the parent record the notes belong to.

attio_list_objects

List objects

attio_list_objects_object_records_record_id_attributes_attribute_values

List record attribute values Parameters:
ParameterTypeRequiredDefaultDescription
objectstringYesA UUID or slug to identify the object the record belongs to.
record_idstringYesA UUID to identify the record you want to query values on.
attributestringYesA UUID or slug to identify the attribute you want to query values on.
show_historicbooleanNoIf true, the endpoint will return all historic values for the attribute. If false, the endpoint will only return the currently active value(s). Defaults to false. Cannot be set to true for COMINT attributes or enriched attributes on people/company objects.
limitintegerNoThe maximum number of results to return. See the full guide to pagination here.
offsetintegerNoThe number of results to skip over before returning. See the full guide to pagination here.

attio_list_objects_object_records_record_id_entries

List record entries Parameters:
ParameterTypeRequiredDefaultDescription
objectstringYesA UUID or slug identifying the object that the record belongs to.
record_idstringYesA UUID identifying the record.
limitintegerNoThe maximum number of results to return. The default is 100 and the maximum is 1000. See the full guide to pagination here.
offsetintegerNoThe number of results to skip over before returning. The default is 0. See the full guide to pagination here.

attio_list_objects_object_views

List views for object Parameters:
ParameterTypeRequiredDefaultDescription
objectstringYesA UUID or slug to identify the object.
show_archivedbooleanNotrue to include archived views. See our archiving guide for more information on archiving.
limitintegerNoThe maximum number of views to return. Must be between 1 and 1000. Defaults to 500.
cursorstringNoA pagination cursor from a previous response’s pagination.next_cursor. Omit for the first page.

attio_list_target_identifier_attributes

List attributes Parameters:
ParameterTypeRequiredDefaultDescription
targetstringYesWhether the attributes are on an object or a list.
identifierstringYesA UUID or slug to identify the object or list the attributes belong to.
limitintegerNoThe maximum number of results to return. See the full guide to pagination here.
offsetintegerNoThe number of results to skip over before returning. See the full guide to pagination here.
show_archivedbooleanNoWhether archived attributes should be included in the results. See the full guide to archiving here.

attio_list_target_identifier_attributes_attribute_options

List select options Parameters:
ParameterTypeRequiredDefaultDescription
targetstringYesWhether the attribute is on an object or a list.
identifierstringYesA UUID or slug to identify the object or list the select attribute belongs to.
attributestringYesA UUID or slug to identify the attribute you want to list select options on.
show_archivedbooleanNotrue if you want the results to include archived select options.

attio_list_target_identifier_attributes_attribute_statuses

List statuses Parameters:
ParameterTypeRequiredDefaultDescription
targetstringYesWhether the attribute is on an object or a list.
identifierstringYesA UUID or slug to identify the object or list the status attribute belongs to.
attributestringYesA UUID or slug to identify the attribute you want to list statuses on.
show_archivedbooleanNotrue if you want the results to include archived statuses. See our archiving guide for more information on archiving.

attio_list_tasks

List tasks Parameters:
ParameterTypeRequiredDefaultDescription
limitintegerNoThe maximum number of results to return. Defaults to 500. See the full guide to pagination here.
offsetintegerNoThe number of results to skip over before returning. Defaults to 0. See the full guide to pagination here.
sortstringNoOptionally sort the results. “created_at:asc” returns oldest results first, “created_at:desc” returns the newest results first. “completed_at:asc” and “completed_at:desc” sort by completion time. With “completed_at:asc”, incomplete tasks (no completion date) appear first, followed by completed tasks oldest-first. With “completed_at:desc”, completed tasks appear first (newest-first), followed by incomplete tasks. To exclude incomplete tasks, filter by is_completed. If unspecified, defaults to “created_at:asc” (oldest results first).
linked_objectstringNoPass a value to this parameter to filter results to only those tasks that contain the specified record in the linked_records property of the task. This parameter should identify the object that the linked record belongs to. For example, if filtering to tasks that link to a specific person record, this parameter should be people. If provided, linked_record_id must also be provided.
linked_record_idstringNoPass a value to this parameter to filter results to only those tasks that contain the specified record in the linked_records property of the task. This parameter should contain the record ID of the linked record. If provided, linked_object must also be provided.
assigneestringNoFilter tasks by workspace member assignees. Workspace members can be referenced by either their email address or ID. Pass an empty value or the string null to find tasks with no assignee.
is_completedbooleanNoFilter tasks by whether they have been completed. By default, both completed and non-completed tasks are returned. Specify true to only return completed tasks, or false to only return non-completed tasks.

attio_list_threads

List threads Parameters:
ParameterTypeRequiredDefaultDescription
record_idstringNoUse this parameter to filter to threads on a specific record. Must be passed with object.
objectstringNoUse this parameter to filter to threads on a specific record. Must be passed with record_id. Accepts either a slug or an ID.
entry_idstringNoUse this parameter to filter to threads on a specific entry. Must be passed with list.
liststringNoUse this parameter to filter to threads on a specific entry. Must be passed with entry_id. Accepts either a slug or an ID.
limitintegerNoThe maximum number of results to return. The default is 10 and the maximum is 50. See the full guide to pagination here.
offsetintegerNoThe number of results to skip over before returning. The default is 0. See the full guide to pagination here.

attio_list_webhooks

List webhooks Parameters:
ParameterTypeRequiredDefaultDescription
limitintegerNoThe maximum number of results to return, between 10 and 100, defaults to 10. See the full guide to pagination here.
offsetintegerNoThe number of results to skip over before returning, defaults to 0. See the full guide to pagination here.

attio_list_workspace_members

List workspace members

attio_query_lists_list_entries_query

List entries Parameters:
ParameterTypeRequiredDefaultDescription
liststringYesA UUID or slug to identify the list to retrieve entries from.
filterobjectNoAn object used to filter results to a subset of results. Cannot be used together with filter_view_id. See the full guide to filtering and sorting here.
filter_view_idstringNoUUID of a saved view on this object or list. When set, results are filtered using that view’s filter configuration. Cannot be used together with filter. Note: sorts, limits, and offsets are applied independently and are not taken from the view. All attributes are returned regardless of which attributes are visible in the view.
limitnumberNoThe maximum number of results to return. Defaults to 500. See the full guide to pagination here.
offsetnumberNoThe number of results to skip over before returning. Defaults to 0. See the full guide to pagination here.
sortsany[]NoAn object used to sort results. See the full guide to filtering and sorting here.

attio_query_objects_object_records_query

List records Parameters:
ParameterTypeRequiredDefaultDescription
objectstringYesA UUID or slug to identify the object to list records for.
filterobjectNoAn object used to filter results to a subset of results. Cannot be used together with filter_view_id. See the full guide to filtering and sorting here.
filter_view_idstringNoUUID of a saved view on this object or list. When set, results are filtered using that view’s filter configuration. Cannot be used together with filter. Note: sorts, limits, and offsets are applied independently and are not taken from the view. All attributes are returned regardless of which attributes are visible in the view.
limitnumberNoThe maximum number of results to return. Defaults to 500. See the full guide to pagination here.
offsetnumberNoThe number of results to skip over before returning. Defaults to 0. See the full guide to pagination here.
sortsany[]NoAn object used to sort results. See the full guide to filtering and sorting here.

Search records Parameters:
ParameterTypeRequiredDefaultDescription
limitnumberNoThe maximum number of results to return. Defaults to 25.
objectsstring[]YesSpecifies which objects to filter results by. At least one object must be specified. Accepts object slugs or IDs.
querystringYesQuery string to search for. An empty string returns a default set of results.
request_asobjectYesSpecifies the context in which to perform the search. Use ‘workspace’ to return all search results or specify a workspace member to limit results to what one specific person in your workspace can see.

attio_update_lists_list

Update a list Parameters:
ParameterTypeRequiredDefaultDescription
liststringYesA UUID or slug to identify the list to update.
dataobjectYesThe data value

attio_update_lists_list_entries_entry_id

Update a list entry (append multiselect values) Parameters:
ParameterTypeRequiredDefaultDescription
liststringYesA UUID or slug of the list the list entry belongs to.
entry_idstringYesA UUID of the list entry to update.
dataobjectYesThe data value

attio_update_objects_object

Update an object Parameters:
ParameterTypeRequiredDefaultDescription
objectstringYesA UUID or slug to identify the object.
dataobjectYesThe data value

attio_update_objects_object_records_record_id

Update a record (append multiselect values) Parameters:
ParameterTypeRequiredDefaultDescription
objectstringYesA UUID or slug of the object the record belongs to.
record_idstringYesA UUID of the record to update.
dataobjectYesThe data value

attio_update_target_identifier_attributes_attribute

Update an attribute Parameters:
ParameterTypeRequiredDefaultDescription
targetstringYesWhether the attribute is on an object or a list.
identifierstringYesA UUID or slug to identify the object or list the attribute belongs to.
attributestringYesA UUID or slug to identify the attribute.
dataobjectYesThe data value

attio_update_target_identifier_attributes_attribute_options_option

Update a select option Parameters:
ParameterTypeRequiredDefaultDescription
targetstringYesWhether the attribute is on an object or a list.
identifierstringYesA UUID or slug to identify the object or list the select attribute belongs to.
attributestringYesA UUID or slug to identify the select attribute.
optionstringYesA UUID or select option title to identify the select option you would like to update.
dataobjectYesThe data value

attio_update_target_identifier_attributes_attribute_statuses_status

Update a status Parameters:
ParameterTypeRequiredDefaultDescription
targetstringYesWhether the attribute is on an object or a list.
identifierstringYesA UUID or slug to identify the object or list the status attribute belongs to.
attributestringYesA UUID or slug to identify the attribute to update the status on.
statusstringYesA UUID or status title to identify the status to update.
dataobjectYesThe data value

attio_update_tasks_task_id

Update a task Parameters:
ParameterTypeRequiredDefaultDescription
task_idstringYesThe ID of the task to update.
dataobjectYesThe data value

attio_update_webhooks_webhook_id

Update a webhook Parameters:
ParameterTypeRequiredDefaultDescription
webhook_idstringYesA UUID which identifies the webhook.
dataobjectYesThe data value

attio_upsert_lists_list_entries

Upsert a list entry by parent Parameters:
ParameterTypeRequiredDefaultDescription
liststringYesA UUID or slug of the list the list entry belongs to.
dataobjectYesThe data value

attio_upsert_lists_list_entries_entry_id

Update a list entry (overwrite multiselect values) Parameters:
ParameterTypeRequiredDefaultDescription
liststringYesA UUID or slug of the list the list entry belongs to.
entry_idstringYesA UUID of the list entry to update.
dataobjectYesThe data value

attio_upsert_objects_object_records

Upsert a record Parameters:
ParameterTypeRequiredDefaultDescription
objectstringYesA UUID or slug to identify the object the record should belong to.
matching_attributestringYesThe ID or slug of the attribute to use to check if a record already exists. The attribute must be unique.
dataobjectYesThe data value

attio_upsert_objects_object_records_record_id

Update a record (overwrite multiselect values) Parameters:
ParameterTypeRequiredDefaultDescription
objectstringYesA UUID or slug of the object the record belongs to.
record_idstringYesA UUID of the record to update.
dataobjectYesThe data value