Timeline item
The Emails & Activities app (E&A) is a useful tool that enables monday.com CRM customers to manage client communication in one centralized location. Each contact is logged and tracked in the app’s timeline for easy access to important details and updates.
Queries
You can use the timeline_item query to retrieve timeline data via the API.
- Returns an array containing metadata about newly created items in the E&A timeline
- Can only be queried directly at the root; can’t be nested within another query
Arguments
You can use the following argument to reduce the number of results returned in your timeline_item query.
Fields
You can use the following fields to specify what information your timeline_item query will return.
Mutations
The API allows you to create and delete timeline items using the following mutations.
Create timeline item
The create_timeline_item mutation creates a new timeline item in the E&A app via the API. You can specify which fields to return in the mutation response.
Please note that currently, this is the only way you can retrieve a timeline item’s ID. It is not possible to retrieve it from the UI.
Timeline items created via the API won’t trigger automations that run when a new E&A timeline item is created.
Arguments
You can use the following arguments to define the new timeline item’s characteristics.
Delete timeline item
The delete_timeline_item mutation deletes a timeline item in the E&A app via the API. You can specify which fields to return in the mutation response.
Arguments
You can use the following argument to define which timeline item to delete.