Create a Communication
create a communication in funnel for a communications created by partner api
POST
/api/partners/v1/community/:community_id/renters/:funnel_renter_id/communication/Request
Response
Example responseJSON200 · application/json
{ "message": { "id": 456, "direction": "string", "subject": "string", "text": "string", "to_addresses": [], "from_address": "string", "type": 0 }}