• Create a Label
  • Update a Label
  • List Labels
  • Delete a Label
  • etc.
Didier: I have linked a Trello card with an email and I was hoping to copy the label registered in Trello into the gmail-email. Is it possible ? The "add-label" module does not seem to allow to enter a condition or an expression .
------------------------------------------
BESTPRACTICE:
  1. Recall if you had to follow this guide to create a custom OAuth client to be able to use the Gmail app: https://www.integromat.com/en/help/connecting-integromat-to-google-services-using-a-custom-oauth-client
  2. If yes, then seek back to step 12 and add the following Authorized redirect URI: https://www.integromat.com/oauth/cb/oauth2 If not, then follow the whole guide with this modification.
  3. Then jump directly to step 12 in this guide: https://www.integromat.com/en/help/calling-google-apis-via-the-http-make-a-oauth-2-0-request-module
  4. After finishing it, you will be able to call an arbitrary Gmail API method via the HTTP > Make an OAuth 2.0 request module, e.g. users.labels.create to create a label: https://developers.google.com/gmail/api/reference/rest/v1/users.labels/create
Created by Tereza Klobouckova