action sendgrid_get_contactdb_recipients_count { label: "Retrieve a Count of Recipients" description: "**This endpoint allows you to retrieve the total number of Marketing Campaigns recipients.**" provider: sendgrid method: GET path: "/contactdb/recipients/count" encoding: json output: { type: "object" required: ["recipient_count"] properties: { recipient_count: { type: "number" description: "The count of recipients." } } } }