Definitely. Doing it all the time.
I have now an app that handles certain services that are either not available in Trello automation. The difference is that this app is your own http request api server/gateway (if you want to integrate to other software).
https://alpha.deta.space/discovery/@milynnus/space_butler
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This app is a collection of code snippets that I have written to help solve some of the more complex Trello automation requirements. Now with the offering Deta, I am able to put this together as an app in which anyone can use. It sits in your personal cloud do not need to your your credentials with anyone. The services will either return results as {httpresponse} and you can use it in your Trello automation or effect some change on the board. The plus is that you do not need any server to host the app.
(1) eg if you do a lookup of card, you will not be able to use the CF of the card you found because the is no {{%foundcustomfieldname}}. Now you can get it from {{httpresponse.customfieldname}}
(2) You want to use a sticker from another card and add it to yours. Now you can.
(BTW due to a software upgrade, I suspect it created a problem on the app. Note, as you can see from the url, the offering by this company is in alpha)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok I see.
So by default, with trello, it's not possible to get custom fields values to insert them in a http post request?
because I have found this : https://support.atlassian.com/trello/docs/issuing-http-requests/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am not suggesting that you can’t. In some use cases like lookup or after you create new card or a copy, you would have problems with the CF from the source card. It depends on what you need to do.
Trello automation is able to handle most automation scenarios. Sometimes it is more cumbersome and it can involve a combination of rules/commands.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The http request is what you use to call the app but if you need other logic between call, a native call using api is not enough. That is will you will need to call and endpoint and have it do all the if else stuff for you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes I see perfectly.
But just to do basic tests to start, do you know where can I find card variables for default fields and custom fields?
I mean, how can I call them in http post request?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That’s a must use page when you have to work with Trello variables in general.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.