Skip to main content

Pabbly

Usage

Go to Pabbly and create a new workflow. Search for the Kitchen.co app.

A unique Webhook URL will be generated. Copy this URL, then navigate to the Settings > Webhooks section in the Kitchen.co app.

Create a new webhook, paste the copied URL, and select the events you want to monitor.

Folders - Triggers

New Folder
the payload is expanded folder

Triggers when a new folder is created.

Folder Updated
the payload is expanded folder

Triggers when a folder is updated.

Folder Deleted

Triggers when a folder is deleted.

Folders - Actions

Create a Folder
the response is folder

Creates a new folder.

Update a Folder
the response is folder

Updates the specified folder by setting the values of the parameters passed. Any parameters not provided will be left unchanged.

Archive a Folder
the response is folder

Moves a folder to the archive. All items in the folder will be archived too. Can be restored later.

Restore a Folder
the response is folder

Restores a folder from the archive.

Retrieve a Folder
the response is folder

Retrieves a folder object.

List All Folders

Returns a list of your folders. The folders are returned sorted by creation date, with the most recently created folders appearing first.

Conversations - Triggers

New Conversation
the payload is expanded conversation

Triggers when a new conversation is created.

Conversation Message Created
the payload is expanded conversation

Triggers when a conversation message is created.

Conversation Updated
the payload is expanded conversation

Triggers when a conversation is updated.

Conversation Deleted

Triggers when a conversation is deleted.

Conversations - Actions

Create a Conversation
the response is conversation

Conversation can be created in a folder, if provided. To add a message while creating the conversation, add content and message format to the request parameters.

Update a Conversation
the response is conversation

Updates the specified conversation by setting the values of the parameters passed. Any parameters not provided will be left unchanged.

Archive a Conversation
the response is conversation

Moves a conversation to the archive. Can be restored later.

Restore a Conversation
the response is conversation

Restores a conversation from the archive.

Retrieve a Conversation
the response is conversation

Retrieves a conversation object.

List All Conversations

Returns a list of your conversations. The conversations are returned sorted by creation date, with the most recently created conversations appearing first.

Messages - Actions

Create a Message
the response is message

Create a message inside conversation.

Update a Message
the response is message

Updates the specified message by setting the values of the parameters passed. Any parameters not provided will be left unchanged.

Retrieve a Message
the response is message

Retrieves a message object.

List All Messages

Returns a list of your messages. The messages are returned sorted by creation date, with the most recently created conversations appearing first.

Notes - Actions

Create a Note
the response is note

Creates a new note inside a conversation.

Update a Note
the response is note

Updates the specified note by setting the values of the parameters passed.

Retrieve a Note
the response is note

Retrieves a note object.

List All Notes

Returns a list of your notes. The notes are returned sorted by creation date, with the most recently created conversations appearing first.

Boards - Triggers

New Board
the payload is expanded board

Triggers when a new board is created.

Board Updated
the payload is expanded board

Triggers when a board is updated.

Board Deleted

Triggers when a board is deleted.

Boards - Actions

Create a Board
the response is board

Creates a new board.

Update a Board
the response is board

Updates the specified board by setting the values of the parameters passed. Any parameters not provided will be left unchanged.

Archive a Board
the response is board

Moves a board to the archive. Can be restored later.

Restore a Board
the response is board

Restores a board from the archive.

Retrieve a Board
the response is board

Retrieves a board object.

List All Boards

Returns a list of your boards. The boards are returned sorted by creation date, with the most recently created boards appearing first.

Lists - Triggers

New List
the payload is expanded list

Triggers when a new list is created.

List Updated
the payload is expanded list

Triggers when a list is updated.

List Deleted

Triggers when a list is deleted.

Lists - Actions

Create a List
the response is list

Creates a new list.

Update a List
the response is list

Updates the specified list by setting the values of the parameters passed. Any parameters not provided will be left unchanged.

Retrieve a List
the response is list

Retrieves a list object.

List All Lists

Returns a list of your lists. The lists are returned sorted by creation date, with the most recently created boards appearing first.

Cards - Triggers

New Card
the payload is expanded card

Triggers when a new card is created.

Card Updated
the payload is expanded card

Triggers when a card is updated.

Card Opened
the payload is expanded card

Triggers when a card is opened.

Card Closed
the payload is expanded card

Triggers when a card is closed.

Card Deleted

Triggers when a card is deleted.

New Card Comment

Triggers when a new comment is created inside a card.

Cards - Actions

Create a Card
the response is card

The Create Card Endpoint is your gateway to adding new tasks, ideas, or items to your boards. This endpoint allows you to create a new card within a specified list on your board, making it simple to organize your work and keep your projects on track.

Update a Card
the response is card

Use this endpoint to update specific details of a card. Simply pass the parameters you want to change, and the card will be updated accordingly. Any parameters you don't include in the request will remain unchanged, ensuring that you only modify what's necessary without affecting other aspects of the card.

Toggle Card Completion
the response is card

Toggles the completion status of a card. If the card is currently open, this action will mark it as closed.

Retrieve a Card
the response is card

Retrieves a card object.

List All Cards

Returns a list of your cards. The cards are returned sorted by creation date, with the most recently created cards appearing first.

Milestones - Triggers

New Milestone
the payload is expanded milestone

Triggers when a new milestone is created.

Milestone Updated
the payload is expanded milestone

Triggers when a milestone is updated.

Milestone Deleted

Triggers when a milestone is deleted.

Milestones - Actions

Create a Milestone
the response is milestone

Creates a new milestone.

Update a Milestone
the response is milestone

Updates the specified milestone by setting the values of the parameters passed. Any parameters not provided will be left unchanged.

Archive a Milestone
the response is milestone

Moves a milestone to archive. Can be restored later.

Restore a Milestone
the response is milestone

Restores a milestone from the archive.

Retrieve a Milestone
the response is milestone

Retrieve a milestone object.

List All Milestones

Returns a list of your milestones. The milestones are returned sorted by creation date, with the most recently created milestones appearing first.

Comments - Actions

Create a Comment
the response is comment

Creates a new comment inside a card.

Update a Comment
the response is comment

Updates the specified comment by setting the values of the parameters passed. Any parameters not provided will be left unchanged.

Retrieve a Comment
the response is comment

Retrieves a comment object.

List All Comments

Returns a list of your comments. The comments are returned sorted by creation date, with the most recently created comments appearing first.

Invoices - Triggers

New Invoice
the payload is expanded invoice

Triggers when a new invoice is created.

Invoice Updated
the payload is expanded invoice

Triggers when an invoice is updated.

Invoice Paid
the payload is expanded invoice

Triggers when an invoice gets paid.

Invoice Payment Failed
the payload is expanded invoice

Triggers when an invoice payment fails.

Invoice Deleted

Triggers when a invoice is deleted.

Invoices - Actions

Archive an Invoice
the response is invoice

Moves an invoice to the archive. Can be restored later.

Restore an Invoice
the response is invoice

Restores an invoice from the archive.

Retrieve a Invoice
the response is invoice

Retrieves an invoice object.

List All Invoices

Returns a list of your invoices. The invoices are returned sorted by creation date, with the most recently created invoices appearing first.

Docs - Triggers

New Document
the payload is expanded doc

Triggers when a new document is created.

Document Updated
the payload is expanded doc

Triggers when a document is updated.

Document Deleted

Triggers when a document is deleted.

Embeds - Triggers

New Embed
the payload is expanded embed

Triggers when a new embed is created.

Embed Updated
the payload is expanded embed

Triggers when a embed is updated.

Embed Deleted

Triggers when a embed is deleted.

Clients - Triggers

New Client
the payload is expanded user

Triggers when a new client is created.

Client Updated
the payload is expanded user

Triggers when a client is updated.

Client Deleted

Triggers when a client is deleted.

Clients - Actions

Create a Client
the response is user

Creates a new client.

Update a Client
the response is user

Updates the specified client by setting the values of the parameters passed. Any parameters not provided will be left unchanged.

Retrieve a Client
the response is user

Retrieves a client object.

List All Clients

Returns a list of your clients. The clients are returned sorted by creation date, with the most recently created clients appearing first.