Triggering Workflows
Triggering workflows in Paragon
Last updated
Triggering workflows in Paragon
Last updated
Use one event from your app to trigger workflow(s) across any integrations.
Example: "Contact Created" event from your app routes to Salesforce, HubSpot, or Pipedrive (depending on what integrations are connected)
Send an HTTP request from your app to a specific integration and workflow, optionally receiving a synchronous response.
Example: Expose an HTTP endpoint to a workflow that searches Google Drive documents and returns results to your app.
Listen for events from your users' integrations, using our prebuilt triggers or .
Example: Listen for new contacts that are created in your user's Salesforce account.
Trigger a workflow when an integration is initially connected and set up by your user.
Example: Create custom fields in your user's HubSpot account after they have connected the integration.
Trigger a workflow on a recurring schedule.
Example: Every day at 12:00 AM, export all Pipedrive activities that were created in the last 24 hours and send them to your app.
Listen for webhooks from your configured , such as your internal API.
Example: Listen for a User Created webhook to fire from your app.