Add ParticipantAsk AIpost https://api.followupboss.com/v1/inboxApps/{inboxAppId}/conversations/{extConversationId}/participantsAdds a participant to an Inbox App conversation.Path ParamsinboxAppIdstringrequiredThe Inbox App ID sending the message.extConversationIdstringrequiredThe unique identifier that references the conversation you are updating.Body ParamspersonIdint32A FUB Person ID. Mutually exclusive to other fields.userIdint32A FUB User ID. Mutually exclusive to other fields.relationshipIdint32A FUB Relationship ID. Mutually exclusive to the other ID fields.namestringThe participant's name if you do not know the participant's Person or User ID.emailstringThe participant's email address if you do not know the participant's Person or User ID.phonestringThe participant's phone number if you do not know the participant's Person or User ID.isAutomationbooleanDefaults to falseWhether the participant is an automated system. Defaults to false.truefalseResponses 201201 400400Updated 11 months ago