Send communication
Send communication via sms/email to the given renter
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”The Community ID, this will look like either ‘1234’ or ‘P1234-567’. Alternatively, if you prefix this value with
partner-id:
, for example partner-id:apts123
you can use your own community, as long as you have previously provided that
ID to Funnel.
Examples
Funnel Community ID
The raw integer Funnel ID of a community.
1234
Funnel Community Syndication ID
The community’s Funnel syndcation ID. An ID in this format is often provided in Funnel feeds to ILS partners.
P1234-567
Partner ID
The ID of the community in the partner system. This needs to have been previously provided to Funnel and setup.
partner-id:apts123
The client’s funnel id (often referred to as client id or prospect id), this will look like ‘1234’.
Example
12345
Request Body
Section titled “Request Body ”object
default
your documents are ready to be signed
<h1>Documents ready</h1><br/>Your documents to renew are ready, you can sign them.
Document to sign
Responses
Section titled “ Responses ”Success
object
true
object
[ { "funnel_person_id": 123, "renter_person_xid": 856, "email": "na@na.com", "from_email_address": "na@na.com", "message": "This is an email message to the renter", "message_type": "email", "message_id": 123, "subject": "This is a subject" }, { "funnel_person_id": 123, "renter_person_xid": 856, "phone": 1234567890, "from_phone_number": 1234567890, "message": "This is a sms message to the renter", "message_type": "sms", "message_id": 123 }]
object
[ { "funnel_person_id": 457, "renter_person_xid": 632, "phone": 1456123789, "message": "your documents are ready", "message_type": "sms", "message_id": "7wge34" }, { "email": "na@na.com", "message_type": "email", "error_message": "Unable to match the 'na@na.com'." }]
We were unable to authenticate your request with the provided API key.
object
CommunityNotFound
Could not find community with corresponding ID.
A community with this ID does not exist.
object
CommunityNotFound
Could not find community with corresponding ID.