AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
Unforgettable MeUnforgettable Me

Upload to Unforgettable Me

This action will upload data to Unforgettable Me. This is a catch all for you data. If you want a record of you data, then use this action to send it through to your Unforgettable me account.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This action will upload data to Unforgettable Me. This is a catch all for you data. If you want a record of you data, then use this action to send it through to your Unforgettable me account.
API endpoint slug
unforgettable_me.upload_data
Filter code method
UnforgettableMe.uploadData.skip(string?: reason)
Runtime method
runAction("unforgettable_me.upload_data", {})

Action fields

Body Text input > Long text

Label
Body
Helper text
This field must be in json format. If possible include a "start_date" and "end_date" fields, otherwise Unforgettable Me will assign a these dates based on when the data arrives to the Unforegettable Me servers.
Slug
body
Required
true
Can have default value
true
Filter code method
UnforgettableMe.uploadData.setBody(string: body)

Augmenter name Text input > Short text

Label
Augmenter Name
Helper text
Add a informative augmenter name (a label) that you will use to find this data at Unforgettable Me. For example, you might use "GmailMessage" or "AndroidSMSReceived". Note, use CamelCase with no spaces.
Slug
augmenter_name
Required
true
Can have default value
true
Filter code method
UnforgettableMe.uploadData.setAugmenterName(string: augmenterName)