-
Notifications
You must be signed in to change notification settings - Fork 117
Email To RSS
cloudspark edited this page Nov 23, 2013
·
1 revision
Create a RSS Feed Channel :
POST /rest/channel
{
action : "syndication.feed",
name : "Email > RSS Feed"
config : {
}
}
RESPONSE
{
id : "rss channel id"
}
Create a SMTP bip with a source edge pointing to RSS Feed
POST /rest/bip
{
type : "smtp",
hub: {
source: {
transforms: {
"rss channel id": {
description: "[%source#body_html%]",
title: "[%source#subject%]"
}
},
edges: [ "rss channel id" ]
}
}
}
RESPONSE
{
name : "lcasKQosWire22" // auto generated
_repr : "lcasKQosWire22@yourdomain.net"
}
Core
Tutorials
Cookbook
- Example Bips
- Email Repeater
- One Time Email Receive
- Email Repeater With Template
- Email Repeater, Dropbox Attachment Save
- Email To RSS
- Web Hook to FB&Twitter
- One Time Message Serve
- RSS Atom Subscribe
- Twitter Followback
- SoundCloud oEmbed (native) Feed
- SoundCloud oEmbed (embedly) Feed
- Instagram Media Sync to Dropbox
Modules
Extras