Subscribe to a trigger 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.
Specify a credential ID when multiple accounts are connected for the same integration
Your Paragon Project ID
The integration name for the trigger (e.g., salesforce, hubspot)
"salesforce"
The trigger type to subscribe to
"SALESFORCE_TRIGGER_RECORD_CREATED"
The parameter values to configure this trigger with. If you are collecting these parameters from your users, learn more about rendering UI elements for parameters in User Configuration.
{ "recordType": "Opportunity" }Optional. If defined, must have url specified.
Success - Returns the created 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