Settings Schema
When creating a Pin on Pinterest, use the following settings schema:Fields
| Field | Type | Required | Description |
|---|---|---|---|
__type | string | Yes | Must be pinterest |
board | string | Yes | Board ID to pin to |
title | string | No | Pin title (max 100 characters) |
link | string | No | Destination URL |
dominant_color | string | No | Dominant color for the pin |
board
The board ID where the pin will be saved. This is required and must be a valid board ID from your Pinterest account.
Get board IDs by using Groniz’s UI to view your boards, or by using Pinterest’s API directly.
