Required. A list of the meeting attendees’ email addresses, excluding the meeting owner. Maximum 100 addresses.
endDate
string
The end date in ISO date-time format for when to stop looking for available meeting time slots.
limitPerDay
string
The maximum number of meeting time slots to find for a given date. Default value is 1.
meetingDescription
string
A description of the scheduled meeting.
meetingName
string
The name of the scheduled meeting. Default value is “Meeting with attendee”.
meetingOwnerId
string
The ID of the Salesforce Inbox user who owns the meeting. If no owner is specified, the ID of the current user is used.
metadataOrchestrationId
string
The ID of this action’s orchestration. The ID can be an Action Cadence Step Tracker or other orchestration. The ID associates the meeting with the Action Cadence Step Tracker used by the agent to engage with the target.
metadataTargetId
string
The target record ID associated with a lead, contact, or person account. This ID typically belongs to the attendee and is used to connect the meeting with the Action Cadence Step Tracker used by the agent to engage with the target.
numberOfTimeSlots
string
The maximum number of meeting time slots to look for. Default value is 3.
startDate
string
The start date in ISO date-time format for when to begin looking for available meeting time slots.
timeZone
string
The TimeZoneSidKey used to look up available meeting time slots. When not specified, the value is the same TimeZoneSidKey as the Meeting Owner.
Outputs
Output
Type
Description
epochTimes
string
The epoch time values in milliseconds corresponding to the available time slots.
meetingRequestId
string
The ID of the meeting request associated with the group of generated time slots. Use this ID with the Confirm Sales Meeting action to book a time slot.
outputErrorCode
string
The error code returned by the Get Available Meeting Times action.
outputErrorMessage
string
The error message returned by the Get Available Meeting Times action.
timeSlots
string
The list of available time slots for booking a meeting from the Salesforce Inbox user’s calendar.
This invocable action queries the user’s calendar and returns available meeting times based on the specified criteria. After retrieving available time slots, the Confirm Sales Meeting invocable action can be used to book the selected time slot.