Skip to main content
POST
/
api
/
Telephony
/
SMS
Log SMS Message.
curl --request POST \
  --url https://api.example.com/api/Telephony/SMS \
  --header 'Content-Type: application/json' \
  --data '
{
  "activityId": 123,
  "userId": 123,
  "isOutboundSms": true,
  "messageTimeUtc": "2023-11-07T05:31:56Z",
  "phoneNumber": "<string>",
  "notes": "<string>",
  "jobId": 123,
  "placementId": 123,
  "opportunityId": 123
}
'
[
  {
    "activityId": 123
  }
]

Body

application/json
activityId
integer<int32> | null
userId
integer<int32>
isOutboundSms
boolean
messageTimeUtc
string<date-time>
phoneNumber
string | null
notes
string | null
jobId
integer<int32> | null
placementId
integer<int32> | null
opportunityId
integer<int32> | null

Response

200 - application/json

OK

activityId
integer<int32>