Get Example Payload
Triggers API
Get Example Payload
Get example records for a trigger configuration.
POST
Get Example Payload
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.
Authorizations
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Headers
Specify a credential ID when multiple accounts are connected for the same integration
Path Parameters
Your Paragon Project ID
Body
application/json
The trigger type identifier (e.g. SALESFORCE_TRIGGER_RECORD_CREATED).
Example:
"SALESFORCE_TRIGGER_RECORD_CREATED"
The integration name for the trigger (e.g. salesforce, hubspot).
Example:
"salesforce"
Trigger configuration parameters, same shape as parameters in Subscribe to a Trigger.
Example:
{ "recordType": "Opportunity" }Response
200 - application/json
Success - Returns array of example records that could be returned from the trigger