Message transactions

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
pageintegerOptional

A page number within the paginated result set.

page_sizeintegerOptional

Number of results to return per page.

Responses
get
/api/unified-communications/message-transactions
200Success
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
idstring · uuidRead-onlyRequired
recipientsstringRead-onlyRequired
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyRequired
transaction_idintegerRead-onlyRequired
creditsinteger · min: -2147483648 · max: 2147483647Required
valid_recipients_countinteger · max: 2147483647Optional
invalid_recipients_countinteger · max: 2147483647Optional
message_contentstring · nullableOptional
media_urlsany · nullableOptional
voice_urlstring · uri · max: 200 · nullableOptional
send_atstring · date-time · nullableOptional
sender_phonestring · max: 16 · nullableOptional
sender_emailstring · email · max: 254 · nullableOptional
sender_namestring · email · max: 254 · nullableOptional
typestring · enumOptional
  • sms - SMS
  • mms - MMS
  • voice - Voice
  • push_notification - Push Notification
  • email - Email
Possible values:
statusstring · enumOptional
  • scheduled - Scheduled
  • sent - Sent
  • failed - Failed
Possible values:
message_typestring · enumRequired
  • personalize_message - Personalize Message
  • general_message - General Message
Possible values:
celery_task_idstring · max: 255 · nullableOptional
subjectstring · max: 255 · nullableOptional
target_pagestring · max: 255 · nullableOptional
churchstring · uuidRequired
Responses
chevron-right
201Success
application/json
post
/api/unified-communications/message-transactions
201Success
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

A UUID string identifying this message transaction.

Responses
get
/api/unified-communications/message-transactions/{id}
200Success
put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

A UUID string identifying this message transaction.

Body
idstring · uuidRead-onlyRequired
recipientsstringRead-onlyRequired
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyRequired
transaction_idintegerRead-onlyRequired
creditsinteger · min: -2147483648 · max: 2147483647Required
valid_recipients_countinteger · max: 2147483647Optional
invalid_recipients_countinteger · max: 2147483647Optional
message_contentstring · nullableOptional
media_urlsany · nullableOptional
voice_urlstring · uri · max: 200 · nullableOptional
send_atstring · date-time · nullableOptional
sender_phonestring · max: 16 · nullableOptional
sender_emailstring · email · max: 254 · nullableOptional
sender_namestring · email · max: 254 · nullableOptional
typestring · enumOptional
  • sms - SMS
  • mms - MMS
  • voice - Voice
  • push_notification - Push Notification
  • email - Email
Possible values:
statusstring · enumOptional
  • scheduled - Scheduled
  • sent - Sent
  • failed - Failed
Possible values:
message_typestring · enumRequired
  • personalize_message - Personalize Message
  • general_message - General Message
Possible values:
celery_task_idstring · max: 255 · nullableOptional
subjectstring · max: 255 · nullableOptional
target_pagestring · max: 255 · nullableOptional
churchstring · uuidRequired
Responses
put
/api/unified-communications/message-transactions/{id}
200Success
delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

A UUID string identifying this message transaction.

Responses
delete
/api/unified-communications/message-transactions/{id}
204

No response body

No content

patch
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

A UUID string identifying this message transaction.

Body
idstring · uuidRead-onlyOptional
recipientsstringRead-onlyOptional
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyOptional
transaction_idintegerRead-onlyOptional
creditsinteger · min: -2147483648 · max: 2147483647Optional
valid_recipients_countinteger · max: 2147483647Optional
invalid_recipients_countinteger · max: 2147483647Optional
message_contentstring · nullableOptional
media_urlsany · nullableOptional
voice_urlstring · uri · max: 200 · nullableOptional
send_atstring · date-time · nullableOptional
sender_phonestring · max: 16 · nullableOptional
sender_emailstring · email · max: 254 · nullableOptional
sender_namestring · email · max: 254 · nullableOptional
typestring · enumOptional
  • sms - SMS
  • mms - MMS
  • voice - Voice
  • push_notification - Push Notification
  • email - Email
Possible values:
statusstring · enumOptional
  • scheduled - Scheduled
  • sent - Sent
  • failed - Failed
Possible values:
message_typestring · enumOptional
  • personalize_message - Personalize Message
  • general_message - General Message
Possible values:
celery_task_idstring · max: 255 · nullableOptional
subjectstring · max: 255 · nullableOptional
target_pagestring · max: 255 · nullableOptional
churchstring · uuidOptional
Responses
patch
/api/unified-communications/message-transactions/{id}
200Success