Create a new appointment and optionally link it to a related entity.
Create a new contact with optional account linkage and custom fields.
Create a new sales deal in Freshsales with optional contact, account, and custom field associations.
Delete an appointment by ID.
Create a new task in Freshsales. Tasks can be associated with contacts, accounts, or deals.
Find appointments with optional filters. Supports outputting as array, individual items, first item only, or CSV file.
Find deals by a specific view/filter. Returns a maximum of 100 deals per page. Supports outputting as array, individual items, first item only, or CSV file.
Find tasks with optional filters. Supports outputting as array, individual items, first item only, or CSV file.
Retrieve an appointment by ID.
Retrieve a contact by ID with optional embedded resources.
Retrieve a deal by ID with optional embedded resources.
Retrieves a list of all deal views available in Freshsales. Deal views are custom filtered views of deals. This component returns a maximum of 100 records per page.
Performs an arbitrary authorized API call to the Freshsales API.
Update an existing appointment by ID.
Update an existing contact by ID.
Update an existing deal by ID.
Update an existing task by ID.