Skip to content

Commit

Permalink
Commit suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
arnas committed Jan 30, 2024
1 parent a59a23c commit 07bce53
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ for WordPress website.
## Plugin features

* Website connection to Omnisend [features](https://www.omnisend.com/features/))
* SDK Client to connect other plugins to Omnisend.
* Client to connect other plugins to Omnisend.


## SDK Client
## Client

The plugin provides an SDK client to easily integrate with Omnisend API.

> [!IMPORTANT]
> To use this SDK the user must install [wp-omnisend plugin](https://wordpress.org/plugins/wp-omnisend) and connect it to the omnisend.
> To use in your plugin you must check if wp-omnisend plugin is installed.
> Provided client will send data to Omnisend if it is connected.
You can find function references in the [client folder](https://github.com/omnisend/wp-omnisend/tree/main/omnisend/includes/Public/Client/V1).

Expand Down

0 comments on commit 07bce53

Please sign in to comment.