Cloudflare Workers

Cloudflare Workers

41 bookmarks
Newest
Email | Email Routing | Email Workers | beatindablock.org | Cybersoulja@gmail.com's Account | Cloudflare
Email | Email Routing | Email Workers | beatindablock.org | Cybersoulja@gmail.com's Account | Cloudflare
Select a starter Once deployed you’ll be able to modify your code from the dashboards Allowlist senders Email Worker that allows you to add emails to your approved senders list and keep them out of the junk folder. Blocklist senders Email Worker that allows you to block spam. The email messages won’t be delivered to your inbox. Notifications to Slack Email Worker that sends you notifications on Slack once specifying emails are receiving. Create my own Write the custom script to process emails that fits your requirements. export default { async email(message, env, ctx) { /** * Create your code */ } }
·dash.cloudflare.com·
Email | Email Routing | Email Workers | beatindablock.org | Cybersoulja@gmail.com's Account | Cloudflare
iCloud
iCloud

{ "name" : "memory_tool", "description" : "The memory_tool function allows you to persist information across conversations. Write whatever information you want to remember. The information will appear in the model set context below in future conversations. Note that this function can only save data. It cannot retrieve data.", "parameters" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "The ID of the memory: an integer if updating the memory, or null if this is a new memory entry." }, "content" : { "type" : "string", "description" : "The information you want to persist." } }, "required" : [ "content" ] } }

·apple.com·
iCloud