API actions for the Pinterest integration.
Create pins on behalf of the authenticated Pinterest user.
Create a pin
Publish a new pin to a Pinterest board using the connected account.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
board_id | string | Yes | Identifier of the board where the pin will be created. |
media_url | string | Yes | Public image URL to use for the pin media (required by Pinterest). |
title | string | No | Optional title for the new pin (max 100 characters). |
description | string | No | Optional description or note for the pin (max 800 characters). |
link | string | No | Destination link for the pin. |
Response
{}