View Source ExMarketo.Api (ex marketo v0.1.5)

Internal API used by public layer.

Link to this section Summary

Link to this section Functions

Callback implementation for ExMarketo.ApiBehaviour.authenticate/0.

Link to this function

describe_leads(access_token)

View Source

Callback implementation for ExMarketo.ApiBehaviour.describe_leads/1.

Link to this function

query_leads_by_email(email, access_token)

View Source

Callback implementation for ExMarketo.ApiBehaviour.query_leads_by_email/2.

Link to this function

query_leads_by_field(filter_type, filter_value, access_token)

View Source

Callback implementation for ExMarketo.ApiBehaviour.query_leads_by_field/3.

Link to this function

update_lead_unsubscribed_status(email, unsubscribed, access_token)

View Source

Callback implementation for ExMarketo.ApiBehaviour.update_lead_unsubscribed_status/3.