Explore Plans
Mobile menu Close menu
Pinterest

Create pin

This action will create a new Pin on the Board you specify. Daily limits: 25 pins for Free users, 200 pins for Pro & Pro+ users.

Developer info

API endpoint slug
pinterest.create_pin
Filter code method
Pinterest.createPin.skip(string?: reason)
Runtime method
runAction("pinterest.create_pin", {})

Action fields

Board Dropdown list

Label
Which board?
Slug
board
Required
true
Can have default value
false

Image url Text input > Other

Label
Image URL
Slug
image_url
Required
true
Can have default value
true
Filter code method
Pinterest.createPin.setImage Url(string: image_url)

Title Text input > Other

Label
Title
Slug
title
Required
false
Can have default value
true
Filter code method
Pinterest.createPin.setTitle(string: title)

Description Text input > Other

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

Source url Text input > Other

Label
Source URL
Slug
source_url
Required
false
Can have default value
true
Filter code method
Pinterest.createPin.setSource Url(string: source_url)
Help