◾Reverse integration
Last updated
Last updated
When Smartico platform sends any of the assets to the user it can notify your platform about it.
For example, Smartico can notify your system using an HTTP POST call every time the system sends mail to the user. There are various possible parameters which can be passed in the call:
Time (epoch millis)
Campaign name
Asset type(Email, SMS, Push)
External User ID (the user ID on your side)
Link to see the content of the sent asset
The configuration is done by the Smartico team after providing the following:
HTTP URL of your API endpoint
Preferred method - POST or GET. POST is suggested
Content type, "application/json" is suggested
Body, for the POST method, where you need to structure the JSON template.
Example of setup:
Method POST
Content-Type: "application/json"
Body template
Contact your Success Manager or log a JIRA ticket to set up the reverse integration