{"openapi":"3.1.0","info":{"title":"Attio Webhook Events","description":"This page contains the schema, and an example, for every type of Webhook that we currently send. Our [using Webhooks guide](/rest-api/guides/webhooks) contains more information about how to use Webhooks.","version":"latest"},"servers":[{"url":"https://{hostname}/{webhooks}","description":"Your server","variables":{"hostname":{"default":"example.com"},"webhooks":{"default":"webhooks"}}}],"components":{"schemas":{},"parameters":{}},"paths":{},"webhooks":{"call-recording.created":{"post":{"operationId":"webhooks-call-recording.created","description":"This event fires after a call recording has finished and its media upload is complete.","tags":["Call recording events"],"summary":"call-recording.created","x-mint":{"metadata":{"title":"Call recording created"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"webhook_id":{"type":"string","format":"uuid","description":"The ID of the webhook that triggered this delivery.","example":"23e42eaf-323a-41da-b5bb-fd67eebda553"},"events":{"type":"array","items":{"type":"object","properties":{"event_type":{"type":"string","enum":["call-recording.created"]},"id":{"type":"object","properties":{"workspace_id":{"type":"string","format":"uuid","description":"The ID of the workspace."},"meeting_id":{"type":"string","format":"uuid","description":"The ID of the meeting this call recording belongs to."},"call_recording_id":{"type":"string","format":"uuid","description":"The ID of the created call recording."}},"required":["workspace_id","meeting_id","call_recording_id"]},"actor":{"type":"object","properties":{"id":{"type":"string","description":"An ID to identify the actor.","nullable":true},"type":{"type":"string","enum":["api-token","workspace-member","system","app"],"nullable":true,"description":"The type of actor. [Read more information on actor types here](/docs/actors)."}},"example":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"required":["event_type","id","actor"],"description":"This event fires after a call recording has finished and its media upload is complete.","example":{"event_type":"call-recording.created","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","meeting_id":"cb59ab17-ad15-460c-a126-0715617c0853","call_recording_id":"e8f2a3b7-9b4d-4c5e-8a1f-3d7b2c5e8f9a"},"actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"description":"An array of webhook events. Currently, each delivery contains exactly one event, but this may change in the future to support batching."}},"required":["webhook_id","events"],"description":"This event fires after a call recording has finished and its media upload is complete.","example":{"webhook_id":"23e42eaf-323a-41da-b5bb-fd67eebda553","events":[{"event_type":"call-recording.created","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","meeting_id":"cb59ab17-ad15-460c-a126-0715617c0853","call_recording_id":"e8f2a3b7-9b4d-4c5e-8a1f-3d7b2c5e8f9a"},"actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}]}}}}},"responses":{"200":{"description":"Return a 200 status to indicate that the data was received successfully"}}}},"comment.created":{"post":{"operationId":"webhooks-comment.created","description":"This event is fired whenever a comment is created.","tags":["Comment events"],"summary":"comment.created","x-mint":{"metadata":{"title":"Comment created"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"webhook_id":{"type":"string","format":"uuid","description":"The ID of the webhook that triggered this delivery.","example":"23e42eaf-323a-41da-b5bb-fd67eebda553"},"events":{"type":"array","items":{"type":"object","properties":{"event_type":{"type":"string","enum":["comment.created"]},"id":{"type":"object","properties":{"workspace_id":{"type":"string","format":"uuid","description":"The ID of the workspace."},"comment_id":{"type":"string","format":"uuid","description":"The ID of the created comment."}},"required":["workspace_id","comment_id"]},"thread_id":{"type":"string","format":"uuid","description":"The ID of the thread that the comment belongs to."},"object_id":{"type":"string","format":"uuid","description":"The ID of the object that the comment relates to."},"record_id":{"type":"string","format":"uuid","description":"The ID of the record that the comment relates to."},"list_id":{"type":["string","null"],"format":"uuid","description":"If the comment relates to a list entry, this is the ID of that list, otherwise null."},"entry_id":{"type":["string","null"],"format":"uuid","description":"If the comment relates to a list entry, this is the ID of that list entry, otherwise null."},"actor":{"type":"object","properties":{"id":{"type":"string","description":"An ID to identify the actor.","nullable":true},"type":{"type":"string","enum":["api-token","workspace-member","system","app"],"nullable":true,"description":"The type of actor. [Read more information on actor types here](/docs/actors)."}},"example":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"required":["event_type","id","thread_id","object_id","record_id","list_id","entry_id","actor"],"description":"This event is fired whenever a comment is created.","example":{"event_type":"comment.created","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","comment_id":"aa1dc1d9-93ac-4c6c-987e-16b6eea9aab2"},"thread_id":"a649e4d9-435c-43fb-83ba-847b4876f27a","object_id":"97052eb9-e65e-443f-a297-f2d9a4a7f795","record_id":"bf071e1f-6035-429d-b874-d83ea64ea13b","list_id":"33ebdbe9-e529-47c9-b894-0ba25e9c15c0","entry_id":"2e6e29ea-c4e0-4f44-842d-78a891f8c156","actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"description":"An array of webhook events. Currently, each delivery contains exactly one event, but this may change in the future to support batching."}},"required":["webhook_id","events"],"description":"This event is fired whenever a comment is created.","example":{"webhook_id":"23e42eaf-323a-41da-b5bb-fd67eebda553","events":[{"event_type":"comment.created","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","comment_id":"aa1dc1d9-93ac-4c6c-987e-16b6eea9aab2"},"thread_id":"a649e4d9-435c-43fb-83ba-847b4876f27a","object_id":"97052eb9-e65e-443f-a297-f2d9a4a7f795","record_id":"bf071e1f-6035-429d-b874-d83ea64ea13b","list_id":"33ebdbe9-e529-47c9-b894-0ba25e9c15c0","entry_id":"2e6e29ea-c4e0-4f44-842d-78a891f8c156","actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}]}}}}},"responses":{"200":{"description":"Return a 200 status to indicate that the data was received successfully"}}}},"comment.resolved":{"post":{"operationId":"webhooks-comment.resolved","description":"This event is fired whenever a comment is resolved.","tags":["Comment events"],"summary":"comment.resolved","x-mint":{"metadata":{"title":"Comment resolved"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"webhook_id":{"type":"string","format":"uuid","description":"The ID of the webhook that triggered this delivery.","example":"23e42eaf-323a-41da-b5bb-fd67eebda553"},"events":{"type":"array","items":{"type":"object","properties":{"event_type":{"type":"string","enum":["comment.resolved"]},"id":{"type":"object","properties":{"workspace_id":{"type":"string","format":"uuid","description":"The ID of the workspace."},"comment_id":{"type":"string","format":"uuid","description":"The ID of the resolved comment."}},"required":["workspace_id","comment_id"]},"thread_id":{"type":"string","format":"uuid","description":"The ID of the thread that the comment belongs to."},"object_id":{"type":"string","format":"uuid","description":"The ID of the object that the comment relates to."},"record_id":{"type":"string","format":"uuid","description":"The ID of the record that the comment relates to."},"list_id":{"type":["string","null"],"format":"uuid","description":"If the comment relates to a list entry, this is the ID of that list, otherwise null."},"entry_id":{"type":["string","null"],"format":"uuid","description":"If the comment relates to a list entry, this is the ID of that list entry, otherwise null."},"actor":{"type":"object","properties":{"id":{"type":"string","description":"An ID to identify the actor.","nullable":true},"type":{"type":"string","enum":["api-token","workspace-member","system","app"],"nullable":true,"description":"The type of actor. [Read more information on actor types here](/docs/actors)."}},"example":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"required":["event_type","id","thread_id","object_id","record_id","list_id","entry_id","actor"],"description":"This event is fired whenever a comment is resolved.","example":{"event_type":"comment.resolved","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","comment_id":"aa1dc1d9-93ac-4c6c-987e-16b6eea9aab2"},"thread_id":"a649e4d9-435c-43fb-83ba-847b4876f27a","object_id":"97052eb9-e65e-443f-a297-f2d9a4a7f795","record_id":"bf071e1f-6035-429d-b874-d83ea64ea13b","list_id":"33ebdbe9-e529-47c9-b894-0ba25e9c15c0","entry_id":"2e6e29ea-c4e0-4f44-842d-78a891f8c156","actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"description":"An array of webhook events. Currently, each delivery contains exactly one event, but this may change in the future to support batching."}},"required":["webhook_id","events"],"description":"This event is fired whenever a comment is resolved.","example":{"webhook_id":"23e42eaf-323a-41da-b5bb-fd67eebda553","events":[{"event_type":"comment.resolved","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","comment_id":"aa1dc1d9-93ac-4c6c-987e-16b6eea9aab2"},"thread_id":"a649e4d9-435c-43fb-83ba-847b4876f27a","object_id":"97052eb9-e65e-443f-a297-f2d9a4a7f795","record_id":"bf071e1f-6035-429d-b874-d83ea64ea13b","list_id":"33ebdbe9-e529-47c9-b894-0ba25e9c15c0","entry_id":"2e6e29ea-c4e0-4f44-842d-78a891f8c156","actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}]}}}}},"responses":{"200":{"description":"Return a 200 status to indicate that the data was received successfully"}}}},"comment.unresolved":{"post":{"operationId":"webhooks-comment.unresolved","description":"This event is fired whenever a comment is un-resolved.","tags":["Comment events"],"summary":"comment.unresolved","x-mint":{"metadata":{"title":"Comment unresolved"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"webhook_id":{"type":"string","format":"uuid","description":"The ID of the webhook that triggered this delivery.","example":"23e42eaf-323a-41da-b5bb-fd67eebda553"},"events":{"type":"array","items":{"type":"object","properties":{"event_type":{"type":"string","enum":["comment.unresolved"]},"id":{"type":"object","properties":{"workspace_id":{"type":"string","format":"uuid","description":"The ID of the workspace."},"comment_id":{"type":"string","format":"uuid","description":"The ID of the comment that was un-resolved."}},"required":["workspace_id","comment_id"]},"thread_id":{"type":"string","format":"uuid","description":"The ID of the thread that the comment belongs to."},"object_id":{"type":"string","format":"uuid","description":"The ID of the object that the comment relates to."},"record_id":{"type":"string","format":"uuid","description":"The ID of the record that the comment relates to."},"list_id":{"type":["string","null"],"format":"uuid","description":"If the comment relates to a list entry, this is the ID of that list, otherwise null."},"entry_id":{"type":["string","null"],"format":"uuid","description":"If the comment relates to a list entry, this is the ID of that list entry, otherwise null."},"actor":{"type":"object","properties":{"id":{"type":"string","description":"An ID to identify the actor.","nullable":true},"type":{"type":"string","enum":["api-token","workspace-member","system","app"],"nullable":true,"description":"The type of actor. [Read more information on actor types here](/docs/actors)."}},"example":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"required":["event_type","id","thread_id","object_id","record_id","list_id","entry_id","actor"],"description":"This event is fired whenever a comment is un-resolved.","example":{"event_type":"comment.unresolved","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","comment_id":"aa1dc1d9-93ac-4c6c-987e-16b6eea9aab2"},"thread_id":"a649e4d9-435c-43fb-83ba-847b4876f27a","object_id":"97052eb9-e65e-443f-a297-f2d9a4a7f795","record_id":"bf071e1f-6035-429d-b874-d83ea64ea13b","list_id":"33ebdbe9-e529-47c9-b894-0ba25e9c15c0","entry_id":"2e6e29ea-c4e0-4f44-842d-78a891f8c156","actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"description":"An array of webhook events. Currently, each delivery contains exactly one event, but this may change in the future to support batching."}},"required":["webhook_id","events"],"description":"This event is fired whenever a comment is un-resolved.","example":{"webhook_id":"23e42eaf-323a-41da-b5bb-fd67eebda553","events":[{"event_type":"comment.unresolved","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","comment_id":"aa1dc1d9-93ac-4c6c-987e-16b6eea9aab2"},"thread_id":"a649e4d9-435c-43fb-83ba-847b4876f27a","object_id":"97052eb9-e65e-443f-a297-f2d9a4a7f795","record_id":"bf071e1f-6035-429d-b874-d83ea64ea13b","list_id":"33ebdbe9-e529-47c9-b894-0ba25e9c15c0","entry_id":"2e6e29ea-c4e0-4f44-842d-78a891f8c156","actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}]}}}}},"responses":{"200":{"description":"Return a 200 status to indicate that the data was received successfully"}}}},"comment.deleted":{"post":{"operationId":"webhooks-comment.deleted","description":"This event is fired whenever a comment is deleted.","tags":["Comment events"],"summary":"comment.deleted","x-mint":{"metadata":{"title":"Comment deleted"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"webhook_id":{"type":"string","format":"uuid","description":"The ID of the webhook that triggered this delivery.","example":"23e42eaf-323a-41da-b5bb-fd67eebda553"},"events":{"type":"array","items":{"type":"object","properties":{"event_type":{"type":"string","enum":["comment.deleted"]},"id":{"type":"object","properties":{"workspace_id":{"type":"string","format":"uuid","description":"The ID of the workspace."},"comment_id":{"type":"string","format":"uuid","description":"The ID of the deleted comment."}},"required":["workspace_id","comment_id"]},"thread_id":{"type":"string","format":"uuid","description":"The ID of the thread that the comment belongs to."},"object_id":{"type":"string","format":"uuid","description":"The ID of the object that the comment relates to."},"record_id":{"type":"string","format":"uuid","description":"The ID of the record that the comment relates to."},"list_id":{"type":["string","null"],"format":"uuid","description":"If the comment relates to a list entry, this is the ID of that list, otherwise null."},"entry_id":{"type":["string","null"],"format":"uuid","description":"If the comment relates to a list entry, this is the ID of that list entry, otherwise null."},"actor":{"type":"object","properties":{"id":{"type":"string","description":"An ID to identify the actor.","nullable":true},"type":{"type":"string","enum":["api-token","workspace-member","system","app"],"nullable":true,"description":"The type of actor. [Read more information on actor types here](/docs/actors)."}},"example":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"required":["event_type","id","thread_id","object_id","record_id","list_id","entry_id","actor"],"description":"This event is fired whenever a comment is deleted.","example":{"event_type":"comment.deleted","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","comment_id":"aa1dc1d9-93ac-4c6c-987e-16b6eea9aab2"},"thread_id":"a649e4d9-435c-43fb-83ba-847b4876f27a","object_id":"97052eb9-e65e-443f-a297-f2d9a4a7f795","record_id":"bf071e1f-6035-429d-b874-d83ea64ea13b","list_id":"33ebdbe9-e529-47c9-b894-0ba25e9c15c0","entry_id":"2e6e29ea-c4e0-4f44-842d-78a891f8c156","actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"description":"An array of webhook events. Currently, each delivery contains exactly one event, but this may change in the future to support batching."}},"required":["webhook_id","events"],"description":"This event is fired whenever a comment is deleted.","example":{"webhook_id":"23e42eaf-323a-41da-b5bb-fd67eebda553","events":[{"event_type":"comment.deleted","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","comment_id":"aa1dc1d9-93ac-4c6c-987e-16b6eea9aab2"},"thread_id":"a649e4d9-435c-43fb-83ba-847b4876f27a","object_id":"97052eb9-e65e-443f-a297-f2d9a4a7f795","record_id":"bf071e1f-6035-429d-b874-d83ea64ea13b","list_id":"33ebdbe9-e529-47c9-b894-0ba25e9c15c0","entry_id":"2e6e29ea-c4e0-4f44-842d-78a891f8c156","actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}]}}}}},"responses":{"200":{"description":"Return a 200 status to indicate that the data was received successfully"}}}},"list.created":{"post":{"operationId":"webhooks-list.created","description":"This event is fired whenever a list is created.","tags":["List events"],"summary":"list.created","x-mint":{"metadata":{"title":"List created"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"webhook_id":{"type":"string","format":"uuid","description":"The ID of the webhook that triggered this delivery.","example":"23e42eaf-323a-41da-b5bb-fd67eebda553"},"events":{"type":"array","items":{"type":"object","properties":{"event_type":{"type":"string","enum":["list.created"]},"id":{"type":"object","properties":{"workspace_id":{"type":"string","format":"uuid","description":"The ID of the workspace."},"list_id":{"type":"string","format":"uuid","description":"The ID of the created list."}},"required":["workspace_id","list_id"]},"actor":{"type":"object","properties":{"id":{"type":"string","description":"An ID to identify the actor.","nullable":true},"type":{"type":"string","enum":["api-token","workspace-member","system","app"],"nullable":true,"description":"The type of actor. [Read more information on actor types here](/docs/actors)."}},"example":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"required":["event_type","id","actor"],"description":"This event is fired whenever a list is created.","example":{"event_type":"list.created","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","list_id":"33ebdbe9-e529-47c9-b894-0ba25e9c15c0"},"actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"description":"An array of webhook events. Currently, each delivery contains exactly one event, but this may change in the future to support batching."}},"required":["webhook_id","events"],"description":"This event is fired whenever a list is created.","example":{"webhook_id":"23e42eaf-323a-41da-b5bb-fd67eebda553","events":[{"event_type":"list.created","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","list_id":"33ebdbe9-e529-47c9-b894-0ba25e9c15c0"},"actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}]}}}}},"responses":{"200":{"description":"Return a 200 status to indicate that the data was received successfully"}}}},"list.updated":{"post":{"operationId":"webhooks-list.updated","description":"This event is fired whenever a list is updated (e.g. when changing the name or icon of the list).","tags":["List events"],"summary":"list.updated","x-mint":{"metadata":{"title":"List updated"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"webhook_id":{"type":"string","format":"uuid","description":"The ID of the webhook that triggered this delivery.","example":"23e42eaf-323a-41da-b5bb-fd67eebda553"},"events":{"type":"array","items":{"type":"object","properties":{"event_type":{"type":"string","enum":["list.updated"]},"id":{"type":"object","properties":{"workspace_id":{"type":"string","format":"uuid","description":"The ID of the workspace."},"list_id":{"type":"string","format":"uuid","description":"The ID of the updated list."}},"required":["workspace_id","list_id"]},"actor":{"type":"object","properties":{"id":{"type":"string","description":"An ID to identify the actor.","nullable":true},"type":{"type":"string","enum":["api-token","workspace-member","system","app"],"nullable":true,"description":"The type of actor. [Read more information on actor types here](/docs/actors)."}},"example":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"required":["event_type","id","actor"],"description":"This event is fired whenever a list is updated (e.g. when changing the name or icon of the list).","example":{"event_type":"list.updated","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","list_id":"33ebdbe9-e529-47c9-b894-0ba25e9c15c0"},"actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"description":"An array of webhook events. Currently, each delivery contains exactly one event, but this may change in the future to support batching."}},"required":["webhook_id","events"],"description":"This event is fired whenever a list is updated (e.g. when changing the name or icon of the list).","example":{"webhook_id":"23e42eaf-323a-41da-b5bb-fd67eebda553","events":[{"event_type":"list.updated","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","list_id":"33ebdbe9-e529-47c9-b894-0ba25e9c15c0"},"actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}]}}}}},"responses":{"200":{"description":"Return a 200 status to indicate that the data was received successfully"}}}},"list.deleted":{"post":{"operationId":"webhooks-list.deleted","description":"This event is fired whenever a list is deleted.","tags":["List events"],"summary":"list.deleted","x-mint":{"metadata":{"title":"List deleted"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"webhook_id":{"type":"string","format":"uuid","description":"The ID of the webhook that triggered this delivery.","example":"23e42eaf-323a-41da-b5bb-fd67eebda553"},"events":{"type":"array","items":{"type":"object","properties":{"event_type":{"type":"string","enum":["list.deleted"]},"id":{"type":"object","properties":{"workspace_id":{"type":"string","format":"uuid","description":"The ID of the workspace."},"list_id":{"type":"string","format":"uuid","description":"The ID of the deleted list."}},"required":["workspace_id","list_id"]},"actor":{"type":"object","properties":{"id":{"type":"string","description":"An ID to identify the actor.","nullable":true},"type":{"type":"string","enum":["api-token","workspace-member","system","app"],"nullable":true,"description":"The type of actor. [Read more information on actor types here](/docs/actors)."}},"example":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"required":["event_type","id","actor"],"description":"This event is fired whenever a list is deleted.","example":{"event_type":"list.deleted","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","list_id":"33ebdbe9-e529-47c9-b894-0ba25e9c15c0"},"actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"description":"An array of webhook events. Currently, each delivery contains exactly one event, but this may change in the future to support batching."}},"required":["webhook_id","events"],"description":"This event is fired whenever a list is deleted.","example":{"webhook_id":"23e42eaf-323a-41da-b5bb-fd67eebda553","events":[{"event_type":"list.deleted","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","list_id":"33ebdbe9-e529-47c9-b894-0ba25e9c15c0"},"actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}]}}}}},"responses":{"200":{"description":"Return a 200 status to indicate that the data was received successfully"}}}},"list-attribute.created":{"post":{"operationId":"webhooks-list-attribute.created","description":"This event is fired whenever a list attribute is created (e.g. adding an \"Owner\" attribute).","tags":["List attribute events"],"summary":"list-attribute.created","x-mint":{"metadata":{"title":"List attribute created"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"webhook_id":{"type":"string","format":"uuid","description":"The ID of the webhook that triggered this delivery.","example":"23e42eaf-323a-41da-b5bb-fd67eebda553"},"events":{"type":"array","items":{"type":"object","properties":{"event_type":{"type":"string","enum":["list-attribute.created"]},"id":{"type":"object","properties":{"workspace_id":{"type":"string","format":"uuid","description":"The ID of the workspace."},"list_id":{"type":"string","format":"uuid","description":"The ID of the list that the list attribute was created on."},"attribute_id":{"type":"string","format":"uuid","description":"The ID of the created list attribute."}},"required":["workspace_id","list_id","attribute_id"]},"actor":{"type":"object","properties":{"id":{"type":"string","description":"An ID to identify the actor.","nullable":true},"type":{"type":"string","enum":["api-token","workspace-member","system","app"],"nullable":true,"description":"The type of actor. [Read more information on actor types here](/docs/actors)."}},"example":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"required":["event_type","id","actor"],"description":"This event is fired whenever a list attribute is created (e.g. adding an \"Owner\" attribute).","example":{"event_type":"list-attribute.created","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","list_id":"33ebdbe9-e529-47c9-b894-0ba25e9c15c0","attribute_id":"41252299-f8c7-4b5e-99c9-4ff8321d2f96"},"actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"description":"An array of webhook events. Currently, each delivery contains exactly one event, but this may change in the future to support batching."}},"required":["webhook_id","events"],"description":"This event is fired whenever a list attribute is created (e.g. adding an \"Owner\" attribute).","example":{"webhook_id":"23e42eaf-323a-41da-b5bb-fd67eebda553","events":[{"event_type":"list-attribute.created","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","list_id":"33ebdbe9-e529-47c9-b894-0ba25e9c15c0","attribute_id":"41252299-f8c7-4b5e-99c9-4ff8321d2f96"},"actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}]}}}}},"responses":{"200":{"description":"Return a 200 status to indicate that the data was received successfully"}}}},"list-attribute.updated":{"post":{"operationId":"webhooks-list-attribute.updated","description":"This event is fired whenever a list attribute is updated (e.g. when changing the name of the \"Owner\" attribute to \"Proprietor\").","tags":["List attribute events"],"summary":"list-attribute.updated","x-mint":{"metadata":{"title":"List attribute updated"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"webhook_id":{"type":"string","format":"uuid","description":"The ID of the webhook that triggered this delivery.","example":"23e42eaf-323a-41da-b5bb-fd67eebda553"},"events":{"type":"array","items":{"type":"object","properties":{"event_type":{"type":"string","enum":["list-attribute.updated"]},"id":{"type":"object","properties":{"workspace_id":{"type":"string","format":"uuid","description":"The ID of the workspace."},"list_id":{"type":"string","format":"uuid","description":"The ID of the list that the list attribute was updated on."},"attribute_id":{"type":"string","format":"uuid","description":"The ID of the updated list attribute."}},"required":["workspace_id","list_id","attribute_id"]},"actor":{"type":"object","properties":{"id":{"type":"string","description":"An ID to identify the actor.","nullable":true},"type":{"type":"string","enum":["api-token","workspace-member","system","app"],"nullable":true,"description":"The type of actor. [Read more information on actor types here](/docs/actors)."}},"example":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"required":["event_type","id","actor"],"description":"This event is fired whenever a list attribute is updated (e.g. when changing the name of the \"Owner\" attribute to \"Proprietor\").","example":{"event_type":"list-attribute.updated","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","list_id":"33ebdbe9-e529-47c9-b894-0ba25e9c15c0","attribute_id":"41252299-f8c7-4b5e-99c9-4ff8321d2f96"},"actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"description":"An array of webhook events. Currently, each delivery contains exactly one event, but this may change in the future to support batching."}},"required":["webhook_id","events"],"description":"This event is fired whenever a list attribute is updated (e.g. when changing the name of the \"Owner\" attribute to \"Proprietor\").","example":{"webhook_id":"23e42eaf-323a-41da-b5bb-fd67eebda553","events":[{"event_type":"list-attribute.updated","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","list_id":"33ebdbe9-e529-47c9-b894-0ba25e9c15c0","attribute_id":"41252299-f8c7-4b5e-99c9-4ff8321d2f96"},"actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}]}}}}},"responses":{"200":{"description":"Return a 200 status to indicate that the data was received successfully"}}}},"list-entry.created":{"post":{"operationId":"webhooks-list-entry.created","description":"This event is fired whenever a list entry is created (i.e. when a record is added to a list).","tags":["List entry events"],"summary":"list-entry.created","x-mint":{"metadata":{"title":"List entry created"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"webhook_id":{"type":"string","format":"uuid","description":"The ID of the webhook that triggered this delivery.","example":"23e42eaf-323a-41da-b5bb-fd67eebda553"},"events":{"type":"array","items":{"type":"object","properties":{"event_type":{"type":"string","enum":["list-entry.created"]},"id":{"type":"object","properties":{"workspace_id":{"type":"string","format":"uuid","description":"The ID of the workspace."},"list_id":{"type":"string","format":"uuid","description":"The ID of the list that the list entry was created in."},"entry_id":{"type":"string","format":"uuid","description":"The ID of the created list entry."}},"required":["workspace_id","list_id","entry_id"]},"parent_object_id":{"type":"string","format":"uuid","description":"The ID of the parent object of the created list entry."},"parent_record_id":{"type":"string","format":"uuid","description":"The ID of the parent record of the created list entry."},"actor":{"type":"object","properties":{"id":{"type":"string","description":"An ID to identify the actor.","nullable":true},"type":{"type":"string","enum":["api-token","workspace-member","system","app"],"nullable":true,"description":"The type of actor. [Read more information on actor types here](/docs/actors)."}},"example":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"required":["event_type","id","parent_object_id","parent_record_id","actor"],"description":"This event is fired whenever a list entry is created (i.e. when a record is added to a list).","example":{"event_type":"list-entry.created","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","list_id":"33ebdbe9-e529-47c9-b894-0ba25e9c15c0","entry_id":"2e6e29ea-c4e0-4f44-842d-78a891f8c156"},"parent_object_id":"97052eb9-e65e-443f-a297-f2d9a4a7f795","parent_record_id":"bf071e1f-6035-429d-b874-d83ea64ea13b","actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"description":"An array of webhook events. Currently, each delivery contains exactly one event, but this may change in the future to support batching."}},"required":["webhook_id","events"],"description":"This event is fired whenever a list entry is created (i.e. when a record is added to a list).","example":{"webhook_id":"23e42eaf-323a-41da-b5bb-fd67eebda553","events":[{"event_type":"list-entry.created","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","list_id":"33ebdbe9-e529-47c9-b894-0ba25e9c15c0","entry_id":"2e6e29ea-c4e0-4f44-842d-78a891f8c156"},"parent_object_id":"97052eb9-e65e-443f-a297-f2d9a4a7f795","parent_record_id":"bf071e1f-6035-429d-b874-d83ea64ea13b","actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}]}}}}},"responses":{"200":{"description":"Return a 200 status to indicate that the data was received successfully"}}}},"list-entry.updated":{"post":{"operationId":"webhooks-list-entry.updated","description":"This event is fired whenever an existing list entry is updated (i.e. when a list attribute is changed for a specific list entry, e.g. when setting \"Owner\").","tags":["List entry events"],"summary":"list-entry.updated","x-mint":{"metadata":{"title":"List entry updated"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"webhook_id":{"type":"string","format":"uuid","description":"The ID of the webhook that triggered this delivery.","example":"23e42eaf-323a-41da-b5bb-fd67eebda553"},"events":{"type":"array","items":{"type":"object","properties":{"event_type":{"type":"string","enum":["list-entry.updated"]},"id":{"type":"object","properties":{"workspace_id":{"type":"string","format":"uuid","description":"The ID of the workspace."},"list_id":{"type":"string","format":"uuid","description":"The ID of the list that the list entry was updated in."},"entry_id":{"type":"string","format":"uuid","description":"The ID of the updated list entry."},"attribute_id":{"type":"string","format":"uuid","description":"The ID of the attribute of the value that was updated on the list entry."}},"required":["workspace_id","list_id","entry_id","attribute_id"]},"parent_object_id":{"type":"string","format":"uuid","description":"The ID of the parent object of the updated list entry."},"parent_record_id":{"type":"string","format":"uuid","description":"The ID of the parent record of the updated list entry."},"actor":{"type":"object","properties":{"id":{"type":"string","description":"An ID to identify the actor.","nullable":true},"type":{"type":"string","enum":["api-token","workspace-member","system","app"],"nullable":true,"description":"The type of actor. [Read more information on actor types here](/docs/actors)."}},"example":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"required":["event_type","id","parent_object_id","parent_record_id","actor"],"description":"This event is fired whenever an existing list entry is updated (i.e. when a list attribute is changed for a specific list entry, e.g. when setting \"Owner\").","example":{"event_type":"list-entry.updated","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","list_id":"33ebdbe9-e529-47c9-b894-0ba25e9c15c0","entry_id":"2e6e29ea-c4e0-4f44-842d-78a891f8c156","attribute_id":"41252299-f8c7-4b5e-99c9-4ff8321d2f96"},"parent_object_id":"97052eb9-e65e-443f-a297-f2d9a4a7f795","parent_record_id":"bf071e1f-6035-429d-b874-d83ea64ea13b","actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"description":"An array of webhook events. Currently, each delivery contains exactly one event, but this may change in the future to support batching."}},"required":["webhook_id","events"],"description":"This event is fired whenever an existing list entry is updated (i.e. when a list attribute is changed for a specific list entry, e.g. when setting \"Owner\").","example":{"webhook_id":"23e42eaf-323a-41da-b5bb-fd67eebda553","events":[{"event_type":"list-entry.updated","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","list_id":"33ebdbe9-e529-47c9-b894-0ba25e9c15c0","entry_id":"2e6e29ea-c4e0-4f44-842d-78a891f8c156","attribute_id":"41252299-f8c7-4b5e-99c9-4ff8321d2f96"},"parent_object_id":"97052eb9-e65e-443f-a297-f2d9a4a7f795","parent_record_id":"bf071e1f-6035-429d-b874-d83ea64ea13b","actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}]}}}}},"responses":{"200":{"description":"Return a 200 status to indicate that the data was received successfully"}}}},"list-entry.deleted":{"post":{"operationId":"webhooks-list-entry.deleted","description":"This event is fired whenever a list entry is deleted (i.e. when a record is removed from a list).","tags":["List entry events"],"summary":"list-entry.deleted","x-mint":{"metadata":{"title":"List entry deleted"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"webhook_id":{"type":"string","format":"uuid","description":"The ID of the webhook that triggered this delivery.","example":"23e42eaf-323a-41da-b5bb-fd67eebda553"},"events":{"type":"array","items":{"type":"object","properties":{"event_type":{"type":"string","enum":["list-entry.deleted"]},"id":{"type":"object","properties":{"workspace_id":{"type":"string","format":"uuid","description":"The ID of the workspace."},"list_id":{"type":"string","format":"uuid","description":"The ID of the list that the list entry was deleted from."},"entry_id":{"type":"string","format":"uuid","description":"The ID of the deleted list entry."}},"required":["workspace_id","list_id","entry_id"]},"parent_object_id":{"type":"string","format":"uuid","description":"The ID of the parent object of the deleted list entry."},"parent_record_id":{"type":"string","format":"uuid","description":"The ID of the parent record of the deleted list entry."},"actor":{"type":"object","properties":{"id":{"type":"string","description":"An ID to identify the actor.","nullable":true},"type":{"type":"string","enum":["api-token","workspace-member","system","app"],"nullable":true,"description":"The type of actor. [Read more information on actor types here](/docs/actors)."}},"example":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"required":["event_type","id","parent_object_id","parent_record_id","actor"],"description":"This event is fired whenever a list entry is deleted (i.e. when a record is removed from a list).","example":{"event_type":"list-entry.deleted","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","list_id":"33ebdbe9-e529-47c9-b894-0ba25e9c15c0","entry_id":"2e6e29ea-c4e0-4f44-842d-78a891f8c156"},"parent_object_id":"97052eb9-e65e-443f-a297-f2d9a4a7f795","parent_record_id":"bf071e1f-6035-429d-b874-d83ea64ea13b","actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"description":"An array of webhook events. Currently, each delivery contains exactly one event, but this may change in the future to support batching."}},"required":["webhook_id","events"],"description":"This event is fired whenever a list entry is deleted (i.e. when a record is removed from a list).","example":{"webhook_id":"23e42eaf-323a-41da-b5bb-fd67eebda553","events":[{"event_type":"list-entry.deleted","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","list_id":"33ebdbe9-e529-47c9-b894-0ba25e9c15c0","entry_id":"2e6e29ea-c4e0-4f44-842d-78a891f8c156"},"parent_object_id":"97052eb9-e65e-443f-a297-f2d9a4a7f795","parent_record_id":"bf071e1f-6035-429d-b874-d83ea64ea13b","actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}]}}}}},"responses":{"200":{"description":"Return a 200 status to indicate that the data was received successfully"}}}},"object-attribute.created":{"post":{"operationId":"webhooks-object-attribute.created","description":"This event is fired whenever an object attribute is created (e.g. when defining a new attribute \"Rating\" on the company object).","tags":["Object attribute events"],"summary":"object-attribute.created","x-mint":{"metadata":{"title":"Object attribute created"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"webhook_id":{"type":"string","format":"uuid","description":"The ID of the webhook that triggered this delivery.","example":"23e42eaf-323a-41da-b5bb-fd67eebda553"},"events":{"type":"array","items":{"type":"object","properties":{"event_type":{"type":"string","enum":["object-attribute.created"]},"id":{"type":"object","properties":{"workspace_id":{"type":"string","format":"uuid","description":"The ID of the workspace."},"object_id":{"type":"string","format":"uuid","description":"The ID of the object that the attribute was created on."},"attribute_id":{"type":"string","format":"uuid","description":"The ID of the created object attribute."}},"required":["workspace_id","object_id","attribute_id"]},"actor":{"type":"object","properties":{"id":{"type":"string","description":"An ID to identify the actor.","nullable":true},"type":{"type":"string","enum":["api-token","workspace-member","system","app"],"nullable":true,"description":"The type of actor. [Read more information on actor types here](/docs/actors)."}},"example":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"required":["event_type","id","actor"],"description":"This event is fired whenever an object attribute is created (e.g. when defining a new attribute \"Rating\" on the company object).","example":{"event_type":"object-attribute.created","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","object_id":"97052eb9-e65e-443f-a297-f2d9a4a7f795","attribute_id":"41252299-f8c7-4b5e-99c9-4ff8321d2f96"},"actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"description":"An array of webhook events. Currently, each delivery contains exactly one event, but this may change in the future to support batching."}},"required":["webhook_id","events"],"description":"This event is fired whenever an object attribute is created (e.g. when defining a new attribute \"Rating\" on the company object).","example":{"webhook_id":"23e42eaf-323a-41da-b5bb-fd67eebda553","events":[{"event_type":"object-attribute.created","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","object_id":"97052eb9-e65e-443f-a297-f2d9a4a7f795","attribute_id":"41252299-f8c7-4b5e-99c9-4ff8321d2f96"},"actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}]}}}}},"responses":{"200":{"description":"Return a 200 status to indicate that the data was received successfully"}}}},"object-attribute.updated":{"post":{"operationId":"webhooks-object-attribute.updated","description":"This event is fired whenever an object attribute is updated (e.g. when renaming the \"Rating\" attribute to \"Score\" on the company object).","tags":["Object attribute events"],"summary":"object-attribute.updated","x-mint":{"metadata":{"title":"Object attribute updated"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"webhook_id":{"type":"string","format":"uuid","description":"The ID of the webhook that triggered this delivery.","example":"23e42eaf-323a-41da-b5bb-fd67eebda553"},"events":{"type":"array","items":{"type":"object","properties":{"event_type":{"type":"string","enum":["object-attribute.updated"]},"id":{"type":"object","properties":{"workspace_id":{"type":"string","format":"uuid","description":"The ID of the workspace."},"object_id":{"type":"string","format":"uuid","description":"The ID of the object that the attribute was updated on."},"attribute_id":{"type":"string","format":"uuid","description":"The ID of the updated object attribute."}},"required":["workspace_id","object_id","attribute_id"]},"actor":{"type":"object","properties":{"id":{"type":"string","description":"An ID to identify the actor.","nullable":true},"type":{"type":"string","enum":["api-token","workspace-member","system","app"],"nullable":true,"description":"The type of actor. [Read more information on actor types here](/docs/actors)."}},"example":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"required":["event_type","id","actor"],"description":"This event is fired whenever an object attribute is updated (e.g. when renaming the \"Rating\" attribute to \"Score\" on the company object).","example":{"event_type":"object-attribute.updated","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","object_id":"97052eb9-e65e-443f-a297-f2d9a4a7f795","attribute_id":"41252299-f8c7-4b5e-99c9-4ff8321d2f96"},"actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"description":"An array of webhook events. Currently, each delivery contains exactly one event, but this may change in the future to support batching."}},"required":["webhook_id","events"],"description":"This event is fired whenever an object attribute is updated (e.g. when renaming the \"Rating\" attribute to \"Score\" on the company object).","example":{"webhook_id":"23e42eaf-323a-41da-b5bb-fd67eebda553","events":[{"event_type":"object-attribute.updated","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","object_id":"97052eb9-e65e-443f-a297-f2d9a4a7f795","attribute_id":"41252299-f8c7-4b5e-99c9-4ff8321d2f96"},"actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}]}}}}},"responses":{"200":{"description":"Return a 200 status to indicate that the data was received successfully"}}}},"note.created":{"post":{"operationId":"webhooks-note.created","description":"This event is fired whenever a note is created. The `parent_object_id` refers to the object that the note references (e.g. the person object), and the `parent_record_id` refers to the record that the note references.","tags":["Note events"],"summary":"note.created","x-mint":{"metadata":{"title":"Note created"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"webhook_id":{"type":"string","format":"uuid","description":"The ID of the webhook that triggered this delivery.","example":"23e42eaf-323a-41da-b5bb-fd67eebda553"},"events":{"type":"array","items":{"type":"object","properties":{"event_type":{"type":"string","enum":["note.created"]},"id":{"type":"object","properties":{"workspace_id":{"type":"string","format":"uuid","description":"The ID of the workspace."},"note_id":{"type":"string","format":"uuid","description":"The ID of the created note."}},"required":["workspace_id","note_id"]},"parent_object_id":{"type":"string","format":"uuid","description":"The ID of the parent object of the created note."},"parent_record_id":{"type":"string","format":"uuid","description":"The ID of the parent record of the created note."},"actor":{"type":"object","properties":{"id":{"type":"string","description":"An ID to identify the actor.","nullable":true},"type":{"type":"string","enum":["api-token","workspace-member","system","app"],"nullable":true,"description":"The type of actor. [Read more information on actor types here](/docs/actors)."}},"example":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"required":["event_type","id","parent_object_id","parent_record_id","actor"],"description":"This event is fired whenever a note is created. The `parent_object_id` refers to the object that the note references (e.g. the person object), and the `parent_record_id` refers to the record that the note references.","example":{"event_type":"note.created","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","note_id":"ff3f3bd4-40f4-4f80-8187-cd02385af424"},"parent_object_id":"97052eb9-e65e-443f-a297-f2d9a4a7f795","parent_record_id":"bf071e1f-6035-429d-b874-d83ea64ea13b","actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"description":"An array of webhook events. Currently, each delivery contains exactly one event, but this may change in the future to support batching."}},"required":["webhook_id","events"],"description":"This event is fired whenever a note is created. The `parent_object_id` refers to the object that the note references (e.g. the person object), and the `parent_record_id` refers to the record that the note references.","example":{"webhook_id":"23e42eaf-323a-41da-b5bb-fd67eebda553","events":[{"event_type":"note.created","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","note_id":"ff3f3bd4-40f4-4f80-8187-cd02385af424"},"parent_object_id":"97052eb9-e65e-443f-a297-f2d9a4a7f795","parent_record_id":"bf071e1f-6035-429d-b874-d83ea64ea13b","actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}]}}}}},"responses":{"200":{"description":"Return a 200 status to indicate that the data was received successfully"}}}},"note-content.updated":{"post":{"operationId":"webhooks-note-content.updated","description":"This event is fired whenever the content (body) of a note is updated. The `parent_object_id` refers to the object that the note references (e.g. the person object), and the `parent_record_id` refers to the record that the note references.","tags":["Note content events"],"summary":"note-content.updated","x-mint":{"metadata":{"title":"Note content updated"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"webhook_id":{"type":"string","format":"uuid","description":"The ID of the webhook that triggered this delivery.","example":"23e42eaf-323a-41da-b5bb-fd67eebda553"},"events":{"type":"array","items":{"type":"object","properties":{"event_type":{"type":"string","enum":["note-content.updated"]},"id":{"type":"object","properties":{"workspace_id":{"type":"string","format":"uuid","description":"The ID of the workspace."},"note_id":{"type":"string","format":"uuid","description":"The ID of the note whose content was updated."}},"required":["workspace_id","note_id"]},"parent_object_id":{"type":"string","format":"uuid","description":"The ID of the parent object of the updated note."},"parent_record_id":{"type":"string","format":"uuid","description":"The ID of the parent record of the updated note."},"actor":{"type":"object","properties":{"id":{"type":"string","description":"An ID to identify the actor.","nullable":true},"type":{"type":"string","enum":["api-token","workspace-member","system","app"],"nullable":true,"description":"The type of actor. [Read more information on actor types here](/docs/actors)."}},"example":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"required":["event_type","id","parent_object_id","parent_record_id","actor"],"description":"This event is fired whenever the content (body) of a note is updated. The `parent_object_id` refers to the object that the note references (e.g. the person object), and the `parent_record_id` refers to the record that the note references.","example":{"event_type":"note-content.updated","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","note_id":"ff3f3bd4-40f4-4f80-8187-cd02385af424"},"parent_object_id":"97052eb9-e65e-443f-a297-f2d9a4a7f795","parent_record_id":"bf071e1f-6035-429d-b874-d83ea64ea13b","actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"description":"An array of webhook events. Currently, each delivery contains exactly one event, but this may change in the future to support batching."}},"required":["webhook_id","events"],"description":"This event is fired whenever the content (body) of a note is updated. The `parent_object_id` refers to the object that the note references (e.g. the person object), and the `parent_record_id` refers to the record that the note references.","example":{"webhook_id":"23e42eaf-323a-41da-b5bb-fd67eebda553","events":[{"event_type":"note-content.updated","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","note_id":"ff3f3bd4-40f4-4f80-8187-cd02385af424"},"parent_object_id":"97052eb9-e65e-443f-a297-f2d9a4a7f795","parent_record_id":"bf071e1f-6035-429d-b874-d83ea64ea13b","actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}]}}}}},"responses":{"200":{"description":"Return a 200 status to indicate that the data was received successfully"}}}},"note.updated":{"post":{"operationId":"webhooks-note.updated","description":"This event is fired whenever the title of a note is modified. Body updates do not currently trigger webhooks.","tags":["Note events"],"summary":"note.updated","x-mint":{"metadata":{"title":"Note updated"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"webhook_id":{"type":"string","format":"uuid","description":"The ID of the webhook that triggered this delivery.","example":"23e42eaf-323a-41da-b5bb-fd67eebda553"},"events":{"type":"array","items":{"type":"object","properties":{"event_type":{"type":"string","enum":["note.updated"]},"id":{"type":"object","properties":{"workspace_id":{"type":"string","format":"uuid","description":"The ID of the workspace."},"note_id":{"type":"string","format":"uuid","description":"The ID of the updated note."}},"required":["workspace_id","note_id"]},"parent_object_id":{"type":"string","format":"uuid","description":"The ID of the parent object of the updated note."},"parent_record_id":{"type":"string","format":"uuid","description":"The ID of the parent record of the updated note."},"actor":{"type":"object","properties":{"id":{"type":"string","description":"An ID to identify the actor.","nullable":true},"type":{"type":"string","enum":["api-token","workspace-member","system","app"],"nullable":true,"description":"The type of actor. [Read more information on actor types here](/docs/actors)."}},"example":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"required":["event_type","id","parent_object_id","parent_record_id","actor"],"description":"This event is fired whenever the title of a note is modified. Body updates do not currently trigger webhooks.","example":{"event_type":"note.updated","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","note_id":"ff3f3bd4-40f4-4f80-8187-cd02385af424"},"parent_object_id":"97052eb9-e65e-443f-a297-f2d9a4a7f795","parent_record_id":"bf071e1f-6035-429d-b874-d83ea64ea13b","actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"description":"An array of webhook events. Currently, each delivery contains exactly one event, but this may change in the future to support batching."}},"required":["webhook_id","events"],"description":"This event is fired whenever the title of a note is modified. Body updates do not currently trigger webhooks.","example":{"webhook_id":"23e42eaf-323a-41da-b5bb-fd67eebda553","events":[{"event_type":"note.updated","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","note_id":"ff3f3bd4-40f4-4f80-8187-cd02385af424"},"parent_object_id":"97052eb9-e65e-443f-a297-f2d9a4a7f795","parent_record_id":"bf071e1f-6035-429d-b874-d83ea64ea13b","actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}]}}}}},"responses":{"200":{"description":"Return a 200 status to indicate that the data was received successfully"}}}},"note.deleted":{"post":{"operationId":"webhooks-note.deleted","description":"This event is fired whenever a note is deleted.","tags":["Note events"],"summary":"note.deleted","x-mint":{"metadata":{"title":"Note deleted"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"webhook_id":{"type":"string","format":"uuid","description":"The ID of the webhook that triggered this delivery.","example":"23e42eaf-323a-41da-b5bb-fd67eebda553"},"events":{"type":"array","items":{"type":"object","properties":{"event_type":{"type":"string","enum":["note.deleted"]},"id":{"type":"object","properties":{"workspace_id":{"type":"string","format":"uuid","description":"The ID of the workspace."},"note_id":{"type":"string","format":"uuid","description":"The ID of the deleted note."}},"required":["workspace_id","note_id"]},"parent_object_id":{"type":"string","format":"uuid","description":"The ID of the parent object of the deleted note."},"parent_record_id":{"type":"string","format":"uuid","description":"The ID of the parent record of the deleted note."},"actor":{"type":"object","properties":{"id":{"type":"string","description":"An ID to identify the actor.","nullable":true},"type":{"type":"string","enum":["api-token","workspace-member","system","app"],"nullable":true,"description":"The type of actor. [Read more information on actor types here](/docs/actors)."}},"example":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"required":["event_type","id","parent_object_id","parent_record_id","actor"],"description":"This event is fired whenever a note is deleted.","example":{"event_type":"note.deleted","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","note_id":"ff3f3bd4-40f4-4f80-8187-cd02385af424"},"parent_object_id":"97052eb9-e65e-443f-a297-f2d9a4a7f795","parent_record_id":"bf071e1f-6035-429d-b874-d83ea64ea13b","actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"description":"An array of webhook events. Currently, each delivery contains exactly one event, but this may change in the future to support batching."}},"required":["webhook_id","events"],"description":"This event is fired whenever a note is deleted.","example":{"webhook_id":"23e42eaf-323a-41da-b5bb-fd67eebda553","events":[{"event_type":"note.deleted","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","note_id":"ff3f3bd4-40f4-4f80-8187-cd02385af424"},"parent_object_id":"97052eb9-e65e-443f-a297-f2d9a4a7f795","parent_record_id":"bf071e1f-6035-429d-b874-d83ea64ea13b","actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}]}}}}},"responses":{"200":{"description":"Return a 200 status to indicate that the data was received successfully"}}}},"record.created":{"post":{"operationId":"webhooks-record.created","description":"This event is fired whenever a record is created.","tags":["Record events"],"summary":"record.created","x-mint":{"metadata":{"title":"Record created"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"webhook_id":{"type":"string","format":"uuid","description":"The ID of the webhook that triggered this delivery.","example":"23e42eaf-323a-41da-b5bb-fd67eebda553"},"events":{"type":"array","items":{"type":"object","properties":{"event_type":{"type":"string","enum":["record.created"]},"id":{"type":"object","properties":{"workspace_id":{"type":"string","format":"uuid","description":"The ID of the workspace."},"object_id":{"type":"string","format":"uuid","description":"The ID of the object that the record belongs to."},"record_id":{"type":"string","format":"uuid","description":"The ID of the created record."}},"required":["workspace_id","object_id","record_id"]},"actor":{"type":"object","properties":{"id":{"type":"string","description":"An ID to identify the actor.","nullable":true},"type":{"type":"string","enum":["api-token","workspace-member","system","app"],"nullable":true,"description":"The type of actor. [Read more information on actor types here](/docs/actors)."}},"example":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"required":["event_type","id","actor"],"description":"This event is fired whenever a record is created.","example":{"event_type":"record.created","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","object_id":"97052eb9-e65e-443f-a297-f2d9a4a7f795","record_id":"bf071e1f-6035-429d-b874-d83ea64ea13b"},"actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"description":"An array of webhook events. Currently, each delivery contains exactly one event, but this may change in the future to support batching."}},"required":["webhook_id","events"],"description":"This event is fired whenever a record is created.","example":{"webhook_id":"23e42eaf-323a-41da-b5bb-fd67eebda553","events":[{"event_type":"record.created","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","object_id":"97052eb9-e65e-443f-a297-f2d9a4a7f795","record_id":"bf071e1f-6035-429d-b874-d83ea64ea13b"},"actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}]}}}}},"responses":{"200":{"description":"Return a 200 status to indicate that the data was received successfully"}}}},"record.merged":{"post":{"operationId":"webhooks-record.merged","description":"This event is fired whenever two records are merged together. Merging copies properties from the \"duplicate\" record into the original record, so that the original record has the properties of both, and the duplicate record is deleted.","tags":["Record events"],"summary":"record.merged","x-mint":{"metadata":{"title":"Record merged"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"webhook_id":{"type":"string","format":"uuid","description":"The ID of the webhook that triggered this delivery.","example":"23e42eaf-323a-41da-b5bb-fd67eebda553"},"events":{"type":"array","items":{"type":"object","properties":{"event_type":{"type":"string","enum":["record.merged"]},"id":{"type":"object","properties":{"workspace_id":{"type":"string","format":"uuid","description":"The ID of the workspace."},"object_id":{"type":"string","format":"uuid","description":"The ID of the object that was updated when the duplicate was merged into it."},"record_id":{"type":"string","format":"uuid","description":"The ID of the record that was updated when the duplicate was merged into it."}},"required":["workspace_id","object_id","record_id"]},"duplicate_object_id":{"type":"string","format":"uuid","description":"The ID of the object that was merged into the other"},"duplicate_record_id":{"type":"string","format":"uuid","description":"The ID of the record that was merged into the other"},"actor":{"type":"object","properties":{"id":{"type":"string","description":"An ID to identify the actor.","nullable":true},"type":{"type":"string","enum":["api-token","workspace-member","system","app"],"nullable":true,"description":"The type of actor. [Read more information on actor types here](/docs/actors)."}},"example":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"required":["event_type","id","duplicate_object_id","duplicate_record_id","actor"],"description":"This event is fired whenever two records are merged together. Merging copies properties from the \"duplicate\" record into the original record, so that the original record has the properties of both, and the duplicate record is deleted.","example":{"event_type":"record.merged","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","object_id":"97052eb9-e65e-443f-a297-f2d9a4a7f795","record_id":"bf071e1f-6035-429d-b874-d83ea64ea13b"},"duplicate_object_id":"97052eb9-e65e-443f-a297-f2d9a4a7f795","duplicate_record_id":"3405be95-8375-46a0-bde0-03b3753f8c79","actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"description":"An array of webhook events. Currently, each delivery contains exactly one event, but this may change in the future to support batching."}},"required":["webhook_id","events"],"description":"This event is fired whenever two records are merged together. Merging copies properties from the \"duplicate\" record into the original record, so that the original record has the properties of both, and the duplicate record is deleted.","example":{"webhook_id":"23e42eaf-323a-41da-b5bb-fd67eebda553","events":[{"event_type":"record.merged","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","object_id":"97052eb9-e65e-443f-a297-f2d9a4a7f795","record_id":"bf071e1f-6035-429d-b874-d83ea64ea13b"},"duplicate_object_id":"97052eb9-e65e-443f-a297-f2d9a4a7f795","duplicate_record_id":"3405be95-8375-46a0-bde0-03b3753f8c79","actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}]}}}}},"responses":{"200":{"description":"Return a 200 status to indicate that the data was received successfully"}}}},"record.updated":{"post":{"operationId":"webhooks-record.updated","description":"This event is fired whenever an attribute on a record is updated (e.g. changing the \"name\" field on a record).","tags":["Record events"],"summary":"record.updated","x-mint":{"metadata":{"title":"Record updated"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"webhook_id":{"type":"string","format":"uuid","description":"The ID of the webhook that triggered this delivery.","example":"23e42eaf-323a-41da-b5bb-fd67eebda553"},"events":{"type":"array","items":{"type":"object","properties":{"event_type":{"type":"string","enum":["record.updated"]},"id":{"type":"object","properties":{"workspace_id":{"type":"string","format":"uuid","description":"The ID of the workspace."},"object_id":{"type":"string","format":"uuid","description":"The ID of the object that the record belongs to."},"record_id":{"type":"string","format":"uuid","description":"The ID of the record that was attribute belongs to."},"attribute_id":{"type":"string","format":"uuid","description":"The ID of the attribute that was updated on the record."}},"required":["workspace_id","object_id","record_id","attribute_id"]},"actor":{"type":"object","properties":{"id":{"type":"string","description":"An ID to identify the actor.","nullable":true},"type":{"type":"string","enum":["api-token","workspace-member","system","app"],"nullable":true,"description":"The type of actor. [Read more information on actor types here](/docs/actors)."}},"example":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"required":["event_type","id","actor"],"description":"This event is fired whenever an attribute on a record is updated (e.g. changing the \"name\" field on a record).","example":{"event_type":"record.updated","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","object_id":"97052eb9-e65e-443f-a297-f2d9a4a7f795","record_id":"bf071e1f-6035-429d-b874-d83ea64ea13b","attribute_id":"41252299-f8c7-4b5e-99c9-4ff8321d2f96"},"actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"description":"An array of webhook events. Currently, each delivery contains exactly one event, but this may change in the future to support batching."}},"required":["webhook_id","events"],"description":"This event is fired whenever an attribute on a record is updated (e.g. changing the \"name\" field on a record).","example":{"webhook_id":"23e42eaf-323a-41da-b5bb-fd67eebda553","events":[{"event_type":"record.updated","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","object_id":"97052eb9-e65e-443f-a297-f2d9a4a7f795","record_id":"bf071e1f-6035-429d-b874-d83ea64ea13b","attribute_id":"41252299-f8c7-4b5e-99c9-4ff8321d2f96"},"actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}]}}}}},"responses":{"200":{"description":"Return a 200 status to indicate that the data was received successfully"}}}},"record.deleted":{"post":{"operationId":"webhooks-record.deleted","description":"This event is fired whenever a record is deleted.","tags":["Record events"],"summary":"record.deleted","x-mint":{"metadata":{"title":"Record deleted"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"webhook_id":{"type":"string","format":"uuid","description":"The ID of the webhook that triggered this delivery.","example":"23e42eaf-323a-41da-b5bb-fd67eebda553"},"events":{"type":"array","items":{"type":"object","properties":{"event_type":{"type":"string","enum":["record.deleted"]},"id":{"type":"object","properties":{"workspace_id":{"type":"string","format":"uuid","description":"The ID of the workspace."},"object_id":{"type":"string","format":"uuid","description":"The ID of the object that the record belongs to."},"record_id":{"type":"string","format":"uuid","description":"The ID of the deleted record."}},"required":["workspace_id","object_id","record_id"]},"actor":{"type":"object","properties":{"id":{"type":"string","description":"An ID to identify the actor.","nullable":true},"type":{"type":"string","enum":["api-token","workspace-member","system","app"],"nullable":true,"description":"The type of actor. [Read more information on actor types here](/docs/actors)."}},"example":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"required":["event_type","id","actor"],"description":"This event is fired whenever a record is deleted.","example":{"event_type":"record.deleted","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","object_id":"97052eb9-e65e-443f-a297-f2d9a4a7f795","record_id":"bf071e1f-6035-429d-b874-d83ea64ea13b"},"actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"description":"An array of webhook events. Currently, each delivery contains exactly one event, but this may change in the future to support batching."}},"required":["webhook_id","events"],"description":"This event is fired whenever a record is deleted.","example":{"webhook_id":"23e42eaf-323a-41da-b5bb-fd67eebda553","events":[{"event_type":"record.deleted","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","object_id":"97052eb9-e65e-443f-a297-f2d9a4a7f795","record_id":"bf071e1f-6035-429d-b874-d83ea64ea13b"},"actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}]}}}}},"responses":{"200":{"description":"Return a 200 status to indicate that the data was received successfully"}}}},"task.created":{"post":{"operationId":"webhooks-task.created","description":"This event is fired whenever a task is created.","tags":["Task events"],"summary":"task.created","x-mint":{"metadata":{"title":"Task created"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"webhook_id":{"type":"string","format":"uuid","description":"The ID of the webhook that triggered this delivery.","example":"23e42eaf-323a-41da-b5bb-fd67eebda553"},"events":{"type":"array","items":{"type":"object","properties":{"event_type":{"type":"string","enum":["task.created"]},"id":{"type":"object","properties":{"workspace_id":{"type":"string","format":"uuid","description":"The ID of the workspace."},"task_id":{"type":"string","format":"uuid","description":"The ID of the created task."}},"required":["workspace_id","task_id"]},"actor":{"type":"object","properties":{"id":{"type":"string","description":"An ID to identify the actor.","nullable":true},"type":{"type":"string","enum":["api-token","workspace-member","system","app"],"nullable":true,"description":"The type of actor. [Read more information on actor types here](/docs/actors)."}},"example":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"required":["event_type","id","actor"],"description":"This event is fired whenever a task is created.","example":{"event_type":"task.created","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","task_id":"649e34f4-c39a-4f4d-99ef-48a36bef8f04"},"actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"description":"An array of webhook events. Currently, each delivery contains exactly one event, but this may change in the future to support batching."}},"required":["webhook_id","events"],"description":"This event is fired whenever a task is created.","example":{"webhook_id":"23e42eaf-323a-41da-b5bb-fd67eebda553","events":[{"event_type":"task.created","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","task_id":"649e34f4-c39a-4f4d-99ef-48a36bef8f04"},"actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}]}}}}},"responses":{"200":{"description":"Return a 200 status to indicate that the data was received successfully"}}}},"task.updated":{"post":{"operationId":"webhooks-task.updated","description":"This event is fired whenever a task is updated (e.g. the assignees or deadline are changed).","tags":["Task events"],"summary":"task.updated","x-mint":{"metadata":{"title":"Task updated"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"webhook_id":{"type":"string","format":"uuid","description":"The ID of the webhook that triggered this delivery.","example":"23e42eaf-323a-41da-b5bb-fd67eebda553"},"events":{"type":"array","items":{"type":"object","properties":{"event_type":{"type":"string","enum":["task.updated"]},"id":{"type":"object","properties":{"workspace_id":{"type":"string","format":"uuid","description":"The ID of the workspace."},"task_id":{"type":"string","format":"uuid","description":"The ID of the updated task."}},"required":["workspace_id","task_id"]},"actor":{"type":"object","properties":{"id":{"type":"string","description":"An ID to identify the actor.","nullable":true},"type":{"type":"string","enum":["api-token","workspace-member","system","app"],"nullable":true,"description":"The type of actor. [Read more information on actor types here](/docs/actors)."}},"example":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"required":["event_type","id","actor"],"description":"This event is fired whenever a task is updated (e.g. the assignees or deadline are changed).","example":{"event_type":"task.updated","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","task_id":"649e34f4-c39a-4f4d-99ef-48a36bef8f04"},"actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"description":"An array of webhook events. Currently, each delivery contains exactly one event, but this may change in the future to support batching."}},"required":["webhook_id","events"],"description":"This event is fired whenever a task is updated (e.g. the assignees or deadline are changed).","example":{"webhook_id":"23e42eaf-323a-41da-b5bb-fd67eebda553","events":[{"event_type":"task.updated","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","task_id":"649e34f4-c39a-4f4d-99ef-48a36bef8f04"},"actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}]}}}}},"responses":{"200":{"description":"Return a 200 status to indicate that the data was received successfully"}}}},"task.deleted":{"post":{"operationId":"webhooks-task.deleted","description":"This event is fired whenever a task is deleted.","tags":["Task events"],"summary":"task.deleted","x-mint":{"metadata":{"title":"Task deleted"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"webhook_id":{"type":"string","format":"uuid","description":"The ID of the webhook that triggered this delivery.","example":"23e42eaf-323a-41da-b5bb-fd67eebda553"},"events":{"type":"array","items":{"type":"object","properties":{"event_type":{"type":"string","enum":["task.deleted"]},"id":{"type":"object","properties":{"workspace_id":{"type":"string","format":"uuid","description":"The ID of the workspace."},"task_id":{"type":"string","format":"uuid","description":"The ID of the deleted task."}},"required":["workspace_id","task_id"]},"actor":{"type":"object","properties":{"id":{"type":"string","description":"An ID to identify the actor.","nullable":true},"type":{"type":"string","enum":["api-token","workspace-member","system","app"],"nullable":true,"description":"The type of actor. [Read more information on actor types here](/docs/actors)."}},"example":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"required":["event_type","id","actor"],"description":"This event is fired whenever a task is deleted.","example":{"event_type":"task.deleted","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","task_id":"649e34f4-c39a-4f4d-99ef-48a36bef8f04"},"actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"description":"An array of webhook events. Currently, each delivery contains exactly one event, but this may change in the future to support batching."}},"required":["webhook_id","events"],"description":"This event is fired whenever a task is deleted.","example":{"webhook_id":"23e42eaf-323a-41da-b5bb-fd67eebda553","events":[{"event_type":"task.deleted","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","task_id":"649e34f4-c39a-4f4d-99ef-48a36bef8f04"},"actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}]}}}}},"responses":{"200":{"description":"Return a 200 status to indicate that the data was received successfully"}}}},"workspace-member.created":{"post":{"operationId":"webhooks-workspace-member.created","description":"This event is fired whenever a workspace member is added to the workspace.","tags":["Workspace member events"],"summary":"workspace-member.created","x-mint":{"metadata":{"title":"Workspace member created"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"webhook_id":{"type":"string","format":"uuid","description":"The ID of the webhook that triggered this delivery.","example":"23e42eaf-323a-41da-b5bb-fd67eebda553"},"events":{"type":"array","items":{"type":"object","properties":{"event_type":{"type":"string","enum":["workspace-member.created"]},"id":{"type":"object","properties":{"workspace_id":{"type":"string","format":"uuid","description":"The ID of the workspace."},"workspace_member_id":{"type":"string","format":"uuid","description":"The ID of the added workspace member."}},"required":["workspace_id","workspace_member_id"]},"actor":{"type":"object","properties":{"id":{"type":"string","description":"An ID to identify the actor.","nullable":true},"type":{"type":"string","enum":["api-token","workspace-member","system","app"],"nullable":true,"description":"The type of actor. [Read more information on actor types here](/docs/actors)."}},"example":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"required":["event_type","id","actor"],"description":"This event is fired whenever a workspace member is added to the workspace.","example":{"event_type":"workspace-member.created","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","workspace_member_id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"},"actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}},"description":"An array of webhook events. Currently, each delivery contains exactly one event, but this may change in the future to support batching."}},"required":["webhook_id","events"],"description":"This event is fired whenever a workspace member is added to the workspace.","example":{"webhook_id":"23e42eaf-323a-41da-b5bb-fd67eebda553","events":[{"event_type":"workspace-member.created","id":{"workspace_id":"14beef7a-99f7-4534-a87e-70b564330a4c","workspace_member_id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"},"actor":{"type":"workspace-member","id":"50cf242c-7fa3-4cad-87d0-75b1af71c57b"}}]}}}}},"responses":{"200":{"description":"Return a 200 status to indicate that the data was received successfully"}}}}}}