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/hubspot.svg

Parameters

Action
Parameters
{
  "$result_object_key": {
    "completed_at": null,
    "results": [
      {
        "business_unit_id": null,
        "channel": "EMAIL",
        "legal_basis": "LEGITIMATE_INTEREST_PQL",
        "legal_basis_explanation": null,
        "set_status_success_reason": "REQUESTED_CHANGE_OCCURRED",
        "source": "Self Service Resubscription",
        "status": "UNSUBSCRIBED",
        "subscriber_id_string": "user@example.com",
        "subscription_id": "12345",
        "subscription_name": "Marketing Information",
        "timestamp": null
      }
    ],
    "started_at": null,
    "status": "COMPLETE"
  }
}
{
  "$result_object_key": {
    "completed_at": "The timestamp when the operation completed",
    "results": {
      "business_unit_id": "The business unit ID",
      "channel": "The communication channel",
      "legal_basis": "The legal basis for the subscription status",
      "legal_basis_explanation": "The legal basis explanation",
      "set_status_success_reason": "The reason the status was set successfully",
      "source": "The source of the subscription status",
      "status": "The status of this subscription update",
      "subscriber_id_string": "The contact identifier (email or contact ID)",
      "subscription_id": "The unique identifier of the subscription",
      "subscription_name": "The name of the subscription",
      "timestamp": "The timestamp of the status change"
    },
    "started_at": "The timestamp when the operation started",
    "status": "The status of the operation"
  }
}

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.
UpdateCommunicationPreferencesResult
Fetch Action Response Object