Skip to content

Commit

Permalink
Update for readme in #10
Browse files Browse the repository at this point in the history
  • Loading branch information
gitfvb committed Jun 19, 2024
1 parent fdf0884 commit 952d63d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions AptecoPSFramework/plugins/emarsys/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Quickstart

This is all about the emarsys core API

```PowerShell
Expand Down Expand Up @@ -38,7 +39,7 @@ Export-Settings -Path $settingsFile
```

# Functions
# Functions / Examples


```PowerShell
Expand All @@ -50,5 +51,10 @@ Import-Settings -Path "C:\faststats\scripts\channels\emarsys\settings.yaml"
# List all commands of this plugin
get-command -module "*emarsys*"
# Get lists, filtered by name
get-list | where { $_.name -like "*DEMO*" }
```
# Count a list by id
Get-ListCount -ListId 1932108413
```

0 comments on commit 952d63d

Please sign in to comment.