# Unified Marketing Automation API

> Source: https://truto.one/docs/api-reference/unified-marketing-automation-api/

Base URL: `https://api.truto.one/unified/marketing-automation`

Set the `integrated_account_id` query parameter on every request to scope it to a specific connection.

## Resources

- [Automations](/docs/api-reference/unified-marketing-automation-api/automations)
  - [GET /unified/marketing-automation/automations](/docs/api-reference/unified-marketing-automation-api/automations/list) — List Automations
- [Campaigns](/docs/api-reference/unified-marketing-automation-api/campaigns)
  - [GET /unified/marketing-automation/campaigns](/docs/api-reference/unified-marketing-automation-api/campaigns/list) — List Campaigns
  - [GET /unified/marketing-automation/campaigns/{id}](/docs/api-reference/unified-marketing-automation-api/campaigns/get) — Get Campaigns
- [Contacts](/docs/api-reference/unified-marketing-automation-api/contacts)
  - [GET /unified/marketing-automation/contacts/{id}](/docs/api-reference/unified-marketing-automation-api/contacts/get) — Get Contacts
  - [PATCH /unified/marketing-automation/contacts/{id}](/docs/api-reference/unified-marketing-automation-api/contacts/update) — Update Contacts
  - [GET /unified/marketing-automation/contacts](/docs/api-reference/unified-marketing-automation-api/contacts/list) — List Contacts
  - [POST /unified/marketing-automation/contacts](/docs/api-reference/unified-marketing-automation-api/contacts/create) — Create Contacts
- [Lists](/docs/api-reference/unified-marketing-automation-api/lists)
  - [GET /unified/marketing-automation/lists](/docs/api-reference/unified-marketing-automation-api/lists/list) — List Lists
  - [POST /unified/marketing-automation/lists](/docs/api-reference/unified-marketing-automation-api/lists/create) — Create Lists
  - [GET /unified/marketing-automation/lists/{id}](/docs/api-reference/unified-marketing-automation-api/lists/get) — Get Lists
  - [PATCH /unified/marketing-automation/lists/{id}](/docs/api-reference/unified-marketing-automation-api/lists/update) — Update Lists
- [Segments](/docs/api-reference/unified-marketing-automation-api/segments)
  - [GET /unified/marketing-automation/segments](/docs/api-reference/unified-marketing-automation-api/segments/list) — List Segments
  - [GET /unified/marketing-automation/segments/{id}](/docs/api-reference/unified-marketing-automation-api/segments/get) — Get Segments
- [Messages](/docs/api-reference/unified-marketing-automation-api/messages)
  - [GET /unified/marketing-automation/messages](/docs/api-reference/unified-marketing-automation-api/messages/list) — List Messages
  - [GET /unified/marketing-automation/messages/{id}](/docs/api-reference/unified-marketing-automation-api/messages/get) — Get Messages
- [Tags](/docs/api-reference/unified-marketing-automation-api/tags)
  - [GET /unified/marketing-automation/tags](/docs/api-reference/unified-marketing-automation-api/tags/list) — List Tags
  - [POST /unified/marketing-automation/tags](/docs/api-reference/unified-marketing-automation-api/tags/create) — Create Tags
  - [GET /unified/marketing-automation/tags/{id}](/docs/api-reference/unified-marketing-automation-api/tags/get) — Get Tags
  - [PATCH /unified/marketing-automation/tags/{id}](/docs/api-reference/unified-marketing-automation-api/tags/update) — Update Tags
- [Templates](/docs/api-reference/unified-marketing-automation-api/templates)
  - [GET /unified/marketing-automation/templates](/docs/api-reference/unified-marketing-automation-api/templates/list) — List Templates
  - [GET /unified/marketing-automation/templates/{id}](/docs/api-reference/unified-marketing-automation-api/templates/get) — Get Templates
- [Users](/docs/api-reference/unified-marketing-automation-api/users)
  - [GET /unified/marketing-automation/users](/docs/api-reference/unified-marketing-automation-api/users/list) — List Users
  - [GET /unified/marketing-automation/users/{id}](/docs/api-reference/unified-marketing-automation-api/users/get) — Get Users
- [Workspaces](/docs/api-reference/unified-marketing-automation-api/workspaces)
  - [GET /unified/marketing-automation/workspaces](/docs/api-reference/unified-marketing-automation-api/workspaces/list) — List Workspaces
  - [GET /unified/marketing-automation/workspaces/{id}](/docs/api-reference/unified-marketing-automation-api/workspaces/get) — Get Workspaces
