1, 'title' => 'Mailing Job ID', 'type' => CRM_Utils_Type::T_INT, ]; $params['hash'] = [ 'api.required' => 1, 'title' => 'Mailing Hash', 'type' => CRM_Utils_Type::T_STRING, ]; $params['event_queue_id'] = [ 'api.required' => 1, 'title' => 'Mailing Queue ID', 'type' => CRM_Utils_Type::T_INT, ]; }