Skip to main content
POST
/
v1.0
/
workgroups
/
activity
Add Workgroup activity
curl --request POST \
  --url https://api.example.com/v1.0/workgroups/activity \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "DigitOrder": 123,
  "PhoneNumber": "<string>",
  "WorkgroupId": "<string>",
  "Type": "<string>",
  "ReferenceWorkgroupId": "<string>",
  "ReferenceUserId": "<string>",
  "SmsNotification": true,
  "EmailNotification": true
}
'

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Obtain token from /v1.0/OAuth2/tokens endpoint.

Body

WorkgroupActivity object

DigitOrder
integer<int32>
PhoneNumber
string | null
WorkgroupId
string | null
Type
string | null
ReferenceWorkgroupId
string | null
ReferenceUserId
string | null
SmsNotification
boolean
EmailNotification
boolean

Response

200

Success