Trello
Send events to Squadcast from Trello
Last updated
Was this helpful?
Send events to Squadcast from Trello
Last updated
Was this helpful?
Trello is a web-based, Kanban-style, list-making application and is developed by Trello Enterprise, a subsidiary of Atlassian.
Route detailed events from Trello to the right users in Squadcast.
Navigate to Services -> Service Overview -> select or search for your Service. Expand the accordion -> In the Alert Sources section, click Add.
2. Select Trello. Copy the displayed Webhook URL to configure it within Trello. Finish by clicking Add Alert Source -> Done.
Important:
When an alert source turns Active, it’ll show up under Configured Alert Sources, you can either generate a test alert from the integration or wait for a real-time alert to be generated by the Alert Source. An Alert Source is active if there is a recorded incident via that Alert Source for the Service.
You can configure a webhook for either a Group or a Project in Trello.
Note: To set up the Squadcast webhook URL, there is no GUI interface in Trello. You can do this by using either of the 2 approaches mentioned below.
You can trigger the webhook by calling it from any application that interacts with HTTP(S) APIs, such as Postman, Insomnia, etc.
We have considered setting up the webhook by using Postman. Here:
Select request type as POST
Paste the URL below in the placeholder for URL
For the fields key
, token
and idList
, paste the values as applicable
Find your key
and token
here
To see your idList
, open any card > click on Share > click on Export JSON > Find idList
from the JSON
callbackURl
- paste the previously copied Squadcast webhook URL
NOTE: After the POST
request is made, please ensure that the status of the request should return 200 OK
.
Run below curl
command after replacing the YOUR_KEY
, YOUR_TOKEN
, PREVIOUSLY_COPIED_WEBHOOK_URL
and YOUR_idList
fields with key
, token
, callbackURL
and idList
(as mentioned in the previous approach)
NOTE: After the curl
request is made, if the request was not successful, you will see this as your response:
That is it, you are good to go! Everytime a card is created in Trello, an incident for it would be triggered in Squadcast. When the card is marked as done in Trello, the corresponding incident for it will be automatically resolved in Squadcast.