Based on this data, a request will be made to create the card in Trello, containing the relevant order information.
Example Using the Trello API
- First, we use the Order Created trigger together with the condition Product(s) → Contains → “Exclusive Product”. This means that whenever a new order is created and includes an “exclusive product,” the automation will be triggered to automatically create a new card in Trello using the Official Trello API.


- Next, if the created order contains the “Exclusive Product,” we will trigger the request to the Trello API in Execute JavaScript, as shown in the code below:

- Once the card is successfully created, our automation structure is configured to send an informational message to our own WhatsApp number, using the “Send to another phone” message option. The same applies if the request fails.


