v1
latestOpenAPI 3.1.02026-07-241050242.7 KBAdd System Confirmation Message
Adds a system confirmation message to an existing or new Inbox App conversation.
post/inboxApps/{inboxAppId}/systemMessage
Path parameters
inboxAppIdstring required
The Inbox App ID adding the message.
Request body
Response
201
Example response
{
"id": 1,
"created": "2024-01-01T12:00:00Z",
"updated": "2024-01-01T12:00:00Z",
"sentAt": "2024-01-01T12:00:00Z",
"createdById": 1,
"updatedById": 1,
"isIncoming": true,
"message": "An example system confirmation message.",
"isSystem": true,
"systemType": "success",
"personId": 1,
"sender": {
"personId": 1,
"name": "John Doe"
},
"conversationDeepLinkUrl": "https://app.followupboss.com/2/inbox-new/0/inbox/1"
}