Wired Plus API Documentation

API v1 Guide

Account

Automation

Contacts

Dynamic Rows

Lists

Campaigns

Transactional Emails

Lead Score

Products

Carts

Orders

Custom Fields

GET GetAutomations

Get a list of automations.

This feature must be enabled for your account.

Input and output parameters

Input Parameter Name Type/Info
status Automation status: draft|deactivated|active|archived
select integer(1). Number of items to return, maximum 100.
skip integer(1). Number of records to skip
Outputs:
  • id - unique identifier of automation
  • name
  • status
  • process_total - number of enrolled contacts
  • create_date
  • update_date

Examples

Curl

    
    
    

PHP

    
    


jQuery

    
    


Result Format JSON