Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.morf.health/docs/llms.txt

Use this file to discover all available pages before exploring further.

images/morf.svg

Getting Started

Automate your email outreach with Morf.

Set up domains

To send emails from Morf, you need to set up one or more domains.
  1. Share a list of domains you would like to use for sending emails with your Morf point of contact.
  2. Morf will register the domain(s) and provide you with the necessary DNS settings.
  3. Apply the provided configurations to your domain(s) DNS settings.
  4. Inform Morf that the DNS changes are live.
  5. Morf will verify the domain settings are sound.
After the verification is successful, you will be all set to send emails with Morf. Add the Send Email action to a workflow to start automating email outreach. An unsubscribe link is automatically added to emails sent from a Morf workflow. To view and edit a profile’s subscription settings, navigate to the Topic Preference tab of a Morf profile.

Parameters

Action
Parameters
{
  "$result_object_key": {
    "delivery_id": "123452",
    "message": "Queued. Thank you."
  }
}
{
  "$result_object_key": {
    "delivery_id": "Unique ID for the message",
    "message": "The message returned by the mailing server"
  }
}

Result Object Field Details

You can use the result of the action’s data as inputs to downstream workflow actions. Each fetch action requires a result object key to be specified which will nest the action’s result data inside the downstream data context in the Workflow. Here we demonstrate how to refer to this data using the prefix $result_object_key.
SendEmailResult
Fetch Action Response Object