How to add a picture or Apple Watch cover?
Solved!Posted in General by Maarten Paauw Sun Jul 12 2015 10:58:15 GMT+0000 (Coordinated Universal Time)·3·Viewed 1,360 times
Hello,
On the dashboard I saw it is possible to send an image or an Apple Watch cover image. Is this possible via the API?
Thanks.
Yes. You can send a base64 encoded photo in an optional parameter called
cover
marked this as solved
Thanks a lot! Are there any other parameters that aren't in the docs?
2 more questions;
Today I tried to send a cover image with the following php code for a base64 string 'base64_encode(file_get_contents('/path/to/image.jpg'))'. What is wrong with is base64 string?
And is it also possible to send a caption with the cover image?