Steve Nay
Steve Nay

Reputation: 2829

KRL email handler

I've heard it mentioned that each KRL ruleset can have an email address associated with it, allowing the ruleset to respond to mail events (such as mail received). What is the format of that email address?

Upvotes: 3

Views: 53

Answers (1)

Mike Grace
Mike Grace

Reputation: 16934

The documentation on the email endpoint can be found at http://docs.kynetx.com/docs/Email_Endpoint

The format of the email for each app is

{appid}[.dev][+{label}]@kynetxapps.net

The simplest example if your app id is a60x42

[email protected]

Upvotes: 2

Related Questions