We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emit new event when a message is received in a specified Mailosaur inbox. Requires server ID prop.
Emit new event when an email matching specific criteria (e.g. sentFrom, sentTo, subject, body) is received. Requires server ID prop.
Send an email through Mailosaur. Requires server ID, to, and subject. Optional props are: from, html, text, send and attachments.
Search for received emails in a server matching specified criteria. Requires server ID. Optional props are: receiveAfter, page, itemsPerPage and dir.
Delete an email from a Mailosaur server using its email ID. Requires the email ID of the email to be deleted.
The text was updated successfully, but these errors were encountered:
14 days free trial
Sorry, something went wrong.
[Components] mailosaur #16655
6a3b772
Sources - New Message - New Message Macthing Criteira Actions - Create Email - Search Message - Delete Message
luancazarine
Successfully merging a pull request may close this issue.
mailosaur
URLs
Polling Sources
new-message
Prompt
Emit new event when a message is received in a specified Mailosaur inbox. Requires server ID prop.
URLs
new-email-matching-criteria
Prompt
Emit new event when an email matching specific criteria (e.g. sentFrom, sentTo, subject, body) is received. Requires server ID prop.
URLs
Actions
create-email
Prompt
Send an email through Mailosaur. Requires server ID, to, and subject. Optional props are: from, html, text, send and attachments.
URLs
search-email
Prompt
Search for received emails in a server matching specified criteria. Requires server ID. Optional props are: receiveAfter, page, itemsPerPage and dir.
URLs
delete-email
Prompt
Delete an email from a Mailosaur server using its email ID. Requires the email ID of the email to be deleted.
URLs
The text was updated successfully, but these errors were encountered: