Skip to content

Update a task

PUT
/api/partners/v1/community/{community_id}/renters/{funnel_renter_id}/task/{task_id}

Update a task

community_id
required
string

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_renter_id
required
string

The client’s funnel id (often referred to as client id or prospect id), this will look like ‘1234’.

Example
12345
task_id
required
string

The primary key of the task.

Example
123
object
due_date

Task due date

string format: date
2023-10-05
task_type

Task Type

string
Allowed values: CUSTOM FOLLOW_UP BIRTHDAY SEND_EMAIL SEND_SMS MAKE_A_CALL
description

Task Description

string
Call about renewal options
status
string
Allowed values: Active Canceled Completed Not Applicable
task_category

Task Category ID

integer
nullable

Task successfully updated.

object
task_id
string

No change on the server.

We were unable to authenticate your request with the provided API key.

object
error_type
string
CommunityNotFound
message
string
Could not find community with corresponding ID.

A community with this ID does not exist.

object
error_type
string
CommunityNotFound
message
string
Could not find community with corresponding ID.