The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

WebService::Async::CustomerIO::Trigger - Class for working with triggers end points

SYNOPSIS

DESCRIPTION

new

Creates a new API client object

Usage: new(%params) -> obj

Parameters:

  • campaign_id

  • api_client

api

id

campaign_id

activate

Trigger broadcast campaign

Usage: activate(%param) -> Future($obj)

status

Retrieve status of a broadcast

Usage: status() -> Future($response)

get_errors

Retrieve per-user data file processing errors.

Usage: get_errors($start, $limit) -> Future(%$result)