Add MessageAsk AIpost https://api.followupboss.com/v1/inboxApps/{inboxAppId}/messageAdds a message to an existing or new Inbox App conversation.Path ParamsinboxAppIdstringrequiredThe Inbox App ID adding the message.Body ParamsexternalConversationIdstringrequiredA unique identifier that references this conversation.externalMessageIdstringrequiredA unique identifier that references this message.replyToExternalMessageIdstringIf this message is a reply to a previous message, specify the external message ID of the message being replied to.sentAtdateThe timestamp the message was delivered at in ISO8601 UTC format. Defaults to current time if omitted.subjectstringSets or updates the subject of the conversation.messagestringrequiredA plaintext message body.isIncomingbooleanrequiredIndicates if the message was incoming to your system.truefalsesenderobjectrequiredWho sent the message. Can be a FUB User, a FUB Person, or an unrelated entity such as an AI bot.sender objectisAutomationbooleanDefaults to falseWhether the sender is an automated system. Defaults to false.truefalsepersonobjectThe person associated with the conversation. A Person ID is preferred, but name, email, and/or phone are acceptable if the person does not exist in FUB yet. Required on the first message in a conversation.person objectownerobjectThe owner of the conversation. Can be a FUB User or FUB Team Inbox. Required on the first message in a conversation.owner objectdeliveryStatusstringenumThe message's delivery status.SentDeliveredReadNot DeliveredAllowed:SentDeliveredReadNot DelivereddeliveryStatusErrorMessagestringOptional user-facing error message for Not Delivered statuses.attachmentsarray of objectsattachmentsADD objectrichObjectsarray of stringsList of Rich Object URLs.richObjectsADD stringResponses 201201 400400Updated 4 days ago What’s NextConversation LifecycleAttachmentsDelivery Status