This Action will add a photo to Buffer. If your Buffer is full then the post will be skipped.
- API endpoint slug
- buffer.add_to_buffer_with_photo
- Filter code method
- Buffer.addToBufferWithPhoto.skip(string?: reason)
- Runtime method
- runAction("buffer.add_to_buffer_with_photo", {})
Action fields
- Label
- Photo URL
- Slug
- photo_url
- Required
- true
- Can have default value
- true
- Filter code method
- Buffer.addToBufferWithPhoto.setPhotoUrl(string: photoUrl)
- Label
- Description
- Slug
- message
- Required
- true
- Can have default value
- true
- Filter code method
- Buffer.addToBufferWithPhoto.setMessage(string: message)