Confirm Sales Meeting

Confirms a meeting time that’s part of a request to get available meeting time slots.

Salesforce Inbox must be enabled in your org.

This object is available in API version 66.0 and later.

URI: /services/data/vXX.X/actions/standard/confirmSalesMeeting

Formats: JSON, XML

HTTP Methods: GET, HEAD, POST

Authentication: Authorization: Bearer token

InputTypeDescription
meetingRequestIdstringRequired. The ID of the meeting request associated with a Get Available Meeting Times request.
meetingTimestringRequired. The meeting time in epoch milliseconds corresponding to the selected start time.
OutputTypeDescription
meetingStatusstringThe status of the meeting scheduling attempt.
outputErrorCodestringThe error code returned by the Confirm Sales Meeting action.
outputErrorMessagestringThe error message returned by the Confirm Sales Meeting action.

Sample Input

Sample Output

If an error occurs, the output includes outputErrorCode and outputErrorMessage fields instead of meetingStatus.

For more information about this invocable action, see Sales | Return Calendar Link and Sales | Send Meeting Request in the Agentforce Standard Action Reference and Flow Core Actions: Generate Sales Meeting Link Action in Salesforce Help.