Glossary
A work in progress...
Action
Defines a function to be executed when triggered. Can be associated with multiple apps to create integrations, and can be configured using variables and secrets.
App
Auth
Authorize
Connector
Custom App
Deauthorize
Delivery
Deploy
Dev Server
Endpoint
Is this just the url for the webhook?
Environment
Log
Operation
Project
Run
The execution details of an action, including the status, logs, and timing.
Secret
Provides a way to take secrets out of code and configure them in the dashboard. Similar to variables, these can vary between environments. For example, providing a different secret when running in development vs. production. The secret value is stored securely in our database using an encrypted field.
Subscribe Props
Subscription
Subscription Activity
Trigger
Unsubscribe Props
Variable
Provides a way to take key parameters out of code and configure them in the dashboard. Particularly useful if you want the need code in different environments to behave differently. For example, providing a different parameter when running in development vs. production.