cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1280
Views
0
Helpful
1
Replies

Consume emails using a webex bot

dmarasch
Cisco Employee
Cisco Employee

Hi all,

I was planning to develop a webex bot that is capable of consuming emails sent to a mailer. Is it possible to have an email address assigned to a bot?
I was checking the email2teams bot but it is not meant for what I need. Thank you in advance.

1 Accepted Solution

dtibbe
VIP
VIP

Nope, mail addresses and mailboxes are not linked to bots.

But your bot's code may check an arbitrary mailbox, parse the mails found and act as you want it to do.

For instance, I'm running a bot that parses a special mailbox with notifications. If it detects something interesting, it posts its contents to a space to notify me.

View solution in original post

1 Reply 1

dtibbe
VIP
VIP

Nope, mail addresses and mailboxes are not linked to bots.

But your bot's code may check an arbitrary mailbox, parse the mails found and act as you want it to do.

For instance, I'm running a bot that parses a special mailbox with notifications. If it detects something interesting, it posts its contents to a space to notify me.