Destinations
Destination Types Reference
Destination types describe transport-level delivery: HTTP receivers, local CLI forwarding, PostgreSQL inserts, SendGrid email, and object storage. Use Actions for provider operations such as Google Sheets writes, Gmail messages, Slack posts, Discord messages, Telegram, and Twilio.
How to use this reference
Start from the receiver you want FastHook to deliver to. The destination type page tells you which fields the dashboard saves, what the API config shape looks like, how delivery is authenticated, and what to check when attempts fail.
Quick reference
Use this table when choosing a destination type or checking the config surface before automation.
HTTPHTTPS receiver URLPOST, PUT, PATCH, DELETENo auth, FastHook signature, and 4 moreOptional. Configure a max delivery rate per second, minute, or hour.CLIAuthenticated fasthook-cli tunnelPOST, PUT, PATCH, DELETEAuthenticated FastHook CLI tunnel sessionOptional. Useful when replaying many events into a local service.POSTGRESQLPostgreSQL tableINSERTPostgreSQL username and password, TLS certificate verificationDefaults to 5 inserts/second. Configure a lower or higher destination rate for your database capacity.SENDGRID_EMAILSendGrid Mail Send APIPOSTSendGrid API key with Mail Send access, Verified SendGrid sender identity or authenticated sending domainLocked to 1 request per second.CLOUDFLARE_R2Client Cloudflare R2 bucketPOSTCloudflare R2 S3-compatible access key, Optional temporary session tokenOptional. Configure a max archive write rate per second, minute, or hour.AWS_S3Client AWS S3 bucketPOSTAWS access key with s3:PutObject permission, Optional temporary session tokenOptional. Configure a max archive write rate per second, minute, or hour.HTTP delivery
Production and staging receivers that accept direct outbound HTTP delivery.
Local development
Localhost workflows powered by authenticated fasthook-cli tunnel sessions.
Databases
Direct inserts into existing databases for operational workflows, audit streams, and analytics staging.
Storage
Durable archive destinations for audit trails, recovery, and downstream batch workflows.
Communication
Human-facing destinations for channel alerts and operational notifications.