v6
OpenAPI 3.1.02026-08-0331136162.2 KBTask Event Webhook
Whenever a task is created or closed (resolved), we will post it back to your registered webhook.
Webhooks can be registered at the organization level or the property level. Please reach out to the EliseAI support team to register your webhooks.
Creation events will include:
- task_id (str): Elise identifier for the task
- type (str): one of "TaskCreated", "TaskClosed"
- task_type (str): describes the type of task that needs to be done such as "ReplyNeeded"
- event_date (datetime): date and time of the event
- elise_prospect_id (str): Elise identifier for the prospect
- elise_conversation_id (str): Elise identifier for the conversation
- elise_property_id (str): Elise identifier for the property
- task_data (dict): additional data about the task (if applicable)
Resolutions will additionally include:
- resolution_type (str): describes how the task was resolved
- resolution_user_id (str): Elise identifier for the user who resolved the task
- resolution_user_email (str): email of the user who resolved the task
- resolution_user_name (str): name of the user who resolved the task
postWebhooktask_event
Payload
Response
Successful Response
{"stackTrail":"webhooks:task_event:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}