Skip to content

Commit 3f8102b

Browse files
updating readme
1 parent c2b5508 commit 3f8102b

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![SocketLabs](https://www.socketlabs.com/assets/socketlabs-logo1.png)](https://www.socketlabs.com)
1+
[![SocketLabs](https://static.socketlabs.com/logos/logo-dark-326x64.png)](https://www.socketlabs.com/developers)
22
# [![Twitter Follow](https://img.shields.io/twitter/follow/socketlabs.svg?style=social&label=Follow)](https://twitter.com/socketlabs) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/socketlabs/socketlabs-csharp/blob/master/CONTRIBUTING.md)
33
<!--
44
[![GitHub contributors](https://img.shields.io/github/contributors/socketlabs/socketlabs-python.svg)](https://github.com/socketlabs/socketlabs-python/graphs/contributors)
@@ -101,7 +101,7 @@ response = client.send(message)
101101
A bulk message usually contains a single recipient per message
102102
and is generally used to send the same content to many recipients,
103103
optionally customizing the message via the use of MergeData.
104-
For more information about using Merge data, please see the [Injection API documentation](https://www.socketlabs.com/api-reference/injection-api/#merging).
104+
For more information about using Merge data, please see the [Injection API documentation](https://www.socketlabs.com/docs/inject/).
105105
```python
106106
from socketlabs.injectionapi import SocketLabsClient
107107
from socketlabs.injectionapi.message.bulkmessage import BulkMessage
@@ -179,6 +179,10 @@ This example demonstrates how to embed an image in your message.
179179
### [Basic send with a web proxy](https://github.com/socketlabs/socketlabs-python/blob/master/python-examples/basic/basic_send_with_proxy.py)
180180
This example demonstrates how to use a proxy with your HTTP client.
181181

182+
### [Basic send with Amp ](https://github.com/socketlabs/socketlabs-python/blob/master/python-examples/basic/basic_send_with_amp_body.py)
183+
This example demonstrates how to send a basic message with an AMP Html body.
184+
For more information about AMP please see [AMP Project](https://amp.dev/documentation/)
185+
182186
### [Basic send with invalid file attachment](https://github.com/socketlabs/socketlabs-python/blob/master/python-examples/basic/invalid/basic_send_with_invalid_attachment.py)
183187
This example demonstrates the results of attempting to do a send with an invalid attachment.
184188

@@ -207,6 +211,14 @@ your recipients from a database and create a bulk mailing with merge data.
207211
This example demonstrates how to send a bulk message with a specified character
208212
set and special characters.
209213

214+
### [Bulk send with Amp ](https://github.com/socketlabs/socketlabs-python//blob/master/python-examples/bulk/bulk_send_with_amp_body.py)
215+
This example demonstrates how to send a bulk message with an AMP Html body.
216+
For more information about AMP please see [AMP Project](https://amp.dev/documentation/)
217+
218+
<a name="version"></a>
219+
# Version
220+
* 1.1.0 - Adds Amp Html Support
221+
* 1.0.0 - Initial Release
210222

211223
<a name="license" id="license"></a>
212224
# License

0 commit comments

Comments
 (0)