Create or update a timeline event in v3

We are thinking to migrate API from v1 to v3.

Do we have silimer V3 API for Create or update a timeline event like we have in V1?

https://legacydocs.hubspot.com/docs/methods/companies/search_companies_by_domain

Yes @S_Das

You can take a look at this doc: Accounts Dashboard | HubSpot

To create and update your CRM API time events.

Let me know if you have any followup questions.
If my post was helpful in addressing your query, Support the community by indicating it as the solution.

Thank you Jigar.

I do tried to use this timeline API but its bit confusing for me.

For old API Accounts Dashboard | HubSpot we used to pass application id in API url like https://api.hubapi.com/integrations/v1/application_id/timeline/event

and we pass required paramaters as

{

id :

eventTypeId:

email:

}

In new timepline event API call I unable to link this fields. Can you please help me with sample API call with paramaters?