New services
Explore Plans
Mobile menu Close menu
PinterestPinterest

Add Pin to board

This Action will add a new Pin to one of your boards.

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
API endpoint slug
pinterest.add_a_pin
Filter code method
Pinterest.addAPin.skip(string?: reason)
Runtime method
runAction("pinterest.add_a_pin", {})

Action fields

Board name Text input > Other

Label
Enter a board name
Helper text
Slug
board_name
Required
true
Can have default value
true
Filter code method
Pinterest.addAPin.setBoardName(string: boardName)

Photo URL Text input > Photo

Label
Photo URL
Slug
photo_url
Required
true
Can have default value
true
Filter code method
Pinterest.addAPin.setPhotoUrl(string: photoUrl)

Note Text input > Title

Label
Add a description
Slug
note
Required
true
Can have default value
true
Filter code method
Pinterest.addAPin.setNote(string: note)

Link Text input > Link

Label
Source URL
Helper text
Slug
link
Required
false
Can have default value
true
Filter code method
Pinterest.addAPin.setLink(string: link)