action gsmtasks_push_notifications_resend_create { label: "push_notifications_resend_create" provider: gsmtasks method: POST path: "/push_notifications/{id}/resend/" encoding: form input: { type: "object" properties: { account: { type: "string" format: "uri" } created_at: { type: "string" format: "date-time" } error: { type: "string" } event: { type: "object" } external_id: { type: "string" format: "uuid" } failed_at: { type: "string" format: "date-time" } format: { type: "string" enum: ["json", "xlsx"] } id: { type: "string" format: "uuid" } message: { type: "string" } notification: { type: "string" format: "uri" } pending_at: { type: "string" format: "date-time" } recipient: { type: "string" format: "uri" } sent_at: { type: "string" format: "date-time" } state: { type: "object" } subject: { type: "string" } task: { type: "string" format: "uri" } url: { type: "string" format: "uri" } } required: ["account", "created_at", "failed_at", "id", "message", "notification", "pending_at", "recipient", "sent_at", "state", "task", "url"] additionalProperties: false } output: { type: "object" additionalProperties: true } }