> ## 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.

# Create Or Update Contact

> Documentation for the v1 Create Or Update Contact action for Active Campaign

<img src="https://mintcdn.com/morfhealth/EU2WCxuXGIUQcziR/images/active_campaign.svg?fit=max&auto=format&n=EU2WCxuXGIUQcziR&q=85&s=c21732e6d31462ae53f8b0d3216b0236" alt="images/active_campaign.svg" width="40" height="40" data-path="images/active_campaign.svg" />

# Parameters

<ResponseField name="Action" type="Parameters">
  <Expandable title="parameters" defaultOpen="true">
    <ResponseField name="Contact ID" type="string">
      `ID`
    </ResponseField>

    <ResponseField name="External ID" type="string">
      `ID`
    </ResponseField>

    <ResponseField name="Email Address" type="string" required>
      `PII`
      This field maps to the destination API `email` field.
    </ResponseField>

    <ResponseField name="First Name" type="string">
      `PII`
      This field maps to the destination API `firstName` field.
    </ResponseField>

    <ResponseField name="Last Name" type="string">
      `PII`
      This field maps to the destination API `lastName` field.
    </ResponseField>

    <ResponseField name="Phone Number" type="string">
      `PII`
      This field maps to the destination API `phoneNumber` field.
    </ResponseField>

    <ResponseField name="Custom Field Values" type="Map<Custom Field,string>">
      `HI` `ID` `PII`
    </ResponseField>

    <ResponseField name="Tags" type="[]Contact Tag">
      This field maps to the destination API `tag` field.
    </ResponseField>

    <ResponseField name="Account" type="string (Account)">
      This field maps to the destination API `accountContacts` field.
    </ResponseField>

    <ResponseField name="Account Job Title" type="string">
      This field maps to the destination API `accountContacts` field.
    </ResponseField>

    <ResponseField name="Subscription Lists" type="Map<Subscription List,dynamic (any)>" />
  </Expandable>
</ResponseField>

<Note>This action does not return any data.</Note>
