Explain /create a command with an example.
The Create command extracts information from natural language text to create records.Examples: - ‘/create an important meeting with John Smith tomorrow at 11 AM for one hour’ will create an event with name and time.
This will create an Event with the following auto-filled values:
- Activity Type - Meeting
- Contact Name - John Smith
- Start Time - 11 AM
- End Time - 12 PM
- Priority - Important
- ‘/create a $100k Opportunity related to John Smith for opening a new coffee shop, and close the deal by 15th Aug this year.’
This will create an Event with the following auto-filled values: - Activity Type - Opportunity
- Contact Name - John Smith
- Event - Coffee shop
- Close Deal - 15th Aug