Defines a creation start date filter
Specify this parameter to retrieve only actions with a creation date greater than or equal to the specified value
You can use an ISO format date or a timestamp
- Export a list of all recipients of an action
Retrieve the specified action
Update an action
Delete an action
Create an action
Duplicate an action
Test or validate an action
Unvalidate an action
Render multiple messages
Render a message
Send messages
Send message
Retrieve all actions
Export a list of recipients who have opened an action
Export a list of recipients who have clicked a link on receipt of an action
Render links
Send a message
Export a list of all reci...
NP6 API Reference (8.1.0)
This documentation provides comprehensive access to the full range of functionalities offered by the NP6 platform through a standardized RESTful interface.
If you have any questions or need assistance, please contact our support team at https://support.chapsvision.com.
Languages
Servers
Production server
https://api-cm.np6.com
- Production serverhttps://api-cm.np6.com/actions
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api-cm.np6.com/actions?creation_start=2019-08-24T14%3A15%3A22Z&creation_end=2019-08-24T14%3A15%3A22Z' \
-H 'X-Key: string'Response
application/json
[ { "type": "string" } ]
- Production serverhttps://api-cm.np6.com/actions/{id}/export/tracking/opens
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api-cm.np6.com/actions/{id}/export/tracking/opens' \
-H 'X-Key: string'