Skip to main content
POST
Get Example Payload

Authorizations

Authorization
string
header
required

Your Paragon User Token (JWT), which you can generate using your project's signing keys.

Headers

X-Paragon-Credential
string<uuid>

Specify a credential ID when multiple accounts are connected for the same integration

Path Parameters

project_id
string
required

Your Paragon Project ID

Body

application/json
type
string
required

The trigger type identifier (e.g. SALESFORCE_TRIGGER_RECORD_CREATED).

Example:

"SALESFORCE_TRIGGER_RECORD_CREATED"

integration
string
required

The integration name for the trigger (e.g. salesforce, hubspot).

Example:

"salesforce"

parameters
object

Trigger configuration parameters, same shape as parameters in Subscribe to a Trigger.

Example:

Response

200 - application/json

Success - Returns array of example records that could be returned from the trigger