action clicksend_get_specific_inbound_pull { label: "Get Specific Inbound - Pull" description: "" provider: clicksend method: GET path: "/sms/inbound/{outbound_message_id}" encoding: json input: { type: "object" properties: { outbound_message_id: { type: "string" } } required: ["outbound_message_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }