-
Notifications
You must be signed in to change notification settings - Fork 117
One Time Email Receive
cloudspark edited this page Nov 23, 2013
·
1 revision
Create a SMTP Forwarder Channel :
POST /rest/channel
{
action : "email.smtp_forward",
name : "Helo FuBa"
config : {
rcpt_to : "[email protected]"
}
}
RESPONSE
{
id : "email channel id"
}
Create a SMTP bip with a source edge pointing to "Helo FuBa" :
POST /rest/bip
{
type : "smtp",
end_life : {
imp : 1
},
hub : {
"source" : {
edges : [ "email channel id" ]
}
}
}
RESPONSE
{
name : "lcasKQosWire22" // auto generated
_repr : "[email protected]"
}
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