-
Notifications
You must be signed in to change notification settings - Fork 13
SMTP Send Email action
MarkAbrams edited this page Feb 5, 2024
·
1 revision
This is an example of JSON request and response message content for a mocked SMTP Send Email action.
The exact fields will depend on how the action is configured in the workflow definition.
{
"from": "do.not.reply@logicappunit.net",
"to": "support@logicappunit.net",
"subject": "This is the subject line",
"body": "<html><body>This is the body of the email</body></html>",
"importance": "Normal",
"isHTML": true
}
The test case should respond with a HTTP 200 (OK) status code. The action does not generate any response content.
- Home
- Using the Testing Framework
- Test Configuration
- Azurite
- Local Settings File
- Test Execution Logs
- Stateless Workflows
- Handling Workflow Dependencies
- Fluent API
- Automated testing using a DevOps pipeline
- Summary of Test Configuration Options
-
Example Mock Requests and Responses
- Call a Local Function action
- Invoke Workflow action
- Built-In Connectors:
- Service Bus
- SMTP
- Storage Account
- SQL Server