klaviyo v2.0.0 Klaviyo.Campaign
Link to this section Summary
Functions
Return all campaigns.
Return summary details for all email recipients of a campaign.
Cancel a campaign that has been queued to send.
Create a copy of a campaign.
Create a campaign.
Retrieve a campaign summary.
Schedule a campaign to be sent sometime in the future.
Send a campaign immediately.
Update a campaign.
Link to this section Functions
Return all campaigns.
Campaigns are returned in reverse sorted order by the time they were created.
all_recipients(campaign_id, params \\ %{})
all_recipients(String.t(), map()) :: Klaviyo.Operation.t()
Return summary details for all email recipients of a campaign.
Cancel a campaign that has been queued to send.
Marks a campaign as cancelled regardless of it's current status.
Create a copy of a campaign.
Campaigns are created as drafts.
Create a campaign.
Campaigns are created as drafts.
Retrieve a campaign summary.
schedule(campaign_id, params)
schedule(String.t(), map()) :: Klaviyo.Operation.t()
Schedule a campaign to be sent sometime in the future.
send(campaign_id)
Send a campaign immediately.
update(campaign_id, params)
update(String.t(), map()) :: Klaviyo.Operation.t()
Update a campaign.