Sorry, we don't support your browser.  Install a modern browser
This post is closed.

Integrations: Push to service on status change#117

We get a bunch of feedback. Automatically pushing everything to Trello is just too much, but on the other hand to manually push everything we marked as “planned” is basically twice as much work. We would like an option to specify when a suggestion creates a card on Trello. Very simple example:

  • Only us marking something as ‘planned’, should create a Trello card.
7 years ago

I can definitely see how this can come in handy. Thanks for your suggestion!

7 years ago
Changed the title from "Trello Integration; Possibility to add further specifications." to "Integrations: Push to service on status change"
7 years ago

Any update on this? I noticed there’s a “post.status.updated” webhook event, but in the data that is being passed, there’s no info on the idea besides the id and its status.

If this type of event would also return the idea URL & title, I believe would be enough to mark this request as completed.

7 years ago

The “post” node in the “post.status.updated” webhook event has been extended with more details such as the post title and the post URL. That information should be sufficient to implement the above scenario.

7 years ago
2
Changed the status to
Completed
7 years ago

Hi Daniel.

Can you double-check that the returned post URL is correct? In the latest webhook event on status change, the params[‘data’][‘post’][‘url’] was https://nolt.io/113 instead of https://publer.nolt.io/113 which resulted in a bad 404 redirect.

Thank you

7 years ago

Yes, you are right. Sorry about that and thanks for pointing it out! It should be fixed now.

7 years ago
1