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
| Input | Type | Description |
|---|---|---|
meetingRequestId | string | Required. The ID of the meeting request associated with a Get Available Meeting Times request. |
meetingTime | string | Required. The meeting time in epoch milliseconds corresponding to the selected start time. |
| Output | Type | Description |
|---|---|---|
meetingStatus | string | The status of the meeting scheduling attempt. |
outputErrorCode | string | The error code returned by the Confirm Sales Meeting action. |
outputErrorMessage | string | The 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.