Receive notifications
documentedReceive notifications from partners (external services) via Pinterest.
POST /notificationsNotificationsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.pinterest.com/v5/notifications" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"notification_type": "{{$notification_type}}", "recipient_id": "{{$recipient_id}}", "title": "{{$title}}", "body": "{{$body}}", "data": {"pin_id": "{{$pin_id}}", "redirect_url": "{{$redirect_url}}"}}'