Wired Plus API Documentation

API v1 Guide

Account

Automation

Contacts

Dynamic Rows

Lists

Campaigns

Transactional Emails

Lead Score

Products

Carts

Orders

Custom Fields

POST EnrolContactToAutomation

Enrol a contact to an automation.

This feature must be enabled for your account.

Automation must be configured to accept API Feed enrolments.

Input and output parameters

*denotes required field.

Input Parameter Name Type/Info
automation_id* ID to enrol contacts to.
contacts* List of contact IDs to enrol, max 100.
Outputs:

Array containing a row for each contact.

  • contact_id - ID of the contact.
  • error - true|false
  • message - Enrolment response, detailing the success or any errors.

Examples

Curl

    
    
    

PHP

    
    


jQuery

    
    


Result Format JSON