New services
Explore Plans
Mobile menu Close menu
PryvPryv

Add a photo

This Action will add a photo to the stream you specify.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This Action will add a photo to the stream you specify.
API endpoint slug
pryv.new-photo
Filter code method
Pryv.newPhoto.skip(string?: reason)
Runtime method
runAction("pryv.new-photo", {})

Action fields

Stream ID Dropdown list

Label
Which stream?
Slug
streamId
Required
true
Can have default value
false

Attachment URL Text input

Label
Photo URL
Slug
attachmentUrl
Required
true
Can have default value
true
Filter code method
Pryv.newPhoto.setAttachmentUrl(string: attachmentUrl)

Description Text input

Label
Description
Slug
description
Required
false
Can have default value
true
Filter code method
Pryv.newPhoto.setDescription(string: description)

Tags Text input

Label
Tags
Helper text
Optional
Slug
tags
Required
false
Can have default value
true
Filter code method
Pryv.newPhoto.setTags(string: tags)