action sendgrid_get_campaigns_campaign_id { label: "Retrieve a single campaign" description: "**This endpoint allows you to retrieve a specific campaign.**" provider: sendgrid method: GET path: "/campaigns/{campaign_id}" encoding: json output: { type: "object" properties: { categories: { type: "array" items: { type: "string" } } custom_unsubscribe_url: { type: "string" } html_content: { type: "string" } id: { type: "integer" } ip_pool: { type: "string" } list_ids: { type: "array" items: { type: "integer" } } plain_content: { type: "string" } segment_ids: { type: "array" items: { type: "integer" } } sender_id: { type: "integer" } status: { type: "string" } subject: { type: "string" } suppression_group_id: { type: "integer" } title: { type: "string" } } } }