Hello,
I have a project similar to Trello and I'm successfully using the api to sync tasks.
I want also to make synchronization of members. But to do this I need to get emails from Trello, because in my database I only have emails of the users. From what I see in the API documentation, there is only a way to get id and username.
Is there some way to get emails from Trello?
Also is there a way to add member to Trello remotely (with the API)?
Any suggestions how I can do that member syncing are welcome.
I also have problems syncing comments on tasks. It appears they aways sync in Trello with the names of the Trello board owner. Is there any option to add comment remotely and to change owner of the comment?
Thank you!
Hi Nikola,
Both your issues have the same solution: you need to get the other users to authorize your application (see https://developers.trello.com/docs/api-introduction#section--a-name-auth-authentication-and-authorization-a-) and obtain a token for each user in order to act on their behalf.
Once you have a user's token for your application, you can issue comments on their behalf, and their email address will be returned when you request the member record using the user's token.
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.