I’m trying to set up a scenario where every time a new video or project is added to Descript, a new Trello card gets created in a specific list.
I’ve already connected Trello and that part works fine — I can create cards. The problem is that the Descript app in Make doesn’t have a trigger for “new video” or “new project.”
Has anyone found a workaround for this? Maybe using a webhook or Descript’s API to detect new uploads?
Basically, I just want something simple:
When I add a new video in Descript → Make automatically creates a Trello card with the project name and link.
Any ideas or examples would be super helpful. Thanks!
Use Descript’s “ready/publish” notification emails as the trigger − Make watches those emails, pulls the project name from the subject and the Descript share link from the body, then creates a Trello card in your target list with that title and link. No webhook or API needed, and you can add a simple dedupe check (store Message-ID or search Trello for the same link) to avoid duplicates.
If their API documentation is up to date I’m afraid there is no sufficient method to get all videos. You must know slug to get one project per request.