MailerLite
Aynı zamanda bir ajan aracıMailerLite (new API, connect.mailerlite.com): manage subscribers, groups, segments, custom fields, automations, campaigns, forms, and webhooks. Bearer access-token auth. Change notifications use native HMAC-SHA256 signed webhooks (subscriber and campaign events) with a subscribers-list polling fallback.
48 eylemler · 11 tetikleyiciler
MailerLite entegrasyonu — 48 aksiyon ve 11 tetikleyici ile MailerLite'ı otomasyonlarına bağla; her aksiyon aynı zamanda bir AI agent aracı. Örnek: Get Account, List Subscribers, Get Subscriber, Create or Update Subscriber, Update Subscriber. Boş bir tuvalde uğraşmadan — bağla ve workflow'larında kullan.
Aşağıdaki her eylem, bir AI ajanının da çağırabileceği bir araçtır — aynı pack hem iş akışlarınızı hem ajanlarınızı çalıştırır.
Tetikleyiciler 11
MailerLite üzerinde bir iş akışını başlatabilen olaylar.
Subscriber Created
Fires when a new subscriber is created (MailerLite webhook event subscriber.created).
Subscriber Updated
Fires when a subscriber is updated (MailerLite webhook event subscriber.updated).
Subscriber Unsubscribed
Fires when a subscriber unsubscribes (MailerLite webhook event subscriber.unsubscribed).
Subscriber Added to Group
Fires when a subscriber is added to a group (MailerLite webhook event subscriber.added_to_group).
Subscriber Removed from Group
Fires when a subscriber is removed from a group (MailerLite webhook event subscriber.removed_from_group).
Subscriber Bounced
Fires when a subscriber's email bounces (MailerLite webhook event subscriber.bounced).
Subscriber Spam Reported
Fires when a subscriber reports spam (MailerLite webhook event subscriber.spam_reported).
Subscriber Automation Triggered
Fires when an automation is triggered for a subscriber (MailerLite webhook event subscriber.automation_triggered).
Subscriber Automation Completed
Fires when a subscriber completes an automation (MailerLite webhook event subscriber.automation_completed).
Campaign Sent
Fires when a campaign is sent (MailerLite webhook event campaign.sent).
New or updated MailerLite subscribers (polled)
Polls GET /subscribers and pages via the opaque cursor. Dedupe by subscriber id; advance by updated_at.
Eylemler 48
Zervanor'un MailerLite üzerinde yapabilecekleri.
Subscribers10
List Subscribers
List subscribers (GET /subscribers). Cursor pagination via the opaque cursor param; filter by status. Suitable as a scheduled polling trigger for new/updated subscribers.
Get Subscriber
Get a single subscriber by id or email (GET /subscribers/{subscriber_id}).
Create or Update Subscriber
Create a subscriber, or update it if the email already exists (POST /subscribers). Upsert semantics.
Update Subscriber
Update an existing subscriber by id (PUT /subscribers/{subscriber_id}).
Delete Subscriber
Remove a subscriber from the account (DELETE /subscribers/{subscriber_id}).
Forget Subscriber
GDPR-delete a subscriber's data (POST /subscribers/{subscriber_id}/forget). Data is purged after a 30-day window.
Get Subscriber Activity
Get a subscriber's engagement activity log (GET /subscribers/{subscriber_id}/activity).
Get Subscriber Import
Get the status/report of a subscriber import job (GET /subscribers/import/{import_id}).
Assign Subscriber to Group
Add a subscriber to a group (POST /subscribers/{subscriber_id}/groups/{group_id}).
Unassign Subscriber from Group
Remove a subscriber from a group (DELETE /subscribers/{subscriber_id}/groups/{group_id}).
Campaigns8
List Campaigns
List campaigns (GET /campaigns). Filter by status (sent, draft, ready).
Get Campaign
Get a single campaign by id (GET /campaigns/{campaign_id}).
Create Campaign
Create a new campaign (POST /campaigns).
Update Campaign
Update an existing draft campaign (PUT /campaigns/{campaign_id}).
Schedule Campaign
Schedule a campaign for delivery or send it immediately (POST /campaigns/{campaign_id}/schedule).
Cancel Campaign
Revert a ready/scheduled campaign to draft (POST /campaigns/{campaign_id}/cancel).
Delete Campaign
Delete a campaign permanently (DELETE /campaigns/{campaign_id}).
Get Campaign Subscriber Activity
Get recipient engagement activity for a sent campaign (GET /campaigns/{campaign_id}/reports/subscriber-activity).
Forms5
List Forms
List forms of a given type (GET /forms/{type}). Type is one of popup, embedded, promotion.
Get Form
Get a single form by id (GET /forms/{form_id}).
Update Form
Update a form's name (PUT /forms/{form_id}).
Delete Form
Delete a form (DELETE /forms/{form_id}).
List Form Subscribers
List subscribers who signed up through a form (GET /forms/{form_id}/subscribers).
Groups5
List Groups
List all groups (GET /groups).
Create Group
Create a new group (POST /groups).
Update Group
Rename an existing group (PUT /groups/{group_id}).
Delete Group
Delete a group (DELETE /groups/{group_id}). Does not delete its subscribers.
List Group Subscribers
List subscribers belonging to a group (GET /groups/{group_id}/subscribers).
Webhooks5
List Webhooks
List all webhooks (GET /webhooks).
Get Webhook
Get a single webhook by id (GET /webhooks/{webhook_id}).
Create Webhook
Create a webhook (POST /webhooks). MailerLite returns the auto-generated signing secret in the response; store it as the connector webhook_secret credential to verify deliveries.
Update Webhook
Update an existing webhook (PUT /webhooks/{webhook_id}).
Delete Webhook
Delete a webhook (DELETE /webhooks/{webhook_id}).
Fields4
List Fields
List all custom fields (GET /fields).
Create Field
Create a custom subscriber field (POST /fields).
Update Field
Rename an existing custom field (PUT /fields/{field_id}).
Delete Field
Delete a custom field (DELETE /fields/{field_id}).
Segments4
List Segments
List dynamic subscriber segments (GET /segments).
List Segment Subscribers
List subscribers matching a segment (GET /segments/{segment_id}/subscribers).
Update Segment
Update a segment's name or properties (PUT /segments/{segment_id}).
Delete Segment
Delete a segment (DELETE /segments/{segment_id}).
Automations3
List Automations
List automations (GET /automations).
Get Automation
Get a single automation by id (GET /automations/{automation_id}).
Get Automation Subscriber Activity
Get subscriber activity for an automation (GET /automations/{automation_id}/activity). Lists subscribers flowing through the automation with status and step progression.
Timezones2
Get Account
Get the current account (GET /timezones is used as the identity/connectivity probe; MailerLite exposes no dedicated account/me endpoint, so a safe parameterless read is used). Returns available timezones for the authenticated token.
List Timezones
List all available timezones (GET /timezones).
Batch1
Batch Request
Bundle up to 50 API calls into a single request (POST /batch). Each entry has method, path (must start with api/), and optional body.
Campaign Languages1
List Campaign Languages
List available campaign language options (GET /campaign-languages).
Aramanızla eşleşen bir şey yok.
MailerLite kullanan Çözüm Şablonları
MailerLite ile kendi otomasyonunu görsel tasarımcıda kur.
Sıkça sorulan sorular
MailerLite ile neler otomatikleştirebilirim?
48 aksiyon var — örneğin: Get Account, List Subscribers, Get Subscriber, Create or Update Subscriber, Update Subscriber ve daha fazlası.
Hangi MailerLite olayları bir workflow başlatabilir?
11 tetikleyici — örneğin: Subscriber Created, Subscriber Updated, Subscriber Unsubscribed, Subscriber Added to Group.
MailerLite bir AI agent aracı olarak kullanılabilir mi?
Evet. MailerLite'ın her aksiyonu otomatik olarak bir AI agent aracına dönüşür — aynı pack hem workflow'larını hem agent'larını besler.
MailerLite entegrasyonu nasıl modellenir?
MailerLite sürümlü bir connector pack olarak modellenir; muhakeme gerektiren adımlar workflow'larla aynı runtime'da barınan first-party agent'lara düşer.