-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
I am trying a coupon with image consuming the activities api, insert all the information except the image, this is the example of the
Json
{
"activity": {
"scheme": "coupon",
"name": "Prueba Api2Api Coupon 16",
"trigger_attributes": {
"type": "BeaconTrigger",
"event_type": "near",
"zone_ids": [1]
},
"coupon_attributes": {
"name": "Unilever",
"title": "Promoción Unilever",
"description": "Pide un 10% de descuento con este cupón",
"button_label": "",
"button_link": "",
"button_font_color": "",
"button_background_color": "",
"template": "template_2",
"image_attributes": {
"type": "image",
"file": "data:image/jpeg;base64,/...."
}
}
}
}
please HELP!!
Metadata
Metadata
Assignees
Labels
No labels