Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Authorization scopes supported:

ScopeAccess granted
interactions:writeEntire endpoint

Request

Example Request

Code Block
languagepowershell
themeMidnight
curl -L -X POST "https://***.api.newvoicemedia.com/interactions/register" \
-H "Authorization: Bearer <ACCESS_TOKEN>" \
-H "Accept: application/vnd.newvoicemedia.v1+json" \
-H "Content-Type: application/json" \
--data-raw "<JSON BODY>"

...

  • Notification. The key indicating what action has been performed, the value is either AssignToAgent or Release.
  • objectid. Matching the externalId from the Create inbound interaction request body, this identifies the interaction.
  • notificationid. A generated unique notification ID.
  • params.
    • AccountName. The name of the VCC account where the notification occurred.
    • Agent. When assigned to the agent, this indicates the username of the agent assigned to the interaction.
    • AgentId. When assigned to the agent, this indicates the display ID of the agent assigned the interaction.

Insert excerpt
_ExcerptRunInPostman
_ExcerptRunInPostman
nopaneltrue