Using IFTTT to send an item anywhere

Hi all,

I’m trying to use the API to get an IFTT web hook to send an item to a particular list but am having trouble. Can anyone see anything wrong with the below?

Thanks!

Stephen

image

{“token”:"…",“file_id”: “Getting Things Done”,“changes”: [{“action”: “insert”,“parent_id”: “Focus”,“content”: “{{TextField}}”}]}

File_id and Parent_id are not the title of the file and item but you must type the id of the file/parent you can find in the URL.
It consists of a string char : https://dynalist.io/d/[file_id]#z=[parent_id]
@Erica Correct me if I’m wrong

2 Likes

Ahhhhhh that makes total sense, thanks!

And it works! Awesome, thanks Loic :slight_smile:

1 Like