A developer is building a chatbot that needs to send a direct message to a user on Webex. Which TWO fields are required in the POST /v1/messages request? (Choose TWO.)
Identifies the recipient by person ID.
Why this answer
To send a direct message, you must specify either toPersonEmail or toPersonId, and the message text or markdown.