post https://api.thebotplatform.com/v1.0/activity/external
You can send an image to someone with the following json payload:
{
"data": {
"attributes": {
"messages": [{
"attachment": {
"type": "image",
"payload": {
"url": "http://placekitten.com/201/202",
"is_reusable": true
}
}
}],
"recipient": "[email protected]"
},
"type": "external-activity"
}
}