Add to Inbox via IFTTT

I donā€™t have curl. But Iā€™d be interested to know if anyone else has had success using a trigger with the note element in dynalist.

The note element works for me. Unless you mean to exclude me.

That was one of the first things I tried too! Using the unofficial web clipper Iā€™ve linked items directly back to gmails, itā€™s really convenient.

I wonder if Zapier, Integromat, or Flow support the GMail URL?

In the mean time though, I tried your debugging suggestion and it seems to be GMail service that IFTTT is having trouble with. I guess Iā€™ll just have to be patientā€¦

Lemme know. Itā€™d be nice to clear my inbox and send the to do emails hyperlinks to dynalist. Iā€™ve never even heard of those ifttt alternatives.

Well, Integromat supports the GMail email URL as the Message Link element.

But then I tried to get fancy and copy of the body of the email as the note in Dynalist and Iā€™m having trouble figuring how to convert the email body to a valid string for JSON payload.

1 Like

I got it totally working now using Integromat. Starred emails are added to my Dynalist Inbox with a link back to the original GMail and with the body of the GMail in the note of the Dynalist item.

If I hadnā€™t included the body as a note it would have been less complicated but it was kind of fun to try and figure out.

Iā€™m trying to figure out how to share a Scenario from Integromat. If anyone tries it and has trouble let me know, the basic recipe is

  1. Watch GMails (Starred folder, All emails)
  2. Create JSON (using custom data structure)
  3. Make HTTP Request (to Dynalist API)

Just for giggles and grins I may try to reproduce this in Zapier too. I wonā€™t bother with Flow since the only way there is through the deep dark rabbit hole of Office365 (if youā€™ve already gone down that hole itā€™s probably the perfect solution).

Zapier and Integromat are far less generous with their free tier. My primary reason for using IFTTT is the generosity of their free tier - you do get what pay for as evidenced here.

@Schultzter would you be willing to export your process as a blueprint (feature in integromat). I think using integromat for this is an interesting idea.

The only thing I donā€™t like about this and other services is the 15 minute delay for processing.

Thanks,
Chris

Ahh, I was looking for that! But I was looking for share not export or blueprint.

Here it is, https://jsonbin.io/5b71845f2878011e8d6a6cbb - in the JSON tool you have to add your Dynalist API key.

The 15-minute cycle is annoying, but unless thereā€™s some GMail web hook to trigger Integromat/IFTTT/Zapier/etc the only other choice is polling.

1 Like

Thatā€™s the one thing https://www.moo.do/ really gets right. They show a little animation of it on the front page. Gmail inbox is just another to-do. And calendar is just another to-do. Dynalist is still better, but getting closer to moo.do functionality would be cool.

Moo.do is on my must try list.

To be honest though I tried Sortd and another Gmail overlaid organizer (but I canā€™t remember which other one) and neither one really worked for me. Besides the technical glitches that are inevitable when trying to skin something as complex as GMail I was also running to little quirks that made it just not work right.

Itā€™s not clear to me whether Moo.do is overlaid on top of GMail or itā€™s a totally separate service that pulls in your GMails?

@Schultzter thank you for sharing!

From my experience and understanding itā€™s a separate service that relies a lot on Google for storage and integration.

It can operate without having your Gmail open, that is.

So do you use Dynalist or Moo.do or both?!

Because I was just poking around Moo.do and it looks frakinā€™ cool!!! Maybe just because itā€™s shiny and new to me but WOW!

@Erica Two things that I would love to see in Dynalist from Moo.do are

  1. integration with Google Contacts (dedicate the at-tags to be contacts); and
  2. like weā€™re discussing in this thread: tighter integration with GMail.

Dynalist already has integration with Google Calendar, so thatā€™s perfect.

(And while Iā€™m on the subject of features I would like to see: standard Markdown implementation)

Thanks,

I found this explanation of how Moo.do was built: Serverless: Bootstrap your startup by only doing half of the work

I only use Dynalist. Moo.do is too visually cluttered and inflexible about your style of doing things. Dynalist feels like a blank paper journal with just enough functionality and structure to be benefitial. Moo.do feels like some software you need a 3 month community college course to figure out the esoteric quirks of it all.

Thanks for the input!

Weā€™d love to integrate more closely with Google if it were easierā€¦ Google products are not very friendly to users and even less friendly to developersā€¦ :cry:

I tried following the IFTT recipe, but on the last line in body my {{Subject}} turns red and causes an error. I probably did something dumb :open_mouth:

Any help would be much appreciated!

Try this: Instead of typing {{Subject}} leave your caret there then click ingredients and click Subject. Also screenshot everything you did.

Thanks!! I donā€™t see the option for ā€˜Subjectā€™ though, am I in the wrong menu? (I replaced my actual token with some random numbers).

You have it right. Click TextField. Thatā€™s the one you want.

Youā€™re doing a Google Assistant IF which outputs a TextField (whatever you said after the trigger words)

I was doing an email IF which outputs a Subject.

The output of the IF becomes the input of the THEN but you can use literally anything that shows up in the ingredients, and it will scoot thru the pipeline to ur dynalist.

1 Like