Easily Integrate Trello Webhooks with your application.

https://developer.atlassian.com/cloud/trello/guides/rest-api/webhooks/

Steps to receive Trello Webhooks

  • Sign up for your free Hooky account.
  • Create a new Webhook Source, and select Trello. This will be the endpoint that receives webhooks on behalf of your application, and forwards them using the unified SDK.
  • Step 1
  • Step 2
  • Once a webhook is received from Trello, you'll see it under the Live Logs section of your webhook source.
  • Next, follow the examples below to integrate the Hooky SDK in ruby or javascript, and start receiving webhooks.
Save countless hours integrating Trello webhooks into your application.

Integrating Trello Webhooks Using Javascript

Integrating Trello webhooks with Hooky in your Javascript based application is straight forward. Just grab the SDK, and call a function when that webhook is received.

Integrating Trello Webhooks Using Ruby

Integrating Trello webhooks with Hooky in your Ruby or Ruby on Rails application is straight forward. Just grab the SDK, and call a method when that webhook is received.

Configuring Trello Webhook Authentication

Here's how it works

Supported Trello Webhook Events

addAdminToBoard

(Deprecated in favor of makeAdminOfBoard)

addAdminToOrganization

(Deprecated in favor of makeAdminOfOrganization)

removeAdminFromBoard

(Deprecated in favor of makeNormalMemberOfBoard)

removeAdminFromOrganization

(Deprecated in favor of makeNormalMemberOfOrganization)