CtrlK
BlogDocsLog inGet started
Tessl Logo

sinch-partnerships-ecosystems/sinch-skills

Official Sinch API skills for AI coding agents — SMS, Voice, Verification, Numbers, Mailgun email, and more.

71

Quality

89%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Overview
Quality
Evals
Security
Files

google-postmaster.mdskills/sinch-mailgun-optimize/references/

Google Postmaster Tools — Endpoint Reference

Base path: /v1/reputationanalytics/gpt/

Requires domain verification with Google Postmaster Tools before data becomes available.

Endpoints

EndpointMethodDescription
/v1/reputationanalytics/gpt/domainsGETAll domains — daily records for every tracked domain
/v1/reputationanalytics/gpt/domains/{domain}GETSingle domain — daily records for one domain
/v1/reputationanalytics/gpt/domains_listGETList tracked domain names (no metric data)
/v1/reputationanalytics/gpt/domainsfblGETFeedback loop data — all domains
/v1/reputationanalytics/gpt/domainsfbl/{domain}GETFeedback loop data — single domain
/v1/reputationanalytics/gpt/addressesGETAll addresses — daily records
/v1/reputationanalytics/gpt/addresses/{address}GETSingle address — daily records
/v1/reputationanalytics/gpt/addresses_listGETList tracked addresses (no metric data)

The API has 5 additional endpoints not listed here. Fetch the OpenAPI spec for the full list.

Common Query Parameters

All data endpoints accept these required query parameters:

  • offset (integer) — record number to begin pagination
  • limit (integer) — number of records to return
  • timeRangeStart (integer) — Unix timestamp start filter
  • timeRangeEnd (integer) — Unix timestamp end filter

Response Model (Domain Record)

Each record in the data[] array contains:

  • name (string) — domain name
  • reputation (int) — Google's domain reputation score
  • user_reported_spam_ratio (float) — percentage of mail reported as spam
  • spf_success_ratio (float) — SPF authentication pass rate
  • dkim_success_ratio (float) — DKIM authentication pass rate
  • dmarc_success_ratio (float) — DMARC alignment pass rate
  • inbound_encryption_ratio (float) — TLS encryption rate
  • delivery_error_ratio (float) — delivery error rate
  • delivery_errors[] — array of { error_class, error_type, error_ratio }
  • ip_counts[] — array of { reputation, total } per IP reputation band
  • feedback_loops[] — array of { id, spam_ratio } per FBL identifier
  • date (datetime, nullable) — date of the record

Links

skills

sinch-mailgun-optimize

README.md

tile.json