marshallu/mu-gravityformsocram
最新稳定版本:v1.1.0
Composer 安装命令:
composer require marshallu/mu-gravityformsocram
包简介
A plugin that sends Gravity Form submissions to Ocram.
README 文档
README
A Gravity Forms feed add-on for Marshall University's WordPress network that posts form submissions to Ocram as kanban board cards.
Requirements
- PHP >= 8.3
- WordPress (MU plugin)
- Gravity Forms
- An Ocram board with a webhook token configured
How it works
Install as a must-use plugin. For each form, go to Settings → Ocram and add a feed:
- Board Webhook Token — paste the token from your Ocram board settings
- Card Title — map a form field to use as the card title
- Card Description — choose between an auto-generated summary of all submitted fields, a specific field, or none
- New cards are placed in the "What's New" column, or the first column if that doesn't exist
Development
composer install # install dev dependencies composer lint # run PHP CodeSniffer composer format # auto-fix coding standards composer analyse # run PHPStan static analysis
Ocram Webhook API
Cards are created via POST https://www.ocram.io/api/webhooks/boards/{token}/cards.
| Field | Required | Description |
|---|---|---|
title |
Yes | Card title (truncated to 255 chars) |
description |
No | Card body — accepts HTML or plain text |
See webhooks.md for the full API reference.
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-03-31