Skip to main content
Planview Customer Success Center

Initiate a card-level custom event

POST /io/card/:cardId/automation/customevent

Triggering custom events from this API, allows you to execute automations based on something happening outside of your board. For a card-level custom event, any automations that have the custom event type and match the event name will be executed, as long as all of the other criteria on the automation match the card as well.

If using GitHub Actions, AgilePlace has a standard action to initiate an card-level custom event. Please review: https://github.com/LeanKit/github-actions?tab=readme-ov-file#initiate-card-event along with https://github.com/LeanKit/github-actions?tab=readme-ov-file#extract-card-id. .

Example Request

1curl -X POST \
3  -H 'Authorization: Basic base64encodedauthhere' \
4  --data `{ "eventName": "pr-merged" }`

Example Successful Response

202 Accepted




Updated 2025-03-06 @ 10:03 AM