|
1 |
| -[](https://www.socketlabs.com) |
| 1 | +[](https://www.socketlabs.com/developers) |
2 | 2 | # [](https://twitter.com/socketlabs) [](./LICENSE) [](https://github.com/socketlabs/socketlabs-csharp/blob/master/CONTRIBUTING.md)
|
3 | 3 | <!--
|
4 | 4 | [](https://github.com/socketlabs/socketlabs-python/graphs/contributors)
|
@@ -101,7 +101,7 @@ response = client.send(message)
|
101 | 101 | A bulk message usually contains a single recipient per message
|
102 | 102 | and is generally used to send the same content to many recipients,
|
103 | 103 | 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/). |
105 | 105 | ```python
|
106 | 106 | from socketlabs.injectionapi import SocketLabsClient
|
107 | 107 | from socketlabs.injectionapi.message.bulkmessage import BulkMessage
|
@@ -179,6 +179,10 @@ This example demonstrates how to embed an image in your message.
|
179 | 179 | ### [Basic send with a web proxy](https://github.com/socketlabs/socketlabs-python/blob/master/python-examples/basic/basic_send_with_proxy.py)
|
180 | 180 | This example demonstrates how to use a proxy with your HTTP client.
|
181 | 181 |
|
| 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 | + |
182 | 186 | ### [Basic send with invalid file attachment](https://github.com/socketlabs/socketlabs-python/blob/master/python-examples/basic/invalid/basic_send_with_invalid_attachment.py)
|
183 | 187 | This example demonstrates the results of attempting to do a send with an invalid attachment.
|
184 | 188 |
|
@@ -207,6 +211,14 @@ your recipients from a database and create a bulk mailing with merge data.
|
207 | 211 | This example demonstrates how to send a bulk message with a specified character
|
208 | 212 | set and special characters.
|
209 | 213 |
|
| 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 |
210 | 222 |
|
211 | 223 | <a name="license" id="license"></a>
|
212 | 224 | # License
|
|
0 commit comments