Update a trigger subscription’s configuration on behalf of your user.
Documentation Index
Fetch the complete documentation index at: https://docs.useparagon.com/llms.txt
Use this file to discover all available pages before exploring further.
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID
The trigger subscription ID
Success - Returns the updated trigger subscription
The subscription ID
"<uuid>"
The trigger type
"SALESFORCE_TRIGGER_RECORD_CREATED"
The trigger configuration parameters
{ "recordType": "Opportunity" }ACTIVE: currently receiving events. ERRORED: errors checking for records or repeated webhook delivery issues resulted in the trigger being disabled.
ACTIVE, ERRORED The date the subscription was created
"2025-05-31T00:00:00Z"
For polling triggers: date we last checked for new records. For webhook triggers: date we last received a webhook event.
"2025-05-31T00:00:00Z"
The credential ID associated with this subscription
"<uuid>"
The reason for an error (only present when status is ERRORED)
"Failed to check for new records after repeated failures. Last error: Request failed with 500 { ... error info ... }"
Undefined if no webhook override is set for this subscription