Create a conversation
Create a new conversation for a client through the same pipeline that backs the portal. The client (requesterId) is the requester, not the message author. Provide message to post an initial private (internal) note, authored by senderId (a platform user) or the system bot when omitted. customProperties accepts the custom properties defined for your partner, keyed by property id; send null to clear one. Requires the conversation:write scope.
Authorizations
Send the API key in the x-api-key header.
Body
^ovcid-.*$support_ticket, member_services, non_support_event, null new, open, snoozed, on_hold, solved, closed, null urgent, normal, low, life_safety, null Platform user id. Newer ids are ovuid-<uuid>; legacy users may have bare (e.g. numeric) ids.
1"ovuid-2b6d4d8e-9f1a-4b2c-8d4e-5f6011223344"
Platform user id. Newer ids are ovuid-<uuid>; legacy users may have bare (e.g. numeric) ids.
1"ovuid-2b6d4d8e-9f1a-4b2c-8d4e-5f6011223344"
Custom property values, keyed by property id. Ids and value types come from the properties defined for your partner, so this object cannot be described field by field here: an unknown id or a value that does not match the property type is rejected with 400. Only the ids you send are modified — omit a property to leave it untouched. To clear one, send null; a blank string and an empty array count as empty too, for every property type alike.