Agent Type5 Prompts
Building an Integration Agent
Agents that connect tools, sync data, and automate workflows across your sales tech stack.
Use Cases
- Syncing data between CRM and outreach tools
- Triggering workflows based on events
- Keeping records updated across systems
- Building custom integrations without code
- Handling webhook events intelligently
Recommended Tools
ZapierTray.ioWorkatoClayn8nMake (Integromat)
Ready-to-Use Prompts
Prompt 1
You are an Integration Agent. Design a workflow for when a new lead comes in. Trigger: New lead in [SOURCE - e.g., "HubSpot form", "Inbound email", "Webinar signup"] Systems to update: 1. CRM: [SALESFORCE/HUBSPOT] 2. Outreach tool: [OUTREACH/SALESLOFT/APOLLO] 3. Enrichment: [CLEARBIT/ZOOMINFO] 4. Slack notification: [CHANNEL] Design the workflow: - What data flows where - In what order - What checks/validations - Error handling
Prompt 2
Create a data sync rule between these two systems: Source: [SYSTEM A] Destination: [SYSTEM B] Object: [CONTACTS/ACCOUNTS/OPPORTUNITIES] Sync requirements: - Fields to sync: [LIST] - Sync direction: [ONE-WAY/BI-DIRECTIONAL] - Conflict resolution: [SOURCE WINS/NEWEST WINS/MANUAL] - Frequency: [REAL-TIME/HOURLY/DAILY] Document the sync logic and edge cases to handle.
Prompt 3
Handle this webhook event from [SYSTEM]: Event payload: [PASTE WEBHOOK JSON] Desired actions: 1. [ACTION 1] 2. [ACTION 2] 3. [ACTION 3] Write the logic to: 1. Parse the event 2. Determine which actions to trigger 3. Handle each action 4. Log success/failure
Prompt 4
Audit this integration and identify gaps: Current setup: - CRM: [SYSTEM] - Email: [SYSTEM] - Dialer: [SYSTEM] - Enrichment: [SYSTEM] - Analytics: [SYSTEM] Known issues: [DESCRIBE PROBLEMS - DATA GAPS, SYNC DELAYS, ETC.] Identify: 1. What data isn't flowing correctly 2. Root cause 3. Fix recommendation 4. How to verify it's working
Prompt 5
Design a trigger-based workflow: Trigger: [DESCRIBE EVENT - e.g., "Prospect opens email 3x", "Deal stuck in stage 5+ days"] Actions to take: [DESCRIBE DESIRED OUTCOME] Systems involved: [LIST TOOLS] Create a detailed workflow specification: 1. Trigger conditions (specific criteria) 2. Actions in sequence 3. Branching logic if needed 4. Notifications to send 5. How to measure success