Hi
Its my first time using the create schedule command, and I am not sure why I need to use the option of creating URL requests. Could use an explanation
Hi @Arinze Onyiah and welcome to the community,
Are you referring to this field?
If yes, then you can read more about http requests here https://support.atlassian.com/trello/docs/issuing-http-requests/
On the above link there is an example which may help you understand, and the idea is that you get information from another endpoint and you use the data on your cards:
Example:
The following Card Button command will post a comment with data extracted from a JSON file that is retrieved with a GET request:
get url "https://example.com/movie-search?q={cardname}",
and post comment "Result count: {httpresponse.relatedMovies.length} \n\n First result: {httpresponse.relatedMovies[0].title}"
Let me know if the above helps.
@Arinze Onyiah hi!
Did my answer helped you resolve you problem? If yes, kindly mark my answer as accepted in order to help others with similar questions. Thank you!
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.