diff --git a/src/customer-guides/gong.mdx b/src/customer-guides/gong.mdx index 60e44a25..7aec380b 100644 --- a/src/customer-guides/gong.mdx +++ b/src/customer-guides/gong.mdx @@ -1,5 +1,6 @@ --- title: Gong +description: "Set up Gong outbound webhooks to send call.created events to your Ampersand integration by creating an automation rule in Gong Admin Settings." --- ## Checklist before you start diff --git a/src/customer-guides/zoho.mdx b/src/customer-guides/zoho.mdx index 8620b9d0..fff2adca 100644 --- a/src/customer-guides/zoho.mdx +++ b/src/customer-guides/zoho.mdx @@ -1,5 +1,6 @@ --- title: "Zoho" +description: "Prepare a Zoho account to install an Ampersand integration: activate Zoho CRM, pick the right user type, and set up Zoho Mail outgoing webhooks." --- ## Checklist before installing a Zoho integration diff --git a/src/destinations/bigquery.mdx b/src/destinations/bigquery.mdx index 198312e2..1502ad4d 100644 --- a/src/destinations/bigquery.mdx +++ b/src/destinations/bigquery.mdx @@ -1,5 +1,6 @@ --- title: BigQuery destinations +description: "Stream Read Actions and Subscribe Actions data from Ampersand to a BigQuery table using a service account and a fixed id/payload schema." --- For more information on destinations, see the [Destinations](/destinations) page. diff --git a/src/destinations/clickhouse.mdx b/src/destinations/clickhouse.mdx index 954b3bca..3dbea330 100644 --- a/src/destinations/clickhouse.mdx +++ b/src/destinations/clickhouse.mdx @@ -1,5 +1,6 @@ --- title: ClickHouse destinations +description: "Stream Read Actions and Subscribe Actions data from Ampersand to a ClickHouse table where each top-level JSON field maps to its own column." --- For more information on destinations, see the [Destinations](/destinations) page. diff --git a/src/destinations/eventbridge.mdx b/src/destinations/eventbridge.mdx index 29212d2f..ef98bc55 100644 --- a/src/destinations/eventbridge.mdx +++ b/src/destinations/eventbridge.mdx @@ -1,5 +1,6 @@ --- title: Amazon EventBridge destinations +description: "Fan out Read Actions and Subscribe Actions events from Ampersand to an Amazon EventBridge event bus using AWS access keys with PutEvents permission." --- For more information on destinations, see the [Destinations](/destinations) page. diff --git a/src/destinations/kinesis.mdx b/src/destinations/kinesis.mdx index 09280a74..935287ff 100644 --- a/src/destinations/kinesis.mdx +++ b/src/destinations/kinesis.mdx @@ -1,5 +1,6 @@ --- title: Kinesis destinations +description: "Stream Read Actions and Subscribe Actions events from Ampersand to an Amazon Kinesis data stream using AWS access keys with PutRecord permission." --- For more information on destinations, see the [Destinations](/destinations) page. diff --git a/src/destinations/overview.mdx b/src/destinations/overview.mdx index 208f472d..02faa5fb 100644 --- a/src/destinations/overview.mdx +++ b/src/destinations/overview.mdx @@ -1,5 +1,6 @@ --- title: Overview +description: "Route data from Read and Subscribe Actions or notifications to Slack, webhooks, warehouses, blob storage, and message queue destinations in Ampersand." --- Ampersand supports webhook, Slack, Kinesis, and S3 destinations, along with a range of data warehouse and message queue destinations (ClickHouse, Snowflake, BigQuery, Redshift, Amazon SQS, Amazon SNS, Amazon EventBridge, Google Cloud Pub/Sub, and RabbitMQ). Destinations allow you to route data synced from SaaS instances via [Read Actions](/read-actions) or [Subscribe Actions](/subscribe-actions), and to receive real-time [Notifications](/notifications) about important lifecycle events in your projects. diff --git a/src/destinations/pubsub.mdx b/src/destinations/pubsub.mdx index b79003dc..95d19024 100644 --- a/src/destinations/pubsub.mdx +++ b/src/destinations/pubsub.mdx @@ -1,5 +1,6 @@ --- title: Google Cloud Pub/Sub destinations +description: "Publish Read Actions and Subscribe Actions events from Ampersand to a Google Cloud Pub/Sub topic using a service account with publisher permissions." --- For more information on destinations, see the [Destinations](/destinations) page. diff --git a/src/destinations/rabbitmq.mdx b/src/destinations/rabbitmq.mdx index 9c873bb4..a8aee33f 100644 --- a/src/destinations/rabbitmq.mdx +++ b/src/destinations/rabbitmq.mdx @@ -1,5 +1,6 @@ --- title: RabbitMQ destinations +description: "Publish Read Actions and Subscribe Actions events from Ampersand to a RabbitMQ instance as JSON messages using a connection URI and a routing key." --- For more information on destinations, see the [Destinations](/destinations) page. diff --git a/src/destinations/redshift.mdx b/src/destinations/redshift.mdx index 095a1e02..e77af199 100644 --- a/src/destinations/redshift.mdx +++ b/src/destinations/redshift.mdx @@ -1,5 +1,6 @@ --- title: Amazon Redshift destinations +description: "Stream Read Actions and Subscribe Actions data from Ampersand to an Amazon Redshift table using a Workgroup or Cluster and AWS access keys." --- For more information on destinations, see the [Destinations](/destinations) page. diff --git a/src/destinations/s3.mdx b/src/destinations/s3.mdx index c1d8f40c..7fff8fcd 100644 --- a/src/destinations/s3.mdx +++ b/src/destinations/s3.mdx @@ -1,5 +1,6 @@ --- title: Amazon S3 destinations +description: "Deliver Read Actions and Subscribe Actions payloads from Ampersand to an Amazon S3 bucket using an IAM user with s3:PutObject permissions." --- For more information on destinations, see the [Destinations](/destinations) page. diff --git a/src/destinations/slack.mdx b/src/destinations/slack.mdx index b09bee1d..b5cb3bb2 100644 --- a/src/destinations/slack.mdx +++ b/src/destinations/slack.mdx @@ -1,5 +1,6 @@ --- title: Slack destinations +description: "Send Ampersand notifications and read or subscribe payloads to a Slack channel with an incoming webhook, including size limits and setup steps." --- For more information on destinations, see the [Destinations](/destinations) page. diff --git a/src/destinations/snowflake.mdx b/src/destinations/snowflake.mdx index 9f62aef7..63958e61 100644 --- a/src/destinations/snowflake.mdx +++ b/src/destinations/snowflake.mdx @@ -1,5 +1,6 @@ --- title: Snowflake destinations +description: "Stream Read Actions and Subscribe Actions data from Ampersand to a Snowflake table using a user, private key, warehouse, and database credentials." --- For more information on destinations, see the [Destinations](/destinations) page. diff --git a/src/destinations/sns.mdx b/src/destinations/sns.mdx index e1f19851..083b178f 100644 --- a/src/destinations/sns.mdx +++ b/src/destinations/sns.mdx @@ -1,5 +1,6 @@ --- title: Amazon SNS destinations +description: "Fan out Read Actions and Subscribe Actions events from Ampersand to an Amazon SNS topic using AWS access keys with Publish permission on the topic." --- For more information on destinations, see the [Destinations](/destinations) page. diff --git a/src/destinations/sqs.mdx b/src/destinations/sqs.mdx index bf7598d0..45e7ef5f 100644 --- a/src/destinations/sqs.mdx +++ b/src/destinations/sqs.mdx @@ -1,5 +1,6 @@ --- title: Amazon SQS destinations +description: "Deliver Read Actions and Subscribe Actions events from Ampersand to an Amazon SQS queue using AWS access keys with SendMessage permission." --- For more information on destinations, see the [Destinations](/destinations) page. diff --git a/src/notifications/overview.mdx b/src/notifications/overview.mdx index ed28fc94..0fea53cb 100644 --- a/src/notifications/overview.mdx +++ b/src/notifications/overview.mdx @@ -1,5 +1,6 @@ --- title: Overview +description: "Subscribe to Ampersand lifecycle events such as installation, read, write, connection, and error notifications, and route them to your destinations." --- Ampersand notifications deliver real-time messages about important lifecycle changes in your project. They allow you to track when customers install, update, or delete integrations; when backfills complete; and when sync issues occur. diff --git a/src/provider-guides/gong.mdx b/src/provider-guides/gong.mdx index 9eaf1af8..ebe3e631 100644 --- a/src/provider-guides/gong.mdx +++ b/src/provider-guides/gong.mdx @@ -1,5 +1,6 @@ --- title: "Gong" +description: "Connect Gong to Ampersand using OAuth, read calls and transcripts, and subscribe to call.created webhooks with special partner-app setup." slug: "gong" excerpt: "" hidden: false diff --git a/src/provider-guides/housecallPro.mdx b/src/provider-guides/housecallPro.mdx index 93436696..38579d4a 100644 --- a/src/provider-guides/housecallPro.mdx +++ b/src/provider-guides/housecallPro.mdx @@ -1,5 +1,6 @@ --- title: Housecall Pro +description: "Connect Housecall Pro to Ampersand for read, write, proxy, and subscribe actions across customers, jobs, estimates, invoices, and webhook events." --- ## What's Supported diff --git a/src/provider-guides/sendGrid.mdx b/src/provider-guides/sendGrid.mdx index 8a9a496b..2371ab5f 100644 --- a/src/provider-guides/sendGrid.mdx +++ b/src/provider-guides/sendGrid.mdx @@ -1,5 +1,6 @@ --- title: "SendGrid" +description: "Connect SendGrid to Ampersand with an API key, then use read, write, and proxy actions across contacts, lists, templates, senders, and suppressions." --- ## What's supported diff --git a/src/provider-guides/square.mdx b/src/provider-guides/square.mdx index 320eea4d..1dc788b5 100644 --- a/src/provider-guides/square.mdx +++ b/src/provider-guides/square.mdx @@ -1,5 +1,6 @@ --- title: "Square" +description: "Connect Square to Ampersand using OAuth, then use read, write, and proxy actions across customers, orders, payments, catalog, and bookings." --- ## What's supported diff --git a/src/provider-guides/zoho.mdx b/src/provider-guides/zoho.mdx index 4c89da3d..9074acb5 100644 --- a/src/provider-guides/zoho.mdx +++ b/src/provider-guides/zoho.mdx @@ -1,5 +1,6 @@ --- title: "Zoho" +description: "Connect Zoho CRM, Zoho Desk, and Zoho Mail to Ampersand using OAuth, and set up read, write, and subscribe actions across the supported objects." --- The Zoho connector supports the following Zoho products: diff --git a/src/provider-guides/zoominfo.mdx b/src/provider-guides/zoominfo.mdx index 827b923f..04201759 100644 --- a/src/provider-guides/zoominfo.mdx +++ b/src/provider-guides/zoominfo.mdx @@ -1,5 +1,6 @@ --- -title: ZoomInfo +title: "ZoomInfo" +description: "Connect ZoomInfo to Ampersand using OAuth 2.0. Register a Developer Portal app, configure the redirect URI, and use proxy actions to call the API." --- ## What's supported