Brevo
Aynı zamanda bir ajan aracıBrevo (formerly Sendinblue) API v3: manage contacts, lists, folders, segments and attributes; send and report on email/SMS/WhatsApp campaigns; send transactional email and SMS; manage templates, senders, domains and webhooks; run CRM (companies, deals, tasks, notes), ecommerce and conversations.
120 eylemler · 2 tetikleyiciler
Brevo entegrasyonu — 120 aksiyon ve 2 tetikleyici ile Brevo'ı otomasyonlarına bağla; her aksiyon aynı zamanda bir AI agent aracı. Örnek: Get Account, Get Account Activity, Get Process, List Processes, Create Contact. 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 2
Brevo üzerinde bir iş akışını başlatabilen olaylar.
New or updated Brevo contacts (polled)
Polls GET /contacts on a schedule using the modifiedSince datetime filter.
New transactional email events (polled)
Polls GET /smtp/statistics/events on a schedule using the startDate filter.
Eylemler 120
Zervanor'un Brevo üzerinde yapabilecekleri.
Contacts27
Create Contact
Create a contact (POST /contacts).
Get Contact
Get a contact's details by email, id or SMS (GET /contacts/{identifier}).
Update Contact
Update an existing contact (PUT /contacts/{identifier}).
Delete Contact
Delete a contact (DELETE /contacts/{identifier}).
List Contacts
Get all the contacts (GET /contacts). Offset/limit pagination; filter with modifiedSince.
Import Contacts
Import contacts from a file URL or inline body, asynchronously (POST /contacts/import).
Export Contacts
Export contacts to a file, asynchronously (POST /contacts/export).
Get Contact Campaign Stats
Get email campaign statistics for a contact over a period (GET /contacts/{identifier}/campaignStats).
List Lists
Get all the lists (GET /contacts/lists). Offset/limit pagination.
Create List
Create a contact list (POST /contacts/lists).
Get List
Get a list's details (GET /contacts/lists/{listId}).
Update List
Update a contact list (PUT /contacts/lists/{listId}).
Delete List
Delete a contact list (DELETE /contacts/lists/{listId}).
Get Contacts In A List
Get the contacts in a list (GET /contacts/lists/{listId}/contacts).
Add Contacts To A List
Add existing contacts to a list (POST /contacts/lists/{listId}/contacts/add).
Remove Contacts From A List
Remove contacts from a list (POST /contacts/lists/{listId}/contacts/remove).
List Folders
Get all the folders (GET /contacts/folders).
Create Folder
Create a folder (POST /contacts/folders).
Get Folder
Get a folder's details (GET /contacts/folders/{folderId}).
Update Folder
Update a folder (PUT /contacts/folders/{folderId}).
Delete Folder
Delete a folder and its lists (DELETE /contacts/folders/{folderId}).
Get Lists In A Folder
Get all the lists in a folder (GET /contacts/folders/{folderId}/lists).
List Contact Attributes
List all contact attributes (GET /contacts/attributes).
Create Contact Attribute
Create a contact attribute (POST /contacts/attributes/{attributeCategory}/{attributeName}).
Update Contact Attribute
Update a contact attribute (PUT /contacts/attributes/{attributeCategory}/{attributeName}).
Delete Contact Attribute
Delete a contact attribute (DELETE /contacts/attributes/{attributeCategory}/{attributeName}).
List Segments
Get all the segments (GET /contacts/segments).
Crm16
List Deals
Get all CRM deals (GET /crm/deals).
Create Deal
Create a CRM deal (POST /crm/deals).
Get Deal
Get a CRM deal by id (GET /crm/deals/{id}).
Update Deal
Update a CRM deal (PATCH /crm/deals/{id}).
Delete Deal
Delete a CRM deal (DELETE /crm/deals/{id}).
List Deal Attributes
Get the CRM deal attributes / pipeline attributes (GET /crm/attributes/deals).
List Tasks
Get all CRM tasks (GET /crm/tasks).
Create Task
Create a CRM task (POST /crm/tasks).
Get Task
Get a CRM task by id (GET /crm/tasks/{id}).
Update Task
Update a CRM task (PATCH /crm/tasks/{id}).
Delete Task
Delete a CRM task (DELETE /crm/tasks/{id}).
List Notes
Get all CRM notes (GET /crm/notes).
Create Note
Create a CRM note (POST /crm/notes).
Get Note
Get a CRM note by id (GET /crm/notes/{id}).
Update Note
Update a CRM note (PATCH /crm/notes/{id}).
Delete Note
Delete a CRM note (DELETE /crm/notes/{id}).
Smtp12
Send Transactional Email
Send a transactional email (POST /smtp/email).
Get Transactional Email Activity
Get all transactional email events / activity (GET /smtp/statistics/events).
Get Email Event Report
Get a detailed transactional email event report (GET /smtp/statistics/reports).
Get Aggregated Email Report
Get aggregated / global transactional email statistics (GET /smtp/statistics/aggregatedReport).
List Email Templates
Get the list of transactional email templates (GET /smtp/templates).
Create Email Template
Create a transactional email template (POST /smtp/templates).
Get Email Template
Get a transactional email template (GET /smtp/templates/{templateId}).
Update Email Template
Update a transactional email template (PUT /smtp/templates/{templateId}).
Delete Email Template
Delete a transactional email template (DELETE /smtp/templates/{templateId}).
Get Blocked / Unsubscribed Contacts
Get the list of transactional-email blocked or unsubscribed contacts (GET /smtp/blockedContacts).
Block Transactional Contact
Add an email to the transactional blocked list (POST /smtp/blockedContacts).
Unblock Transactional Contact
Unblock/resubscribe a transactional contact email (DELETE /smtp/blockedContacts/{email}).
EmailCampaigns9
List Email Campaigns
Return all your created email campaigns (GET /emailCampaigns).
Create Email Campaign
Create an email campaign (POST /emailCampaigns).
Get Email Campaign
Get an email campaign report (GET /emailCampaigns/{campaignId}).
Update Email Campaign
Update an email campaign (PUT /emailCampaigns/{campaignId}).
Delete Email Campaign
Delete an email campaign (DELETE /emailCampaigns/{campaignId}).
Send Email Campaign Now
Send an email campaign immediately (POST /emailCampaigns/{campaignId}/sendNow).
Send Test Email Campaign
Send a test email of a campaign to specified recipients (POST /emailCampaigns/{campaignId}/sendTest).
Send Email Campaign Report
Email an email-campaign report to specified recipients (POST /emailCampaigns/{campaignId}/sendReport).
Update Email Campaign Status
Update the status of an email campaign (PUT /emailCampaigns/{campaignId}/status).
Senders8
List Senders
Get the list of your registered senders (GET /senders).
Create Sender
Create a new sender (POST /senders).
Update Sender
Update a sender (PUT /senders/{senderId}).
Delete Sender
Delete a sender (DELETE /senders/{senderId}).
Get Dedicated IPs
Get all the dedicated IPs for your account (GET /senders/ips).
List Domains
Get the list of all your sending domains (GET /senders/domains).
Authenticate Domain
Authenticate / validate a sending domain's DNS records (PUT /senders/domains/{domainName}/authenticate).
Create Domain
Create a new sending domain (POST /senders/domains).
SmsCampaigns8
List SMS Campaigns
Return all your created SMS campaigns (GET /smsCampaigns).
Create SMS Campaign
Create an SMS campaign (POST /smsCampaigns).
Get SMS Campaign
Get an SMS campaign and its report (GET /smsCampaigns/{campaignId}).
Update SMS Campaign
Update an SMS campaign (PUT /smsCampaigns/{campaignId}).
Delete SMS Campaign
Delete an SMS campaign (DELETE /smsCampaigns/{campaignId}).
Send SMS Campaign Now
Send an SMS campaign immediately (POST /smsCampaigns/{campaignId}/sendNow).
Send SMS Campaign Report
Email an SMS-campaign report to specified recipients (POST /smsCampaigns/{campaignId}/sendReport).
Send Test SMS Campaign
Send a test SMS of a campaign (POST /smsCampaigns/{campaignId}/sendTest).
Companies6
List Companies
Get all CRM companies (GET /companies).
Create Company
Create a CRM company (POST /companies).
Get Company
Get a CRM company by id (GET /companies/{id}).
Update Company
Update a CRM company (PATCH /companies/{id}).
Delete Company
Delete a CRM company (DELETE /companies/{id}).
List Company Attributes
Get the CRM company attributes (GET /companies/attributes).
WhatsappCampaigns6
List WhatsApp Campaigns
Return all your created WhatsApp campaigns (GET /whatsappCampaigns).
Create WhatsApp Campaign
Create and schedule a WhatsApp campaign (POST /whatsappCampaigns).
Get WhatsApp Campaign
Get a WhatsApp campaign (GET /whatsappCampaigns/{campaignId}).
Update WhatsApp Campaign
Update a WhatsApp campaign (PUT /whatsappCampaigns/{campaignId}).
Delete WhatsApp Campaign
Delete a WhatsApp campaign (DELETE /whatsappCampaigns/{campaignId}).
List WhatsApp Templates
Get all your WhatsApp templates (GET /whatsappCampaigns/template-list).
Webhooks5
List Webhooks
Get all your webhooks (GET /webhooks).
Create Webhook
Create a webhook (POST /webhooks).
Get Webhook
Get a webhook's details (GET /webhooks/{webhookId}).
Update Webhook
Update a webhook (PUT /webhooks/{webhookId}).
Delete Webhook
Delete a webhook (DELETE /webhooks/{webhookId}).
Conversations3
Get Conversation Message
Get a conversations message by id (GET /conversations/messages/{id}).
Send Conversation Message
Send a message as an agent to a conversation visitor (POST /conversations/messages).
Send Conversation Push Message
Send an automated (push) message to a conversation visitor (POST /conversations/pushedMessages).
TransactionalSMS3
Send Transactional SMS
Send a transactional SMS (POST /transactionalSMS/sms).
Get Transactional SMS Events
Get all transactional SMS events / activity (GET /transactionalSMS/statistics/events).
Get Aggregated SMS Report
Get aggregated transactional SMS statistics (GET /transactionalSMS/statistics/aggregatedReport).
Categories2
List Ecommerce Categories
Get all the ecommerce categories (GET /categories).
Create Ecommerce Category
Create an ecommerce category (POST /categories).
CouponCollections2
Create Coupon Collection
Create a coupon collection (POST /couponCollections).
Get Coupon Collection
Get a coupon collection by id (GET /couponCollections/{id}).
Inbound2
Get Inbound Parsing Events
Get the events for the received inbound-parsing emails (GET /inbound/events).
Get Inbound Parsing Attachment
Get a received inbound-parsing email attachment by token (GET /inbound/attachments/{downloadToken}).
Orders2
Create Ecommerce Order
Create or update an ecommerce order (POST /orders/status).
Create Batch Ecommerce Orders
Create or update a batch of ecommerce orders (POST /orders/status/batch).
Processes2
Get Process
Get the status of a long-running process by id (GET /processes/{processId}).
List Processes
Return all your processes (GET /processes).
Products2
List Ecommerce Products
Get all the ecommerce products (GET /products).
Create Ecommerce Product
Create an ecommerce product (POST /products).
Reseller2
List Reseller Child Accounts
Get the list of your reseller child accounts (GET /reseller/children).
Create Reseller Child Account
Create a reseller child account (POST /reseller/children).
Account1
Get Account
Get your Brevo account information, plan and credits (GET /account). Identity + connectivity probe.
Coupons1
Create Coupons
Add coupons to a collection (POST /coupons).
Organization1
Get Account Activity
Get the list of your account activity logs (GET /organization/activities).
Aramanızla eşleşen bir şey yok.
Brevo kullanan Çözüm Şablonları
Brevo ile kendi otomasyonunu görsel tasarımcıda kur.
Sıkça sorulan sorular
Brevo ile neler otomatikleştirebilirim?
120 aksiyon var — örneğin: Get Account, Get Account Activity, Get Process, List Processes, Create Contact ve daha fazlası.
Hangi Brevo olayları bir workflow başlatabilir?
2 tetikleyici — örneğin: New or updated Brevo contacts (polled), New transactional email events (polled).
Brevo bir AI agent aracı olarak kullanılabilir mi?
Evet. Brevo'ın her aksiyonu otomatik olarak bir AI agent aracına dönüşür — aynı pack hem workflow'larını hem agent'larını besler.
Brevo entegrasyonu nasıl modellenir?
Brevo 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.