Skip to content

Commit db37147

Browse files
authored
Add Laposta Form Action documentation (#182)
1 parent 7ada782 commit db37147

3 files changed

Lines changed: 38 additions & 0 deletions

File tree

src/essentials-for-yootheme-pro/v3.0-beta/_sidebars/forms.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,10 @@
161161
"text": "Brevo",
162162
"link": "/actions/brevo"
163163
},
164+
{
165+
"text": "Laposta",
166+
"link": "/actions/laposta"
167+
},
164168
{
165169
"text": "Mailchimp",
166170
"link": "/actions/mailchimp"
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Laposta Action
2+
3+
<div class="tm-resource-icon">
4+
<!--@include: @essentials-for-yootheme-pro/v3.0-beta/assets/brands/laposta.svg-->
5+
</div>
6+
7+
The **Laposta Action** subscribes, updates or removes a member from a [Laposta](https://www.laposta.nl/) list.
8+
9+
## Subscribe Member
10+
11+
Create or update a Laposta list member.
12+
13+
| Setting | Description | Required | Dynamic |
14+
| --- | --- | :---: | :---: |
15+
| *Account* | The Laposta account specified with an API Key. | &#x2713; |
16+
| *List* | The list to which to subscribe the member. | &#x2713; |
17+
| *Update if exists* | Specifies if the member data should be updated if it already exists. |
18+
| *Email Address* | Member's email address. | &#x2713; | &#x2713; |
19+
| *Custom Fields* | Member's additional data specified by Laposta list custom fields. | | &#x2713; |
20+
<!--@include: ./_partials/common-action-settings.md-->
21+
22+
## Delete Member
23+
24+
Delete a Laposta list member permanently.
25+
26+
| Setting | Description | Required | Dynamic |
27+
| --- | --- | :---: | :---: |
28+
| *Account* | The Laposta account specified with an API Key. | &#x2713; |
29+
| *List* | The list from which to delete the member. | &#x2713; |
30+
| *Email Address* | Member's email address. | &#x2713; | &#x2713; |
31+
<!--@include: ./_partials/common-action-settings.md-->
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)