Create event
The Salesforce REST API Create Event tool enables users to seamlessly create and manage events within their Salesforce CRM environment, enhancing productivity and organization.
Features
- Create events with precise date and time settings, including all-day events.
- Specify multiple invitees by providing Contact or Lead IDs in JSON format.
- Add detailed event descriptions up to 32,000 characters to capture full context.
- Set event duration and location to streamline scheduling and logistics.
- Access advanced properties for comprehensive event management when enabled.
Benefits
- Streamlines event creation directly through Salesforce API integration.
- Enhances communication by accurately managing attendees and event details.
- Saves time with automated event scheduling and detailed configurations.
- Improves organization by tracking event duration, location, and comprehensive descriptions.
- Offers flexibility with advanced settings for tailored event management workflows.
Description
Creates an event. See the documentation
IMPORTANT: The arguments have specific formats. Please follow the instructions below:
- AcceptedEventInviteeIds: Return JSON in this format: string[]
Parameters
8 parameters
| Name | Type | Description |
|---|---|---|
| AcceptedEventInviteeIds | string[] | One or more Contact or Lead IDs who accepted this event. |
| ActivityDaterequired | string | The date/time ( |
| Description | string | A text description of the event. Limit: 32,000 characters. |
| DurationInMinutes | integer | The event length in minutes. |
| EndDateTime | string | The date/time when the event ends. |
| IsAllDayEvent | boolean | Whether the event is an all-day event. |
| Location | string | The location of the event. |
| useAdvancedProps | boolean | Set to true to see all available props for this object. |