Connectors Reference

AWeber

AWeber is an email marketing platform that allows small businesses and entrepreneurs to create and send emails.

 

Status: Preview

Tier: Premium

Version: 1.0.0

 

Actions:

Name

Summary

CreateSubscriber (integer listid, CreateSubscriberParameterBody body)

Add subscriber

UnsubscribeEmail (integer listid, string email, UnsubscribeEmailParameterBody body)

Remove subscriber

ListLists ()

Get all lists

 

Triggers:

Name

Summary

 

Objects:

Name

Summary

CreateSubscriberParameterBody

 

ListListsResponse

 

UnsubscribeEmailParameterBody

 

UnsubscribeEmailResponse

 

 

Actions:

CreateSubscriber

Summary: Add subscriber

Description: This operation is used to add a contact to an existing list.

 

Syntax:

AWeber.CreateSubscriber (integer listid, CreateSubscriberParameterBody body)

 

Parameters:

Name

Type

Summary

Required

Related Action

listid

integer

(List Id)

Pick a list.

True

ListLists

body

CreateSubscriberParameterBody

 

 

True

 

Returns:

          Type:string

 

UnsubscribeEmail

Summary: Remove subscriber

Description: This operation is used to remove an email from a mailing list.

 

Syntax:

AWeber.UnsubscribeEmail (integer listid, string email, UnsubscribeEmailParameterBody body)

 

Parameters:

Name

Type

Summary

Required

Related Action

listid

integer

(List Id)

Pick a list.

True

ListLists

email

string

(Email)

Address to unsubscribe.

True

body

UnsubscribeEmailParameterBody

 

 

True

 

Returns:

          Type:UnsubscribeEmailResponse

 

ListLists

Summary: Get all lists

Description: This operation returns a list of all mailing lists associated with your AWeber account.

 

Syntax:

AWeber.ListLists ()

 

Returns:

          Type:ListListsResponse

 


 

CreateSubscriberParameterBody

Summary:

Description:

 

          Properties:

Name

Type

Summary

email

string

Email

Subscriber's mailing address.

name

string

Name

Subscriber's name.

misc_notes

string

Notes

Optional miscellaneous notes.


 

ListListsResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

entries

array of (EntriesItem)

 

entries

 

EntriesItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

total_unconfirmed_subscribers

integer(int32)

Unconfirmed Subscriber Count

Number of emails on the list that are unconfirmed.

total_subscribers_subscribed_yesterday

integer(int32)

Subscribed Yesterday Count

Number of emails that subscribed yesterday.

unique_list_id

string

Unique Id

Generated name for the list.

total_subscribers_subscribed_today

integer(int32)

Subscribed Today Count

Number of emails that subscribed today.

id

integer(int32)

List Id

Unique id for the list.

total_subscribed_subscribers

integer(int32)

Subscriber Count

Number of emails subscribed to the list.

total_unsubscribed_subscribers

integer(int32)

Unsubscribed Count

Number of emails in the list that have not susbscribed.

total_subscribers

integer(int32)

List Count

Total number of emails in the list.

name

string(date-time)

Name

Given name of the list.

 


 

UnsubscribeEmailParameterBody

Summary:

Description:

 

          Properties:

Name

Type

Summary

status

string

status

status


 

UnsubscribeEmailResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

email

string

Email

Unsubscribed address.

id

integer(int32)

User Id

Unique id of the unsubscribed user.

name

string

Name

Full name of the unsubscribed user.

status

string

Status

Subscribed, unsubscribed or unconfirmed.