Yazzil logo
Back to Home
Documentation

Everything You Need to Know About Yazzil

Comprehensive guides, tutorials, and API documentation to help you get the most out of Yazzil's social media automation platform.

Popular Articles

Most viewed documentation articles

Getting Started
5 min

Quick Start Guide

Automation
12 min

Creating Your First Automation

Influencer Marketing
10 min

Finding the Right Influencers

Analytics
12 min

Understanding Analytics

API Reference
8 min

API Authentication

Browse by Category

Find detailed guides for every aspect of Yazzil

Getting Started

Everything you need to know to get up and running with Yazzil

Automation

Learn how to create and manage automated social media workflows

Influencer Marketing

Discover, manage, and collaborate with influencers effectively

Analytics & Reporting

Understand your performance with detailed analytics and reports

API Reference

Technical documentation for developers and integrations

Account Management

Manage your account settings, billing, and team members

Developer Resources

Build with Yazzil's API

Comprehensive API documentation with code examples, SDKs, and interactive testing tools to help you integrate Yazzil into your applications.

RESTful API with JSON responses
OAuth 2.0 authentication
Real-time webhooks
Example Request
curl -X POST https://api.yazzil.com/v1/automations \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Welcome Message",
    "trigger": "new_follower",
    "action": {
      "type": "send_message",
      "template": "Thanks for following!"
    }
  }'

Still Need Help?

Can't find what you're looking for? Our support team is here to help.