Skip to main content
Version: FINAL-1.0.0

Notifications

These are all the notifications available on the webhook that we can send to you.

Project created

key
project_created
description
The project was created.
{
"projectId": "PROJECT_ID",
"mainService": "MAIN_SERVICE_ID",
"status": "project_created",
"timestamp": "TIME_STAMP_OF_THE_NOTIFICATION",
"dateTime": "DATE_TIME_OF_THE_NOTIFICATION"
}

Project paid

key
project_paid
description
The project was paid.
{
"projectId": "PROJECT_ID",
"mainService": "MAIN_SERVICE_ID",
"status": "project_paid",
"timestamp": "TIME_STAMP_OF_THE_NOTIFICATION",
"dateTime": "DATE_TIME_OF_THE_NOTIFICATION"
}

Invitations started

key
invitations_started
description
Bunny engine started inviting proffesionals
{
"projectId": "PROJECT_ID",
"mainService": "MAIN_SERVICE_ID",
"status": "invitations_started",
"timestamp": "TIME_STAMP_OF_THE_NOTIFICATION",
"dateTime": "DATE_TIME_OF_THE_NOTIFICATION"
}

Professional assigned

key
project_assigned
description
A professional accepted the project and started working on it
{
"projectId": "PROJECT_ID",
"mainService": "MAIN_SERVICE_ID",
"serviceCategoryId": "SERVICE_CATEGORY_ID",
"deliverableId": "DELIVERABLE_ID",
"status": "project_assigned",
"timestamp": "TIME_STAMP_OF_THE_NOTIFICATION",
"dateTime": "DATE_TIME_OF_THE_NOTIFICATION"
}

Deliverable expired

key
deliverable_expired
description
The deliverable expired by time and a new one was created
{
"projectId": "PROJECT_ID",
"mainService": "MAIN_SERVICE_ID",
"serviceCategoryId": "SERVICE_CATEGORY_ID",
"deliverableId": "DELIVERABLE_ID",
"status": "deliverable_expired",
"timestamp": "TIME_STAMP_OF_THE_NOTIFICATION",
"dateTime": "DATE_TIME_OF_THE_NOTIFICATION"
}

Deliverable ready

key
deliverable_ready
description
The deliverable is ready for review
{
"projectId": "PROJECT_ID",
"mainService": "MAIN_SERVICE_ID",
"serviceCategoryId": "SERVICE_CATEGORY_ID",
"deliverableId": "DELIVERABLE_ID",
"status": "deliverable_ready",
"urls": "URL",
"timestamp": "TIME_STAMP_OF_THE_NOTIFICATION",
"dateTime": "DATE_TIME_OF_THE_NOTIFICATION"
}

Deliverable approved

key
deliverable_approved
description
The deliverable was approved by you
{
"projectId": "PROJECT_ID",
"mainService": "MAIN_SERVICE_ID",
"serviceCategoryId": "SERVICE_CATEGORY_ID",
"deliverableId": "DELIVERABLE_ID",
"status": "deliverable_approved",
"urls": "URL",
"timestamp": "TIME_STAMP_OF_THE_NOTIFICATION",
"dateTime": "DATE_TIME_OF_THE_NOTIFICATION"
}

Deliverable expired

key
deliverable_expired
description
The deliverable expired by time and a new one was created
{
"projectId": "PROJECT_ID",
"mainService": "MAIN_SERVICE_ID",
"serviceCategoryId": "SERVICE_CATEGORY_ID",
"deliverableId": "DELIVERABLE_ID",
"status": "deliverable_expired",
"timestamp": "TIME_STAMP_OF_THE_NOTIFICATION",
"dateTime": "DATE_TIME_OF_THE_NOTIFICATION"
}

Deliverable rejected

key
deliverable_rejected
description
The deliverable was rejected by you or by a quality control agent
{
"projectId": "PROJECT_ID",
"mainService": "MAIN_SERVICE_ID",
"serviceCategoryId": "SERVICE_CATEGORY_ID",
"deliverableId": "DELIVERABLE_ID",
"status": "deliverable_rejected",
"timestamp": "TIME_STAMP_OF_THE_NOTIFICATION",
"dateTime": "DATE_TIME_OF_THE_NOTIFICATION"
}

Revision requested by client

key
revision_created
description
A revision was created by you
{
"projectId": "PROJECT_ID",
"mainService": "MAIN_SERVICE_ID",
"serviceCategoryId": "SERVICE_CATEGORY_ID",
"deliverableId": "DELIVERABLE_ID",
"status": "revision_created",
"timestamp": "TIME_STAMP_OF_THE_NOTIFICATION",
"dateTime": "DATE_TIME_OF_THE_NOTIFICATION"
}

Project completed

key
project_completed
description
All deliverables were approved by you and now the project is completed
{
"projectId": "PROJECT_ID",
"mainService": "MAIN_SERVICE_ID",
"status": "project_completed",
"timestamp": "TIME_STAMP_OF_THE_NOTIFICATION",
"dateTime": "DATE_TIME_OF_THE_NOTIFICATION"
}

Project canceled

key
project_canceled
description
The project was canceled by you or by one of our team members
{
"projectId": "PROJECT_ID",
"mainService": "MAIN_SERVICE_ID",
"status": "project_canceled",
"timestamp": "TIME_STAMP_OF_THE_NOTIFICATION",
"dateTime": "DATE_TIME_OF_THE_NOTIFICATION"
}