Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions apps/docs/components/ui/icon-mapping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
dynatrace: DynatraceIcon,
elasticsearch: ElasticsearchIcon,
elevenlabs: ElevenLabsIcon,
eloqua: NetSuiteIcon,
emailbison: EmailBisonIcon,
embeddings: EmbeddingsIcon,
enrich: EnrichSoIcon,
Expand Down
19 changes: 19 additions & 0 deletions apps/docs/content/docs/integrations/eloqua.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Oracle Eloqua
description: Manage Eloqua contacts, accounts, marketing assets, and Bulk API syncs
---

import { BlockInfoCard } from "@/components/ui/block-info-card"

<BlockInfoCard
type="eloqua"
color="#FFFFFF"
/>

## Usage Instructions

Connect Oracle Eloqua to list and manage contacts and accounts, inspect campaigns and marketing assets, activate campaigns, and run explicit Bulk API import and export lifecycles. Results are returned one bounded page at a time. Contact and account updates use Eloqua full-representation PUT semantics, so retrieve and preserve fields before updating. Bulk jobs remain explicit: create a definition, upload import data when applicable, start a sync, inspect its status, and retrieve results, logs, or rejects.




1 change: 1 addition & 0 deletions apps/docs/content/docs/integrations/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"dynatrace",
"elasticsearch",
"elevenlabs",
"eloqua",
"emailbison",
"embeddings",
"enrich",
Expand Down
Loading
Loading