Create Timeline Item
create_timeline_itemCreate a new timeline item on an existing item with a custom activity, title, timestamp, and optional details like summary, location, or URL.
Instructions
Create a new timeline item in the E&A app
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | The ID of the item to create the new timeline item on | |
| custom_activity_id | Yes | The ID of the custom activity for the timeline item | |
| title | Yes | The title of the new timeline item | |
| summary | No | The summary of the new timeline item (max 255 characters) | |
| content | No | The content of the new timeline item | |
| timestamp | Yes | The creation time of the new timeline item in ISO8601 format (e.g., 2024-06-06T18:00:30Z) | |
| start_timestamp | No | The start time of the timeline item in ISO8601 format | |
| end_timestamp | No | The end time of the timeline item in ISO8601 format | |
| location | No | The location to add to the new timeline item | |
| phone | No | The phone number to add to the new timeline item | |
| url | No | The URL to add to the new timeline item |