GithubHelp home page GithubHelp logo

smoservice / templates-email-smoservice Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 46 KB

Email Templates by SMOSERVICE is a repository with optimized email templates for website. It offers 5 enhanced templates and code for text compositions. Features include mobile-responsive design and style optimization for efficiency and ease of maintenance.

Home Page: https://smoservice.pro

HTML 100.00%
email email-template smm smoservice template templates

templates-email-smoservice's Introduction

Email Templates by SMOSERVICE

Этот репозиторий содержит набор оптимизированных шаблонов электронных писем для сайта smoservice.net и smoservice.biz.

Содержание

  • 5 улучшенных шаблонов электронных писем.
  • Код для генерации композиций на основе текста.

Особенности

  1. Мобильная оптимизация: Шаблоны писем были оптимизированы для отображения на мобильных устройствах.
  2. Оптимизация стилей: Дублирующиеся стили были заменены на классы для уменьшения размера и упрощения поддержки.

API Документация

Подключение API

Общая информация

  • Получить API ключ вы можете в личном кабинете.
  • Все запросы отправляются как Form data методом POST на адрес - https://smoservice.media/api/

Пример запроса для CURL:

curl --location --request POST 'https://smoservice.media/api/' \
--form 'action=balance' \
--form 'user_id=123' \
--form 'api_key=123123123xx123123123'

Список методов:

  • Баланс
  • Список услуг
  • Создание заказа
  • Проверка заказа
Получение баланса

Запрос:

user_id   10322
api_key   345E138109F67E2F843BBEF1B4D428A0
action    balance

Ответ:

{
"type": "success",
"desc": "Balance info",
"data": {
"balance": "14625.36"
}
}
Список услуг

Запрос:

user_id   10322
api_key   345E138109F67E2F843BBEF1B4D428A0
action    services

Ответ:

{
"type": "success",
"desc": "Service list",
"data": [
{
"id": "805",
"name": "Просмотры на видео (стандартные с удержанием)",
"min": "1000",
"max": "10000000",
"price": "0.35",
"code": "yt-views-retention"
},
{
"id": "807",
"name": "Просмотры на видео (стандартные)",
"min": "1000",
"max": "1000000",
"price": "0.33",
"code": "yt-views-standart"
}
]
}
Создание заказа

Запрос:

user_id      10322
api_key      345E138109F67E2F843BBEF1B4D428A0
action       create_order
service_id   807       (ID услуги)
count        3500      (Количество)
url          https://www.youtube.com/user/smoserviceru (URL заказа)

Ответ:

{
"type": "success",
"desc": "Order info",
"data": {
"order_id": "17",
"price": "45.33"
}
}
Проверка заказа

Запрос:

user_id   10322
api_key   345E138109F67E2F843BBEF1B4D428A0
action    check_order
order_id  17          (ID заказа)

Ответ:

{
"type": "success",
"desc": "Order status",
"data": {
"order_id": "17",
"status": "completed"
}
}

templates-email-smoservice's People

Contributors

defiton avatar mend-bolt-for-github[bot] avatar renovate[bot] avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

smmpanelru

templates-email-smoservice's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/static.yml
  • actions/checkout v3
  • actions/configure-pages v3
  • actions/upload-pages-artifact v2
  • actions/deploy-pages v2

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.