Send an email from your inbox
Create Your First Api Key
button in the sidebar or navigate to the api keys page by clicking Settings
, under the user dropdown at the bottom of the sidebar.
Create Your First Api Key
User Settings
api_key
you created in the previous step in the
Authorization
header. Also make sure to replace FROM_ADDRESS
with the
address of the BotMailRoom inbox you want to send the email from. And change
the to_addresses
to the email address you want to send the email to.api_key
you created in the previous step in the
Authorization
header. Also make sure to replace path/to/file
with the path
to the file you want to add to the attachment pool.send_email
request.
Create Your First Api Key
button in the sidebar or navigate to the api keys page by clicking Settings
, under the user dropdown at the bottom of the sidebar.
Create Your First Api Key
User Settings
FROM_ADDRESS
with the address of the BotMailRoom inbox
you want to send the email from. And change the to_addresses
to the email
address you want to send the email to.send_email
method and it will handle adding the attachment to the pool for
you.
Create Your First Api Key
button in the sidebar or navigate to the api keys page by clicking Settings
, under the user dropdown at the bottom of the sidebar.
Create Your First Api Key
User Settings
FROM_ADDRESS
with the address of the BotMailRoom inbox
you want to send the email from. And change the to_addresses
to the email
address you want to send the email to.sendEmail
method: