# Instantly Core Workflow B

> Execute Instantly secondary workflow: Core Workflow B. Use when implementing secondary use case, or complementing primary workflow. Trigger with phrases like "instantly secondary workflow", "secondary task with instantly".

- Skill: `tools-only/instantly-core-workflow-b` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds add tools-only/instantly-core-workflow-b`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tools-only/instantly-core-workflow-b/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- License: MIT
- Author: tools-only (https://skillmd.com/u/tools-only)
- Updated: 2026-09-08
- Page: https://skillmd.com/skills/tools-only/instantly-core-workflow-b

---


# Instantly Core Workflow B

## Overview
Secondary workflow for Instantly. Complements the primary workflow.

## Prerequisites
- Completed `instantly-install-auth` setup
- Familiarity with `instantly-core-workflow-a`
- Valid API credentials configured

## Instructions

### Step 1: Setup
```typescript
// Step 1 implementation
```

### Step 2: Process
```typescript
// Step 2 implementation
```

### Step 3: Complete
```typescript
// Step 3 implementation
```

## Output
- Completed Core Workflow B execution
- Results from Instantly API
- Success confirmation or error details

## Error Handling
| Aspect | Workflow A | Workflow B |
|--------|------------|------------|
| Use Case | Primary | Secondary |
| Complexity | Medium | Lower |
| Performance | Standard | Optimized |

## Examples

### Complete Workflow
```typescript
// Complete workflow example
```

### Error Recovery
```typescript
// Error handling code
```

## Resources
- [Instantly Documentation](https://docs.instantly.com)
- [Instantly API Reference](https://docs.instantly.com/api)

## Next Steps
For common errors, see `instantly-common-errors`.
